.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  width: auto \9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  margin: 0;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #414040;
  background-color: #fff;
}
a {
  color: #08c;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.1276595744681%;
  *margin-left: 2.0744680851064%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.1276595744681%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.946808510638%;
}
.row-fluid .span11 {
  width: 91.489361702128%;
  *width: 91.436170212766%;
}
.row-fluid .span10 {
  width: 82.978723404255%;
  *width: 82.925531914894%;
}
.row-fluid .span9 {
  width: 74.468085106383%;
  *width: 74.414893617021%;
}
.row-fluid .span8 {
  width: 65.957446808511%;
  *width: 65.904255319149%;
}
.row-fluid .span7 {
  width: 57.446808510638%;
  *width: 57.393617021277%;
}
.row-fluid .span6 {
  width: 48.936170212766%;
  *width: 48.882978723404%;
}
.row-fluid .span5 {
  width: 40.425531914894%;
  *width: 40.372340425532%;
}
.row-fluid .span4 {
  width: 31.914893617021%;
  *width: 31.86170212766%;
}
.row-fluid .span3 {
  width: 23.404255319149%;
  *width: 23.351063829787%;
}
.row-fluid .span2 {
  width: 14.893617021277%;
  *width: 14.840425531915%;
}
.row-fluid .span1 {
  width: 6.3829787234043%;
  *width: 6.3297872340426%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914894%;
  *margin-left: 104.14893617021%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957447%;
  *margin-left: 102.02127659574%;
}
.row-fluid .offset11 {
  margin-left: 95.744680851064%;
  *margin-left: 95.63829787234%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.617021276596%;
  *margin-left: 93.510638297872%;
}
.row-fluid .offset10 {
  margin-left: 87.234042553191%;
  *margin-left: 87.127659574468%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.106382978723%;
  *margin-left: 85%;
}
.row-fluid .offset9 {
  margin-left: 78.723404255319%;
  *margin-left: 78.617021276596%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.595744680851%;
  *margin-left: 76.489361702128%;
}
.row-fluid .offset8 {
  margin-left: 70.212765957447%;
  *margin-left: 70.106382978723%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.085106382979%;
  *margin-left: 67.978723404255%;
}
.row-fluid .offset7 {
  margin-left: 61.702127659574%;
  *margin-left: 61.595744680851%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106%;
  *margin-left: 59.468085106383%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702%;
  *margin-left: 53.085106382979%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234%;
  *margin-left: 50.957446808511%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106383%;
  *margin-left: 44.574468085106%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.553191489362%;
  *margin-left: 42.446808510638%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957%;
  *margin-left: 36.063829787234%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.042553191489%;
  *margin-left: 33.936170212766%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085%;
  *margin-left: 27.553191489362%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.531914893617%;
  *margin-left: 25.425531914894%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170213%;
  *margin-left: 19.042553191489%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.021276595745%;
  *margin-left: 16.914893617021%;
}
.row-fluid .offset1 {
  margin-left: 10.63829787234%;
  *margin-left: 10.531914893617%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.5106382978723%;
  *margin-left: 8.4042553191489%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999;
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #d2d2d2;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.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;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #fed12f;
  border-bottom: 1px solid #fff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #d2d2d2;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #d2d2d2;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #717171;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #e9e9e9;
  border: 0;
  border-top: 1px solid #bfbfbf;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -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 linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  -webkit-appearance: none;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  *margin-top: 4px;
  line-height: 30px;
}
select {
  width: 220px;
  border: 0;
  border-top: 1px solid #bfbfbf;
  background-color: #e9e9e9;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999;
  background-color: #e6e6e6;
  border-color: #bfbfbf;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #d2d2d2;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -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);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -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);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -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);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -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);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #686666;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append .dropdown-menu,
.input-append .popover,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-prepend .dropdown-menu,
.input-prepend .popover {
  font-size: 14px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus,
.input-prepend input:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #d2d2d2;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  border-width: 5px 10px 5px 5px;
  height: 40px;
  border-color: #e31e3c;
  border-style: solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 980px) and (max-width: 1199px),(min-width: 1200px),(min-width: 768px) and (max-width: 979px) {
  .form-search .input-append .search-query {
    width: 400px;
  }
}
.form-search .input-append .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  border-left: 1px solid #e94b63;
  margin-left: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
}
@media (max-width: 479px) {
  .form-search .input-append .btn {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.form-search .input-append .btn:before {
  height: 40px;
  width: 0;
  display: block;
  content: '';
  border-left: 1px solid #b7172f;
  position: absolute;
  left: -2px;
  top: 0;
}
.form-search .input-append .btn.addon {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.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 th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("../img/glyphicons-halflings-white.png");
}
.icon-glass {
  background-position: 0 0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
  width: 16px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
  width: 16px;
}
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.icon-hdd {
  background-position: 0 -144px;
}
.icon-bullhorn {
  background-position: -24px -144px;
}
.icon-bell {
  background-position: -48px -144px;
}
.icon-certificate {
  background-position: -72px -144px;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}
.icon-thumbs-down {
  background-position: -120px -144px;
}
.icon-hand-right {
  background-position: -144px -144px;
}
.icon-hand-left {
  background-position: -168px -144px;
}
.icon-hand-up {
  background-position: -192px -144px;
}
.icon-hand-down {
  background-position: -216px -144px;
}
.icon-circle-arrow-right {
  background-position: -240px -144px;
}
.icon-circle-arrow-left {
  background-position: -264px -144px;
}
.icon-circle-arrow-up {
  background-position: -288px -144px;
}
.icon-circle-arrow-down {
  background-position: -312px -144px;
}
.icon-globe {
  background-position: -336px -144px;
}
.icon-wrench {
  background-position: -360px -144px;
}
.icon-tasks {
  background-position: -384px -144px;
}
.icon-filter {
  background-position: -408px -144px;
}
.icon-briefcase {
  background-position: -432px -144px;
}
.icon-fullscreen {
  background-position: -456px -144px;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.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;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -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);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #333;
  background: #e9e9e9;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top,#08c,#0077b3);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
  background-image: -webkit-linear-gradient(top,#08c,#0077b3);
  background-image: -o-linear-gradient(top,#08c,#0077b3);
  background-image: linear-gradient(to bottom,#08c,#0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.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: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #333;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -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-large {
  padding: 24px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -moz-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -moz-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 30px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
button {
  border: none;
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #ccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255,255,255,0.75);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #f1b82b;
  background-image: -moz-linear-gradient(top,#fed12f,#dd9225);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fed12f),to(#dd9225));
  background-image: -webkit-linear-gradient(top,#fed12f,#dd9225);
  background-image: -o-linear-gradient(top,#fed12f,#dd9225);
  background-image: linear-gradient(to bottom,#fed12f,#dd9225);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffed12f', endColorstr='#ffdd9225', GradientType=0);
  border-color: #dd9225 #dd9225 #9d6718;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #dd9225;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #dd9225;
  *background-color: #c9841f;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #b3751c \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top,#fbb450,#f89406);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
  background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
  background-image: -o-linear-gradient(top,#fbb450,#f89406);
  background-image: linear-gradient(to bottom,#fbb450,#f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #f89406;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top,#62c462,#51a351);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
  background-image: -webkit-linear-gradient(top,#62c462,#51a351);
  background-image: -o-linear-gradient(top,#62c462,#51a351);
  background-image: linear-gradient(to bottom,#62c462,#51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
  background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #2f96b4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top,#444,#222);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
  background-image: -webkit-linear-gradient(top,#444,#222);
  background-image: -o-linear-gradient(top,#444,#222);
  background-image: linear-gradient(to bottom,#444,#222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #090909 \9;
}
.btn-red {
  padding: 6px 12px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #e31e3c;
  background-image: -moz-linear-gradient(top,#e31e3c,#e31e3c);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#e31e3c),to(#e31e3c));
  background-image: -webkit-linear-gradient(top,#e31e3c,#e31e3c);
  background-image: -o-linear-gradient(top,#e31e3c,#e31e3c);
  background-image: linear-gradient(to bottom,#e31e3c,#e31e3c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe31e3c', endColorstr='#ffe31e3c', GradientType=0);
  border-color: #e31e3c #e31e3c #a11429;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e31e3c;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 0;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.btn-red.disabled,
.btn-red[disabled] {
  color: #fff;
  background-color: #e31e3c;
  *background-color: #ce1a35;
}
.btn-red:active,
.btn-red.active {
  background-color: #b7172f \9;
}
.btn-red:hover {
  background: #ce1a35;
}
.btn-red:focus,
.btn-red:active {
  background: #e31e3c;
  outline: none;
  color: #fed12f;
}
.btn-red.active {
  background: #b7172f;
}
.btn-red.disabled {
  color: #f2f2f2;
  background: #a11429;
  opacity: 1;
  filter: alpha(opacity=100);
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333;
  text-decoration: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 10.5px;
}
.btn-group > .btn-small {
  font-size: 11.9px;
}
.btn-group > .btn-large {
  font-size: 17.5px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #dd9225;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.conf-ok {
  float: left;
  width: 55px;
  margin-right: 10px;
}
.alert.green h3 {
  font-size: 18px;
}
.thumb-up {
  float: left;
  width: 55px;
  height: 55px;
  margin-right: 10px;
  background: url('../gfx/sprite.png') -285px -372px;
  margin-top: 3px;
}
.thumb-down {
  float: left;
  width: 55px;
  height: 55px;
  margin-right: 10px;
  background: url('../gfx/sprite.png') -355px -372px;
  margin-top: 3px;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #d2d2d2;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
  background-color: #08c;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 0;
  line-height: 14px;
}
.nav-tabs {
  margin-bottom: 0;
}
.nav-tabs > li > a {
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  color: #717171;
  background-color: #d2d2d2;
  opacity: 0.38;
  filter: alpha(opacity=38);
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.nav-tabs > li > a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #717171;
  background-color: #d2d2d2;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav-tabs.nav-red {
  border-bottom: 9px solid #e31e3c;
}
.nav-tabs.nav-red > li > a {
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #000;
  background-color: #fff;
  text-transform: uppercase;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
@media (max-width: 479px) {
  .nav-tabs.nav-red > li > a {
    font-size: 13px;
  }
}
.nav-tabs.nav-red > li > a:hover {
  color: #e31e3c;
}
.nav-tabs.nav-red > .active > a,
.nav-tabs.nav-red > .active > a:hover,
.nav-tabs.nav-red > .active > a:focus {
  color: #fff;
  border: 0;
  background-color: #e31e3c;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #fff;
  background-color: #08c;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #08c;
  border-bottom-color: #08c;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #717171;
  border-bottom-color: #717171;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #fff;
  background-color: #999;
  border-color: #999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #d2d2d2 #ddd #d2d2d2 #d2d2d2;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #d2d2d2 #d2d2d2 #d2d2d2 #ddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}
.nav > .disabled > a {
  color: #999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top,#ffffff,#f2f2f2);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#f2f2f2));
  background-image: -webkit-linear-gradient(top,#ffffff,#f2f2f2);
  background-image: -o-linear-gradient(top,#ffffff,#f2f2f2);
  background-image: linear-gradient(to bottom,#ffffff,#f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
  box-shadow: 0 1px 4px rgba(0,0,0,0.065);
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777;
}
.navbar-link {
  color: #777;
}
.navbar-link:hover,
.navbar-link:focus {
  color: #333;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  box-shadow: 0 -1px 10px rgba(0,0,0,.1);
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #717171;
  text-decoration: none;
  background-color: #e6e6e6;
  -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top,#f2f2f2,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#f2f2f2,#e6e6e6);
  background-image: -o-linear-gradient(top,#f2f2f2,#e6e6e6);
  background-image: linear-gradient(to bottom,#f2f2f2,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
  box-shadow: 0 1px 0 rgba(0,0,0,0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu: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;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0,0,0,0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e6e6e6;
  color: #717171;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #717171;
  border-bottom-color: #717171;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top,#222222,#111111);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#222222),to(#111111));
  background-image: -webkit-linear-gradient(top,#222222,#111111);
  background-image: -o-linear-gradient(top,#222222,#111111);
  background-image: linear-gradient(to bottom,#222222,#111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .nav > li > a:focus {
  color: #fff;
}
.navbar-inverse .brand {
  color: #999;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #fff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #fff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #fff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #fff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-search .search-query {
  color: #fff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.15);
  box-shadow: 0 0 3px rgba(0,0,0,0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top,#151515,#040404);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#151515),to(#040404));
  background-image: -webkit-linear-gradient(top,#151515,#040404);
  background-image: -o-linear-gradient(top,#151515,#040404);
  background-image: linear-gradient(to bottom,#151515,#040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #040404;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #fff;
  background-color: #040404;
  *background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-shadow: 0 1px 0 #fff;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999;
}
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
}
.pagination ul > li {
  color: #e31e3c;
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  line-height: 20px;
  text-decoration: none;
  border-left-width: 0;
  color: #e31e3c;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  font-weight: bold;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  cursor: default;
}
.pagination ul > li.next a,
.pagination ul > li.previous a {
  display: inline-block;
  color: #fff;
  line-height: 14px;
  font-size: 14px;
  height: 14px;
  width: 14px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-color: #e8bb1d;
  background-image: -moz-linear-gradient(top,#fed12f,#c69b01);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fed12f),to(#c69b01));
  background-image: -webkit-linear-gradient(top,#fed12f,#c69b01);
  background-image: -o-linear-gradient(top,#fed12f,#c69b01);
  background-image: linear-gradient(to bottom,#fed12f,#c69b01);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffed12f', endColorstr='#ffc69b00', GradientType=0);
  vertical-align: middle;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(138,17,36,0.5);
  -moz-box-shadow: 1px 1px 3px 0 rgba(138,17,36,0.5);
  box-shadow: 1px 1px 3px 0 rgba(138,17,36,0.5);
}
.pagination ul > li.next a {
  margin-left: 10px;
}
.pagination ul > li.previous a {
  margin-right: 10px;
}
.pagination ul > li.disabled {
  display: none;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.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: #999;
  background-color: #fff;
  cursor: default;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: -100px;
  left: 0;
  z-index: 1040;
  background-color: #3e2125;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  margin-bottom: 32px;
  border: 0;
  *border: 1px solid #999;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  padding: 0 5px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.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: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.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;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -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);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.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: #999;
  border-top-color: rgba(0,0,0,0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  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: #999;
  border-right-color: rgba(0,0,0,0.25);
}
.popover.right .arrow:after {
  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: #999;
  border-bottom-color: rgba(0,0,0,0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  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: #999;
  border-left-color: rgba(0,0,0,0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #08c;
  -webkit-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
  -moz-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
  box-shadow: 0 1px 4px rgba(0,105,214,0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #717171;
}
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #999;
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 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: #f7f7f7;
  background-image: -moz-linear-gradient(top,#f5f5f5,#f9f9f9);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#f9f9f9));
  background-image: -webkit-linear-gradient(top,#f5f5f5,#f9f9f9);
  background-image: -o-linear-gradient(top,#f5f5f5,#f9f9f9);
  background-image: linear-gradient(to bottom,#f5f5f5,#f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -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);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #fff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top,#149bdf,#0480be);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#149bdf),to(#0480be));
  background-image: -webkit-linear-gradient(top,#149bdf,#0480be);
  background-image: -o-linear-gradient(top,#149bdf,#0480be);
  background-image: linear-gradient(to bottom,#149bdf,#0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -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-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width .6s ease;
  -moz-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  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: -moz-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);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top,#ee5f5b,#c43c35);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#c43c35));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#c43c35);
  background-image: -o-linear-gradient(top,#ee5f5b,#c43c35);
  background-image: linear-gradient(to bottom,#ee5f5b,#c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  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: -moz-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-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top,#62c462,#57a957);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#57a957));
  background-image: -webkit-linear-gradient(top,#62c462,#57a957);
  background-image: -o-linear-gradient(top,#62c462,#57a957);
  background-image: linear-gradient(to bottom,#62c462,#57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  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: -moz-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-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top,#5bc0de,#339bb9);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#339bb9));
  background-image: -webkit-linear-gradient(top,#5bc0de,#339bb9);
  background-image: -o-linear-gradient(top,#5bc0de,#339bb9);
  background-image: linear-gradient(to bottom,#5bc0de,#339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  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: -moz-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-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top,#fbb450,#f89406);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
  background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
  background-image: -o-linear-gradient(top,#fbb450,#f89406);
  background-image: linear-gradient(to bottom,#fbb450,#f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
  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: -moz-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);
}
.accordion {
  margin: 20px 0;
}
.accordion-group {
  margin-bottom: 2px;
  border: 0;
}
.accordion-heading {
  border-bottom: 1px solid #fed12f;
  text-transform: uppercase;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 0;
}
.accordion-toggle {
  cursor: pointer;
  color: #e31e3c;
  font-size: 16px;
}
.accordion-toggle .icon-caret-toggle {
  float: right;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url('https://static.partners.funmiles.net.mobilem-dev.pl/gfx/sprite.png');
  background-position: -228px -14px;
}
.accordion-toggle:hover,
.accordion-toggle:focus,
.accordion-toggle:active {
  color: #e31e3c;
  text-decoration: none;
  outline: none;
}
.accordion-toggle:hover {
  color: #e31e3c;
}
.accordion-toggle.collapsed {
  color: #999;
}
.accordion-toggle.collapsed .icon-caret-toggle {
  background-position: -268px -35px;
}
.accordion-toggle.collapsed:focus,
.accordion-toggle.collapsed:active {
  color: #999;
}
.accordion-toggle.collapsed:hover {
  color: #e31e3c;
}
.accordion-toggle.collapsed:hover .icon-caret-toggle {
  background-position: -268px -14px;
}
.accordion-inner {
  padding: 9px 0;
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #d2d2d2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit li {
  line-height: 30px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
}
@media (max-width: 767px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-right: -20px;
    margin-left: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    width: auto;
    clear: none;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: absolute;
    top: 20px;
    right: 20px;
    left: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0,0,0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-right: 10px;
    padding-left: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    right: 10px;
    left: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    padding: 0;
    margin-top: 5px;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    display: none;
    float: none;
    max-width: none;
    padding: 0;
    margin: 0 15px;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -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);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    height: 0;
    overflow: hidden;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
ul.red {
  background: #e31e3c;
  *zoom: 1;
}
ul.red:before,
ul.red:after {
  display: table;
  content: "";
  line-height: 0;
}
ul.red:after {
  clear: both;
}
ul.red > li {
  padding: 0;
  float: left;
}
ul.red > li:first-child {
  border-left: 0;
}
ul.red > li > a {
  display: inline-block;
  background: transparent;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
ul.red > li > a:hover {
  background: #ce1a35;
}
ul.red > li > a:focus,
ul.red > li > a:active {
  background: #e31e3c;
  outline: none;
  color: #fed12f;
}
ul.red > li > a.active {
  background: #b7172f;
}
ul.red > li + li {
  border-left: 1px solid #b7172f;
}
ul.red > li + li > a {
  border-left: 1px solid #e94b63;
}
[data-toggle="text"]:after {
  content: attr(data-default);
}
@media (min-width: 1200px) {
  [data-toggle="text"][data-large]:after {
    content: attr(data-large);
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  [data-toggle="text"][data-tablet]:after {
    content: attr(data-tablet);
  }
}
@media (max-width: 767px) {
  [data-toggle="text"][data-smartphone]:after {
    content: attr(data-smartphone);
  }
}
@media (max-width: 479px) {
  [data-toggle="text"][data-mobile]:after {
    content: attr(data-mobile);
  }
}
.menu-link {
  background: transparent;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.menu-link:hover {
  background: #ce1a35;
}
.menu-link:focus,
.menu-link:active {
  background: #e31e3c;
  outline: none;
  color: #fed12f;
}
.menu-link.active {
  background: #b7172f;
}
.bubble-left:before {
  background: url('https://static.partners.funmiles.net.mobilem-dev.pl/gfx/sprite.png') no-repeat -249px -35px;
  content: '';
  display: inline-block;
  float: left;
  width: 17px;
  height: 18px;
  vertical-align: middle;
  -webkit-transition: margin 0.15s ease-in-out;
  -moz-transition: margin 0.15s ease-in-out;
  -o-transition: margin 0.15s ease-in-out;
  transition: margin 0.15s ease-in-out;
  margin-left: 2px;
}
.item .editor-content a,
button.bubble,
a.bubble {
  color: #fff;
  text-align: left;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.item .editor-content a:before,
button.bubble:before,
a.bubble:before {
  background: url('https://static.partners.funmiles.net.mobilem-dev.pl/gfx/sprite.png') no-repeat -268px -35px;
  content: '';
  display: inline-block;
  width: 17px;
  height: 18px;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: -27px;
  margin-top: -2px;
  -webkit-transition: margin 0.15s ease-in-out;
  -moz-transition: margin 0.15s ease-in-out;
  -o-transition: margin 0.15s ease-in-out;
  transition: margin 0.15s ease-in-out;
}
.item .editor-content a:focus,
.item .editor-content a:active,
button.bubble:focus,
button.bubble:active,
a.bubble:focus,
a.bubble:active {
  color: #fff;
  text-decoration: none !important;
}
.item .editor-content a:hover,
button.bubble:hover,
a.bubble:hover {
  color: #fed12f;
  text-decoration: none !important;
}
.item .editor-content a:hover:before,
button.bubble:hover:before,
a.bubble:hover:before {
  margin-right: 0px;
  margin-left: -22px;
}
.item .editor-content a.bubble-right:before,
button.bubble.bubble-right:before,
a.bubble.bubble-right:before {
  display: none;
}
.item .editor-content a.bubble-right:after,
button.bubble.bubble-right:after,
a.bubble.bubble-right:after {
  background: url('https://static.partners.funmiles.net.mobilem-dev.pl/gfx/sprite.png') no-repeat -268px -35px;
  content: '';
  display: inline-block;
  float: right;
  width: 17px;
  height: 18px;
  vertical-align: middle;
  margin-right: -2px;
  -webkit-transition: margin 0.15s ease-in-out;
  -moz-transition: margin 0.15s ease-in-out;
  -o-transition: margin 0.15s ease-in-out;
  transition: margin 0.15s ease-in-out;
}
.item .editor-content a.bubble-right:hover:after,
button.bubble.bubble-right:hover:after,
a.bubble.bubble-right:hover:after {
  margin-left: 3px;
  margin-right: 2px;
}
.item .editor-content a.inverse,
button.bubble.inverse,
a.bubble.inverse {
  color: #414040;
  text-shadow: none;
}
.item .editor-content a.inverse:hover,
button.bubble.inverse:hover,
a.bubble.inverse:hover {
  color: #e31e3c !important;
}
.item .editor-content a[data-toggle=collapse],
button.bubble[data-toggle=collapse],
a.bubble[data-toggle=collapse] {
  color: #e31e3c;
}
.item .editor-content a[data-toggle=collapse]:after,
.item .editor-content a[data-toggle=collapse]:before,
button.bubble[data-toggle=collapse]:after,
button.bubble[data-toggle=collapse]:before,
a.bubble[data-toggle=collapse]:after,
a.bubble[data-toggle=collapse]:before {
  background-position: -228px -15px;
}
.item .editor-content a[data-toggle=collapse].collapsed:after,
.item .editor-content a[data-toggle=collapse].collapsed:before,
button.bubble[data-toggle=collapse].collapsed:after,
button.bubble[data-toggle=collapse].collapsed:before,
a.bubble[data-toggle=collapse].collapsed:after,
a.bubble[data-toggle=collapse].collapsed:before {
  background-position: -268px -35px;
}
.item .editor-content a.disabled,
button.bubble.disabled,
a.bubble.disabled {
  color: #aaa !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.item .editor-content a.disabled.btn-red,
button.bubble.disabled.btn-red,
a.bubble.disabled.btn-red {
  color: #f2f2f2 !important;
  background: #a11429;
  opacity: 1;
  filter: alpha(opacity=100);
}
.item .editor-content a:before {
  display: none;
}
.item .editor-content a:after {
  background: url('https://static.partners.funmiles.net.mobilem-dev.pl/gfx/sprite.png') no-repeat -268px -35px;
  content: '';
  display: inline-block;
  float: right;
  width: 17px;
  height: 18px;
  vertical-align: middle;
  margin-right: -2px;
  -webkit-transition: margin 0.15s ease-in-out;
  -moz-transition: margin 0.15s ease-in-out;
  -o-transition: margin 0.15s ease-in-out;
  transition: margin 0.15s ease-in-out;
}
.item .editor-content a:hover:after {
  margin-left: 3px;
  margin-right: 2px;
}
.item .editor-content a,
button.bubble,
a.bubble {
  color: #fff;
  text-align: left;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.item .editor-content a:before,
button.bubble:before,
a.bubble:before {
  background: url('https://static.partners.funmiles.net.mobilem-dev.pl/gfx/sprite.png') no-repeat -268px -35px;
  content: '';
  display: inline-block;
  width: 17px;
  height: 18px;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: -27px;
  margin-top: -2px;
  -webkit-transition: margin 0.15s ease-in-out;
  -moz-transition: margin 0.15s ease-in-out;
  -o-transition: margin 0.15s ease-in-out;
  transition: margin 0.15s ease-in-out;
}
.item .editor-content a:focus,
.item .editor-content a:active,
button.bubble:focus,
button.bubble:active,
a.bubble:focus,
a.bubble:active {
  color: #fff;
  text-decoration: none !important;
}
.item .editor-content a:hover,
button.bubble:hover,
a.bubble:hover {
  color: #fed12f;
  text-decoration: none !important;
}
.item .editor-content a:hover:before,
button.bubble:hover:before,
a.bubble:hover:before {
  margin-right: 0px;
  margin-left: -22px;
}
.item .editor-content a.bubble-right:before,
button.bubble.bubble-right:before,
a.bubble.bubble-right:before {
  display: none;
}
.item .editor-content a.bubble-right:after,
button.bubble.bubble-right:after,
a.bubble.bubble-right:after {
  background: url('https://static.partners.funmiles.net.mobilem-dev.pl/gfx/sprite.png') no-repeat -268px -35px;
  content: '';
  display: inline-block;
  float: right;
  width: 17px;
  height: 18px;
  vertical-align: middle;
  margin-right: -2px;
  -webkit-transition: margin 0.15s ease-in-out;
  -moz-transition: margin 0.15s ease-in-out;
  -o-transition: margin 0.15s ease-in-out;
  transition: margin 0.15s ease-in-out;
}
.item .editor-content a.bubble-right:hover:after,
button.bubble.bubble-right:hover:after,
a.bubble.bubble-right:hover:after {
  margin-left: 3px;
  margin-right: 2px;
}
.item .editor-content a.inverse,
button.bubble.inverse,
a.bubble.inverse {
  color: #414040;
  text-shadow: none;
}
.item .editor-content a.inverse:hover,
button.bubble.inverse:hover,
a.bubble.inverse:hover {
  color: #e31e3c !important;
}
.item .editor-content a[data-toggle=collapse],
button.bubble[data-toggle=collapse],
a.bubble[data-toggle=collapse] {
  color: #e31e3c;
}
.item .editor-content a[data-toggle=collapse]:after,
.item .editor-content a[data-toggle=collapse]:before,
button.bubble[data-toggle=collapse]:after,
button.bubble[data-toggle=collapse]:before,
a.bubble[data-toggle=collapse]:after,
a.bubble[data-toggle=collapse]:before {
  background-position: -228px -15px;
}
.item .editor-content a[data-toggle=collapse].collapsed:after,
.item .editor-content a[data-toggle=collapse].collapsed:before,
button.bubble[data-toggle=collapse].collapsed:after,
button.bubble[data-toggle=collapse].collapsed:before,
a.bubble[data-toggle=collapse].collapsed:after,
a.bubble[data-toggle=collapse].collapsed:before {
  background-position: -268px -35px;
}
.item .editor-content a.disabled,
button.bubble.disabled,
a.bubble.disabled {
  color: #aaa !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.item .editor-content a.disabled.btn-red,
button.bubble.disabled.btn-red,
a.bubble.disabled.btn-red {
  color: #f2f2f2 !important;
  background: #a11429;
  opacity: 1;
  filter: alpha(opacity=100);
}
.item .editor-content a:before {
  display: none;
}
.item .editor-content a:after {
  background: url('https://static.partners.funmiles.net.mobilem-dev.pl/gfx/sprite.png') no-repeat -268px -35px;
  content: '';
  display: inline-block;
  float: right;
  width: 17px;
  height: 18px;
  vertical-align: middle;
  margin-right: -2px;
  -webkit-transition: margin 0.15s ease-in-out;
  -moz-transition: margin 0.15s ease-in-out;
  -o-transition: margin 0.15s ease-in-out;
  transition: margin 0.15s ease-in-out;
}
.item .editor-content a:hover:after {
  margin-left: 3px;
  margin-right: 2px;
}
@-moz-keyframes bump {
  0% {
    margin-right: 5px;
    margin-left: -27px;
  }
  100% {
    margin-right: 0px;
    margin-left: -22px;
  }
}
@-webkit-keyframes bump {
  0% {
    margin-right: 5px;
    margin-left: -27px;
  }
  100% {
    margin-right: 0px;
    margin-left: -22px;
  }
}
@-o-keyframes bump {
  0% {
    margin-right: 5px;
    margin-left: -27px;
  }
  100% {
    margin-right: 0px;
    margin-left: -22px;
  }
}
@-ms-keyframes bump {
  0% {
    margin-right: 5px;
    margin-left: -27px;
  }
  100% {
    margin-right: 0px;
    margin-left: -22px;
  }
}
@keyframes bump {
  0% {
    margin-right: 5px;
    margin-left: -27px;
  }
  100% {
    margin-right: 0px;
    margin-left: -22px;
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
.background-border {
  background-image: url('data:image/png;base64,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');
  background-position: left bottom;
  background-repeat: repeat-x;
}
#header {
  background-color: #fed12f;
  height: 103px;
  background-image: url('data:image/png;base64,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');
  background-position: left bottom;
  background-repeat: repeat-x;
  -webkit-backface-visibility: hidden;
}
@media (min-width: 768px) and (max-width: 979px) {
  #header {
    height: 79px;
  }
}
@media (max-width: 767px) {
  #header {
    height: 54px;
  }
}
#header .container {
  position: relative;
}
#header .widget-choose-island,
#header .logo,
#header nav {
  display: inline-block;
  vertical-align: bottom;
}
#header .logo {
  margin-top: -18px;
  position: relative;
  width: 156px;
  height: 121px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 979px) {
  #header .logo {
    height: 98px;
    width: 130px;
    margin-bottom: -1px;
  }
}
@media (max-width: 767px) {
  #header .logo {
    height: 73px;
    width: 106px;
    margin-bottom: -1px;
  }
}
#header .logo img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  #header .logo img {
    height: 120px;
    width: auto;
  }
}
@media (max-width: 767px) {
  #header .logo img {
    height: 97px;
    width: auto;
  }
}
#header nav {
  z-index: 0;
}
#header .inline {
  margin: 0;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
}
@media (min-width: 768px) and (max-width: 979px),(max-width: 767px) {
  #header .inline li {
    display: none;
  }
}
#header .inline li > a {
  padding: 11px;
}
#header .inline li + li:before {
  height: 42px;
}
@media (max-width: 767px) {
  #header .inline li + li:before {
    height: 38px;
  }
}
#header .inline li:last-child > a {
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}
#header .inline li.nav-toggle {
  border-left: 1px solid #b7172f;
  display: none;
}
#header .inline li.nav-toggle > a {
  border-left: 1px solid #e94b63;
  width: 35px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  padding: 2px 4px 6px 4px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}
@media (max-width: 767px) {
  #header .inline li.nav-toggle > a {
    padding: 0 4px 4px 4px;
  }
}
@media (min-width: 768px) and (max-width: 979px),(max-width: 767px) {
  #header .inline li.nav-toggle {
    display: inline-block;
  }
}
#header .inline + .inline {
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 768px) and (max-width: 979px),(max-width: 767px) {
  #header .inline + .inline li {
    display: block;
  }
}
#header .inline + .inline li a {
  padding: 4px 8px;
}
@media (max-width: 767px) {
  #header .inline + .inline li a {
    padding: 0 3px 4px 3px;
  }
}
#header .inline + .inline li:first-child a {
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
}
#header .inline + .inline li:last-child a {
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}
#header .inline:first-child {
  margin-left: -60px;
}
@media (min-width: 768px) and (max-width: 979px) {
  #header .inline:first-child {
    padding-left: 35px;
    margin-left: -40px;
  }
}
@media (max-width: 767px) {
  #header .inline:first-child {
    padding-left: 15px;
    margin-left: -25px;
  }
}
@media (max-width: 479px) {
  #header .inline:first-child {
    padding-left: 5px;
    margin-left: -23px;
  }
}
#header .dropdown-toggle {
  background: transparent;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background: #e31e3c;
  display: inline-block;
  padding: 11px 60px 11px 11px;
  margin-right: -49px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
}
#header .dropdown-toggle:hover {
  background: #ce1a35;
}
#header .dropdown-toggle:focus,
#header .dropdown-toggle:active {
  background: #e31e3c;
  outline: none;
  color: #fed12f;
}
#header .dropdown-toggle.active {
  background: #b7172f;
}
@media (max-width: 767px) {
  #header .dropdown-toggle {
    padding: 8px 45px 8px 6px;
  }
}
#header .dropdown-toggle .island {
  color: #fed12f;
}
#header .dropdown-toggle .caret {
  border-top-color: #fed12f;
}
@media (max-width: 767px) {
  #header .dropdown-toggle .caret {
    border-top-color: #fff;
  }
}
#header .inline > li > a[data-toggle="collapse"] {
  background: #b7172f;
}
#header .inline > li > a[data-toggle="collapse"]:focus,
#header .inline > li > a[data-toggle="collapse"]:active {
  background: #b7172f;
}
#header .inline > li > a[data-toggle="collapse"].collapsed {
  background: #e31e3c;
}
#header .inline > li > a[data-toggle="collapse"].collapsed:hover {
  background: #ce1a35;
}
#header .box {
  position: absolute;
  top: 100%;
  margin-top: 3px;
  width: 150px;
  right: 0;
  z-index: 9999;
}
@media (max-width: 767px) {
  #header .box {
    left: -45px;
  }
}
#header .box .input-block-level:last-child {
  margin-bottom: 0;
}
#header .box .header {
  border-bottom: 1px solid #b7172f;
  line-height: 15px;
  text-align: center;
  padding-left: 15px;
}
@media (max-width: 767px) {
  #header .box .header {
    padding-left: 45px;
  }
}
#header .box.dropdown-menu {
  left: 0;
}
#header .box .pointer {
  display: inline-block;
  width: 30%;
  text-align: center;
}
#header .box .pointer .caret {
  border-top-color: #fed12f;
  vertical-align: middle;
}
#header .box form {
  margin: 0;
}
#header .box .inner {
  border-top: 1px solid #e94b63;
  border-bottom: 1px solid #b7172f;
  padding: 10px 15px;
  text-align: left;
}
#header .box .footer {
  border-top: 1px solid #e94b63;
  border-bottom: 1px solid #b7172f;
}
#header .box .footer + .footer {
  border-bottom: 0;
}
#header .box .footer button,
#header .box .footer a {
  display: block;
  padding: 5px 0 5px 42px;
}
#header .box .footer button:hover,
#header .box .footer a:hover {
  text-decoration: none;
}
#header .box .footer .bubble {
  padding-left: 32px;
}
@media (max-width: 767px) {
  #header .box .footer .bubble {
    line-height: 30px !important;
  }
}
#header .widget-search-dropdown .header {
  text-align: left;
}
#header .widget-cart-dropdown .header {
  text-align: right;
}
#header .widget-cart-dropdown .inner {
  padding: 0;
  border-bottom: 1px solid #b7172f;
}
#header .widget-cart-dropdown .inner ul li {
  float: none;
  padding: 5px;
  position: relative;
}
#header .widget-cart-dropdown .inner ul li img {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
#header .widget-cart-dropdown .inner ul li .name {
  line-height: 16px;
  color: #fff;
  text-align: left;
  padding-bottom: 10px;
  font-weight: bold;
}
#header .widget-cart-dropdown .inner ul li .name > a {
  color: #fff;
  padding: 0;
}
#header .widget-cart-dropdown .inner ul li .name > a:hover {
  color: #fed12f;
  text-decoration: none;
}
#header .widget-cart-dropdown .inner ul li .desc {
  text-align: left;
  font-size: 11px;
  line-height: 13px;
}
#header .widget-cart-dropdown .inner ul li .delete {
  background: #b7172f;
  color: #fff;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  padding: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#header .widget-cart-dropdown .inner ul li .delete:hover {
  background: #e31e3c;
  color: #fed12f;
}
#header .widget-cart-dropdown .inner ul li p {
  margin: 0;
}
#header .widget-cart-dropdown .inner ul li p + p {
  padding-top: 5px;
}
#header .widget-cart-dropdown .inner ul li.even {
  background: #ce1a35;
}
#header .widget-cart-dropdown .total {
  background: #b7172f;
  border-top: 1px solid #e94b63;
  padding: 5px;
  text-align: left;
}
#header .cart-counter {
  background: #fff;
  border: 2px solid #e31e3c;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  min-width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  position: absolute;
  right: -12px;
  top: -12px;
  color: #e31e3c;
  -webkit-box-shadow: 0 0 0px 1px #b7172f;
  -moz-box-shadow: 0 0 0px 1px #b7172f;
  box-shadow: 0 0 0px 1px #b7172f;
}
@media (max-width: 479px) {
  #header .cart-counter {
    right: -9px;
  }
}
#header .main--logo {
  position: absolute;
  bottom: 10px;
}
#header .main--logo img,
#header .main--logo svg {
  max-width: 80px;
  height: 59px;
}
@media (max-width: 767px) {
  #header .main--logo img,
  #header .main--logo svg {
    max-width: 60px;
    height: 45px;
  }
}
#header .main--logo .fmredfill {
  fill: #e53328;
}
#header .main--logo .fmyellowfill {
  fill: #ffe300;
}
.checkoutAlign {
  padding-left: 25px !important;
}
.header-btn-bubble {
  padding-left: 45px !important;
}
.account-align {
  padding-left: 42px !important;
}
[role="off-canvas"] {
  display: none;
  background: #fff;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  z-index: 99999;
  margin-bottom: 0;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(-250px,0);
  -moz-transform: translate(-250px,0);
  -ms-transform: translate(-250px,0);
  -o-transform: translate(-250px,0);
  transform: translate(-250px,0);
  -webkit-box-shadow: -1px -1px 10px rgba(0,0,0,0.6) inset;
  -moz-box-shadow: -1px -1px 10px rgba(0,0,0,0.6) inset;
  box-shadow: -1px -1px 10px rgba(0,0,0,0.6) inset;
  -webkit-backface-visiblity: hidden;
}
[role="off-canvas"]:before {
  content: '';
  padding-right: 20px;
  display: block;
  height: 54px;
  line-height: 54px;
  background-color: #fed12f;
  background-image: url("data:image/png;base64,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");
  background-position: bottom left;
  background-repeat: repeat-x;
  -webkit-box-shadow: -1px -1px 10px rgba(0,0,0,0.6) inset;
  -moz-box-shadow: -1px -1px 10px rgba(0,0,0,0.6) inset;
  box-shadow: -1px -1px 10px rgba(0,0,0,0.6) inset;
}
@media (min-width: 768px) and (max-width: 979px) {
  [role="off-canvas"]:before {
    height: 79px;
    line-height: 79px;
  }
}
[role="off-canvas"] .close {
  display: none;
  position: absolute;
  right: 20px;
  top: 15px;
}
@media (min-width: 768px) and (max-width: 979px) {
  [role="off-canvas"] .close {
    top: 30px;
  }
}
[role="off-canvas"] .scrollable {
  position: absolute;
  top: 54px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) and (max-width: 979px) {
  [role="off-canvas"] .scrollable {
    top: 79px;
  }
}
[role="off-canvas"] .menu {
  display: none;
}
[role="off-canvas"] .scrollable > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  -webkit-transform: translate(-250px,0);
  -moz-transform: translate(-250px,0);
  -ms-transform: translate(-250px,0);
  -o-transform: translate(-250px,0);
  transform: translate(-250px,0);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
[role="off-canvas"] .scrollable > ul li {
  display: block;
  font-weight: ;
  text-transform: uppercase;
  font-size: 1.28em;
  line-height: 1.5em;
  border-bottom: 1px solid #bfbfbf;
  -webkit-overflow-scrolling: touch;
}
[role="off-canvas"] .scrollable > ul li a {
  display: block;
  padding: 0.5em 0.5em;
  text-decoration: none;
  color: #717171;
}
[role="off-canvas"] .scrollable > ul li a:hover,
[role="off-canvas"] .scrollable > ul li a:focus,
[role="off-canvas"] .scrollable > ul li a:active {
  color: #e31e3c;
}
[role="off-canvas"] .scrollable > ul li li {
  font-size: 14px;
  line-height: 16px;
}
[role="off-canvas"] .scrollable > ul ul.categories li {
  border: 0;
}
@media (min-width: 768px) and (max-width: 979px),(max-width: 767px),(max-width: 479px) {
  [role="off-canvas"] {
    display: block;
  }
  [role="off-canvas"] + div {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
body > .overflow {
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 979px),(max-width: 767px) {
  body > .overflow.offcanvas [role="off-canvas"] {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
  }
  body > .overflow.offcanvas [role="off-canvas"] .close {
    display: inline-block;
  }
  body > .overflow.offcanvas [role="off-canvas"] .scrollable > ul {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
  }
  body > .overflow.offcanvas [role="off-canvas"] + div {
    -webkit-transform: translate(250px,0);
    -moz-transform: translate(250px,0);
    -ms-transform: translate(250px,0);
    -o-transform: translate(250px,0);
    transform: translate(250px,0);
  }
}
#footer {
  background: #fed12f;
  height: 103px;
  border-top: 10px solid #e31e3c;
  background-image: url('data:image/png;base64,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');
  background-repeat: repeat-x;
}
@media (min-width: 768px) and (max-width: 979px) {
  #footer {
    height: 79px;
  }
}
@media (max-width: 767px) {
  #footer {
    height: 54px;
  }
  #footer .container {
    padding-top: 20px;
  }
}
#footer .upper {
  background-color: #fed12f;
  padding: 1em 0;
  -webkit-box-shadow: 0 3px 10px -5px rgba(0,0,0,0.8) inset;
  -moz-box-shadow: 0 3px 10px -5px rgba(0,0,0,0.8) inset;
  box-shadow: 0 3px 10px -5px rgba(0,0,0,0.8) inset;
}
@media (max-width: 767px) {
  #footer .upper .inline {
    margin: 10px 0;
  }
}
#footer .upper .inline > li {
  float: left;
  padding: 0;
  vertical-align: top;
  width: 23.5%;
}
#footer .upper .inline > li + li {
  margin-left: 2%;
}
@media (max-width: 767px) {
  #footer .upper .inline > li {
    margin: 5px 0;
    width: 50%;
  }
  #footer .upper .inline > li + li {
    margin-left: 0;
  }
  #footer .upper .inline > li > a {
    color: #414040;
    display: block;
    padding-left: 15px;
    position: relative;
  }
  #footer .upper .inline > li > a:before {
    content: "»";
    color: #e31e3c;
    left: 2px;
    top: 0;
    line-height: 20px;
    position: absolute;
  }
  #footer .upper .inline > li > a:hover {
    color: #e31e3c;
    text-decoration: none;
  }
}
#footer .upper .inline > li > span {
  color: #e31e3c;
  display: block;
  line-height: 45px;
  font-size: 18px;
}
#footer .upper .inline > li > ul {
  border-bottom: 1px solid #ffe897;
  border-top: 1px solid #ebb639;
  list-style: none;
  margin-left: 0;
}
#footer .upper .inline > li > ul > li {
  border-bottom: 1px solid #ebb639;
  border-top: 1px solid #ffe897;
  position: relative;
  *zoom: 1;
}
#footer .upper .inline > li > ul > li:before,
#footer .upper .inline > li > ul > li:after {
  display: table;
  content: "";
  line-height: 0;
}
#footer .upper .inline > li > ul > li:after {
  clear: both;
}
#footer .upper .inline > li > ul > li a {
  color: #665413;
  display: block;
  padding: 6px 0 6px 20px;
  line-height: 20px;
  -webkit-transition: background 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
#footer .upper .inline > li > ul > li a:before {
  content: "■";
  color: #e31e3c;
  left: 5px;
  position: absolute;
  top: 4px;
  line-height: 20px;
}
#footer .upper .inline > li > ul > li a:hover {
  text-decoration: none;
  background-color: #fdda5a;
}
#footer .upper .inline > li > ul > li ul {
  border-top: 1px solid #ebb639;
  float: left;
  width: 50%;
  margin-left: 0;
  list-style: none;
}
#footer .upper .inline > li > ul > li ul:before {
  border-top: 1px solid #ffe897;
  content: '';
  display: block;
}
#footer .upper .inline > li > ul > li ul li {
  border-top: 1px dashed #d8a836;
  margin-left: 20px;
}
@media (min-width: 768px) and (max-width: 979px) {
  #footer .upper .inline > li > ul > li ul li {
    margin-left: 0;
    margin-right: 10px;
  }
}
#footer .upper .inline > li > ul > li ul li:first-child {
  border: 0;
}
#footer .upper .inline > li > ul > li ul li a {
  padding-left: 2px;
}
#footer .upper .inline > li > ul > li ul li a:before {
  display: none;
}
@media (min-width: 768px) and (max-width: 979px) {
  #footer .upper .inline > li > ul > li ul + ul li {
    margin-left: 10px;
    margin-right: 0;
  }
}
#footer .lower {
  color: #717171;
}
@media (min-width: 768px) and (max-width: 979px) {
  #footer .lower {
    text-align: center;
  }
}
#footer .lower .inline {
  float: left;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  overflow: hidden;
}
#footer .lower .inline a {
  padding: 6px 15px;
}
@media (min-width: 768px) and (max-width: 979px) {
  #footer .lower .inline {
    float: none;
    display: inline-block;
    margin: 0;
  }
}
#footer .lower ul.lower {
  float: left;
}
#footer .lower ul.lower a {
  padding: 0;
  color: #717171;
}
#footer .lower ul.lower li {
  padding: 0;
}
#footer .lower ul.lower li + li:before {
  content: '|';
  margin: 0 2px;
}
#footer .lower ul.lower:after {
  content: '|';
  margin: 0 5px 0 2px;
}
@media (max-width: 479px) {
  #footer .lower ul.lower:after {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #footer .lower ul.lower {
    float: none;
    display: inline;
  }
}
#footer .lower .container > div {
  font-size: 12px;
  line-height: 32px;
}
@media (max-width: 479px) {
  #footer .lower .container > div {
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #footer .lower .container > div {
    width: 100%;
  }
}
@media (max-width: 479px) {
  #footer .lower .container > div {
    float: none;
    text-align: center;
  }
}
.partner-portal > footer {
  border-top: 5px solid #e31e3c;
}
a:active,
a:focus {
  outline: none;
}
* {
  -webkit-tap-highlight-color: transparent;
}
html {
  overflow-y: scroll;
}
body {
  min-width: 320px;
  background-color: #fed12f;
}
body.fullscreen {
  overflow: hidden;
}
@media (max-width: 767px) {
  #header,
  #footer > .upper,
  #footer > .lower {
    padding: 0 20px;
  }
}
@media (max-width: 479px) {
  #header,
  #footer > .upper,
  #footer > .lower {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  #footer > .lower .container {
    text-align: center;
  }
}
#footer > .lower .container span {
  padding: 10px 0px;
}
@media (min-width: 768px) and (max-width: 979px),(max-width: 767px) {
  #footer > .lower .container span {
    display: inline-block;
    float: none;
    text-align: center;
  }
}
#content {
  padding: 32px 0;
  background-color: white;
}
@media (max-width: 767px) {
  #content {
    padding: 32px 20px;
  }
}
@media (max-width: 479px) {
  #content {
    padding: 32px 10px;
  }
}
.funmiles .widget-404 img.error-logo {
  padding: 80px;
}
@media (max-width: 767px) {
  .funmiles .widget-404 img.error-logo {
    width: 20%;
    padding: 60px;
  }
}
@media (max-width: 479px) {
  .funmiles .widget-404 img.error-logo {
    display: none;
  }
}
section.registration-confirm {
  min-height: 200px;
}
.ml0 {
  margin-left: 0px !important;
}
.funshop-second-logo {
  position: relative;
  top: -6px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop-second-logo {
    position: absolute;
    width: 190px;
    top: 21px;
    left: 328px;
  }
}
.box {
  background: #e31e3c;
  color: #fff;
  *zoom: 1;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.4);
  -moz-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.4);
  box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.4);
}
.box:before,
.box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box header,
.box .header {
  border-bottom: 1px solid #e94b63;
  border-top: 1px solid #b7172f;
}
.box header h2,
.box .header h2 {
  border-bottom: 1px solid #b7172f;
  border-top: 1px solid #e94b63;
  margin: 0;
  font-size: 25px;
  line-height: 66px;
  font-weight: bold;
  text-align: center;
}
.box input {
  background: #fff;
  border: 1px solid #b7172f;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box input:focus {
  border: 1px solid #ebb639;
}
.box-white {
  background: #fff;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAJCAIAAAB8JNGzAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAACNJREFUeNpieCphxsTIwMj0n+E/EyMjIxMDAwMTw38GZD5gAIDzBkf0cbljAAAAAElFTkSuQmCC');
  background-position: left bottom;
  background-repeat: repeat-x;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.4);
  -moz-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.4);
  box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.4);
}
.box-white header h2 {
  border-bottom: 1px solid #fed12f;
  color: #e31e3c;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 45px;
  text-transform: uppercase;
  font-weight: normal;
}
@media (max-width: 767px) {
  .box-white header h2 {
    margin-bottom: 10px;
    line-height: 25px;
  }
}
.box-white footer .btn-red {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.modal .box-white {
  margin-top: 15px;
  padding: 0 35px 25px;
}
@media (max-width: 479px) {
  .modal .box-white {
    padding: 5px 15px 25px;
  }
}
.modal .box-white header h2 {
  padding-top: 10px;
}
.modal .box-white header .close {
  display: inline-block;
  height: 30px;
  margin-top: 15px;
  width: 30px;
}
@media (max-width: 767px) {
  .modal .box-white header .close {
    margin-top: 5px;
  }
}
.box-rounded {
  background-color: #f1efec;
  overflow: hidden;
  background-color: #f2f0ee;
  background-image: -moz-linear-gradient(top,#f7f6f5,#ebe8e3);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f7f6f5),to(#ebe8e3));
  background-image: -webkit-linear-gradient(top,#f7f6f5,#ebe8e3);
  background-image: -o-linear-gradient(top,#f7f6f5,#ebe8e3);
  background-image: linear-gradient(to bottom,#f7f6f5,#ebe8e3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f6f5', endColorstr='#ffebe8e3', GradientType=0);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.4);
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.4);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.4);
}
.box-rounded header {
  background: #e31e3c;
}
.box-rounded header h2 {
  font-size: 14px;
  line-height: 50px;
  margin: 0;
  color: #fff;
  padding: 0 15px;
}
.box-rounded footer {
  background: #dddddd;
  line-height: 36px;
  min-height: 36px;
}
.box-rounded footer .pagination {
  margin: 0;
}
.box-rounded > .inner {
  padding: 15px;
}
.box-rounded .table {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.box-rounded .table thead th {
  background: #fff;
  color: #e31e3c;
  text-align: center;
}
.box-rounded .table.table-bordered {
  border: 0;
}
.box-rounded .table.table-bordered tr > td:first-child,
.box-rounded .table.table-bordered tr > th:first-child {
  border-left: 0;
}
.control-group .box-center {
  float: left;
  width: 50%;
}
.control-group .box-center .discount-code-submit {
  margin-left: 10px;
}
.widget-navigation {
  float: left;
  width: 100%;
}
.widget-nav-tabs {
  margin-top: 32px;
  border-bottom: 4px solid #d2d2d2;
}
.widget-page h2 {
  color: #e31e3c;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}
.widget-carousel-people .carousel {
  min-height: 220px;
}
.widget-carousel-people .carousel .item {
  width: 200px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 979px) {
  .widget-carousel-people .carousel .item {
    width: 170px;
  }
}
@media (max-width: 479px) {
  .widget-carousel-people .carousel .item {
    width: 210px;
  }
}
.widget-carousel-people .carousel .item p {
  padding: 10px 0;
  -webkit-transition: padding 0.15s ease-in-out;
  -moz-transition: padding 0.15s ease-in-out;
  -o-transition: padding 0.15s ease-in-out;
  transition: padding 0.15s ease-in-out;
}
.widget-carousel-people .carousel .item img {
  width: 100%;
  display: inline-block;
  -webkit-transition: margin 0.15s ease-in-out;
  -moz-transition: margin 0.15s ease-in-out;
  -o-transition: margin 0.15s ease-in-out;
  transition: margin 0.15s ease-in-out;
}
.widget-carousel-people .carousel .item a {
  color: #e31e3c;
  display: block;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.widget-carousel-people .carousel .item a:hover {
  text-decoration: none;
}
.widget-carousel-people .carousel .navigation > span:after {
  top: 70px !important;
}
@media (max-width: 479px) {
  .widget-carousel-people .carousel .navigation > span:after {
    top: 90px !important;
  }
}
.widget-carousel-people .carousel .pagination {
  display: none;
}
.widget-carousel-people .carousel .loader {
  background: #fff;
  width: 100%;
  line-height: 220px;
}
.widget-carousel-business-opportunities {
  margin: 20px 0;
}
.widget-carousel-business-opportunities .pagination {
  display: none;
}
.widget-carousel-business-opportunities .item > .inner {
  padding: 0 20px;
}
@media (max-width: 479px) {
  .widget-carousel-business-opportunities .item > .inner {
    padding: 0 5px;
    text-align: center;
  }
}
.widget-carousel-business-opportunities .item > .inner img {
  float: left;
  margin-left: 20px;
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 979px),(max-width: 767px) {
  .widget-carousel-business-opportunities .item > .inner img {
    margin: 0 15px 5px 0;
  }
}
@media (max-width: 479px) {
  .widget-carousel-business-opportunities .item > .inner img {
    float: none;
    margin: 0 auto;
  }
}
.widget-carousel-business-opportunities .item > .inner img + .details {
  margin-left: 160px;
}
@media (min-width: 768px) and (max-width: 979px),(max-width: 767px) {
  .widget-carousel-business-opportunities .item > .inner img + .details {
    margin-left: 0;
  }
}
.widget-carousel-business-opportunities .item > .inner .details h3 {
  color: #e31e3c;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 16px;
  margin: 0 0 10px;
}
@media (max-width: 479px) {
  .widget-carousel-business-opportunities .item > .inner .details {
    text-align: justify;
    margin-top: 10px;
  }
}
.widget-carousel-business-opportunities .carousel {
  min-height: 100px;
}
.widget-carousel-business-opportunities .carousel .loader {
  background: #fff;
  width: 100%;
  line-height: 100px;
}
.widget-new-to-funmiles {
  border-bottom: 1px solid #e94b63;
  margin-bottom: 9px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-align: center;
}
.widget-new-to-funmiles header h2 {
  border-top: 0;
  border-bottom: 1px solid #b7172f;
  color: #fed12f;
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
  padding: 10px 40px;
}
@media (max-width: 767px) {
  .widget-new-to-funmiles header h2 {
    border-bottom: 0;
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .widget-new-to-funmiles header h2 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .widget-new-to-funmiles header {
    border-right: 1px solid #e94b63;
    border-bottom: 0;
    float: left;
    width: 50%;
  }
  .widget-new-to-funmiles header:before {
    border-right: 1px solid #b7172f;
    content: "";
    display: block;
    float: right;
    height: 100%;
    width: 1px;
  }
}
.widget-new-to-funmiles .bubble {
  display: block;
  padding: 5px 40px 5px 60px;
  border-bottom: 1px solid #b7172f;
}
.widget-new-to-funmiles .bubble + .bubble {
  border-top: 1px solid #e94b63;
}
@media (max-width: 767px) {
  .widget-new-to-funmiles .bubble + .bubble {
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .widget-new-to-funmiles .bubble {
    margin-left: 50%;
    padding-top: 10px;
    padding-left: 40px;
    padding-bottom: 10px;
    padding-right: 60px;
  }
}
@media (max-width: 767px) and (max-width: 479px) {
  .widget-new-to-funmiles .bubble {
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .widget-new-to-funmiles.last .bubble {
    padding-left: 40px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .widget-new-to-funmiles.clear:not(.last) header {
    border-right: 0;
    float: none;
    width: auto;
    height: auto;
    border-bottom: 1px solid #e94b63;
  }
  .widget-new-to-funmiles.clear:not(.last) header h2 {
    border-bottom: 1px solid #b7172f;
  }
  .widget-new-to-funmiles.clear:not(.last) header:before {
    border-right: 0;
  }
  .widget-new-to-funmiles.clear:not(.last) .bubble {
    margin-left: 0;
  }
}
.widget-new-to-funmiles .activate-campaign-homepage a {
  display: inline-block;
}
.widget-new-to-funmiles .activate-campaign-homepage .homepage-button {
  background: #fee97a;
  padding: 20px 0px 0px;
}
.widget-new-to-funmiles .activate-campaign-homepage .homepage-button .activate-title {
  width: 60%;
  padding-bottom: 10px;
}
.widget-new-to-funmiles .activate-campaign-homepage .homepage-button .activate-title .activate-smartphone {
  display: none;
}
.widget-new-to-funmiles .activate-campaign-homepage .homepage-button .activate-title .activate-desktop {
  display: block;
}
.widget-new-to-funmiles .activate-campaign-homepage .homepage-button .activate-button {
  width: 60%;
}
.widget-new-to-funmiles .activate-campaign-homepage .homepage-button .activate-title,
.widget-new-to-funmiles .activate-campaign-homepage .homepage-button .activate-button {
  height: auto;
  margin: 0 auto;
}
.widget-new-to-funmiles .activate-campaign-homepage .activate-text {
  background: #fed12f;
  text-align: center;
}
.widget-new-to-funmiles .activate-campaign-homepage .register-link a {
  padding: 5px 10px;
}
@media (max-width: 767px) {
  .widget-new-to-funmiles .activate-campaign-homepage .register-link a {
    margin-left: 0px;
    text-align: center;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .widget-new-to-funmiles .activate-campaign-homepage .homepage-button {
    padding: 10px 0px 0px;
  }
  .widget-new-to-funmiles .activate-campaign-homepage .homepage-button .activate-title {
    width: 45%;
    padding-bottom: 6px;
  }
  .widget-new-to-funmiles .activate-campaign-homepage .homepage-button .activate-button {
    width: 40%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .widget-new-to-funmiles .activate-campaign-homepage .homepage-button {
    padding: 10px 0px 0px;
  }
  .widget-new-to-funmiles .activate-campaign-homepage .homepage-button .activate-title {
    width: 45%;
    padding-bottom: 6px;
  }
  .widget-new-to-funmiles .activate-campaign-homepage .homepage-button .activate-title .activate-smartphone {
    display: block;
  }
  .widget-new-to-funmiles .activate-campaign-homepage .homepage-button .activate-title .activate-desktop {
    display: none;
  }
  .widget-new-to-funmiles .activate-campaign-homepage .homepage-button .activate-button {
    width: 37%;
  }
  .widget-new-to-funmiles .activate-campaign-homepage .homepage-button .activate-title,
  .widget-new-to-funmiles .activate-campaign-homepage .homepage-button .activate-button {
    display: inline-block;
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  .widget-new-to-funmiles .activate-campaign-homepage .homepage-button .activate-title {
    max-width: 125px;
    width: 100%;
  }
  .widget-new-to-funmiles .activate-campaign-homepage .homepage-button .activate-title .activate-smartphone {
    display: block;
  }
  .widget-new-to-funmiles .activate-campaign-homepage .homepage-button .activate-title .activate-desktop {
    display: none;
  }
  .widget-new-to-funmiles .activate-campaign-homepage .homepage-button .activate-button {
    width: 100%;
    max-width: 110px;
  }
  .widget-new-to-funmiles .activate-campaign-homepage .homepage-button .activate-title,
  .widget-new-to-funmiles .activate-campaign-homepage .homepage-button .activate-button {
    display: inline-block;
    vertical-align: middle;
  }
}
.widget-new-to-funmiles {
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.4);
  -moz-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.4);
  box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.4);
}
@media (min-width: 1200px),(min-width: 980px) and (max-width: 1199px),(min-width: 768px) and (max-width: 979px) {
  .box-white .widget-new-to-funmiles {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.widget-register,
.widget-registerx {
  width: 730px;
  margin-left: -470px;
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .widget-register.fade.in,
  .widget-registerx.fade.in {
    top: 80px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .widget-register.fade.in,
  .widget-registerx.fade.in {
    top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .widget-register.fade.in,
  .widget-registerx.fade.in {
    top: 60px;
  }
}
@media (max-width: 767px) {
  .widget-register.fade.in,
  .widget-registerx.fade.in {
    top: 51px;
  }
}
@media (min-width: 1200px) {
  .widget-register,
  .widget-registerx {
    width: 960px;
    margin-left: -585px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .widget-register,
  .widget-registerx {
    width: 514px;
    margin-left: -362px;
  }
}
@media (max-width: 767px) {
  .widget-register,
  .widget-registerx {
    width: auto;
    left: 0;
    right: 0;
    margin-left: 10px;
    margin-right: 10px;
    min-width: 300px;
  }
}
.widget-register .box-white,
.widget-registerx .box-white {
  margin-right: 40px;
  position: relative;
  min-height: 240px;
  padding-bottom: 0;
}
.widget-register .box-white:after,
.widget-registerx .box-white:after {
  content: '';
  position: absolute;
  right: -20px;
  width: 0px;
  top: 190px;
  height: 0px;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #fff;
}
@media (max-width: 767px) {
  .widget-register .box-white:after,
  .widget-registerx .box-white:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .widget-register .box-white,
  .widget-registerx .box-white {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .widget-register input#email,
  .widget-registerx input#email {
    margin-top: 24px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .widget-register input#email,
  .widget-registerx input#email {
    margin-top: 24px;
  }
}
.widget-social .follow {
  display: block;
  text-align: center;
  border-bottom: 1px solid #fed12f;
  color: #e31e3c;
  text-transform: uppercase;
}
.widget-social .follow > a {
  background-color: #e31e3c;
  background-image: url('https://static.partners.funmiles.net.mobilem-dev.pl/gfx/sprite.png');
  background-position: -207px -60px;
  display: inline-block;
  height: 80px;
  position: relative;
  width: 80px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  z-index: 1;
  -webkit-transition: margin 0.15s ease-in-out;
  -moz-transition: margin 0.15s ease-in-out;
  -o-transition: margin 0.15s ease-in-out;
  transition: margin 0.15s ease-in-out;
}
.widget-social .follow > a:hover {
  background-color: #ce1a35;
  margin-top: -5px;
  margin-bottom: 5px;
  z-index: 2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.widget-social .follow > a + a {
  background-position: -590px -60px;
  margin-left: -15px;
}
.widget-social .follow > a + a:hover {
  z-index: 1;
}
@media (max-width: 479px) {
  .widget-social .follow > a {
    width: 50px;
    height: 50px;
    -webkit-background-size: 996.25px;
    -moz-background-size: 996.25px;
    -o-background-size: 996.25px;
    background-size: 996.25px;
    background-position: -129.375px -37.5px;
  }
  .widget-social .follow > a + a {
    background-position: -179.375px -37.5px;
  }
}
.widget-social .follow p {
  margin-top: 10px;
  margin-bottom: 13px;
  font-size: 16px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .widget-social .follow p {
    font-size: 15px;
  }
}
@media (max-width: 479px) {
  .widget-social .follow p {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 2px;
    margin-left: 0;
    vertical-align: middle;
    line-height: 20px;
    padding: 10px 0;
  }
}
.widget-social .like {
  padding: 5px 0 6px;
  border-bottom: 1px solid #fed12f;
  text-align: center;
}
@media (max-width: 479px) {
  .widget-social .like {
    border-bottom: 1px solid #fed12f;
    padding-left: 5px;
    float: none;
  }
  .widget-social .like .fb-like-box {
    width: 160px;
  }
}
.widget-social .youtube {
  border-bottom: 1px solid #fed12f;
  padding-top: 5px;
  display: block;
  text-align: center;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.widget-social .youtube:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.widget-social .youtube span {
  background: url('https://static.partners.funmiles.net.mobilem-dev.pl/gfx/sprite.png') -300px -13px;
  display: inline-block;
  height: 30px;
  width: 78px;
}
@media (max-width: 479px) {
  .widget-social .youtube {
    padding-right: 5px;
    float: none;
  }
}
@media (max-width: 767px) {
  .widget-social.last .follow > a {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .widget-social.last .like {
    border: 0;
    float: left;
  }
  .widget-social.last .youtube {
    border: 0;
    margin-top: 10px;
    float: right;
  }
}
@media (max-width: 767px) {
  .widget-social.last .follow > a {
    width: 50px;
    height: 50px;
    -webkit-background-size: 996.25px;
    -moz-background-size: 996.25px;
    -o-background-size: 996.25px;
    background-size: 996.25px;
    background-position: -129.375px -37.5px;
  }
  .widget-social.last .follow > a + a {
    background-position: -179.375px -37.5px;
  }
  .widget-social.last .follow p {
    display: inline-block;
    line-height: 50px;
    font-size: 18px;
    margin-bottom: 0;
    margin-left: 10px;
    vertical-align: middle;
  }
  .widget-social.last .like {
    padding-left: 5px;
  }
  .widget-social.last .like .fb-like-box {
    width: 160px;
  }
  .widget-social.last .youtube {
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .carousel .widget-social .follow > a {
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 479px) {
  .carousel .widget-social .follow > a {
    width: 50px;
    height: 50px;
  }
  .carousel .widget-social .follow p {
    display: block;
  }
}
.widget-cb-text,
.widget-cb-top,
.widget-cb-image,
.widget-cb-icon,
.widget-cb-faq,
.widget-cb-news {
  border-bottom: 1px solid #fed12f;
}
.widget-cb-text header,
.widget-cb-top header,
.widget-cb-image header,
.widget-cb-icon header,
.widget-cb-faq header,
.widget-cb-news header {
  border-bottom: 1px solid #fed12f;
  text-align: center;
}
.widget-cb-text header h3,
.widget-cb-top header h3,
.widget-cb-image header h3,
.widget-cb-icon header h3,
.widget-cb-faq header h3,
.widget-cb-news header h3 {
  color: #e31e3c;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  padding: 10px 0;
  margin: 5px 0 0;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .widget-cb-text header h3,
  .widget-cb-top header h3,
  .widget-cb-image header h3,
  .widget-cb-icon header h3,
  .widget-cb-faq header h3,
  .widget-cb-news header h3 {
    font-size: 15px;
  }
}
@media (max-width: 479px) {
  .widget-cb-text.last header h3,
  .widget-cb-top.last header h3,
  .widget-cb-image.last header h3,
  .widget-cb-icon.last header h3,
  .widget-cb-faq.last header h3,
  .widget-cb-news.last header h3 {
    line-height: 25px;
    margin: 5px 0;
    text-align: left;
    padding: 0;
  }
  .widget-cb-text.last header .icon-page,
  .widget-cb-top.last header .icon-page,
  .widget-cb-image.last header .icon-page,
  .widget-cb-icon.last header .icon-page,
  .widget-cb-faq.last header .icon-page,
  .widget-cb-news.last header .icon-page {
    float: left;
    margin: -5px 7px 0 0;
  }
}
.widget-cb-text .editor-content,
.widget-cb-top .editor-content,
.widget-cb-image .editor-content,
.widget-cb-icon .editor-content,
.widget-cb-faq .editor-content,
.widget-cb-news .editor-content {
  padding: 10px;
}
.widget-cb-text .editor-content > a,
.widget-cb-top .editor-content > a,
.widget-cb-image .editor-content > a,
.widget-cb-icon .editor-content > a,
.widget-cb-faq .editor-content > a,
.widget-cb-news .editor-content > a {
  color: #414040;
  display: block;
}
.widget-cb-text .editor-content > a:hover,
.widget-cb-text .editor-content > a:active,
.widget-cb-text .editor-content > a:focus,
.widget-cb-top .editor-content > a:hover,
.widget-cb-top .editor-content > a:active,
.widget-cb-top .editor-content > a:focus,
.widget-cb-image .editor-content > a:hover,
.widget-cb-image .editor-content > a:active,
.widget-cb-image .editor-content > a:focus,
.widget-cb-icon .editor-content > a:hover,
.widget-cb-icon .editor-content > a:active,
.widget-cb-icon .editor-content > a:focus,
.widget-cb-faq .editor-content > a:hover,
.widget-cb-faq .editor-content > a:active,
.widget-cb-faq .editor-content > a:focus,
.widget-cb-news .editor-content > a:hover,
.widget-cb-news .editor-content > a:active,
.widget-cb-news .editor-content > a:focus {
  color: #e31e3c;
}
.widget-cb-text .editor-content > a > p,
.widget-cb-top .editor-content > a > p,
.widget-cb-image .editor-content > a > p,
.widget-cb-icon .editor-content > a > p,
.widget-cb-faq .editor-content > a > p,
.widget-cb-news .editor-content > a > p {
  display: inline;
  margin: 0;
}
.widget-cb-text .editor-content ul,
.widget-cb-top .editor-content ul,
.widget-cb-image .editor-content ul,
.widget-cb-icon .editor-content ul,
.widget-cb-faq .editor-content ul,
.widget-cb-news .editor-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 -10px;
  width: 240px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .widget-cb-text .editor-content ul,
  .widget-cb-top .editor-content ul,
  .widget-cb-image .editor-content ul,
  .widget-cb-icon .editor-content ul,
  .widget-cb-faq .editor-content ul,
  .widget-cb-news .editor-content ul {
    width: 200px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .widget-cb-text .editor-content ul,
  .widget-cb-top .editor-content ul,
  .widget-cb-image .editor-content ul,
  .widget-cb-icon .editor-content ul,
  .widget-cb-faq .editor-content ul,
  .widget-cb-news .editor-content ul {
    width: 280px;
  }
}
@media (max-width: 479px) {
  .widget-cb-text .editor-content ul,
  .widget-cb-top .editor-content ul,
  .widget-cb-image .editor-content ul,
  .widget-cb-icon .editor-content ul,
  .widget-cb-faq .editor-content ul,
  .widget-cb-news .editor-content ul {
    width: 210px;
  }
}
.widget-cb-text .editor-content ul li,
.widget-cb-top .editor-content ul li,
.widget-cb-image .editor-content ul li,
.widget-cb-icon .editor-content ul li,
.widget-cb-faq .editor-content ul li,
.widget-cb-news .editor-content ul li {
  padding: 10px 0 10px 30px;
}
.widget-cb-text .editor-content ul li:before,
.widget-cb-top .editor-content ul li:before,
.widget-cb-image .editor-content ul li:before,
.widget-cb-icon .editor-content ul li:before,
.widget-cb-faq .editor-content ul li:before,
.widget-cb-news .editor-content ul li:before {
  content: '■';
  color: #e31e3c;
  display: inline-block;
  float: left;
  margin-left: -20px;
  line-height: 15px;
}
.widget-cb-text .editor-content ul li + li,
.widget-cb-top .editor-content ul li + li,
.widget-cb-image .editor-content ul li + li,
.widget-cb-icon .editor-content ul li + li,
.widget-cb-faq .editor-content ul li + li,
.widget-cb-news .editor-content ul li + li {
  border-top: 1px solid #fed12f;
}
.widget-cb-text .editor-content ul li > a,
.widget-cb-top .editor-content ul li > a,
.widget-cb-image .editor-content ul li > a,
.widget-cb-icon .editor-content ul li > a,
.widget-cb-faq .editor-content ul li > a,
.widget-cb-news .editor-content ul li > a {
  color: #414040;
  display: block;
}
.widget-cb-text .editor-content ul li > a:hover,
.widget-cb-text .editor-content ul li > a:focus,
.widget-cb-text .editor-content ul li > aactive,
.widget-cb-top .editor-content ul li > a:hover,
.widget-cb-top .editor-content ul li > a:focus,
.widget-cb-top .editor-content ul li > aactive,
.widget-cb-image .editor-content ul li > a:hover,
.widget-cb-image .editor-content ul li > a:focus,
.widget-cb-image .editor-content ul li > aactive,
.widget-cb-icon .editor-content ul li > a:hover,
.widget-cb-icon .editor-content ul li > a:focus,
.widget-cb-icon .editor-content ul li > aactive,
.widget-cb-faq .editor-content ul li > a:hover,
.widget-cb-faq .editor-content ul li > a:focus,
.widget-cb-faq .editor-content ul li > aactive,
.widget-cb-news .editor-content ul li > a:hover,
.widget-cb-news .editor-content ul li > a:focus,
.widget-cb-news .editor-content ul li > aactive {
  color: #e31e3c;
  text-decoration: none;
}
.widget-cb-text .editor-content ul li > a[href^="tel:"],
.widget-cb-top .editor-content ul li > a[href^="tel:"],
.widget-cb-image .editor-content ul li > a[href^="tel:"],
.widget-cb-icon .editor-content ul li > a[href^="tel:"],
.widget-cb-faq .editor-content ul li > a[href^="tel:"],
.widget-cb-news .editor-content ul li > a[href^="tel:"] {
  display: inline;
}
.widget-cb-text .editor-content ul li:first-child,
.widget-cb-top .editor-content ul li:first-child,
.widget-cb-image .editor-content ul li:first-child,
.widget-cb-icon .editor-content ul li:first-child,
.widget-cb-faq .editor-content ul li:first-child,
.widget-cb-news .editor-content ul li:first-child {
  padding-top: 0;
}
.widget-cb-text .editor-content ul li:last-child,
.widget-cb-top .editor-content ul li:last-child,
.widget-cb-image .editor-content ul li:last-child,
.widget-cb-icon .editor-content ul li:last-child,
.widget-cb-faq .editor-content ul li:last-child,
.widget-cb-news .editor-content ul li:last-child {
  padding-bottom: 0;
}
@media (min-width: 1200px) {
  .widget-cb-news li > a > span.show-large {
    display: inline !important;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .widget-cb-news li > a > span.show-desktop {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .widget-cb-news li > a > span.show-tablet {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .widget-cb-news li > a > span.show-smartphone {
    display: inline !important;
  }
}
.widget-cb-news .editor-content ul li {
  text-transform: capitalize;
}
@media (max-width: 479px) {
  .sidebar .widget-cb-text header h3,
  .sidebar .widget-cb-top header h3,
  .sidebar .widget-cb-image header h3,
  .sidebar .widget-cb-icon header h3,
  .sidebar .widget-cb-faq header h3 {
    line-height: 25px;
    margin: 5px 0;
    text-align: left;
    padding: 0;
  }
  .sidebar .widget-cb-text header .icon-page,
  .sidebar .widget-cb-top header .icon-page,
  .sidebar .widget-cb-image header .icon-page,
  .sidebar .widget-cb-icon header .icon-page,
  .sidebar .widget-cb-faq header .icon-page {
    float: left;
    margin: -5px 7px 0 0;
  }
}
.widget-cb-top .editor-content img {
  margin-bottom: 10px;
}
.widget-cb-image .editor-content > a,
.widget-cb-top .editor-content > a {
  display: block;
}
.widget-cb-image .editor-content > a img,
.widget-cb-top .editor-content > a img {
  border: 4px solid transparent;
  margin-left: -4px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.widget-cb-image .editor-content > a:hover img,
.widget-cb-top .editor-content > a:hover img {
  border: 4px solid #e94b63;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.owl-carousel {
  display: none;
  width: 92%;
  margin: 0 auto;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 979px) {
  .owl-carousel {
    width: 87%;
  }
}
@media (max-width: 767px) {
  .owl-carousel {
    width: 82%;
  }
}
@media (max-width: 479px) {
  .owl-carousel {
    width: 70%;
  }
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px,0px,0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  width: 100px;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  margin: 0 auto;
  width: 78px;
  height: 77px;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-nav [class*='owl-']:before {
  content: '';
  display: inline-block;
  float: left;
  width: 29px;
  height: 29px;
  vertical-align: middle;
  margin-top: -5.5em;
  cursor: pointer;
}
.owl-nav .owl-prev:before {
  background: url('https://static.partners.funmiles.net.mobilem-dev.pl/gfx/sprite.png') no-repeat -6px -397px;
  float: left;
}
.owl-nav .owl-next:before {
  background: url('https://static.partners.funmiles.net.mobilem-dev.pl/gfx/sprite.png') no-repeat -46px -397px;
  float: right;
}
.owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.categories h2 {
  border-bottom: 1px solid #fed12f;
  color: #e31e3c;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 45px;
  text-transform: uppercase;
}
a.owl-link:hover,
a.owl-link:active,
a.owl-link:focus {
  text-decoration: none;
}
a.owl-link div:hover {
  color: #b7172f !important;
}
a.owl-link div:active {
  color: #b7172f !important;
}
.owl-item-img {
  opacity: 0.3;
}
.owl-img-opacity {
  opacity: 1;
}
.owl-stage {
  margin: 0 auto;
}
[class^="icon-"],
[class*=" icon-"] {
  width: 31px;
  height: 31px;
  background: url('https://static.partners.funmiles.net.mobilem-dev.pl/gfx/sprite.png');
}
[class^="icon-"].icon-cart,
[class*=" icon-"].icon-cart {
  background-position: -110px -108px;
}
[class^="icon-"].icon-search,
[class*=" icon-"].icon-search {
  background-position: -9px -108px;
  top: 50%;
  -webkit-transform: translateY(-5%);
}
[class^="icon-"].icon-account,
[class*=" icon-"].icon-account {
  background-position: -60px -108px;
}
[class^="icon-"].icon-menu,
[class*=" icon-"].icon-menu {
  width: 24px;
  height: 18px;
  background-position: -164px -117px;
}
[class^="icon-"].icon-update,
[class*=" icon-"].icon-update {
  width: 30px;
  height: 30px;
  background-position: -10px -16px;
}
[class^="icon-"].icon-clear,
[class*=" icon-"].icon-clear {
  background-position: -9px -59px;
}
[class^="icon-"].icon-loading,
[class*=" icon-"].icon-loading {
  background-position: -174px -399px;
  width: 28px;
  height: 28px;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
[class^="icon-"].icon-funmiles-white,
[class*=" icon-"].icon-funmiles-white {
  background-position: -61px -58px;
}
.icon-page {
  display: inline-block;
  height: 80px;
  width: 80px;
}
.icon-page.icon-scale {
  float: left;
}
@media (min-width: 768px) and (max-width: 979px),(max-width: 767px) {
  .icon-page.icon-scale {
    -webkit-background-size: 996.25px auto;
    -moz-background-size: 996.25px auto;
    -o-background-size: 996.25px auto;
    background-size: 996.25px auto;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-scale {
    -webkit-background-size: 597.75px auto;
    -moz-background-size: 597.75px auto;
    -o-background-size: 597.75px auto;
    background-size: 597.75px auto;
    width: 30px;
    height: 30px;
  }
}
.icon-page.icon-scale + * {
  display: block;
  margin-left: 100px;
}
@media (min-width: 768px) and (max-width: 979px),(max-width: 767px) {
  .icon-page.icon-scale + * {
    margin-left: 0;
  }
}
.icon-page.icon-scale + * header {
  *zoom: 1;
}
.icon-page.icon-scale + * header:before,
.icon-page.icon-scale + * header:after {
  display: table;
  content: "";
  line-height: 0;
}
.icon-page.icon-scale + * header:after {
  clear: both;
}
.icon-page.icon-scale + * header h2 {
  border-bottom: 1px solid #fed12f;
  color: #e31e3c;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 45px;
  text-transform: uppercase;
  font-weight: normal;
}
@media (min-width: 768px) and (max-width: 979px) {
  .icon-page.icon-scale + * header h2 {
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 979px),(max-width: 767px) {
  .icon-page.icon-scale + * header h2 {
    margin-bottom: 10px;
    margin-top: 5px;
    line-height: 45px;
    padding-left: 62.5px;
    padding-bottom: 5px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-scale + * header h2 {
    padding-left: 37.5px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .icon-page.icon-cb-scale {
    -webkit-background-size: 1494.375px auto;
    -moz-background-size: 1494.375px auto;
    -o-background-size: 1494.375px auto;
    background-size: 1494.375px auto;
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-cb-scale {
    -webkit-background-size: 996.25px auto;
    -moz-background-size: 996.25px auto;
    -o-background-size: 996.25px auto;
    background-size: 996.25px auto;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-cb-scale-last {
    -webkit-background-size: 597.75px auto;
    -moz-background-size: 597.75px auto;
    -o-background-size: 597.75px auto;
    background-size: 597.75px auto;
    width: 30px;
    height: 30px;
  }
}
.icon-page.icon-my-account {
  background-position: 0 -267px;
}
@media (min-width: 768px) and (max-width: 979px),(max-width: 767px) {
  .icon-page.icon-my-account.icon-scale {
    background-position: 0 -166.875px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-my-account.icon-scale {
    background-position: 0 -100.125px;
  }
}
@media (max-width: 767px) {
  .icon-page.icon-my-account.icon-cb-scale {
    background-position: 0 -250.3125px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-my-account.icon-cb-scale {
    background-position: 0 -166.875px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-my-account.icon-cb-scale-last {
    background-position: 0 -100.125px;
  }
}
.icon-page.icon-card {
  background-position: -80px -267px;
}
@media (min-width: 768px) and (max-width: 979px),(max-width: 767px) {
  .icon-page.icon-card.icon-scale {
    background-position: -50px -166.875px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-card.icon-scale {
    background-position: -30px -100.125px;
  }
}
@media (max-width: 767px) {
  .icon-page.icon-card.icon-cb-scale {
    background-position: -75px -250.3125px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-card.icon-cb-scale {
    background-position: -50px -166.875px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-card.icon-cb-scale-last {
    background-position: -30px -100.125px;
  }
}
.icon-page.icon-faq {
  background-position: -160px -267px;
}
@media (min-width: 768px) and (max-width: 979px),(max-width: 767px) {
  .icon-page.icon-faq.icon-scale {
    background-position: -100px -166.875px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-faq.icon-scale {
    background-position: -60px -100.125px;
  }
}
@media (max-width: 767px) {
  .icon-page.icon-faq.icon-cb-scale {
    background-position: -150px -250.3125px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-faq.icon-cb-scale {
    background-position: -100px -166.875px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-faq.icon-cb-scale-last {
    background-position: -60px -100.125px;
  }
}
.icon-page.icon-funmiles-red {
  background-position: -240px -267px;
}
@media (min-width: 768px) and (max-width: 979px),(max-width: 767px) {
  .icon-page.icon-funmiles-red.icon-scale {
    background-position: -150px -166.875px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-funmiles-red.icon-scale {
    background-position: -90px -100.125px;
  }
}
@media (max-width: 767px) {
  .icon-page.icon-funmiles-red.icon-cb-scale {
    background-position: -225px -250.3125px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-funmiles-red.icon-cb-scale {
    background-position: -150px -166.875px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-funmiles-red.icon-cb-scale-last {
    background-position: -90px -100.125px;
  }
}
.icon-page.icon-people {
  background-position: -320px -267px;
}
@media (min-width: 768px) and (max-width: 979px),(max-width: 767px) {
  .icon-page.icon-people.icon-scale {
    background-position: -200px -166.875px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-people.icon-scale {
    background-position: -120px -100.125px;
  }
}
@media (max-width: 767px) {
  .icon-page.icon-people.icon-cb-scale {
    background-position: -300px -250.3125px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-people.icon-cb-scale {
    background-position: -200px -166.875px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-people.icon-cb-scale-last {
    background-position: -120px -100.125px;
  }
}
.icon-page.icon-calc {
  background-position: -400px -267px;
}
@media (min-width: 768px) and (max-width: 979px),(max-width: 767px) {
  .icon-page.icon-calc.icon-scale {
    background-position: -250px -166.875px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-calc.icon-scale {
    background-position: -150px -100.125px;
  }
}
@media (max-width: 767px) {
  .icon-page.icon-calc.icon-cb-scale {
    background-position: -375px -250.3125px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-calc.icon-cb-scale {
    background-position: -250px -166.875px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-calc.icon-cb-scale-last {
    background-position: -150px -100.125px;
  }
}
.icon-page.icon-statement {
  background-position: -480px -267px;
}
@media (min-width: 768px) and (max-width: 979px),(max-width: 767px) {
  .icon-page.icon-statement.icon-scale {
    background-position: -300px -166.875px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-statement.icon-scale {
    background-position: -180px -100.125px;
  }
}
@media (max-width: 767px) {
  .icon-page.icon-statement.icon-cb-scale {
    background-position: -450px -250.3125px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-statement.icon-cb-scale {
    background-position: -300px -166.875px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-statement.icon-cb-scale-last {
    background-position: -180px -100.125px;
  }
}
.icon-page.icon-contact {
  background-position: -560px -267px;
}
@media (min-width: 768px) and (max-width: 979px),(max-width: 767px) {
  .icon-page.icon-contact.icon-scale {
    background-position: -350px -166.875px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-contact.icon-scale {
    background-position: -210px -100.125px;
  }
}
@media (max-width: 767px) {
  .icon-page.icon-contact.icon-cb-scale {
    background-position: -525px -250.3125px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-contact.icon-cb-scale {
    background-position: -350px -166.875px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-contact.icon-cb-scale-last {
    background-position: -210px -100.125px;
  }
}
.icon-page.icon-mobile {
  background-position: -640px -267px;
}
@media (min-width: 768px) and (max-width: 979px),(max-width: 767px) {
  .icon-page.icon-mobile.icon-scale {
    background-position: -400px -166.875px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-mobile.icon-scale {
    background-position: -240px -100.125px;
  }
}
@media (max-width: 767px) {
  .icon-page.icon-mobile.icon-cb-scale {
    background-position: -600px -250.3125px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-mobile.icon-cb-scale {
    background-position: -400px -166.875px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-mobile.icon-cb-scale-last {
    background-position: -240px -100.125px;
  }
}
.icon-page.icon-clock {
  background-position: -720px -267px;
}
@media (min-width: 768px) and (max-width: 979px),(max-width: 767px) {
  .icon-page.icon-clock.icon-scale {
    background-position: -450px -166.875px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-clock.icon-scale {
    background-position: -270px -100.125px;
  }
}
@media (max-width: 767px) {
  .icon-page.icon-clock.icon-cb-scale {
    background-position: -675px -250.3125px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-clock.icon-cb-scale {
    background-position: -450px -166.875px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-clock.icon-cb-scale-last {
    background-position: -270px -100.125px;
  }
}
.icon-page.icon-shop {
  background-position: -800px -267px;
}
@media (min-width: 768px) and (max-width: 979px),(max-width: 767px) {
  .icon-page.icon-shop.icon-scale {
    background-position: -500px -166.875px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-shop.icon-scale {
    background-position: -300px -100.125px;
  }
}
@media (max-width: 767px) {
  .icon-page.icon-shop.icon-cb-scale {
    background-position: -750px -250.3125px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-shop.icon-cb-scale {
    background-position: -500px -166.875px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-shop.icon-cb-scale-last {
    background-position: -300px -100.125px;
  }
}
.icon-page.icon-marketing {
  background-position: -880px -267px;
}
@media (min-width: 768px) and (max-width: 979px),(max-width: 767px) {
  .icon-page.icon-marketing.icon-scale {
    background-position: -550px -166.875px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-marketing.icon-scale {
    background-position: -330px -100.125px;
  }
}
@media (max-width: 767px) {
  .icon-page.icon-marketing.icon-cb-scale {
    background-position: -825px -250.3125px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-marketing.icon-cb-scale {
    background-position: -550px -166.875px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-marketing.icon-cb-scale-last {
    background-position: -330px -100.125px;
  }
}
.icon-page.icon-questions {
  background-position: -960px -267px;
}
@media (min-width: 768px) and (max-width: 979px),(max-width: 767px) {
  .icon-page.icon-questions.icon-scale {
    background-position: -600px -166.875px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-questions.icon-scale {
    background-position: -360px -100.125px;
  }
}
@media (max-width: 767px) {
  .icon-page.icon-questions.icon-cb-scale {
    background-position: -900px -250.3125px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-questions.icon-cb-scale {
    background-position: -600px -166.875px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-questions.icon-cb-scale-last {
    background-position: -360px -100.125px;
  }
}
.icon-page.icon-moneybag {
  background-position: -1200px -267px;
}
@media (min-width: 768px) and (max-width: 979px),(max-width: 767px) {
  .icon-page.icon-moneybag.icon-scale {
    background-position: -750px -166.875px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-moneybag.icon-scale {
    background-position: -450px -100.125px;
  }
}
@media (max-width: 767px) {
  .icon-page.icon-moneybag.icon-cb-scale {
    background-position: -1125px -250.3125px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-moneybag.icon-cb-scale {
    background-position: -750px -166.875px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-moneybag.icon-cb-scale-last {
    background-position: -450px -100.125px;
  }
}
.icon-page.icon-news {
  background-position: -1279px -267px;
}
@media (min-width: 768px) and (max-width: 979px),(max-width: 767px) {
  .icon-page.icon-news.icon-scale {
    background-position: -799.375px -166.875px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-news.icon-scale {
    background-position: -479.625px -100.125px;
  }
}
@media (max-width: 767px) {
  .icon-page.icon-news.icon-cb-scale {
    background-position: -1199.0625px -250.3125px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-news.icon-cb-scale {
    background-position: -799.375px -166.875px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-news.icon-cb-scale-last {
    background-position: -479.625px -100.125px;
  }
}
.icon-page.icon-update-account {
  background-position: -1358px -265px;
}
@media (min-width: 768px) and (max-width: 979px),(max-width: 767px) {
  .icon-page.icon-update-account.icon-scale {
    background-position: -848.75px -165.625px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-update-account.icon-scale {
    background-position: -509.25px -99.375px;
  }
}
@media (max-width: 767px) {
  .icon-page.icon-update-account.icon-cb-scale {
    background-position: -1273.125px -248.4375px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-update-account.icon-cb-scale {
    background-position: -848.75px -165.625px;
  }
}
@media (max-width: 479px) {
  .icon-page.icon-update-account.icon-cb-scale-last {
    background-position: -509.25px -99.375px;
  }
}
.icon-funmiles {
  background-position: -250px -154px;
  height: 102px;
  width: 102px;
}
@media (max-width: 767px) {
  .icon-funmiles {
    -webkit-background-size: 1172.0588235294px auto;
    -moz-background-size: 1172.0588235294px auto;
    -o-background-size: 1172.0588235294px auto;
    background-size: 1172.0588235294px auto;
    width: 75px;
    height: 75px;
    background-position: -183.82352941176px -113.23529411765px;
  }
}
.sidebar-padded {
  display: block;
  float: left;
  width: 665px;
}
@media (min-width: 1200px) {
  .sidebar-padded {
    width: 895px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .sidebar-padded {
    width: 449px;
  }
}
@media (max-width: 767px) {
  .sidebar-padded {
    float: none;
    width: auto;
  }
}
.sidebar {
  float: right;
  width: 210px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sidebar {
    width: ;
  }
}
@media (max-width: 767px) {
  .sidebar {
    margin-top: 10px;
    width: 100%;
  }
}
.sidebar > div,
.sidebar > section {
  margin-top: 20px;
}
.sidebar > div:first-child,
.sidebar > section:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .sidebar > .contentbox {
    margin: 0;
    float: right;
    width: 48%;
  }
  .sidebar > .contentbox.clear {
    clear: both;
    float: left;
    margin-top: 20px;
  }
  .sidebar > .contentbox.clear + .contentbox {
    margin-top: 20px;
  }
  .sidebar > .contentbox.clear:first-child {
    margin-top: 0;
  }
  .sidebar > .contentbox.last {
    float: left;
    margin-top: 20px;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .sidebar > .contentbox {
    float: left;
    margin-top: 20px;
    width: 100%;
  }
}
.carousel {
  clear: both;
  position: relative;
}
.carousel > .inner {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.carousel .items {
  display: none;
  *zoom: 1;
  width: 99999px;
  height: 100%;
}
.carousel .items:before,
.carousel .items:after {
  display: table;
  content: "";
  line-height: 0;
}
.carousel .items:after {
  clear: both;
}
.carousel .items .item {
  float: left;
}
.carousel .pagination {
  margin-top: 5px;
  text-align: center;
  width: 100%;
}
.carousel .pagination > span {
  background: #949494;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  width: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.5) inset;
  -moz-box-shadow: 0 0 4px rgba(0,0,0,0.5) inset;
  box-shadow: 0 0 4px rgba(0,0,0,0.5) inset;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.carousel .pagination > span:hover {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.65) inset;
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.65) inset;
  box-shadow: 0 0 5px rgba(0,0,0,0.65) inset;
}
.carousel .pagination > span.active {
  background: #e31e3c;
  cursor: default;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.5) inset;
  -moz-box-shadow: 0 0 4px rgba(0,0,0,0.5) inset;
  box-shadow: 0 0 4px rgba(0,0,0,0.5) inset;
}
.carousel .pagination > span + span {
  margin-left: 4px;
}
.carousel .loader {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  background: #f5f5f5;
  display: none;
  height: 100%;
  width: 100%;
}
.carousel .loader:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.carousel .loader i {
  vertical-align: middle;
}
.carousel.loading .loader {
  display: block;
}
.carousel.big-nav {
  margin: 0 40px;
}
.carousel.big-nav .navigation {
  height: 0;
}
.carousel.big-nav .navigation > span {
  cursor: pointer;
  left: -40px;
  top: 0;
  bottom: 0;
  position: absolute;
  width: 40px;
}
.carousel.big-nav .navigation > span:after {
  content: '';
  height: 75px;
  width: 40px;
  background-image: url('https://static.partners.funmiles.net.mobilem-dev.pl/gfx/sprite.png');
  background-position: 0 -373.5px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -37.5px;
}
.carousel.big-nav .navigation > span:hover:after {
  background-position: -80px -373.5px;
}
.carousel.big-nav .navigation > span.next {
  left: auto;
  right: -40px;
}
.carousel.big-nav .navigation > span.next:after {
  background-position: -40px -373.5px;
}
.carousel.big-nav .navigation > span.next:hover:after {
  background-position: -120px -373.5px;
}
.carousel.small-nav {
  padding: 0 20px;
}
.carousel.small-nav .navigation {
  height: 0;
  margin-left: -20px;
  margin-right: -20px;
}
.carousel.small-nav .navigation > span {
  cursor: pointer;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  width: 20px;
}
.carousel.small-nav .navigation > span:after {
  content: '';
  height: 20px;
  width: 20px;
  background-image: url('https://static.partners.funmiles.net.mobilem-dev.pl/gfx/sprite.png');
  background-position: -247px -34px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.carousel.small-nav .navigation > span:hover:after {
  background-position: -247px -14px;
}
.carousel.small-nav .navigation > span.next {
  left: auto;
  right: 0;
}
.carousel.small-nav .navigation > span.next:after {
  background-position: -267px -34px;
}
.carousel.small-nav .navigation > span.next:hover:after {
  background-position: -267px -14px;
}
.carousel.carousel-index {
  margin-top: 22px;
}
.carousel.carousel-index > .inner {
  padding-top: 10px;
}
.carousel.carousel-index .item {
  width: 240px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .carousel.carousel-index .item {
    width: 200px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .carousel.carousel-index .item {
    width: 280px;
  }
}
@media (max-width: 479px) {
  .carousel.carousel-index .item {
    width: 210px;
  }
}
.carousel.carousel-index .item section {
  margin-bottom: 0 !important;
}
.carousel.carousel-index .pagination {
  display: none;
}
.carousel.carousel-index .loader {
  background: #fff;
}
@media (min-width: 1200px),(min-width: 980px) and (max-width: 1199px),(min-width: 768px) and (max-width: 979px) {
  .carousel.carousel-index {
    min-height: 252px;
  }
}
@media (max-width: 767px) {
  .carousel.carousel-index {
    min-height: 160px;
  }
}
.carousel.carousel-teaser .loader {
  background: #e31e3c;
}
.carousel.carousel-teaser .item {
  background: #fff;
  overflow: hidden;
}
.carousel.carousel-teaser .item a {
  display: block;
}
@media (min-width: 768px) and (max-width: 979px),(min-width: 980px) and (max-width: 1199px),(min-width: 1200px) {
  .carousel.carousel-teaser {
    margin-bottom: 0;
  }
  .carousel.carousel-teaser .pagination {
    background: #e31e3c;
    width: auto;
    *zoom: 1;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 15px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    overflow: hidden;
  }
  .carousel.carousel-teaser .pagination:before,
  .carousel.carousel-teaser .pagination:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .carousel.carousel-teaser .pagination:after {
    clear: both;
  }
  .carousel.carousel-teaser .pagination > span {
    padding: 0;
    float: left;
    display: inline-block;
    background: transparent;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 24px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .carousel.carousel-teaser .pagination > span:first-child {
    border-left: 0;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
  }
  .carousel.carousel-teaser .pagination > span:last-child {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
  }
  .carousel.carousel-teaser .pagination > span:hover {
    background: #ce1a35;
  }
  .carousel.carousel-teaser .pagination > span:focus,
  .carousel.carousel-teaser .pagination > span:active {
    background: #e31e3c;
    outline: none;
    color: #fed12f;
  }
  .carousel.carousel-teaser .pagination > span.active {
    background: #b7172f;
  }
  .carousel.carousel-teaser .pagination > span + span {
    border-left: 1px solid #b7172f;
    margin: 0;
  }
  .carousel.carousel-teaser .pagination > span + span:before {
    content: '';
    float: left;
    width: 1px;
    display: block;
    height: 28px;
    background: #e94b63;
  }
  .carousel.carousel-teaser .navigation {
    display: none;
  }
}
@media (max-width: 767px) {
  .carousel.carousel-teaser .navigation {
    display: none;
  }
  .carousel.carousel-teaser .pagination {
    margin: 0;
    position: absolute;
    bottom: -28px;
    left: 0;
    right: 0;
  }
  .carousel.carousel-teaser .pagination span {
    text-indent: -9999px;
    color: transparent;
    overflow: hidden;
  }
}
.carousel.carousel-teaser {
  width: 100%;
  height: 305px;
}
@media (min-width: 1200px) {
  .carousel.carousel-teaser {
    height: 380px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .carousel.carousel-teaser {
    height: 235px;
  }
}
@media (max-width: 767px) {
  .carousel.carousel-teaser {
    height: auto;
    min-height: 165px;
  }
}
@media (max-width: 479px) {
  .carousel.carousel-teaser {
    min-height: 113px;
  }
}
.carousel.carousel-teaser .item {
  height: 100%;
  width: 940px;
}
@media (min-width: 1200px) {
  .carousel.carousel-teaser .item {
    width: 1170px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .carousel.carousel-teaser .item {
    width: 724px;
  }
}
@media (max-width: 767px) {
  .carousel.carousel-teaser .item {
    height: auto;
    min-height: 165px;
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  .carousel.carousel-teaser .item {
    min-height: 113px;
  }
}
.carousel.carousel-teaser .item > a {
  height: 100%;
}
.carousel.carousel-teaser .item img {
  height: 100%;
  width: auto;
}
@media (max-width: 767px) {
  .carousel.carousel-teaser .item img {
    height: auto;
    min-height: 165px;
  }
}
@media (max-width: 479px) {
  .carousel.carousel-teaser .item img {
    min-height: 113px;
  }
}
.sidebar-padded .carousel-teaser {
  height: 250px;
}
@media (min-width: 1200px) {
  .sidebar-padded .carousel-teaser {
    height: 336px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .sidebar-padded .carousel-teaser {
    height: 169px;
  }
}
@media (max-width: 767px) {
  .sidebar-padded .carousel-teaser {
    height: auto;
    min-height: 165px;
  }
}
@media (max-width: 479px) {
  .sidebar-padded .carousel-teaser {
    min-height: 113px;
  }
}
.sidebar-padded .carousel-teaser .item {
  width: 895px;
}
@media (min-width: 1200px) {
  .sidebar-padded .carousel-teaser .item {
    width: 665px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .sidebar-padded .carousel-teaser .item {
    width: 449px;
  }
}
.sidebar-padded .carousel-teaser .item > a {
  height: 100%;
}
.sidebar-padded .carousel-teaser .item img {
  height: 100%;
  width: auto;
}
@media (max-width: 767px) {
  .sidebar-padded .carousel-teaser .item img {
    height: auto;
    min-height: 165px;
    width: auto;
  }
}
@media (max-width: 479px) {
  .sidebar-padded .carousel-teaser .item img {
    min-height: 113px;
  }
}
.carousel-teaser + .widget-contentpage {
  margin-top: 20px;
}
.widget-contentpage + .carousel-teaser {
  margin-top: 20px;
}
dl.inline {
  margin: 0;
}
dl.inline dt {
  clear: left;
  float: left;
  font-weight: normal;
  width: 42%;
}
dl.inline dd {
  color: #e31e3c;
  display: block;
  margin-left: 46%;
}
.editor-content h1,
.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5 {
  color: #e31e3c;
  font-weight: normal;
}
.editor-content h1 {
  font-size: 24px;
}
.editor-content h2 {
  font-size: 18px;
}
.editor-content h3 {
  font-size: 16px;
}
.editor-content h4 {
  font-size: 14px;
}
.editor-content h5,
.editor-content h6 {
  font-size: 12px;
}
.editor-content a {
  color: #e31e3c;
}
.editor-content a:hover,
.editor-content a:focus,
.editor-content a:active {
  color: #e31e3c;
  text-decoration: underline;
}
.widget-contentpage .images,
.widget-news .images {
  *zoom: 1;
}
.widget-contentpage .images:before,
.widget-contentpage .images:after,
.widget-news .images:before,
.widget-news .images:after {
  display: table;
  content: "";
  line-height: 0;
}
.widget-contentpage .images:after,
.widget-news .images:after {
  clear: both;
}
.widget-contentpage .images img,
.widget-news .images img {
  margin: 1.6666666666667%;
}
.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(227,30,60,0.7);
}
.dropdown-menu.box {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  border: 0;
}
.dropdown-menu.box > li {
  border-bottom: 1px solid #b7172f;
}
.dropdown-menu.box > li > a {
  color: #fff;
  padding: 7px 11px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.dropdown-menu.box > li > a:hover,
.dropdown-menu.box > li > a:focus {
  background: #ce1a35;
  color: #fed12f;
}
.dropdown-menu.box > li > a.active {
  background: #b7172f;
}
.dropdown-menu.box > li + li {
  border-top: 1px solid #e94b63;
}
.products-pagination .mobile-pagination .pagination {
  text-align: left;
  padding: 0px;
}
.products-pagination .mobile-pagination .pagination .arrows {
  background-color: #e31e3c;
  padding: 10px 15px;
  display: inline-block;
  color: #fff;
}
.products-pagination .mobile-pagination .pagination .arrows.inactive {
  background-color: #d2d2d2;
}
.products-pagination .mobile-pagination .pagination .pages {
  padding: 10px 15px;
  font-weight: bold;
  color: black;
}
.products-pagination .mobile-pagination .pagination .pages a {
  color: #e31e3c;
}
.products-pagination .pagination {
  background: #e7e7e7;
  font-size: 16px;
  text-align: center;
  padding: 5px 0;
}
div.center-text {
  text-align: center;
}
.Easterstm2017 {
  display: none;
  background: #FFF;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 10%;
  margin: auto;
  width: 90%;
  max-width: 800px;
  z-index: 3;
  margin-bottom: 10%;
}
.Easterstm2017.open {
  display: block;
}
.easterOverlay {
  display: none;
  background: #fed12f;
  opacity: 0.5;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.easterOverlay.open {
  display: block;
}
.clear {
  clear: both;
}
.estm-bg {
  background: url(https://static.partners.funmiles.net.mobilem-dev.pl/gfx/toucan.jpg) no-repeat 0 0;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .estm-bg {
    background-size: contain;
    padding-top: 150px;
  }
}
@media (max-width: 479px) {
  .estm-bg {
    background-size: contain;
    padding-top: 150px;
  }
}
#estmFORM {
  margin: 0;
}
.estm--form {
  max-width: 260px;
  float: right;
  background: #e31e3c;
  margin: 30px;
  padding: 20px;
  border-radius: 14px;
  color: #fff;
}
@media (max-width: 767px) {
  .estm--form {
    max-width: none;
  }
}
@media (max-width: 479px) {
  .estm--form {
    max-width: none;
  }
}
.estm--form input {
  color: #555;
  width: 100%;
  width: calc(100% - 12px);
}
.estm--form .estm--form-item {
  position: relative;
}
.estm--form .estm--form-item .estm--field-group .column--1 {
  float: left;
  width: 60%;
}
.estm--form .estm--form-item .estm--field-group .column--2 {
  float: left;
  width: 30%;
  margin-left: 10%;
}
.estm--form .estm--form-item .estm--label {
  text-transform: uppercase;
  color: #fed12f;
  padding-bottom: 5px;
  font-size: 13px;
}
.estm--form .estm--end {
  position: relative;
}
.estm--form .estm--end label.error {
  background: #ffd1cc;
  z-index: 1;
  width: calc(100% - 8px);
  top: -32px;
  padding: 4px;
  left: 0;
  color: #e31e3c;
  position: absolute;
  min-width: 200px;
}
.estm--form .estm--end label.error:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #ffd1cc transparent transparent transparent;
  bottom: -5px;
  left: 5px;
  position: absolute;
}
.estm--form .estm--form-item {
  position: relative;
}
.estm--form .estm--form-item label.error {
  background: #ffd1cc;
  z-index: 1;
  width: calc(100% - 8px);
  bottom: -24px;
  padding: 4px;
  left: 0;
  color: #e31e3c;
  position: absolute;
}
.estm--form .estm--form-item label.error:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 8px 5px;
  border-color: transparent transparent #ffd1cc transparent;
  top: -5px;
  left: 5px;
  position: absolute;
}
.estm--form .estm--heading {
  text-transform: uppercase;
  font-size: 17px;
  color: #fed12f;
  padding-bottom: 6px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
.estm--form .estm--end {
  border-top: 1px solid #fff;
  padding-top: 6px;
  margin-top: 10px;
}
.estm--form .estm--btn {
  background: #fed12f;
  color: #e31e3c;
  font-weight: bold;
  text-align: center;
  display: block;
  border: 0;
  box-shadow: none;
  border-radius: 6px;
  text-transform: uppercase;
  margin-top: 10px;
  padding: 10px;
}
.estm--form .estm--yesno {
  float: left;
  width: 25%;
}
.estm--form .estm--yesno label {
  font-size: 13px;
  color: #fed12f;
  margin: 0;
}
.estm--form .estm--newsletter-info {
  float: left;
  width: 75%;
}
button {
  font-size: 1em;
}
span.area .control-group.error {
  display: none;
}
div.el-area {
  display: none;
}
.control-group > label {
  color: #e31e3c;
  font-weight: bold;
  text-align: right;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .control-group > label {
    text-align: left;
  }
}
.control-group .selector {
  margin-bottom: 10px;
}
input[type="date"] {
  -webkit-appearance: none;
}
.form-search {
  margin-top: 20px;
}
.funmiles .form-inline label,
.funshop .form-inline label {
  width: 110px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .funmiles .form-inline label,
  .funshop .form-inline label {
    width: auto;
  }
}
@media (min-width: 1200px),(min-width: 980px) and (max-width: 1199px) {
  .funmiles .form-inline input,
  .funshop .form-inline input {
    width: 250px;
  }
  .funmiles .form-inline #uniform-island,
  .funshop .form-inline #uniform-island {
    width: 250px;
  }
  .funmiles .form-inline #uniform-code,
  .funshop .form-inline #uniform-code {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .funmiles .form-inline input,
  .funshop .form-inline input {
    height: 30px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) and (max-width: 479px) {
  .funmiles .form-inline .control-group,
  .funshop .form-inline .control-group {
    margin-bottom: 5px;
  }
  .funmiles .form-inline .control-group label,
  .funshop .form-inline .control-group label {
    margin-bottom: 2.5px;
    line-height: 20px;
  }
}
.funmiles .selector,
.funshop .selector {
  background: #fff;
  border: 1px solid #BDBFC3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
}
.funmiles .selector.focus,
.funshop .selector.focus {
  border-color: #A2A5AB;
}
.funmiles .control-group label,
.funshop .control-group label {
  color: #414040;
  font-weight: normal;
  text-align: left;
  text-transform: none;
}
.funmiles .control-group label[for=no_email],
.funshop .control-group label[for=no_email] {
  font-size: 10px;
}
@media (max-width: 767px) {
  .funmiles .control-group label,
  .funshop .control-group label {
    text-align: left;
  }
}
.funmiles .control-group textarea,
.funmiles .control-group input[type="text"],
.funmiles .control-group input[type="password"],
.funmiles .control-group input[type="datetime"],
.funmiles .control-group input[type="datetime-local"],
.funmiles .control-group input[type="date"],
.funmiles .control-group input[type="month"],
.funmiles .control-group input[type="time"],
.funmiles .control-group input[type="week"],
.funmiles .control-group input[type="number"],
.funmiles .control-group input[type="email"],
.funmiles .control-group input[type="url"],
.funmiles .control-group input[type="search"],
.funmiles .control-group input[type="tel"],
.funmiles .control-group input[type="color"],
.funmiles .control-group .uneditable-input,
.funshop .control-group textarea,
.funshop .control-group input[type="text"],
.funshop .control-group input[type="password"],
.funshop .control-group input[type="datetime"],
.funshop .control-group input[type="datetime-local"],
.funshop .control-group input[type="date"],
.funshop .control-group input[type="month"],
.funshop .control-group input[type="time"],
.funshop .control-group input[type="week"],
.funshop .control-group input[type="number"],
.funshop .control-group input[type="email"],
.funshop .control-group input[type="url"],
.funshop .control-group input[type="search"],
.funshop .control-group input[type="tel"],
.funshop .control-group input[type="color"],
.funshop .control-group .uneditable-input {
  background: #fff;
  border-color: #bdbfc3;
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: border 0.15s ease-in-out;
  -moz-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.funmiles .control-group textarea:focus,
.funmiles .control-group input[type="text"]:focus,
.funmiles .control-group input[type="password"]:focus,
.funmiles .control-group input[type="datetime"]:focus,
.funmiles .control-group input[type="datetime-local"]:focus,
.funmiles .control-group input[type="date"]:focus,
.funmiles .control-group input[type="month"]:focus,
.funmiles .control-group input[type="time"]:focus,
.funmiles .control-group input[type="week"]:focus,
.funmiles .control-group input[type="number"]:focus,
.funmiles .control-group input[type="email"]:focus,
.funmiles .control-group input[type="url"]:focus,
.funmiles .control-group input[type="search"]:focus,
.funmiles .control-group input[type="tel"]:focus,
.funmiles .control-group input[type="color"]:focus,
.funmiles .control-group .uneditable-input:focus,
.funshop .control-group textarea:focus,
.funshop .control-group input[type="text"]:focus,
.funshop .control-group input[type="password"]:focus,
.funshop .control-group input[type="datetime"]:focus,
.funshop .control-group input[type="datetime-local"]:focus,
.funshop .control-group input[type="date"]:focus,
.funshop .control-group input[type="month"]:focus,
.funshop .control-group input[type="time"]:focus,
.funshop .control-group input[type="week"]:focus,
.funshop .control-group input[type="number"]:focus,
.funshop .control-group input[type="email"]:focus,
.funshop .control-group input[type="url"]:focus,
.funshop .control-group input[type="search"]:focus,
.funshop .control-group input[type="tel"]:focus,
.funshop .control-group input[type="color"]:focus,
.funshop .control-group .uneditable-input:focus {
  border-color: #a2a5ab;
}
.funmiles .control-group textarea,
.funshop .control-group textarea {
  resize: none;
}
.funmiles .control-group.error .input-error,
.funmiles .control-group.error .help-block,
.funshop .control-group.error .input-error,
.funshop .control-group.error .help-block {
  font-size: 12px;
}
.funmiles form .bubble,
.funshop form .bubble {
  display: block;
}
.funmiles .control-group label.checkbox + label.checkbox,
.funmiles .control-group label.radio + label.radio,
.funshop .control-group label.checkbox + label.checkbox,
.funshop .control-group label.radio + label.radio {
  margin-left: 20px;
}
.funmiles label.checkbox,
.funshop label.checkbox {
  position: relative;
}
.funmiles label.checkbox .checker,
.funshop label.checkbox .checker {
  position: absolute;
  top: 3px;
  left: 0;
}
.form-condensed .control-group {
  margin-bottom: 10px;
}
.form-condensed .control-group > .selector,
.form-condensed .control-group > input,
.form-condensed .control-group > select {
  margin-bottom: 0;
}
form.register label[for="email"]:after,
form.register label[for="confirm_email"]:after,
form.register label[for="card"]:after,
form.register label[for="first_name"]:after,
form.register label[for="last_name"]:after,
form.register label[for="island"]:after,
form.register label[for="street"]:after,
form.register label[for="birthdate"]:after,
form.register label[for="Agreement"]:after,
form.register label[for="address"]:after,
form.register label[for="id_number"]:after,
form.register label[for="id_type"]:after,
form.register label[for="sex"]:after,
form.register label[for="home_mobile"]:after,
form.confirm-form label[for="email"]:after,
form.confirm-form label[for="confirm_email"]:after,
form.confirm-form label[for="card"]:after,
form.confirm-form label[for="first_name"]:after,
form.confirm-form label[for="last_name"]:after,
form.confirm-form label[for="island"]:after,
form.confirm-form label[for="street"]:after,
form.confirm-form label[for="birthdate"]:after,
form.confirm-form label[for="Agreement"]:after,
form.confirm-form label[for="address"]:after,
form.confirm-form label[for="id_number"]:after,
form.confirm-form label[for="id_type"]:after,
form.confirm-form label[for="sex"]:after,
form.confirm-form label[for="home_mobile"]:after {
  content: " *";
}
.mb0 {
  margin-bottom: 0px;
}
.error input,
.error select,
.error div.input-block-level {
  border: 1px solid red !important;
}
.partner-portal.auth .widget-login {
  margin: 115px auto 160px;
  width: 354px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .partner-portal.auth .widget-login {
    margin: 80px auto;
  }
}
@media (max-width: 767px) {
  .partner-portal.auth .widget-login {
    margin: 30px auto;
  }
}
@media (max-width: 767px) {
  .partner-portal.auth .widget-login {
    width: auto;
  }
}
.partner-portal.auth .widget-login form {
  padding: 17px 58px 37px;
  margin: 0;
}
@media (max-width: 767px) {
  .partner-portal.auth .widget-login form {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.partner-portal.auth .widget-login form input {
  background: url('https://static.partners.funmiles.net.mobilem-dev.pl/gfx/sprite.png') no-repeat #fff;
  height: 50px;
  padding: 15px 15px 15px 50px;
}
.partner-portal.auth .widget-login form input[name="login"] {
  background-position: -1300px -150px;
}
.partner-portal.auth .widget-login form input[name="password"] {
  background-position: -1300px -200px;
}
.partner-portal .widget-files {
  margin: 32px 0;
}
.partner-portal .widget-files header a {
  color: #fff;
}
.partner-portal .widget-files header a:hover {
  color: #fed12f;
  text-decoration: none;
}
.partner-portal .widget-files .back-btn {
  background: #fed12f;
  border-radius: 12px;
  color: #fff;
  display: inline-block;
  height: 23px;
  width: 23px;
  line-height: 23px;
  text-align: center;
  text-shadow: 0 0 1px rgba(0,0,0,0.5);
  vertical-align: middle;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5),0 -1px 3px rgba(0,0,0,0.4) inset;
  -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5),0 -1px 3px rgba(0,0,0,0.4) inset;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.5),0 -1px 3px rgba(0,0,0,0.4) inset;
  margin-right: 5px;
}
.partner-portal .widget-files .back-btn:hover {
  background: #f9c301;
  color: #fff;
  text-decoration: none;
}
.partner-portal .widget-files .back-btn:focus,
.partner-portal .widget-files .back-btn:active {
  outline: none;
  text-decoration: none;
}
.partner-portal .widget-files label {
  float: left;
  padding-right: 10px;
}
.partner-portal .widget-files ul {
  list-style: none;
  margin: 0;
}
.partner-portal .widget-files ul li {
  list-style: none;
  float: left;
  width: 70px;
  margin: 10px;
}
.partner-portal .widget-files ul li a {
  color: #000;
  font-size: 11px;
  display: block;
  text-align: center;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.partner-portal .widget-files ul li a .icon {
  background-image: url('https://static.partners.funmiles.net.mobilem-dev.pl/gfx/sprite.png');
  display: inline-block;
  width: 60px;
  height: 60px;
  background-position: -180px -200px;
}
.partner-portal .widget-files ul li a .icon.xls {
  background-position: -60px -200px;
}
.partner-portal .widget-files ul li a .icon.pdf {
  background-position: -120px -200px;
}
.partner-portal .widget-files ul li a .icon.catalog {
  background-position: 0px -200px;
}
.partner-portal .widget-files ul li a span {
  display: block;
  line-height: 14px;
  height: 42px;
  overflow: hidden;
}
.partner-portal .widget-files ul li a:hover {
  color: #e31e3c;
  text-decoration: none;
}
.partner-portal .widget-transactions {
  margin: 32px 0;
}
.partner-portal .widget-transactions .alert {
  margin: 20px 0;
}
.partner-portal .widget-transactions .box-rounded header h2 {
  float: left;
}
@media (max-width: 767px) {
  .partner-portal .widget-transactions .box-rounded header h2 {
    border-bottom: 1px solid #b7172f;
    float: none;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .partner-portal .widget-transactions .box-rounded header .pull-right {
    border-top: 1px solid #e94b63;
    float: none;
  }
}
.partner-portal .widget-transactions .box-rounded header .inline {
  float: left;
  margin: 0;
}
.partner-portal .widget-transactions .box-rounded header li {
  line-height: 50px;
}
.partner-portal .widget-transactions .box-rounded header .pages {
  border-right: 1px solid #b7172f;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .partner-portal .widget-transactions .box-rounded header .pages {
    padding-left: 15px;
  }
}
@media (max-width: 479px) {
  .partner-portal .widget-transactions .box-rounded header .pages {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.partner-portal .widget-transactions .box-rounded header .pages li {
  float: left;
  padding: 0;
}
.partner-portal .widget-transactions .box-rounded header .pages li a {
  color: #fff;
}
.partner-portal .widget-transactions .box-rounded header .pages li + li:before {
  color: #fff;
  content: '|';
  margin: 0 5px;
}
.partner-portal .widget-transactions .box-rounded header .actions {
  border-left: 1px solid #e94b63;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 479px) {
  .partner-portal .widget-transactions .box-rounded header .actions {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.partner-portal .widget-transactions .box-rounded header .actions .hide {
  display: none !important;
}
.partner-portal .widget-transactions .box-rounded header .actions a {
  background: url('https://static.partners.funmiles.net.mobilem-dev.pl/gfx/sprite.png');
  display: inline-block;
  height: 25px;
  width: 25px;
  vertical-align: middle;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.partner-portal .widget-transactions .box-rounded header .actions a.print {
  background-position: -12px -162px;
}
.partner-portal .widget-transactions .box-rounded header .actions a.excel {
  background-position: -62px -162px;
}
.partner-portal .widget-transactions .box-rounded header .actions a.pdf {
  background-position: -112px -162px;
}
.partner-portal .widget-transactions .box-rounded header .actions a[data-toggle="last-report"] {
  background-position: -212px -162px;
}
.partner-portal .widget-transactions .box-rounded header .actions a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.partner-portal .widget-transactions .box-rounded header .actions a.loading {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  background-position: -160px -162px;
  cursor: default;
  opacity: 1;
  filter: alpha(opacity=100);
}
.partner-portal .widget-transactions .box-rounded header .actions a:focus,
.partner-portal .widget-transactions .box-rounded header .actions a:active {
  outline: none;
}
.partner-portal .widget-transactions footer {
  position: relative;
}
.partner-portal .widget-transactions footer .go-to {
  position: absolute;
  bottom: 0;
  right: 3px;
  margin-bottom: 0;
}
.partner-portal .widget-transactions footer .go-to label {
  float: left;
  line-height: 36px;
  color: #e31e3c;
  font-weight: bold;
  margin: 0 5px 0 0;
}
.partner-portal .widget-transactions footer .go-to .input-append {
  margin: 0;
  line-height: 29px;
  -webkit-box-shadow: 0 0 3px 2px #fff;
  -moz-box-shadow: 0 0 3px 2px #fff;
  box-shadow: 0 0 3px 2px #fff;
}
.partner-portal .widget-transactions footer .go-to .input-append input {
  width: 3em;
}
.partner-portal .widget-transactions footer .go-to .input-append .btn {
  color: #e31e3c;
}
@media (max-width: 767px) {
  .partner-portal .widget-transactions footer {
    padding: 0 10px;
  }
  .partner-portal .widget-transactions footer .pagination {
    float: left;
  }
  .partner-portal .widget-transactions footer .go-to {
    float: right;
    position: relative;
    right: 0;
  }
}
@media (max-width: 767px) {
  .partner-portal .widget-transactions form .control-group {
    margin-bottom: 0;
  }
  .partner-portal .widget-transactions form .control-group input {
    margin-bottom: 10px;
  }
}
.partner-portal .widget-transactions form .checkbox {
  margin-top: 4px;
}
.partner-portal .widget-transactions form .help-block .errors {
  margin: 0;
  color: #e31e3c;
  list-style: none;
  font-style: italic;
  font-size: 11px;
}
.partner-portal .widget-transactions form .help-block .errors li + li {
  margin-top: 3px;
}
.partner-portal .reports a {
  background: url('https://static.partners.funmiles.net.mobilem-dev.pl/gfx/sprite.png');
  display: inline-block;
  height: 25px;
  width: 25px;
  vertical-align: middle;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.partner-portal .reports a.pdf {
  background-position: -112px -162px;
}
.partner-portal .reports a.excel {
  background-position: -62px -162px;
}
.partner-portal .reports a[data-toggle="report-ready"] {
  background-position: -212px -162px;
}
.partner-portal .reports a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.partner-portal span.pdf {
  background: url('https://static.partners.funmiles.net.mobilem-dev.pl/gfx/sprite.png');
  display: inline-block;
  height: 25px;
  width: 25px;
  vertical-align: middle;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  background-position: -112px -162px;
}
.partner-portal span.pdf:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.partner-portal span.pdf:focus,
.partner-portal span.pdf:active {
  outline: none;
}
@media (max-width: 767px) {
  .partner-portal .hide-small {
    display: none;
  }
}
.partner-portal .clearspace {
  clear: both;
  height: 50px;
}
.partner-portal .bar-graph {
  padding: 20px;
  border: 1px solid #ccc;
  width: 44%;
  margin: 0 1%;
  float: left;
}
.partner-portal .bar-ranges {
  position: relative;
}
.partner-portal .bar-ranges .bar {
  border-top: 1px dotted #ccc;
  height: 50px;
}
.partner-portal .bar-ranges .bar span {
  margin-top: -9px;
  padding-right: 1%;
  background: #fff;
  width: 10%;
  display: inline-block;
  vertical-align: top;
  text-align: right;
}
.partner-portal .bar-data-group {
  width: 10%;
  height: 100%;
  float: left;
  position: relative;
}
.partner-portal .bar-data {
  position: absolute;
  background: rgba(227,30,60,0);
  width: 89%;
  left: 11%;
  bottom: 50px;
}
.partner-portal .bar-data .bar-new {
  position: absolute;
  bottom: 0;
  width: 40%;
  margin: 0 1%;
  left: 8%;
  background: #e31e3c;
}
.partner-portal .bar-data .bar-old {
  position: absolute;
  bottom: 0;
  right: 8%;
  width: 40%;
  margin: 0 1%;
  background: #fed12f;
}
.partner-portal .bar-data .bar-legend {
  text-align: right;
  position: absolute;
  bottom: -40px;
  width: 100%;
  white-space: nowrap;
  transform: rotateZ(-70deg);
  overflow: hidden;
}
.partner-portal .gib-group {
  display: inline-block;
  vertical-align: bottom;
}
.partner-portal #header ul.inline > li > span {
  color: #fff;
  display: inline-block;
  padding: 11px;
}
.partner-portal #header .widget-login-dropdown {
  left: auto;
}
.partner-portal #header .widget-login-dropdown .header {
  text-align: right;
}
.partner-portal #header .widget-login-dropdown .header .pointer {
  width: 47px;
}
.partner-portal #header .widget-login-dropdown .inner {
  padding-right: 10px;
  padding-left: 10px;
  text-align: right;
}
.partner-portal #header .widget-login-dropdown .inner .name {
  color: #fed12f;
  margin: 0;
  white-space: nowrap;
}
.partner-portal #header .widget-login-dropdown .footer {
  padding-left: 10px;
  padding-right: 10px;
  text-align: right;
}
.partner-portal #content {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.funmiles.partners .widget-partners {
  margin-bottom: 10px;
  margin-top: 20px;
}
@media (max-width: 479px) {
  .funmiles.partners .widget-partners header {
    position: relative;
  }
}
.funmiles.partners .widget-partners header > ul {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  margin: 0;
}
.funmiles.partners .widget-partners header > ul > li > a {
  line-height: 32px;
  padding: 0 10px;
}
.funmiles.partners .widget-partners header > ul > li:first-child > a {
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
}
.funmiles.partners .widget-partners header > ul > li:last-child > a {
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}
.funmiles.partners .widget-partners header > ul > li.dropdown {
  display: none;
  border-left: 0;
}
.funmiles.partners .widget-partners header > ul > li.dropdown:before {
  display: none;
}
.funmiles.partners .widget-partners header > ul > li.dropdown > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.funmiles.partners .widget-partners header > ul > li.dropdown .caret {
  border-top-color: #fed12f;
  margin-top: 15px;
}
@media (min-width: 768px) and (max-width: 979px),(max-width: 767px) {
  .funmiles.partners .widget-partners header > ul > li {
    display: none;
  }
  .funmiles.partners .widget-partners header > ul > li.dropdown {
    display: block;
  }
}
.funmiles.partners .widget-partners header .form-search {
  margin: 0;
  position: relative;
}
@media (max-width: 767px) {
  .funmiles.partners .widget-partners header .form-search {
    display: block;
    position: relative;
  }
}
@media (max-width: 479px) {
  .funmiles.partners .widget-partners header .form-search {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
  }
}
.funmiles.partners .widget-partners header .form-search .input-append {
  display: block;
  float: none;
  width: auto;
}
.funmiles.partners .widget-partners header .form-search .clear {
  position: absolute;
  top: 5px;
  right: 42px;
  height: 22px;
  line-height: 22px;
  color: #717171;
  z-index: 3;
  width: 20px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .funmiles.partners .widget-partners header .form-search .clear {
    position: absolute;
    right: 36px;
    z-index: 3;
  }
}
.funmiles.partners .widget-partners header .form-search .clear:hover {
  text-decoration: none;
  color: #333;
}
.funmiles.partners .widget-partners header .form-search input,
.funmiles.partners .widget-partners header .form-search .btn,
.funmiles.partners .widget-partners header .form-search .btn:before {
  height: 32px;
}
.funmiles.partners .widget-partners header .form-search input {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  line-height: 14px;
  width: 220px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funmiles.partners .widget-partners header .form-search input {
    width: 130px;
  }
}
@media (max-width: 767px) {
  .funmiles.partners .widget-partners header .form-search input {
    display: block;
    float: none;
    width: 100%;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
  }
}
@media (max-width: 479px) {
  .funmiles.partners .widget-partners header .form-search input {
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
    width: 100px;
  }
  .funmiles.partners .widget-partners header .form-search input:focus,
  .funmiles.partners .widget-partners header .form-search input.focus {
    width: 100%;
  }
}
.funmiles.partners .widget-partners header .form-search input::-ms-clear {
  display: none;
}
.funmiles.partners .widget-partners header .form-search .btn {
  padding: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.funmiles.partners .widget-partners header .form-search .btn i {
  margin-top: -4px;
}
@media (max-width: 767px) {
  .funmiles.partners .widget-partners header .form-search .btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
  }
}
.funmiles.partners .widget-partners > .inner.news {
  background: none !important;
  box-shadow: none !important;
}
.funmiles.partners .widget-partners > .inner {
  background: #fed12f;
  padding: 28px;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.4);
  -moz-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.4);
  box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.4);
}
@media (max-width: 767px) {
  .funmiles.partners .widget-partners > .inner {
    padding: 6px;
  }
}
@media (max-width: 479px) {
  .funmiles.partners .widget-partners > .inner {
    padding: 0;
  }
}
.funmiles.partners .widget-partners > .inner .map-container {
  overflow: hidden;
  position: relative;
  width: auto;
  background: #fff;
  padding: 13px;
  margin: 8px;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.4);
  -moz-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.4);
  box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.4);
}
@media (max-width: 479px) {
  .funmiles.partners .widget-partners > .inner .map-container {
    margin-bottom: 0;
    padding: 5px;
  }
}
.funmiles.partners .widget-partners > .inner .map-container .categories {
  margin-bottom: 0;
}
.funmiles.partners .widget-partners > .inner .map-container img {
  max-width: none;
}
.funmiles.partners .widget-partners > .inner .map-container .partners-map {
  width: 100%;
  height: 300px;
}
@media (max-width: 767px) {
  .funmiles.partners .widget-partners > .inner .map-container .partners-map {
    height: 200px;
  }
}
.funmiles.partners .widget-partners > .inner .map-container .actions {
  position: absolute;
  right: 13px;
  top: 150px;
  margin-top: -50px;
}
@media (max-width: 767px) {
  .funmiles.partners .widget-partners > .inner .map-container .actions {
    top: 100px;
  }
}
@media (max-width: 767px) and (max-width: 479px) {
  .funmiles.partners .widget-partners > .inner .map-container .actions {
    right: 5px;
  }
}
.funmiles.partners .widget-partners > .inner .map-container .actions > a {
  display: block;
  width: 50px;
  height: 50px;
  background-color: rgba(0,0,0,0.6);
  background-image: url('https://static.partners.funmiles.net.mobilem-dev.pl/gfx/sprite.png');
  background-position: -482px -8px;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}
.funmiles.partners .widget-partners > .inner .map-container .actions > a[data-toggle="reset"] {
  background-position: -482px -58px;
  -webkit-border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}
.funmiles.partners .widget-partners > .inner .map-container .categories {
  margin: 10px 0 0px 0;
  list-style: none;
}
.funmiles.partners .widget-partners > .inner .map-container .categories li {
  float: left;
  padding: 0;
  position: relative;
  width: 33.333333333333%;
}
@media (max-width: 479px) {
  .funmiles.partners .widget-partners > .inner .map-container .categories li {
    width: 50%;
  }
}
.funmiles.partners .widget-partners > .inner .map-container .categories li > span {
  display: block;
  padding: 6px 0 6px 20px;
  line-height: 20px;
  -webkit-transition: background 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
@media (max-width: 767px) {
  .funmiles.partners .widget-partners > .inner .map-container .categories li > span {
    padding: 1px 0 1px 20px;
  }
}
.funmiles.partners .widget-partners > .inner .map-container .categories li > span:before {
  content: "■";
  color: #e31e3c;
  left: 5px;
  position: absolute;
  top: 4px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .funmiles.partners .widget-partners > .inner .map-container .categories li > span:before {
    top: 0;
  }
}
.funmiles.partners .widget-partners > .inner .map-container .categories li.s > span:before {
  color: #e71737;
}
.funmiles.partners .widget-partners > .inner .map-container .categories li.c > span:before {
  color: #005ccb;
}
.funmiles.partners .widget-partners > .inner .map-container .categories li.ha > span:before {
  color: #8400cd;
}
.funmiles.partners .widget-partners > .inner .map-container .categories li.he > span:before {
  color: #fd9500;
}
.funmiles.partners .widget-partners > .inner .map-container .categories li.t > span:before {
  color: #22cb00;
}
.funmiles.partners .widget-partners > .inner .map-container .categories li.f > span:before {
  color: #ffd200;
}
.funmiles.partners .widget-partners > .inner .map-container .categories li.o > span:before {
  color: #e115cc;
}
.funmiles.partners .widget-partners > .inner .map-container .overlay {
  background: rgba(0,0,0,0.6);
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  line-height: 400px;
  z-index: 5;
}
.funmiles.partners .widget-partners > .inner .map-container .overlay > span {
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
}
.funmiles.partners .widget-partners > .inner .map-container .overlay .icon {
  background-image: url('https://static.partners.funmiles.net.mobilem-dev.pl/gfx/sprite.png');
  background-position: -549px -15px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  vertical-align: middle;
  position: relative;
}
.funmiles.partners .widget-partners > .inner .map-container .overlay .title {
  color: #fff;
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .funmiles.partners .widget-partners > .inner .map-container .overlay {
    line-height: 200px;
  }
}
.funmiles.partners .widget-partners > .inner .map-container .overlay.active {
  left: auto;
  right: 13px;
  bottom: 130px;
  top: auto;
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}
@media (max-width: 479px) {
  .funmiles.partners .widget-partners > .inner .map-container .overlay.active {
    right: auto;
    left: 5px;
    top: 100px;
    margin-top: -25px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
  }
}
.funmiles.partners .widget-partners > .inner .map-container .overlay.active .icon {
  background-position: -549px -55px;
}
.funmiles.partners .widget-partners > .inner .map-container .overlay.active .title {
  display: none;
}
.funmiles.partners .widget-partners > .inner .map-container.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0.5%;
  width: auto;
  z-index: 7;
  margin: 0;
}
.funmiles.partners .widget-partners > .inner .map-container.fullscreen .partners-map {
  width: 100%;
  height: 100%;
}
.funmiles.partners .widget-partners > .inner .map-container.fullscreen .actions {
  top: 50%;
}
.funmiles.partners .widget-partners > .inner .map-container.fullscreen .categories {
  background: #fff;
  padding: 5px 0px;
  position: absolute;
  left: 0.5%;
  right: 0.5%;
  bottom: 0.5%;
}
.funmiles.partners .widget-partners > .inner .carousel {
  min-height: 60px;
}
@media (max-width: 767px) {
  .funmiles.partners .widget-partners > .inner .carousel {
    margin: 0 3px;
  }
}
.funmiles.partners .widget-partners > .inner .carousel .pagination {
  display: none;
}
.funmiles.partners .widget-partners > .inner .carousel .loader {
  background: transparent;
  display: block;
  width: 100%;
  min-height: 60px;
  line-height: 60px;
}
.funmiles.partners .widget-partners > .inner .carousel .item {
  display: inline-block;
  float: left;
}
.funmiles.partners .widget-partners > .inner .carousel .item .inner {
  margin: 12px 0;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funmiles.partners .widget-partners > .inner .carousel .item .inner {
    margin: 11.4px 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funmiles.partners .widget-partners > .inner .carousel .item .inner {
    margin: 10px 0;
  }
}
.funmiles.partners .widget-partners > .inner .carousel .item a {
  background: #fff;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 170px;
  height: 90px;
  -webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 4px 1px rgba(0,0,0,0.2);
  box-shadow: 0 0 4px 1px rgba(0,0,0,0.2);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funmiles.partners .widget-partners > .inner .carousel .item a {
    width: 160px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funmiles.partners .widget-partners > .inner .carousel .item a {
    width: 153px;
  }
}
@media (max-width: 767px) {
  .funmiles.partners .widget-partners > .inner .carousel .item a {
    width: 130px;
  }
}
@media (max-width: 479px) {
  .funmiles.partners .widget-partners > .inner .carousel .item a {
    width: 137px;
    height: 60px;
  }
}
.funmiles.partners .widget-partners > .inner .carousel .item a:hover {
  -webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 4px 1px rgba(0,0,0,0.4);
  box-shadow: 0 0 4px 1px rgba(0,0,0,0.4);
}
.funmiles.partners .widget-partners > .inner .carousel-navigation {
  text-align: center;
}
.funmiles.partners .widget-partners > .inner .carousel-navigation .prev,
.funmiles.partners .widget-partners > .inner .carousel-navigation .next {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('https://static.partners.funmiles.net.mobilem-dev.pl/gfx/sprite.png');
  background-position: -247px -34px;
  vertical-align: middle;
}
.funmiles.partners .widget-partners > .inner .carousel-navigation .prev:hover,
.funmiles.partners .widget-partners > .inner .carousel-navigation .next:hover {
  background-position: -247px -14px;
}
.funmiles.partners .widget-partners > .inner .carousel-navigation .prev.disabled,
.funmiles.partners .widget-partners > .inner .carousel-navigation .next.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default;
  background-position: -247px -34px;
}
.funmiles.partners .widget-partners > .inner .carousel-navigation .next {
  background-position: -267px -34px;
}
.funmiles.partners .widget-partners > .inner .carousel-navigation .next:hover {
  background-position: -267px -14px;
}
.funmiles.partners .widget-partners > .inner .carousel-navigation .next.disabled {
  background-position: -267px -34px;
}
.funmiles.partners .widget-partners > .inner .carousel-navigation .paginate {
  display: inline-block;
  color: #000;
  margin: 0;
  line-height: 20px;
  vertical-align: middle;
}
.funmiles.partners .widget-partners > .inner .carousel-navigation .paginate .current-page {
  font-size: 18px;
  color: #e31e3c;
}
.funmiles.partners .widget-partner-details .map-container {
  position: relative;
}
.funmiles.partners .widget-partner-details .partner-map {
  width: 100%;
  height: 300px;
}
.funmiles.partners .widget-partner-details .partner-map img {
  max-width: none;
}
@media (max-width: 767px) {
  .funmiles.partners .widget-partner-details .partner-map {
    height: 260px;
  }
}
.funmiles.partners .widget-partner-details .partner-img {
  background: #fff;
  position: absolute;
  bottom: 5px;
  left: 5px;
  border: 3px solid #e94b63;
  padding: 15px 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 3;
}
.funmiles.partners .widget-partner-details .logo-label {
  bottom: 75px;
  left: 25px;
  position: absolute;
  z-index: 4;
}
.funmiles.partners .widget-partner-details #partner-description {
  padding: 10px;
}
@media (min-width: 1200px),(min-width: 980px) and (max-width: 1199px),(min-width: 768px) and (max-width: 979px) {
  .funmiles.partners .widget-partner-details .widget-nav-tabs {
    display: none;
  }
  .funmiles.partners .widget-partner-details .tab-pane {
    display: block;
  }
}
@media (max-width: 767px) {
  .funmiles.partners .widget-partner-details .widget-nav-tabs {
    margin: 0;
  }
}
.funmiles.partners .widget-partner-details.in {
  z-index: 9999;
}
.funmiles.partners .widget-partner-details #partner-description ul {
  list-style: none;
  margin-left: 0;
}
.funmiles.partners .widget-partner-details #partner-description ul li {
  cursor: pointer;
  display: block;
  padding: 5px 5px 5px 40px;
  position: relative;
  min-height: 33px;
}
.funmiles.partners .widget-partner-details #partner-description ul li + li {
  border-top: 1px solid #fed12f;
}
.funmiles.partners .widget-partner-details #partner-description ul li p {
  margin: 0;
}
.funmiles.partners .widget-partner-details #partner-description ul li:before {
  background: url('https://static.partners.funmiles.net.mobilem-dev.pl/gfx/sprite.png') -163px -60px;
  content: '';
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -16.5px;
  width: 25px;
  height: 33px;
}
.funmiles.partners .widget-partner-details #partner-description ul li:hover:before {
  background: url('https://static.partners.funmiles.net.mobilem-dev.pl/gfx/sprite.png') -111px -60px;
}
.funmiles .funmiles.partners .widget-partners.news .inner {
  background: none !important;
  box-shadow: none !importnat;
}
.funmiles.auth .widget-login .sidebar-padded {
  min-height: 242px;
  padding: 20px 0 20px 25px;
  position: relative;
}
@media (max-width: 767px) {
  .funmiles.auth .widget-login .sidebar-padded {
    padding: 10px 40px 40px 15px;
    min-height: 0;
  }
}
@media (max-width: 479px) {
  .funmiles.auth .widget-login .sidebar-padded {
    padding-right: 15px;
  }
}
.funmiles.auth .widget-login .sidebar-padded footer {
  bottom: 0;
  position: absolute;
  left: 130px;
  right: 0;
  text-align: right;
}
@media (max-width: 767px) {
  .funmiles.auth .widget-login .sidebar-padded footer {
    right: 40px;
  }
}
@media (max-width: 479px) {
  .funmiles.auth .widget-login .sidebar-padded footer {
    right: 15px;
  }
}
.funmiles.auth .widget-login .sidebar-padded footer .btn {
  padding-bottom: 7px;
}
@media (min-width: 1200px),(min-width: 980px) and (max-width: 1199px),(min-width: 768px) and (max-width: 979px) {
  .funmiles.auth .widget-login .sidebar {
    margin-bottom: 0;
  }
}
.funmiles.auth .widget-login .widget-new-to-funmiles {
  margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 979px),(min-width: 980px) and (max-width: 1199px),(min-width: 1200px) {
  .funmiles.auth .widget-login > .box-white {
    *zoom: 1;
    background: url("data:image/png;base64,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") #fff right top repeat-y;
    border-bottom: 9px solid #e31e3c;
  }
  .funmiles.auth .widget-login > .box-white:before,
  .funmiles.auth .widget-login > .box-white:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .funmiles.auth .widget-login > .box-white:after {
    clear: both;
  }
  .funmiles.auth .widget-login .sidebar-padded footer {
    bottom: -9px;
  }
}
.funmiles .widget-forgot-pin .sidebar-padded {
  min-height: 262px;
  padding: 20px 0 20px 25px;
  position: relative;
}
@media (max-width: 767px) {
  .funmiles .widget-forgot-pin .sidebar-padded {
    padding: 10px 40px 40px 15px;
    min-height: 0;
  }
}
@media (max-width: 479px) {
  .funmiles .widget-forgot-pin .sidebar-padded {
    padding-right: 15px;
  }
}
.funmiles .widget-forgot-pin .sidebar-padded footer {
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  text-align: right;
}
@media (max-width: 767px) {
  .funmiles .widget-forgot-pin .sidebar-padded footer {
    right: 40px;
  }
}
@media (max-width: 479px) {
  .funmiles .widget-forgot-pin .sidebar-padded footer {
    right: 15px;
  }
}
.funmiles .widget-forgot-pin .sidebar-padded footer .btn {
  padding-bottom: 7px;
}
@media (min-width: 768px) and (max-width: 979px),(min-width: 980px) and (max-width: 1199px),(min-width: 1200px) {
  .funmiles .widget-forgot-pin > .box-white {
    *zoom: 1;
    background: url("data:image/png;base64,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") #fff right top repeat-y;
    border-bottom: 9px solid #e31e3c;
  }
  .funmiles .widget-forgot-pin > .box-white:before,
  .funmiles .widget-forgot-pin > .box-white:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .funmiles .widget-forgot-pin > .box-white:after {
    clear: both;
  }
  .funmiles .widget-forgot-pin .sidebar-padded footer {
    bottom: -9px;
  }
}
.funmiles.account .column {
  float: left;
  width: 23%;
}
@media (min-width: 1200px) {
  .funmiles.account .column {
    width: 270px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funmiles.account .column {
    width: 216.25px;
  }
  .funmiles.account .column + .column {
    margin-left: 25px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funmiles.account .column {
    width: 166px;
  }
}
@media (max-width: 767px) {
  .funmiles.account .column {
    width: 200px;
  }
}
@media (max-width: 479px) {
  .funmiles.account .column {
    margin: 0;
    width: 210px;
  }
}
.funmiles.account .column .header {
  border-bottom: 1px solid #fed12f;
  text-align: center;
}
.funmiles.account .column .header h2 {
  color: #e31e3c;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .funmiles.account .column .header h2 {
    font-size: 14px;
    white-space: nowrap;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funmiles.account .column .header h2 {
    font-size: 15px;
    white-space: nowrap;
  }
}
.funmiles.account .column .inner > * {
  border-bottom: 1px solid #fed12f;
  padding: 14px 8px;
}
.funmiles.account .column .bubble {
  color: #414040;
  display: block;
  padding-left: 35px;
}
.funmiles.account .column .bubble-right {
  padding-left: 0;
}
.funmiles.account .column form {
  margin-bottom: 0;
  margin-top: 1em;
}
.funmiles.account .item + .item .column {
  margin-left: 30px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funmiles.account .item + .item .column {
    margin-left: 25px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funmiles.account .item + .item .column {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .funmiles.account .item + .item .column {
    margin-left: 0;
  }
}
.funmiles.account .icon-pdf {
  background-position: -367px -60px;
  height: 16px;
  width: 16px;
}
.funmiles.account .carousel .items {
  display: block;
}
.funmiles.account .carousel .pagination {
  display: none;
}
.funmiles.account .carousel .items {
  display: block;
}
.funmiles.account .carousel.big-nav {
  padding: 0;
}
.funmiles.account .carousel.big-nav .navigation > span {
  height: 85px;
}
.funmiles.account .carousel .loader {
  background: #fff;
  display: block;
  width: 100%;
  line-height: 300px;
  min-height: 300px;
}
@media (min-width: 1200px),(min-width: 980px) and (max-width: 1199px),(min-width: 768px) and (max-width: 979px) {
  .funmiles.account .carousel .loader {
    display: none;
  }
}
.funmiles.account .widget-update-profile {
  padding-bottom: 30px;
}
@media (min-width: 1200px),(min-width: 980px) and (max-width: 1199px) {
  .funmiles.account .widget-update-profile.fade.in {
    top: 100px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funmiles.account .widget-update-profile.fade.in {
    top: 76px;
  }
}
@media (max-width: 767px) {
  .funmiles.account .widget-update-profile.fade.in {
    top: 51px;
  }
}
@media (min-width: 1200px) {
  .funmiles.account .widget-update-profile {
    width: 900px;
    margin-left: -315px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funmiles.account .widget-update-profile {
    width: 723.75px;
    margin-left: -253.75px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funmiles.account .widget-update-profile {
    width: 558px;
    margin-left: -196px;
  }
}
@media (max-width: 767px) {
  .funmiles.account .widget-update-profile {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    left: 0;
    right: 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .funmiles.account .widget-update-profile {
    margin-left: 10px;
    margin-right: 10px;
    min-width: 300px;
  }
}
.funmiles.account .widget-update-profile .box-white {
  margin-left: 25px;
  margin-top: 10px;
  position: relative;
  min-height: 240px;
  padding-bottom: 0;
}
.funmiles.account .widget-update-profile .box-white header > h2 > span {
  color: #414040;
  text-align: right;
}
@media (min-width: 1200px) {
  .funmiles.account .widget-update-profile .box-white {
    margin-left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funmiles.account .widget-update-profile .box-white {
    margin-left: 20px;
  }
}
.funmiles.account .widget-update-profile .box-white:after {
  content: '';
  position: absolute;
  left: -20px;
  width: 0px;
  top: 330px;
  height: 0px;
  border-style: solid;
  border-width: 20px 20px 20px 0;
  border-color: transparent #fff transparent transparent;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funmiles.account .widget-update-profile .box-white:after {
    top: 350px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funmiles.account .widget-update-profile .box-white:after {
    top: 390px;
  }
}
@media (max-width: 767px) {
  .funmiles.account .widget-update-profile .box-white:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .funmiles.account .widget-update-profile .box-white {
    margin-left: 0;
  }
}
.funmiles.account .widget-update-profile .card-tablet {
  display: none;
}
@media (min-width: 768px) and (max-width: 979px),(max-width: 767px) {
  .funmiles.account .widget-update-profile .card-default {
    display: none;
  }
  .funmiles.account .widget-update-profile .card-tablet {
    display: block;
  }
}
.funmiles.account .alert {
  margin: 15px 0px;
}
.funmiles.account .alert.green {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
@media (max-width: 767px) {
  .funmiles.account .widget-transactions .box-rounded header h2 {
    border-bottom: 0;
    float: left;
  }
  .funmiles.account .widget-transactions .box-rounded header .pull-right {
    border-top: 0;
    float: right;
  }
}
@media (max-width: 479px) {
  .funmiles.account .widget-transactions .pagination li > a {
    display: inline-block;
    width: 40px;
    height: 30px;
    text-align: center;
    line-height: 30px;
  }
}
.funmiles .widget-rescueyourmiles {
  width: 670px;
  margin-left: -320px;
}
.funmiles .register-day span.input-error {
  display: block;
  float: left;
  width: 400px;
}
.funmiles .account-activatethefun {
  text-align: center;
}
.funmiles .account-activatethefun .activate-gif {
  background: #e31e3c;
  border-radius: 10px;
  padding: 35px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .funmiles .account-activatethefun .activate-gif {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .funmiles .account-activatethefun .activate-gif {
    padding: 20px;
  }
}
.funmiles .account-activatethefun a {
  display: inline-block !important;
}
.funmiles .account-activatethefun .account-activate-link {
  padding: 20px 0px;
}
.funmiles .account-activatethefun .account-activate-link .btn {
  color: #fff;
  text-align: center;
}
.funmiles .account-activatethefun .account-activate-link .btn:hover {
  color: #fed12f;
  transition-duration: 0.5s;
}
.funmiles .new-account .account-buttons {
  border-bottom: none !important;
  text-align: center;
}
.funmiles .new-account .account-buttons .btn {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}
.funmiles.default .widget-homepage .sidebar-padded {
  display: block;
  float: left;
  width: 730px;
}
@media (min-width: 1200px) {
  .funmiles.default .widget-homepage .sidebar-padded {
    width: 960px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funmiles.default .widget-homepage .sidebar-padded {
    width: 514px;
  }
}
@media (max-width: 767px) {
  .funmiles.default .widget-homepage .sidebar-padded {
    float: none;
    width: auto;
  }
}
.funmiles.default .widget-homepage .sidebar {
  margin-bottom: 0;
  height: 380px;
}
.funmiles.default .widget-homepage .carousel-teaser {
  height: 290px;
}
@media (min-width: 1200px) {
  .funmiles.default .widget-homepage .carousel-teaser {
    height: 380px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funmiles.default .widget-homepage .carousel-teaser {
    height: 203px;
  }
}
@media (max-width: 767px) {
  .funmiles.default .widget-homepage .carousel-teaser {
    height: auto;
  }
}
.funmiles.default .widget-homepage .carousel-teaser .item {
  height: 290px;
  width: 730px;
}
@media (min-width: 1200px) {
  .funmiles.default .widget-homepage .carousel-teaser .item {
    height: 380px;
    width: 960px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funmiles.default .widget-homepage .carousel-teaser .item {
    height: 203px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .funmiles.default .widget-homepage .carousel-teaser .item {
    height: auto;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 979px),(min-width: 980px) and (max-width: 1199px),(min-width: 1200px) {
  .funmiles.default .widget-homepage .carousel-teaser {
    margin-bottom: 9px;
  }
  .funmiles.default .widget-homepage .carousel-teaser .pagination {
    bottom: -9px;
  }
}
@media (min-width: 768px) and (max-width: 979px),(min-width: 980px) and (max-width: 1199px),(min-width: 1200px) {
  .funmiles.default .widget-homepage .box-white {
    *zoom: 1;
  }
  .funmiles.default .widget-homepage .box-white:before,
  .funmiles.default .widget-homepage .box-white:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .funmiles.default .widget-homepage .box-white:after {
    clear: both;
  }
}
@media (max-width: 767px) {
  .funmiles.default .widget-homepage .sidebar-padded {
    margin-bottom: 20px;
    padding-bottom: 8px;
  }
}
@media (min-width: 1200px),(min-width: 980px) and (max-width: 1199px),(min-width: 768px) and (max-width: 979px) {
  .funmiles.default .widget-homepage .sidebar {
    background: #e31e3c;
  }
}
.funmiles.default .widget-homepage .widget-new-to-funmiles {
  margin-bottom: 5px !important;
}
@media (min-width: 1200px) {
  .funmiles.default .widget-homepage .widget-new-to-funmiles header {
    padding: 0px;
    padding-top: 6px;
  }
  .funmiles.default .widget-homepage .widget-new-to-funmiles header h2 {
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funmiles.default .widget-homepage .widget-new-to-funmiles {
    margin-bottom: 8px !important;
  }
  .funmiles.default .widget-homepage .widget-new-to-funmiles .icon-funmiles {
    -webkit-background-size: 1172.0588235294px auto;
    -moz-background-size: 1172.0588235294px auto;
    -o-background-size: 1172.0588235294px auto;
    background-size: 1172.0588235294px auto;
    width: 75px;
    height: 75px;
    background-position: -183.82352941176px -113.23529411765px;
  }
  .funmiles.default .widget-homepage .widget-new-to-funmiles header h2 {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 18px;
  }
  .funmiles.default .widget-homepage .widget-new-to-funmiles .bubble {
    padding-top: 2px;
    padding-bottom: 3px;
  }
}
@media (min-width: 1200px) {
  .funmiles.default .widget-register.fade.in {
    top: 140px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funmiles.default .widget-register.fade.in {
    top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funmiles.default .widget-register.fade.in {
    top: 0;
  }
}
@media (max-width: 767px) {
  .funmiles.default .widget-register.fade.in {
    top: 51px;
  }
}
.funmiles .sad-section {
  position: relative;
}
.funmiles .sad-section .dontation-sidebar {
  width: 150px;
  background-color: #e31e3c;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
.funmiles .sad-section .dontation-sidebar img {
  position: absolute;
  max-width: 80%;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .funmiles .sad-section .dontation-sidebar {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funmiles .sad-section .dontation-sidebar {
    display: none;
  }
}
.funmiles .sad-section .sidebar-padded {
  padding: 20px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .funmiles .sad-section .sidebar-padded {
    width: 94%;
  }
}
@media (max-width: 767px) {
  .funmiles .sad-section .sidebar-padded {
    width: 94%;
  }
}
.funmiles .sad-section .speedo-icon {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 20px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .funmiles .sad-section .speedo-icon {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .funmiles .sad-section .speedo-icon {
    width: 50px;
    height: 50px;
  }
}
.funmiles .sad-section .header-with-icon {
  margin-left: 100px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .funmiles .sad-section .header-with-icon {
    margin-left: 60px;
  }
}
@media (max-width: 767px) {
  .funmiles .sad-section .header-with-icon {
    margin-left: 60px;
  }
}
.funmiles .sad-section .donation-content {
  margin-left: 100px;
  margin-bottom: 30px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funmiles .sad-section .donation-content .span6 {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funmiles .sad-section .donation-content {
    margin-left: 60px;
  }
  .funmiles .sad-section .donation-content .span6 {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .funmiles .sad-section .donation-content {
    margin-left: 60px;
  }
  .funmiles .sad-section .donation-content .span6 {
    width: 100%;
    margin: 0;
  }
}
.funmiles .sad-section .donation-content textarea {
  height: 256px;
  margin-top: -4px;
}
.funmiles .sad-section .donation-content input[type="file"] {
  line-height: 10px;
  margin-top: 10px;
}
.funmiles .sad-section .sad-pdf-list {
  list-style: none;
  margin: 0;
}
.funmiles .sad-section .sad-pdf-list li {
  padding: 6px 0px;
}
.funmiles .sad-section .sad-pdf-list li a {
  color: #000;
  text-decoration: underline;
  font-size: 12px;
}
.funmiles .sad-section .sad-pdf-list .pdf-symbol {
  fill: #e31e3c;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.funmiles.contact .widget-contact .sidebar-padded {
  min-height: 242px;
  padding: 20px 0 20px 25px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 979px) {
  .funmiles.contact .widget-contact .sidebar-padded {
    padding: 10px 0 40px 15px;
    width: 480px;
  }
  .funmiles.contact .widget-contact .sidebar-padded form {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .funmiles.contact .widget-contact .sidebar-padded {
    padding: 10px 40px 40px 15px;
  }
}
@media (max-width: 479px) {
  .funmiles.contact .widget-contact .sidebar-padded {
    padding-right: 15px;
  }
}
.funmiles.contact .widget-contact .sidebar-padded footer {
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  text-align: right;
}
@media (max-width: 767px) {
  .funmiles.contact .widget-contact .sidebar-padded footer {
    right: 40px;
  }
}
@media (max-width: 479px) {
  .funmiles.contact .widget-contact .sidebar-padded footer {
    right: 15px;
  }
}
.funmiles.contact .widget-contact .sidebar-padded footer .btn {
  padding-bottom: 7px;
}
.funmiles.contact .widget-contact .sidebar {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 979px),(min-width: 980px) and (max-width: 1199px),(min-width: 1200px) {
  .funmiles.contact .widget-contact label[for="message"] {
    line-height: 30px;
    margin-bottom: 15px;
  }
}
.funmiles.contact .widget-contact textarea[name="message"] {
  height: 165px;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  .funmiles.contact .widget-contact .form-inline label {
    width: 90px;
  }
}
.funmiles.contact .widget-contact .form-inline .help-block {
  margin-right: 10px;
}
@media (min-width: 1200px),(min-width: 980px) and (max-width: 1199px) {
  .funmiles.contact .widget-contact .form-inline .help-block {
    margin-left: 115px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funmiles.contact .widget-contact .form-inline .help-block {
    margin-left: 95px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funmiles.contact .widget-contact .form-inline input {
    width: 150px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funmiles.contact .widget-contact .form-inline input {
    width: 135px;
  }
}
@media (min-width: 768px) and (max-width: 979px),(min-width: 980px) and (max-width: 1199px),(min-width: 1200px) {
  .funmiles.contact .widget-contact > .box-white {
    *zoom: 1;
    background: url("data:image/png;base64,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") #fff right top repeat-y;
    border-bottom: 9px solid #e31e3c;
  }
  .funmiles.contact .widget-contact > .box-white:before,
  .funmiles.contact .widget-contact > .box-white:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .funmiles.contact .widget-contact > .box-white:after {
    clear: both;
  }
  .funmiles.contact .widget-contact .sidebar-padded footer {
    bottom: -9px;
  }
}
@media (min-width: 1200px) {
  .funmiles.contact .widget-contact .widget-new-to-funmiles {
    margin-bottom: 32px !important;
  }
  .funmiles.contact .widget-contact .widget-new-to-funmiles header {
    padding-top: 33px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funmiles.contact .widget-contact .widget-new-to-funmiles {
    margin-bottom: 32px !important;
  }
  .funmiles.contact .widget-contact .widget-new-to-funmiles header {
    padding-top: 33px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funmiles.contact .widget-contact .widget-new-to-funmiles {
    margin-bottom: 30px !important;
  }
  .funmiles.contact .widget-contact .widget-new-to-funmiles header {
    padding-top: 10px;
  }
  .funmiles.contact .widget-contact .widget-new-to-funmiles header h2 {
    padding: 10px 40px;
  }
}
@media (min-width: 1200px) {
  .funmiles.contact .widget-contact .widget-register.fade.in {
    top: 115px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funmiles.contact .widget-contact .widget-register.fade.in {
    top: 115px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funmiles.contact .widget-contact .widget-register.fade.in {
    top: 65px;
  }
}
.funmiles .widget-transactions {
  margin: 32px 0;
}
.funmiles .widget-transactions .alert {
  margin: 20px 0;
}
.funmiles .widget-transactions .box-rounded header h2 {
  float: left;
}
@media (max-width: 767px) {
  .funmiles .widget-transactions .box-rounded header h2 {
    border-bottom: 1px solid #b7172f;
    float: none;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .funmiles .widget-transactions .box-rounded header .pull-right {
    border-top: 1px solid #e94b63;
    float: none;
  }
}
.funmiles .widget-transactions .box-rounded header .inline {
  float: left;
  margin: 0;
}
.funmiles .widget-transactions .box-rounded header li {
  line-height: 50px;
}
.funmiles .widget-transactions .box-rounded header .pages {
  border-right: 1px solid #b7172f;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .funmiles .widget-transactions .box-rounded header .pages {
    padding-left: 15px;
  }
}
@media (max-width: 479px) {
  .funmiles .widget-transactions .box-rounded header .pages {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.funmiles .widget-transactions .box-rounded header .pages li {
  float: left;
  padding: 0;
}
.funmiles .widget-transactions .box-rounded header .pages li a {
  color: #fff;
}
.funmiles .widget-transactions .box-rounded header .pages li + li:before {
  color: #fff;
  content: '|';
  margin: 0 5px;
}
.funmiles .widget-transactions .box-rounded header .actions {
  border-left: 1px solid #e94b63;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 479px) {
  .funmiles .widget-transactions .box-rounded header .actions {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.funmiles .widget-transactions .box-rounded header .actions .hide {
  display: none !important;
}
.funmiles .widget-transactions .box-rounded header .actions a {
  background: url('https://static.partners.funmiles.net.mobilem-dev.pl/gfx/sprite.png');
  display: inline-block;
  height: 25px;
  width: 25px;
  vertical-align: middle;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.funmiles .widget-transactions .box-rounded header .actions a.print {
  background-position: -12px -162px;
}
.funmiles .widget-transactions .box-rounded header .actions a.excel {
  background-position: -62px -162px;
}
.funmiles .widget-transactions .box-rounded header .actions a.pdf {
  background-position: -112px -162px;
}
.funmiles .widget-transactions .box-rounded header .actions a[data-toggle="last-report"] {
  background-position: -212px -162px;
}
.funmiles .widget-transactions .box-rounded header .actions a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.funmiles .widget-transactions .box-rounded header .actions a.loading {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  background-position: -160px -162px;
  cursor: default;
  opacity: 1;
  filter: alpha(opacity=100);
}
.funmiles .widget-transactions .box-rounded header .actions a:focus,
.funmiles .widget-transactions .box-rounded header .actions a:active {
  outline: none;
}
.funmiles .widget-transactions footer {
  position: relative;
}
.funmiles .widget-transactions footer .go-to {
  position: absolute;
  bottom: 0;
  right: 3px;
  margin-bottom: 0;
}
.funmiles .widget-transactions footer .go-to label {
  float: left;
  line-height: 36px;
  color: #e31e3c;
  font-weight: bold;
  margin: 0 5px 0 0;
}
.funmiles .widget-transactions footer .go-to .input-append {
  margin: 0;
  line-height: 29px;
  -webkit-box-shadow: 0 0 3px 2px #fff;
  -moz-box-shadow: 0 0 3px 2px #fff;
  box-shadow: 0 0 3px 2px #fff;
}
.funmiles .widget-transactions footer .go-to .input-append input {
  width: 3em;
}
.funmiles .widget-transactions footer .go-to .input-append .btn {
  color: #e31e3c;
}
@media (max-width: 767px) {
  .funmiles .widget-transactions footer {
    padding: 0 10px;
  }
  .funmiles .widget-transactions footer .pagination {
    float: left;
  }
  .funmiles .widget-transactions footer .go-to {
    float: right;
    position: relative;
    right: 0;
  }
}
@media (max-width: 767px) {
  .funmiles .widget-transactions form .control-group {
    margin-bottom: 0;
  }
  .funmiles .widget-transactions form .control-group input {
    margin-bottom: 10px;
  }
}
.funmiles .widget-transactions form .checkbox {
  margin-top: 4px;
}
.funmiles .widget-transactions form .help-block .errors {
  margin: 0;
  color: #e31e3c;
  list-style: none;
  font-style: italic;
  font-size: 11px;
}
.funmiles .widget-transactions form .help-block .errors li + li {
  margin-top: 3px;
}
.funmiles .reports a {
  background: url('https://static.partners.funmiles.net.mobilem-dev.pl/gfx/sprite.png');
  display: inline-block;
  height: 25px;
  width: 25px;
  vertical-align: middle;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.funmiles .reports a.pdf {
  background-position: -112px -162px;
}
.funmiles .reports a.excel {
  background-position: -62px -162px;
}
.funmiles .reports a[data-toggle="report-ready"] {
  background-position: -212px -162px;
}
.funmiles .reports a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.funmiles span.pdf {
  background: url('https://static.partners.funmiles.net.mobilem-dev.pl/gfx/sprite.png');
  display: inline-block;
  height: 25px;
  width: 25px;
  vertical-align: middle;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  background-position: -112px -162px;
}
.funmiles span.pdf:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.funmiles span.pdf:focus,
.funmiles span.pdf:active {
  outline: none;
}
@media (max-width: 767px) {
  .funmiles .hide-small {
    display: none;
  }
}
.funmiles.search article {
  padding: 15px 0;
}
.funmiles.search article header h3 {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  color: #e31e3c;
  line-height: 20px;
}
.funmiles.search article header time {
  font-size: 12px;
  margin-bottom: 10px;
}
.funmiles.search article .btn {
  float: right;
  margin-top: 5px;
}
.funmiles.search article img {
  font-size: 12px;
  margin: 10px;
  margin-top: 0;
  margin-left: 0;
}
.funmiles.search article + article {
  border-top: 1px solid #fed12f;
}
.funmiles .widget-404 h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  color: #e31e3c;
  line-height: 20px;
  margin-bottom: 10px;
}
.funmiles .widget-404 img {
  float: left;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .funmiles .widget-404 img {
    margin-right: 0;
    width: 45%;
  }
  .funmiles .widget-404 img + div {
    width: 51%;
    float: right;
  }
}
@media (max-width: 479px) {
  .funmiles .widget-404 img {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .funmiles .widget-404 img + div {
    width: 100%;
    float: none;
  }
}
.funmiles .widget-404 ul {
  list-style: none;
}
.funmiles .widget-404 ul li a {
  color: #414040;
  display: inline-block;
  padding: 6px 0 6px 20px;
  position: relative;
  line-height: 20px;
  -webkit-transition: background 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
@media (max-width: 767px) {
  .funmiles .widget-404 ul li a {
    line-height: 16px;
  }
}
.funmiles .widget-404 ul li a:before {
  content: "■";
  color: #e31e3c;
  left: 5px;
  position: absolute;
  top: 4px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .funmiles .widget-404 ul li a:before {
    line-height: 16px;
  }
}
.funmiles .widget-404 ul li a:hover,
.funmiles .widget-404 ul li a:focus,
.funmiles .widget-404 ul li a:active {
  text-decoration: none;
  color: #e31e3c;
}
@media (min-width: 768px) and (max-width: 979px) {
  .funmiles .widget-404 .form-search .input-append .search-query {
    width: 250px;
  }
}
.funmiles.people .widget-people header > h2 {
  margin-bottom: 0;
}
.funmiles.people .widget-people article {
  min-height: 150px;
  padding: 20px 0;
  position: relative;
}
@media (min-width: 768px) and (max-width: 979px) {
  .funmiles.people .widget-people article {
    min-height: 120px;
  }
}
.funmiles.people .widget-people article img {
  float: left;
}
.funmiles.people .widget-people article img + div {
  padding-left: 220px;
}
.funmiles.people .widget-people article h3 {
  color: #e31e3c;
  font-size: 16px;
  font-weight: normal;
  margin-top: 0;
  line-height: 16px;
}
.funmiles.people .widget-people article + article {
  border-top: 1px solid #fed12f;
}
@media (min-width: 768px) and (max-width: 979px) {
  .funmiles.people .widget-people article img {
    width: 160px;
    height: auto;
  }
  .funmiles.people .widget-people article img + div {
    padding-left: 180px;
  }
}
@media (max-width: 767px) {
  .funmiles.people .widget-people article img {
    height: 140px;
    width: auto;
    position: relative;
    float: left;
    top: 0;
    left: 0;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .funmiles.people .widget-people article img + div {
    padding-left: 0;
  }
}
@media (max-width: 479px) {
  .funmiles.people .widget-people article {
    text-align: center;
  }
  .funmiles.people .widget-people article h3 {
    font-size: 18px;
    line-height: 20px;
  }
  .funmiles.people .widget-people article .editor-content {
    font-size: 15px;
    text-align: justify;
  }
  .funmiles.people .widget-people article img {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .funmiles.people .widget-people article img + div {
    text-align: left;
  }
  .funmiles.people .widget-people article img + div h3 {
    text-align: center;
    margin-top: 10px;
  }
}
.funmiles.people .widget-people article .expander {
  display: inline;
  cursor: pointer;
  text-decoration: none;
  color: #e31e3c;
}
.funmiles.people .widget-people article .expander:hover {
  text-decoration: underline;
}
.funmiles.sitemap .widget-sitemap li > a {
  color: #414040;
}
.funmiles.sitemap .widget-sitemap li > a:hover {
  color: #e31e3c;
  text-decoration: none;
}
.funmiles.sitemap .widget-sitemap ul {
  list-style: none;
}
.funmiles.sitemap .widget-sitemap ul li {
  padding-left: 20px;
  position: relative;
}
.funmiles.sitemap .widget-sitemap ul li:before {
  content: "»";
  color: #e31e3c;
  left: 5px;
  top: 0px;
  position: absolute;
  line-height: 16px;
}
.funmiles.sitemap .widget-sitemap > ul > li:before {
  content: '■';
}
.funmiles.sitemap .widget-sitemap > ul > li > ul > li:before {
  content: '□';
}
.funmiles.news .widget-news header > h2 {
  margin-bottom: 0;
}
.funmiles.news .widget-news article {
  padding: 20px 0;
  position: relative;
}
@media (min-width: 768px) and (max-width: 979px) {
  .funmiles.news .widget-news article {
    min-height: 120px;
  }
}
.funmiles.news .widget-news article > a {
  display: block;
  height: 100%;
  color: #414040;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.funmiles.news .widget-news article > a:hover,
.funmiles.news .widget-news article > a:active,
.funmiles.news .widget-news article > a:focus {
  color: #e31e3c;
  text-decoration: none;
}
.funmiles.news .widget-news article img {
  top: 20px;
  left: 0;
  width: 200px;
}
.funmiles.news .widget-news article img + div {
  padding-left: 220px;
}
.funmiles.news .widget-news article h3 {
  color: #e31e3c;
  font-size: 16px;
  font-weight: normal;
  margin-top: 0;
  line-height: 1.4em;
  margin-bottom: 0px;
  padding-right: 100px;
  position: relative;
}
@media (max-width: 767px) {
  .funmiles.news .widget-news article h3 {
    padding-right: 0;
  }
}
.funmiles.news .widget-news article h3 time {
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .funmiles.news .widget-news article h3 time {
    position: relative;
    display: block;
    margin-top: 5px;
    line-height: 14px;
  }
}
.funmiles.news .widget-news article + article {
  border-top: 1px solid #fed12f;
}
@media (min-width: 768px) and (max-width: 979px) {
  .funmiles.news .widget-news article img {
    width: 160px;
    height: auto;
  }
  .funmiles.news .widget-news article img + div {
    padding-left: 180px;
  }
}
@media (max-width: 767px) {
  .funmiles.news .widget-news article img {
    height: 140px;
    width: auto;
    position: relative;
    float: left;
    top: 0;
    left: 0;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .funmiles.news .widget-news article img + div {
    padding-left: 0;
  }
}
@media (max-width: 479px) {
  .funmiles.news .widget-news article {
    text-align: center;
  }
  .funmiles.news .widget-news article h3 {
    font-size: 18px;
    line-height: 20px;
  }
  .funmiles.news .widget-news article .editor-content {
    font-size: 15px;
    text-align: justify;
  }
  .funmiles.news .widget-news article img {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .funmiles.news .widget-news article img + div {
    text-align: left;
  }
  .funmiles.news .widget-news article img + div h3 {
    text-align: center;
    margin-top: 10px;
  }
}
.funmiles.news .widget-news-single [data-lightbox="news-gallery"] {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.funmiles.news .images {
  margin: 40px 0px;
}
.funmiles.news .carousel.big-nav {
  min-height: 143px;
}
.funmiles.news .carousel.big-nav .navigation > span {
  top: -11px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funmiles.news .carousel.big-nav {
    min-height: 100px;
  }
}
.funmiles.news .widget-photos {
  margin-top: 20px;
}
.funmiles.news .widget-photos img {
  width: 220px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funmiles.news .widget-photos img {
    width: 160px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funmiles.news .widget-photos img {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .funmiles.news .widget-photos img {
    width: 200px;
  }
}
@media (max-width: 479px) {
  .funmiles.news .widget-photos img {
    width: 100%;
  }
}
.funmiles.news .widget-photos .pagination {
  display: none;
}
.funmiles .lottery .banner {
  padding-bottom: 40px;
}
.funmiles .lottery h3 {
  color: #e31e3c;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  padding: 10px 0;
  margin: 5px 0 0;
  border-bottom: 1px solid #fed12f;
  margin-bottom: 20px;
}
.funmiles .lottery article span {
  color: #e31e3c;
  font-weight: bold;
}
.funmiles .lottery .footer {
  font: 20px/24px Helvetica;
}
.funmiles .lottery .footer span {
  font: 20px/24px Helvetica;
  text-transform: uppercase;
}
.funmiles .lottery .btn {
  padding: 12px;
  color: #fed12f;
  text-transform: uppercase;
  font-size: 19px;
  text-shadow: 0px;
}
.funmiles .lottery .btn img {
  position: relative;
  top: -2px;
  margin-left: 5px;
}
.funmiles .lottery .get-ticket-btn {
  text-align: right;
}
@media (max-width: 479px),(max-width: 767px) {
  .funmiles .lottery .get-ticket-btn {
    text-align: center;
    padding-bottom: 20px;
  }
}
.funmiles .lottery .get-ticket-btn p {
  font-size: 14px;
  margin: 12px 0px;
}
.funmiles .header-svg-icon {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 100px);
  margin-left: 10px;
}
.funmiles .events-header {
  padding: 25px;
}
.funmiles .events-header header {
  margin-top: 15px;
}
.funmiles .events-icon {
  width: 80px;
  height: 80px;
  display: inline-block;
  vertical-align: top;
}
.funmiles .events .single-event {
  font-size: 0;
  border-bottom: 1px solid #fed12f;
  margin-bottom: 15px;
  position: relative;
}
.funmiles .events .event-image-gallery {
  display: inline-block;
  vertical-align: top;
  height: 156px;
  width: 25%;
  background-position: top center;
  background-size: cover;
  position: relative;
}
.funmiles .events .event-image-gallery .gallery-revealer {
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 100%;
  height: 50px;
  text-align: center;
}
.funmiles .events .event-image-gallery .gallery-revealer img.starter {
  max-height: 50px;
  transition: 0.3s 0.3s;
}
.funmiles .events .event-image-gallery .gallery-revealer .gallery-sample {
  width: 60px;
  height: 50px;
  background-size: cover;
  display: block;
  position: absolute;
  background-color: #e31e3c;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: 0.3s 0.3s;
}
@media (min-width: 768px) and (max-width: 979px),(max-width: 767px) {
  .funmiles .events .event-image-gallery .gallery-revealer {
    display: none;
  }
}
.funmiles .events .event-image-gallery:hover .starter {
  opacity: 0;
  transition: 0.3s 0.3s;
}
.funmiles .events .event-image-gallery:hover span.gallery-sample {
  opacity: 1;
  transition: 0.3s 0.3s;
}
.funmiles .events .event-image-gallery:hover span.gallery-sample:nth-child(2) {
  left: -195px;
}
.funmiles .events .event-image-gallery:hover span.gallery-sample:nth-child(3) {
  left: -65px;
}
.funmiles .events .event-image-gallery:hover span.gallery-sample:nth-child(4) {
  left: 65px;
}
.funmiles .events .event-image-gallery:hover span.gallery-sample:nth-child(5) {
  left: 195px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funmiles .events .event-image-gallery:hover span.gallery-sample {
    width: 40px;
    height: 30px;
  }
  .funmiles .events .event-image-gallery:hover span.gallery-sample:nth-child(2) {
    left: -135px;
  }
  .funmiles .events .event-image-gallery:hover span.gallery-sample:nth-child(3) {
    left: -45px;
  }
  .funmiles .events .event-image-gallery:hover span.gallery-sample:nth-child(4) {
    left: 45px;
  }
  .funmiles .events .event-image-gallery:hover span.gallery-sample:nth-child(5) {
    left: 135px;
  }
}
.funmiles .events .event-description {
  display: inline-block;
  vertical-align: top;
  width: calc(75% - 40px);
  padding: 0px 20px 20px 20px;
  font-size: 14px;
}
.funmiles .events .event-description a {
  color: #000;
}
.funmiles .events .event-description .time {
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 0px !important;
}
.funmiles .events .event-description h3 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 30px;
}
@media (max-width: 767px) {
  .funmiles .events .event-description h3 {
    font-size: 20px;
  }
}
.funmiles .events .event-location {
  bottom: 10px;
  font-size: 14px;
  position: absolute;
  left: calc(25% + 20px);
  cursor: pointer;
}
.funmiles .events .event-location a {
  color: #e31e3c;
}
.funmiles .events .event-location img {
  margin-right: 10px;
}
.funmiles .events .single-event-page {
  padding: 25px;
}
.funmiles .events .single-event-page .share-icons a {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  width: 32px;
}
.funmiles .events .single-event-page .share-icons .fb {
  background: url('../gfx/facebook-share.svg');
}
.funmiles .events .single-event-page .share-icons .gp {
  background: url('../gfx/google+-share.svg');
}
.funmiles .events .single-event-page .share-icons .tw {
  background: url('../gfx/twitter-share.svg');
}
.funmiles .events .single-event-page .share-icons .pi {
  background: url('../gfx/pinterest-share.svg');
}
.funmiles .events .no-event-image {
  background: #ededed;
}
.funmiles .events .no-event-image img {
  opacity: 0.4;
  max-height: 80%;
  max-width: 80%;
  padding: 10%;
}
.funmiles .single-event-no-image {
  background: #ededed;
  width: 100%;
  height: 300px;
  display: block;
}
.funmiles .single-event-no-image img {
  opacity: 0.4;
  max-height: 80%;
  max-width: 80%;
  padding: 10%;
}
.funmiles .main-event-image {
  width: 30%;
  display: inline-block;
}
.funmiles .clearspace {
  clear: both;
}
.funmiles .main-event-desc {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  padding: 0px 20px;
  width: calc(65% - 40px);
  position: relative;
}
.funmiles .main-event-desc .event-location {
  position: static;
  margin-top: 15px;
}
.funmiles .main-event-desc .time {
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 0px !important;
}
.funmiles .main-event-desc h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 30px;
}
@media (max-width: 767px) {
  .funmiles .main-event-desc h3 {
    font-size: 20px;
  }
}
.funmiles .event-pagination {
  font-size: 15px;
  padding: 15px 0px;
}
.funmiles .event-pagination a {
  color: #e31e3c;
  font-size: 16px;
  text-decoration: none;
}
.funmiles .event-pagination img {
  width: 50px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.funmiles .event-pagination span {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.funmiles .gallery-header {
  font-size: 0;
}
.funmiles .gallery-header .egallery-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  text-transform: uppercase;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .funmiles .gallery-header .egallery-title {
    font-size: 20px;
  }
}
.funmiles .gallery-header .egallery-date {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-right: 20px;
}
.funmiles .gallery-header .egallery-location {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}
.funmiles .gallery-header .egallery-location a {
  color: #e31e3c;
}
.funmiles .egallery-mini {
  width: 112px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  border: 2px solid #fff;
  box-shadow: 0px 0px 0px 1px #ddd;
  display: inline-block;
  vertical-align: top;
  margin: 5px;
}
@media (max-width: 767px),(max-width: 479px) {
  .funmiles .egallery-mini {
    width: 100px;
    height: 55px;
  }
}
.funmiles .centered-images {
  width: 74%;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 979px),(max-width: 767px),(max-width: 479px) {
  .funmiles .centered-images {
    clear: both;
    width: 96%;
    margin-top: 20px;
  }
}
.funmiles .main-gallery-image {
  margin: 30px 0px;
  height: 330px;
  text-align: center;
}
.funmiles .main-gallery-image img {
  max-height: 100%;
}
.funmiles .events-nav a {
  color: #e31e3c;
  text-decoration: none;
}
.funmiles .events-nav a:after {
  content: '➜';
  margin-left: 10px;
  margin-right: 5px;
}
.funmiles .events-nav a:last-child:after {
  display: none;
}
.funmiles #events-description ul li:before {
  background: url('../gfx/sprite.png') -163px -60px;
  content: '';
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -16.5px;
  width: 25px;
  height: 33px;
}
.funmiles #events-description ul li:hover:before {
  background: url('../gfx/sprite.png') -399px -13px;
}
.funmiles .event-map-label {
  position: absolute;
  bottom: 5px;
  left: 5px;
  border: 3px solid #e31e3c;
  padding: 10px 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 3;
  width: 150px;
  height: 80px;
  background: #fff;
  text-align: center;
}
.funmiles .event-map-label img {
  max-height: 60px;
}
.funmiles .main-event-video {
  margin: 30px 0px;
}
.funmiles a {
  text-decoration: none;
}
.funmiles .back {
  padding-bottom: 10px;
}
.funmiles .back a {
  color: #e41937;
  font-size: 24px;
  font-weight: 600;
}
.funmiles .fm-left-column {
  position: relative;
  box-sizing: border-box;
  float: left;
  width: calc(100% - 320px);
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funmiles .fm-left-column {
    width: calc(100% -  250px);
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funmiles .fm-left-column {
    width: calc(100% -  220px);
  }
}
@media (max-width: 767px) {
  .funmiles .fm-left-column {
    width: 100%;
    float: none;
  }
}
.funmiles .fm-right-column {
  box-sizing: border-box;
  float: right;
  padding-left: 20px;
  width: 320px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funmiles .fm-right-column {
    width: 250px;
  }
  .funmiles .fm-right-column h2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funmiles .fm-right-column {
    width: 220px;
  }
  .funmiles .fm-right-column h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .funmiles .fm-right-column {
    width: 100%;
    float: none;
    padding-left: 0px;
  }
  .funmiles .fm-right-column h2 {
    font-size: 20px;
  }
}
.funmiles .fm-bottom-row {
  width: calc(100% - 320px);
  float: left;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funmiles .fm-bottom-row {
    width: calc(100% -  250px);
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funmiles .fm-bottom-row {
    width: calc(100% -  220px);
  }
}
@media (max-width: 767px) {
  .funmiles .fm-bottom-row {
    width: 100%;
  }
}
.funmiles .fm-links {
  width: 100%;
}
.funmiles .fm-links li {
  list-style-type: none;
}
.funmiles .fm-links a {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  max-height: 100px;
  min-height: 100px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funmiles .fm-links a {
    font-size: 17px;
    max-height: 80px;
    min-height: 80px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funmiles .fm-links a {
    font-size: 17px;
    max-height: 80px;
    min-height: 80px;
  }
}
@media (max-width: 767px) {
  .funmiles .fm-links a {
    font-size: 17px;
    max-height: 80px;
    min-height: 80px;
  }
}
.funmiles .fm-links a span {
  position: absolute;
  bottom: 15px;
  left: 20px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .funmiles .fm-links a span {
    left: 12px;
    bottom: 12px;
  }
}
@media (max-width: 767px) {
  .funmiles .fm-links a span {
    left: 12px;
    bottom: 12px;
  }
}
.funmiles .fm-links,
.funmiles .login-form-container .sidebar-padded,
.funmiles .social-media {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .funmiles .fm-links,
  .funmiles .login-form-container .sidebar-padded,
  .funmiles .social-media {
    margin-bottom: 30px;
  }
}
.funmiles .login-form-container .alert {
  width: 40%;
  padding: 5px 10px;
}
.funmiles .link-1 {
  background-color: #db1835;
}
.funmiles .link-2 {
  background-color: #d21733;
}
.funmiles .link-3 {
  background-color: #c81630;
}
.funmiles .link-3:hover {
  background-color: #ad132a;
  transition: all 0.4s;
}
.funmiles .link-2:hover {
  background-color: #bf152e;
  transition: all 0.4s;
}
.funmiles .link-3 {
  background-color: #c81630;
}
.funmiles .link-3:hover {
  background-color: #ad132a;
  transition: all 0.4s;
}
.funmiles .link-1:hover {
  background-color: #d21733;
  transition: all 0.4s;
}
.funmiles .link-2 {
  background-color: #d21733;
}
.funmiles .link-3 {
  background-color: #c81630;
}
.funmiles .link-3:hover {
  background-color: #ad132a;
  transition: all 0.4s;
}
.funmiles .link-2:hover {
  background-color: #bf152e;
  transition: all 0.4s;
}
.funmiles .link-3 {
  background-color: #c81630;
}
.funmiles .link-3:hover {
  background-color: #ad132a;
  transition: all 0.4s;
}
.funmiles .fm-main-description {
  margin: 50px 0px;
}
@media (max-width: 767px) {
  .funmiles .fm-main-description {
    margin: 30px 0px;
  }
}
.funmiles .fm-right-column h1,
.funmiles .fm-right-column h2,
.funmiles .fm-right-column h3,
.funmiles .fm-right-column h4,
.funmiles .fm-left-column h1,
.funmiles .fm-left-column h2,
.funmiles .fm-left-column h3,
.funmiles .fm-left-column h4,
.funmiles .fm-bottom-row h1,
.funmiles .fm-bottom-row h2,
.funmiles .fm-bottom-row h3,
.funmiles .fm-bottom-row h4 {
  color: #e41937;
}
.funmiles .fm-right-column h1,
.funmiles .fm-left-column h1,
.funmiles .fm-bottom-row h1 {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 0px;
}
.funmiles .fm-right-column h3,
.funmiles .fm-left-column h3,
.funmiles .fm-bottom-row h3 {
  line-height: 30px;
  margin-bottom: 20px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funmiles .fm-right-column h3,
  .funmiles .fm-left-column h3,
  .funmiles .fm-bottom-row h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funmiles .fm-right-column h3,
  .funmiles .fm-left-column h3,
  .funmiles .fm-bottom-row h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .funmiles .fm-right-column h3,
  .funmiles .fm-left-column h3,
  .funmiles .fm-bottom-row h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.funmiles .footer-links {
  font-size: 0;
}
.funmiles .footer-links li {
  width: calc(33% -  5px);
  float: left;
}
.funmiles .footer-links li:nth-child(1),
.funmiles .footer-links li:nth-child(2) {
  margin-right: 10px;
}
.funmiles .footer-links a {
  max-height: 97px;
  min-height: 97px;
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  display: block;
}
.funmiles .footer-links a span {
  position: absolute;
  bottom: 15px;
  left: 20px;
}
.funmiles .social-media,
.funmiles .partners,
.funmiles .grand-prize,
.funmiles .weekly-prizes,
.funmiles .no-prizes,
.funmiles .rules {
  padding-bottom: 50px;
}
.funmiles .social-media p,
.funmiles .no-prizes p {
  font-size: 18px;
  font-weight: 600;
}
.funmiles .social-info,
.funmiles .social-links {
  display: inline-block;
  vertical-align: middle;
}
.funmiles .social-links a {
  display: inline-block;
}
.funmiles .fm-subpage-slide {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.funmiles .grand-prize .grand-prize-text h4 {
  font-size: 36px;
  line-height: 42px;
  margin: 0 0 20px;
}
.funmiles .grand-prize .grand-prize-text h1 {
  text-transform: uppercase;
}
.funmiles .card-number-link {
  background: url('../eoy/activate-card.jpg') #ffd303 bottom right no-repeat;
}
.funmiles .prizes-winners-list {
  margin-top: 20px;
  font-size: 0;
}
.funmiles .prizes-winners-list .pw-block {
  margin: 1%;
  width: 48%;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 979px) {
  .funmiles .prizes-winners-list .pw-block {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .funmiles .prizes-winners-list .pw-block {
    width: 100%;
    margin: 0;
  }
}
.funmiles .prizes-winners-list .pw-block {
  vertical-align: top;
}
.funmiles .prizes-winners-list .pw-title,
.funmiles .prizes-winners-list .pw-img {
  vertical-align: middle;
  display: inline-block;
  width: 48%;
  margin: 1%;
}
.funmiles .prizes-winners-list .pw-title {
  text-align: center;
}
.funmiles .prizes-winners-list .pw-title p {
  font-size: 18px;
}
@media (max-width: 767px) {
  .funmiles .prizes-winners-list .pw-title p {
    font-size: 15px;
    line-height: 18px;
  }
}
.funmiles .prizes-winners-list .pw-img {
  text-align: center;
}
.funmiles .prizes-winners-list .pw-img img {
  border: 1px solid #d9d9d9;
}
.funmiles .prizes-winners-list .pw-img h3 {
  font-size: 18px;
  line-height: 36px;
  margin: 0;
  color: #000;
}
.funmiles .winners-list {
  font-size: 0;
}
.funmiles .winners-list .pw-title h3 {
  font-size: 24px;
  margin-bottom: 0;
}
.funmiles .winners-list .pw-title p {
  font-size: 14px;
  line-height: 35px;
  margin-bottom: 20px;
}
.funmiles .winners-list .pw-block {
  display: inline-block;
  vertical-align: top;
  width: calc(50% -  10px);
  margin: 20px 5px;
}
@media (max-width: 767px) {
  .funmiles .winners-list .pw-block {
    width: calc(100% -  10px);
  }
}
.funmiles .winners-list .pw-block .pw-img {
  background-size: cover;
  width: 100%;
}
.funmiles .winners-list .pw-block p {
  text-align: center;
  margin: 5px 0px;
  font-size: 14px;
}
.funmiles .rules p {
  font-weight: 600;
}
.funmiles .rules ul {
  margin-bottom: 20px;
}
.funmiles .rules ul li {
  list-style-type: disc;
}
.funmiles .rules h3 {
  text-transform: uppercase;
}
.funmiles .rules h1 {
  font-size: 36px;
}
.funmiles .rules h3,
.funmiles .rules h1,
.funmiles .eoy-desc h3,
.funmiles .eoy-desc h1 {
  margin-bottom: 0px;
}
.funmiles .rules h4,
.funmiles .eoy-desc h4 {
  margin-bottom: 30px;
}
.funmiles .sticker {
  position: absolute;
  top: 15px;
  left: -28px;
  z-index: 20;
}
@media (max-width: 767px) {
  .funmiles .sticker {
    top: -4px;
    left: -13px;
  }
  .funmiles .sticker img {
    width: 80px;
  }
}
.funmiles .campaign-eoy-login .sidebar-padded {
  width: 100%;
  background-color: #ffd303;
}
.funmiles .campaign-eoy-login .sidebar-padded form {
  margin: 0;
}
.funmiles .campaign-eoy-login .sidebar-padded header {
  padding: 20px 20px 10px;
}
.funmiles .campaign-eoy-login .sidebar-padded header h2 {
  margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .funmiles .campaign-eoy-login .sidebar-padded header {
    padding: 10px 20px 0px;
  }
}
@media (max-width: 767px) {
  .funmiles .campaign-eoy-login .sidebar-padded header {
    padding: 10px 20px 0px;
  }
}
.funmiles .campaign-eoy-login .sidebar-padded .login-body {
  background-color: #fee97a;
  padding: 20px;
  position: relative;
}
.funmiles .campaign-eoy-login .sidebar-padded .login-body .activate-button {
  position: absolute;
  bottom: 0px;
  right: 15px;
  cursor: pointer;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funmiles .campaign-eoy-login .sidebar-padded .login-body .activate-button img {
    width: 80px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funmiles .campaign-eoy-login .sidebar-padded .login-body .activate-button img {
    width: 80px;
  }
}
.funmiles .campaign-eoy-login .sidebar-padded .login-body .activate-btn-hover {
  opacity: 0;
}
.funmiles .campaign-eoy-login .sidebar-padded .login-body .activate-btn-hover:hover {
  opacity: 1;
  transition: all 0.2s;
}
.funmiles .campaign-eoy-login .sidebar-padded input {
  border-radius: 5px;
  border: none;
  width: calc(90%);
  padding: 10px;
}
.funmiles .campaign-eoy-login .sidebar-padded .pin {
  width: 60%;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funmiles .campaign-eoy-login .sidebar-padded .pin {
    width: calc(90%);
  }
}
.funmiles .campaign-eoy-login .sidebar-padded .activate-link {
  margin: 55px 0px 20px;
  max-width: 60%;
  cursor: pointer;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funmiles .campaign-eoy-login .sidebar-padded .activate-link {
    max-width: 60%;
    margin: 20px 0px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funmiles .campaign-eoy-login .sidebar-padded .activate-link {
    max-width: 60%;
    margin: 20px 0px;
  }
}
.funmiles .campaign-eoy-login .sidebar-padded .forgot-button {
  color: #000;
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funmiles .campaign-eoy-login .sidebar-padded .forgot-button {
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funmiles .campaign-eoy-login .sidebar-padded .forgot-button {
    margin-top: 10px;
  }
}
.funmiles .modal-backdrop {
  background: #ffd303;
}
.funmiles .modal-body h1,
.funmiles .modal-body h2,
.funmiles .modal-body h4 {
  color: #e41937;
  margin: 0;
}
.funmiles .registered .box-white,
.funmiles .already-registered .box-white,
.funmiles .confirm-profile .box-white {
  position: relative;
  overflow: hidden;
  border-bottom: 5px solid #e41937;
}
.funmiles .registered .box-white .popup-box,
.funmiles .already-registered .box-white .popup-box,
.funmiles .confirm-profile .box-white .popup-box {
  position: absolute;
  bottom: 10px;
  right: -50px;
}
@media (max-width: 767px) {
  .funmiles .registered .box-white .popup-box,
  .funmiles .already-registered .box-white .popup-box,
  .funmiles .confirm-profile .box-white .popup-box {
    display: none;
  }
}
.funmiles .registered .box-white .modal-body,
.funmiles .already-registered .box-white .modal-body,
.funmiles .confirm-profile .box-white .modal-body {
  max-width: 70%;
  z-index: 1;
}
@media (max-width: 767px) {
  .funmiles .registered .box-white .modal-body,
  .funmiles .already-registered .box-white .modal-body,
  .funmiles .confirm-profile .box-white .modal-body {
    max-width: 100%;
  }
  .funmiles .registered .box-white .modal-body h1,
  .funmiles .already-registered .box-white .modal-body h1,
  .funmiles .confirm-profile .box-white .modal-body h1 {
    font-size: 26px;
  }
}
.funmiles .registered .box-white .modal-body .modal-description,
.funmiles .already-registered .box-white .modal-body .modal-description,
.funmiles .confirm-profile .box-white .modal-body .modal-description {
  margin: 20px 0px;
}
.funmiles .registered .box-white,
.funmiles .already-registered .box-white {
  background: url('../eoy/popup-bg.png') #fff;
  background-position: left;
}
.funmiles .registered .modal-body {
  margin: 100px 0px;
}
@media (max-width: 767px) {
  .funmiles .registered .modal-body {
    margin: 50px 0px;
  }
}
.funmiles .already-registered .modal-body {
  margin: 30px 0px;
}
.funmiles .confirm-profile {
  width: 650px;
  margin-left: -320px;
}
.funmiles .confirm-profile .confirm-form {
  margin: 0;
}
.funmiles .confirm-profile .box-white {
  padding: 0;
}
.funmiles .confirm-profile .box-white .modal-body {
  max-width: 100%;
  padding: 0;
}
.funmiles .confirm-profile .box-white .modal-body .container-fluid {
  padding: 0;
}
.funmiles .confirm-profile .box-white .popup-box {
  right: -140px;
  bottom: -30px;
}
.funmiles .confirm-profile .modal-body-confirm {
  background: #f5f5f5;
  padding: 20px;
}
.funmiles .confirm-profile .modal-body-confirm .modal-body-container {
  max-width: 60%;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .funmiles .confirm-profile .modal-body-confirm .modal-body-container {
    max-width: 100%;
  }
}
.funmiles .confirm-profile .modal-header-confirm {
  padding: 20px;
}
@media (max-width: 767px) {
  .funmiles .confirm-profile {
    width: 300px;
    margin: 0 auto;
  }
}
.funmiles .bold {
  font-weight: 700;
}
.funmiles .widget-forgot-pin .checkbox {
  padding: 0;
  margin: 10px 0px 20px;
}
.funmiles .widget-forgot-pin .forgot-checkbox {
  margin-right: 5px;
}
.funmiles .widget-forgot-pin button {
  padding-left: 35px;
}
.funmiles .send-button {
  margin-top: 10px;
}
.funmiles header {
  z-index: 10;
}
.funmiles .modal .box-white header .close {
  margin-top: 10px;
}
.funmiles .partners-images .p-img {
  width: 16%;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 768px) and (max-width: 979px) {
  .funmiles .partners-images .p-img {
    width: 24%;
  }
}
@media (max-width: 767px) {
  .funmiles .partners-images .p-img {
    width: 24%;
  }
}
.funmiles #callback-btn {
  display: none;
}
.funmiles .forgotpin-footer .reset-button {
  float: right;
}
.funmiles .forgotpin-footer .callback-button {
  float: left;
}
.funmiles .video-container {
  position: relative;
}
.funmiles .video-container .playpause {
  background-image: url('../eoy/play.png');
  background-repeat: no-repeat;
  width: 20%;
  height: 20%;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
}
.funmiles .finished-contests {
  margin-top: 40px;
}
.funmiles #colorbox,
.funmiles #cboxOverlay,
.funmiles #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0);
}
.funmiles #cboxWrapper {
  max-width: none;
}
.funmiles #cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
.funmiles #cboxMiddleLeft,
.funmiles #cboxBottomLeft {
  clear: left;
}
.funmiles #cboxContent {
  position: relative;
}
.funmiles #cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.funmiles #cboxTitle {
  margin: 0;
}
.funmiles #cboxLoadingOverlay,
.funmiles #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.funmiles #cboxPrevious,
.funmiles #cboxNext,
.funmiles #cboxClose,
.funmiles #cboxSlideshow {
  cursor: pointer;
}
.funmiles .cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.funmiles .cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
.funmiles #colorbox,
.funmiles #cboxContent,
.funmiles #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.funmiles #cboxOverlay {
  background: #000 repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.funmiles #colorbox {
  outline: 0;
}
.funmiles #cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(../../../images/controls.png) no-repeat -101px 0;
}
.funmiles #cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(../../../images/controls.png) no-repeat -130px 0;
}
.funmiles #cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(../../../images/controls.png) no-repeat -101px -29px;
}
.funmiles #cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(../../../images/controls.png) no-repeat -130px -29px;
}
.funmiles #cboxMiddleLeft {
  width: 21px;
  background: url(../../../images/controls.png) left top repeat-y;
}
.funmiles #cboxMiddleRight {
  width: 21px;
  background: url(../../../images/controls.png) right top repeat-y;
}
.funmiles #cboxTopCenter {
  height: 21px;
  background: url(../../../images/border.png) 0 0 repeat-x;
}
.funmiles #cboxBottomCenter {
  height: 21px;
  background: url(../../../images/border.png) 0 -29px repeat-x;
}
.funmiles #cboxContent {
  background: #fff;
  overflow: hidden;
}
.funmiles .cboxIframe {
  background: #fff;
}
.funmiles #cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
.funmiles #cboxLoadedContent {
  margin-bottom: 28px;
}
.funmiles #cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}
.funmiles #cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}
.funmiles #cboxLoadingOverlay {
  background: url(../../../images/loading_background.png) no-repeat center center;
}
.funmiles #cboxLoadingGraphic {
  background: url(../../../images/loading.gif) no-repeat center center;
}
.funmiles #cboxPrevious,
.funmiles #cboxNext,
.funmiles #cboxSlideshow,
.funmiles #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
.funmiles #cboxPrevious:active,
.funmiles #cboxNext:active,
.funmiles #cboxSlideshow:active,
.funmiles #cboxClose:active {
  outline: 0;
}
.funmiles #cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}
.funmiles #cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../../../images/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
.funmiles #cboxPrevious:hover {
  background-position: -75px -25px;
}
.funmiles #cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(../../../images/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
.funmiles #cboxNext:hover {
  background-position: -50px -25px;
}
.funmiles #cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../../../images/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
.funmiles #cboxClose:hover {
  background-position: -25px -25px;
}
.funmiles .cboxIE #cboxTopLeft,
.funmiles .cboxIE #cboxTopCenter,
.funmiles .cboxIE #cboxTopRight,
.funmiles .cboxIE #cboxBottomLeft,
.funmiles .cboxIE #cboxBottomCenter,
.funmiles .cboxIE #cboxBottomRight,
.funmiles .cboxIE #cboxMiddleLeft,
.funmiles .cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
@media (min-width: 1200px),(min-width: 980px) and (max-width: 1199px),(min-width: 768px) and (max-width: 979px) {
  .funmiles .widget-forgot-pin .box-white {
    *zoom: 1;
  }
  .funmiles .widget-forgot-pin .box-white:before,
  .funmiles .widget-forgot-pin .box-white:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .funmiles .widget-forgot-pin .box-white:after {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .funshop .widget-homepage .sidebar-padded {
    width: 1140px !important;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funshop .widget-homepage .sidebar-padded {
    width: 940px !important;
  }
}
@media (min-width: 1200px) {
  .funshop .widget-homepage .sidebar-padded .carousel-teaser .item {
    width: 1140px !important;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funshop .widget-homepage .sidebar-padded .carousel-teaser .item {
    width: 940px !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop .widget-homepage .sidebar-padded .carousel-teaser .item {
    height: 169px;
  }
}
@media (max-width: 767px) {
  .funshop .widget-homepage .sidebar-padded .carousel-teaser .item {
    height: auto;
    min-height: 165px;
  }
}
@media (max-width: 479px) {
  .funshop .widget-homepage .sidebar-padded .carousel-teaser .item {
    min-height: 113px;
  }
}
.funshop.auth .widget-login .sidebar-padded {
  min-height: 242px;
  padding: 20px 0 20px 25px;
  position: relative;
}
@media (max-width: 767px) {
  .funshop.auth .widget-login .sidebar-padded {
    padding: 10px 40px 40px 15px;
    min-height: 0;
  }
}
@media (max-width: 479px) {
  .funshop.auth .widget-login .sidebar-padded {
    padding-right: 15px;
  }
}
.funshop.auth .widget-login .sidebar-padded footer {
  bottom: 0;
  position: absolute;
  left: 130px;
  right: 0;
  text-align: right;
}
@media (max-width: 767px) {
  .funshop.auth .widget-login .sidebar-padded footer {
    right: 40px;
  }
}
@media (max-width: 479px) {
  .funshop.auth .widget-login .sidebar-padded footer {
    right: 15px;
  }
}
.funshop.auth .widget-login .sidebar-padded footer .btn {
  padding-bottom: 7px;
}
@media (min-width: 1200px),(min-width: 980px) and (max-width: 1199px),(min-width: 768px) and (max-width: 979px) {
  .funshop.auth .widget-login .sidebar {
    margin-bottom: 0;
  }
}
.funshop.auth .widget-login .widget-new-to-funmiles {
  margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 979px),(min-width: 980px) and (max-width: 1199px),(min-width: 1200px) {
  .funshop.auth .widget-login > .box-white {
    *zoom: 1;
    background: url("data:image/png;base64,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") #fff right top repeat-y;
    border-bottom: 9px solid #e31e3c;
  }
  .funshop.auth .widget-login > .box-white:before,
  .funshop.auth .widget-login > .box-white:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .funshop.auth .widget-login > .box-white:after {
    clear: both;
  }
  .funshop.auth .widget-login .sidebar-padded footer {
    bottom: -9px;
  }
}
.funshop .widget-forgot-pin .sidebar-padded {
  min-height: 262px;
  padding: 20px 0 20px 25px;
  position: relative;
}
@media (max-width: 767px) {
  .funshop .widget-forgot-pin .sidebar-padded {
    padding: 10px 40px 40px 15px;
    min-height: 0;
  }
}
@media (max-width: 479px) {
  .funshop .widget-forgot-pin .sidebar-padded {
    padding-right: 15px;
  }
}
.funshop .widget-forgot-pin .sidebar-padded footer {
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  text-align: right;
}
@media (max-width: 767px) {
  .funshop .widget-forgot-pin .sidebar-padded footer {
    right: 40px;
  }
}
@media (max-width: 479px) {
  .funshop .widget-forgot-pin .sidebar-padded footer {
    right: 15px;
  }
}
.funshop .widget-forgot-pin .sidebar-padded footer .btn {
  padding-bottom: 7px;
}
@media (min-width: 768px) and (max-width: 979px),(min-width: 980px) and (max-width: 1199px),(min-width: 1200px) {
  .funshop .widget-forgot-pin > .box-white {
    *zoom: 1;
    background: url("data:image/png;base64,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") #fff right top repeat-y;
    border-bottom: 9px solid #e31e3c;
  }
  .funshop .widget-forgot-pin > .box-white:before,
  .funshop .widget-forgot-pin > .box-white:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .funshop .widget-forgot-pin > .box-white:after {
    clear: both;
  }
  .funshop .widget-forgot-pin .sidebar-padded footer {
    bottom: -9px;
  }
}
.funshop.default .widget-homepage .sidebar-padded {
  display: block;
  float: left;
  width: 730px;
}
@media (min-width: 1200px) {
  .funshop.default .widget-homepage .sidebar-padded {
    width: 960px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop.default .widget-homepage .sidebar-padded {
    width: 514px;
  }
}
@media (max-width: 767px) {
  .funshop.default .widget-homepage .sidebar-padded {
    float: none;
    width: auto;
  }
}
.funshop.default .widget-homepage .sidebar {
  margin-bottom: 0;
  height: 380px;
}
.funshop.default .widget-homepage .carousel-teaser {
  height: 290px;
}
@media (min-width: 1200px) {
  .funshop.default .widget-homepage .carousel-teaser {
    height: 380px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop.default .widget-homepage .carousel-teaser {
    height: 203px;
  }
}
@media (max-width: 767px) {
  .funshop.default .widget-homepage .carousel-teaser {
    height: auto;
  }
}
.funshop.default .widget-homepage .carousel-teaser .item {
  height: 290px;
  width: 730px;
}
@media (min-width: 1200px) {
  .funshop.default .widget-homepage .carousel-teaser .item {
    height: 380px;
    width: 960px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop.default .widget-homepage .carousel-teaser .item {
    height: 203px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .funshop.default .widget-homepage .carousel-teaser .item {
    height: auto;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 979px),(min-width: 980px) and (max-width: 1199px),(min-width: 1200px) {
  .funshop.default .widget-homepage .carousel-teaser {
    margin-bottom: 9px;
  }
  .funshop.default .widget-homepage .carousel-teaser .pagination {
    bottom: -9px;
  }
}
@media (min-width: 768px) and (max-width: 979px),(min-width: 980px) and (max-width: 1199px),(min-width: 1200px) {
  .funshop.default .widget-homepage .box-white {
    *zoom: 1;
  }
  .funshop.default .widget-homepage .box-white:before,
  .funshop.default .widget-homepage .box-white:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .funshop.default .widget-homepage .box-white:after {
    clear: both;
  }
}
@media (max-width: 767px) {
  .funshop.default .widget-homepage .sidebar-padded {
    margin-bottom: 20px;
    padding-bottom: 8px;
  }
}
@media (min-width: 1200px),(min-width: 980px) and (max-width: 1199px),(min-width: 768px) and (max-width: 979px) {
  .funshop.default .widget-homepage .sidebar {
    background: #e31e3c;
  }
}
.funshop.default .widget-homepage .widget-new-to-funmiles {
  margin-bottom: 5px !important;
}
@media (min-width: 1200px) {
  .funshop.default .widget-homepage .widget-new-to-funmiles header {
    padding: 0px;
    padding-top: 6px;
  }
  .funshop.default .widget-homepage .widget-new-to-funmiles header h2 {
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop.default .widget-homepage .widget-new-to-funmiles {
    margin-bottom: 8px !important;
  }
  .funshop.default .widget-homepage .widget-new-to-funmiles .icon-funmiles {
    -webkit-background-size: 1172.0588235294px auto;
    -moz-background-size: 1172.0588235294px auto;
    -o-background-size: 1172.0588235294px auto;
    background-size: 1172.0588235294px auto;
    width: 75px;
    height: 75px;
    background-position: -183.82352941176px -113.23529411765px;
  }
  .funshop.default .widget-homepage .widget-new-to-funmiles header h2 {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 18px;
  }
  .funshop.default .widget-homepage .widget-new-to-funmiles .bubble {
    padding-top: 2px;
    padding-bottom: 3px;
  }
}
@media (min-width: 1200px) {
  .funshop.default .widget-register.fade.in {
    top: 140px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funshop.default .widget-register.fade.in {
    top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop.default .widget-register.fade.in {
    top: 0;
  }
}
@media (max-width: 767px) {
  .funshop.default .widget-register.fade.in {
    top: 51px;
  }
}
.funshop .sad-section {
  position: relative;
}
.funshop .sad-section .dontation-sidebar {
  width: 150px;
  background-color: #e31e3c;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
.funshop .sad-section .dontation-sidebar img {
  position: absolute;
  max-width: 80%;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .funshop .sad-section .dontation-sidebar {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop .sad-section .dontation-sidebar {
    display: none;
  }
}
.funshop .sad-section .sidebar-padded {
  padding: 20px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop .sad-section .sidebar-padded {
    width: 94%;
  }
}
@media (max-width: 767px) {
  .funshop .sad-section .sidebar-padded {
    width: 94%;
  }
}
.funshop .sad-section .speedo-icon {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 20px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop .sad-section .speedo-icon {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .funshop .sad-section .speedo-icon {
    width: 50px;
    height: 50px;
  }
}
.funshop .sad-section .header-with-icon {
  margin-left: 100px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop .sad-section .header-with-icon {
    margin-left: 60px;
  }
}
@media (max-width: 767px) {
  .funshop .sad-section .header-with-icon {
    margin-left: 60px;
  }
}
.funshop .sad-section .donation-content {
  margin-left: 100px;
  margin-bottom: 30px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funshop .sad-section .donation-content .span6 {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop .sad-section .donation-content {
    margin-left: 60px;
  }
  .funshop .sad-section .donation-content .span6 {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .funshop .sad-section .donation-content {
    margin-left: 60px;
  }
  .funshop .sad-section .donation-content .span6 {
    width: 100%;
    margin: 0;
  }
}
.funshop .sad-section .donation-content textarea {
  height: 256px;
  margin-top: -4px;
}
.funshop .sad-section .donation-content input[type="file"] {
  line-height: 10px;
  margin-top: 10px;
}
.funshop .sad-section .sad-pdf-list {
  list-style: none;
  margin: 0;
}
.funshop .sad-section .sad-pdf-list li {
  padding: 6px 0px;
}
.funshop .sad-section .sad-pdf-list li a {
  color: #000;
  text-decoration: underline;
  font-size: 12px;
}
.funshop .sad-section .sad-pdf-list .pdf-symbol {
  fill: #e31e3c;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.funshop.account .column {
  float: left;
  width: 23%;
}
@media (min-width: 1200px) {
  .funshop.account .column {
    width: 270px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funshop.account .column {
    width: 216.25px;
  }
  .funshop.account .column + .column {
    margin-left: 25px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop.account .column {
    width: 166px;
  }
}
@media (max-width: 767px) {
  .funshop.account .column {
    width: 200px;
  }
}
@media (max-width: 479px) {
  .funshop.account .column {
    margin: 0;
    width: 210px;
  }
}
.funshop.account .column .header {
  border-bottom: 1px solid #fed12f;
  text-align: center;
}
.funshop.account .column .header h2 {
  color: #e31e3c;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .funshop.account .column .header h2 {
    font-size: 14px;
    white-space: nowrap;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop.account .column .header h2 {
    font-size: 15px;
    white-space: nowrap;
  }
}
.funshop.account .column .inner > * {
  border-bottom: 1px solid #fed12f;
  padding: 14px 8px;
}
.funshop.account .column .bubble {
  color: #414040;
  display: block;
  padding-left: 35px;
}
.funshop.account .column .bubble-right {
  padding-left: 0;
}
.funshop.account .column form {
  margin-bottom: 0;
  margin-top: 1em;
}
.funshop.account .item + .item .column {
  margin-left: 30px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funshop.account .item + .item .column {
    margin-left: 25px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop.account .item + .item .column {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .funshop.account .item + .item .column {
    margin-left: 0;
  }
}
.funshop.account .icon-pdf {
  background-position: -367px -60px;
  height: 16px;
  width: 16px;
}
.funshop.account .carousel .items {
  display: block;
}
.funshop.account .carousel .pagination {
  display: none;
}
.funshop.account .carousel .items {
  display: block;
}
.funshop.account .carousel.big-nav {
  padding: 0;
}
.funshop.account .carousel.big-nav .navigation > span {
  height: 85px;
}
.funshop.account .carousel .loader {
  background: #fff;
  display: block;
  width: 100%;
  line-height: 300px;
  min-height: 300px;
}
@media (min-width: 1200px),(min-width: 980px) and (max-width: 1199px),(min-width: 768px) and (max-width: 979px) {
  .funshop.account .carousel .loader {
    display: none;
  }
}
.funshop.account .widget-update-profile {
  padding-bottom: 30px;
}
@media (min-width: 1200px),(min-width: 980px) and (max-width: 1199px) {
  .funshop.account .widget-update-profile.fade.in {
    top: 100px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop.account .widget-update-profile.fade.in {
    top: 76px;
  }
}
@media (max-width: 767px) {
  .funshop.account .widget-update-profile.fade.in {
    top: 51px;
  }
}
@media (min-width: 1200px) {
  .funshop.account .widget-update-profile {
    width: 900px;
    margin-left: -315px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funshop.account .widget-update-profile {
    width: 723.75px;
    margin-left: -253.75px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop.account .widget-update-profile {
    width: 558px;
    margin-left: -196px;
  }
}
@media (max-width: 767px) {
  .funshop.account .widget-update-profile {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    left: 0;
    right: 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .funshop.account .widget-update-profile {
    margin-left: 10px;
    margin-right: 10px;
    min-width: 300px;
  }
}
.funshop.account .widget-update-profile .box-white {
  margin-left: 25px;
  margin-top: 10px;
  position: relative;
  min-height: 240px;
  padding-bottom: 0;
}
.funshop.account .widget-update-profile .box-white header > h2 > span {
  color: #414040;
  text-align: right;
}
@media (min-width: 1200px) {
  .funshop.account .widget-update-profile .box-white {
    margin-left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop.account .widget-update-profile .box-white {
    margin-left: 20px;
  }
}
.funshop.account .widget-update-profile .box-white:after {
  content: '';
  position: absolute;
  left: -20px;
  width: 0px;
  top: 330px;
  height: 0px;
  border-style: solid;
  border-width: 20px 20px 20px 0;
  border-color: transparent #fff transparent transparent;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funshop.account .widget-update-profile .box-white:after {
    top: 350px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop.account .widget-update-profile .box-white:after {
    top: 390px;
  }
}
@media (max-width: 767px) {
  .funshop.account .widget-update-profile .box-white:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .funshop.account .widget-update-profile .box-white {
    margin-left: 0;
  }
}
.funshop.account .widget-update-profile .card-tablet {
  display: none;
}
@media (min-width: 768px) and (max-width: 979px),(max-width: 767px) {
  .funshop.account .widget-update-profile .card-default {
    display: none;
  }
  .funshop.account .widget-update-profile .card-tablet {
    display: block;
  }
}
.funshop.account .alert {
  margin: 15px 0px;
}
.funshop.account .alert.green {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
@media (max-width: 767px) {
  .funshop.account .widget-transactions .box-rounded header h2 {
    border-bottom: 0;
    float: left;
  }
  .funshop.account .widget-transactions .box-rounded header .pull-right {
    border-top: 0;
    float: right;
  }
}
@media (max-width: 479px) {
  .funshop.account .widget-transactions .pagination li > a {
    display: inline-block;
    width: 40px;
    height: 30px;
    text-align: center;
    line-height: 30px;
  }
}
.funshop .widget-rescueyourmiles {
  width: 670px;
  margin-left: -320px;
}
.funshop .register-day span.input-error {
  display: block;
  float: left;
  width: 400px;
}
.funshop .account-activatethefun {
  text-align: center;
}
.funshop .account-activatethefun .activate-gif {
  background: #e31e3c;
  border-radius: 10px;
  padding: 35px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop .account-activatethefun .activate-gif {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .funshop .account-activatethefun .activate-gif {
    padding: 20px;
  }
}
.funshop .account-activatethefun a {
  display: inline-block !important;
}
.funshop .account-activatethefun .account-activate-link {
  padding: 20px 0px;
}
.funshop .account-activatethefun .account-activate-link .btn {
  color: #fff;
  text-align: center;
}
.funshop .account-activatethefun .account-activate-link .btn:hover {
  color: #fed12f;
  transition-duration: 0.5s;
}
.funshop .new-account .account-buttons {
  border-bottom: none !important;
  text-align: center;
}
.funshop .new-account .account-buttons .btn {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}
.funshop.search article {
  padding: 15px 0;
}
.funshop.search article header h3 {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  color: #e31e3c;
  line-height: 20px;
}
.funshop.search article header time {
  font-size: 12px;
  margin-bottom: 10px;
}
.funshop.search article .btn {
  float: right;
  margin-top: 5px;
}
.funshop.search article img {
  font-size: 12px;
  margin: 10px;
  margin-top: 0;
  margin-left: 0;
}
.funshop.search article + article {
  border-top: 1px solid #fed12f;
}
.funshop .table {
  border-collapse: separate;
}
.funshop .table thead th {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.funshop .table tbody td,
.funshop .table tbody th {
  border: 0;
  vertical-align: middle;
}
.funshop .table.table-striped tbody > tr:hover > td {
  background-color: #f7f7f7;
}
.funshop .table.table-striped tbody > tr:nth-child(odd) > td,
.funshop .table.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f2f0ed;
}
.funshop .table.table-striped tbody > tr:nth-child(odd):hover > td,
.funshop .table.table-striped tbody > tr:nth-child(odd):hover > th {
  background-color: #ece9e4;
}
.funshop .table td.transparent {
  background: transparent !important;
}
.funshop .table .border-gray > * {
  background: #fff !important;
  height: 32px;
  padding: 0;
  border-bottom: 4px solid #f2f0ed;
}
.funshop .table .border-white > * {
  border-top: 32px solid white;
}
.funshop .table tr.element {
  background-color: #fff;
}
.funshop .table tr.element td {
  padding: 10px;
}
.funshop .table tr.element td a.name {
  color: #e31e3c !important;
  margin-left: 10px;
}
.funshop tr.show-smartphone2 {
  display: table-cell;
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop tr.show-smartphone2 {
    display: none;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funshop tr.show-smartphone2 {
    display: none;
  }
}
@media (min-width: 1200px) {
  .funshop tr.show-smartphone2 {
    display: none;
  }
}
.funshop .products {
  padding: 15px;
}
.funshop .products .product {
  opacity: 0;
  float: left;
  margin-bottom: 25px;
  padding: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.4);
  -moz-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.4);
  box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.4);
}
@media (min-width: 1200px) {
  .funshop .products .product {
    width: 266px;
    margin-right: 25px;
  }
}
@media (min-width: 1200px) {
  .funshop .products .product:nth-child(4n) {
    margin-right: 0px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funshop .products .product {
    width: 286px;
    margin-right: 26px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funshop .products .product:nth-child(3n) {
    margin-right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop .products .product {
    width: 214px;
    margin-right: 26px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop .products .product:nth-child(3n) {
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .funshop .products .product {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .funshop .products .product:nth-child(2n+1) {
    margin-right: 10%;
  }
}
@media (max-width: 479px) {
  .funshop .products .product {
    width: 100%;
  }
}
.funshop .products .product.sale:after {
  background: url('https://static.partners.funmiles.net.mobilem-dev.pl/gfx/sprite.png') -153px -515px;
  content: '';
  width: 58px;
  height: 54px;
  position: absolute;
  top: 3px;
  left: 15px;
}
.funshop .products .product > a {
  display: block;
  border-bottom: 0;
  color: #414040;
  -webkit-transition: border 0.15s ease-in-out;
  -moz-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.funshop .products .product > a:hover,
.funshop .products .product > a:focus,
.funshop .products .product > a:active {
  border-color: #e31e3c;
  text-decoration: none;
}
.funshop .products .product > a:hover .btn,
.funshop .products .product > a:focus .btn,
.funshop .products .product > a:active .btn {
  color: #fed12f;
}
.funshop .products .product > a:hover .btn:after,
.funshop .products .product > a:focus .btn:after,
.funshop .products .product > a:active .btn:after {
  margin-right: -5px;
  margin-left: 10px;
}
.funshop .products .product > a > div {
  border-bottom: 9px solid #e31e3c;
  padding: 10px 10px 28px;
  position: relative;
}
.funshop .products .product .btn {
  position: absolute;
  right: 10px;
  bottom: -9px;
}
.funshop .products .product .btn.items-left {
  border-right: 1px solid #c61731;
  right: 106px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  color: #ffd200;
}
.funshop .products .product .btn.bubble {
  border-left: 1px solid #f56d81;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.funshop .products .product img {
  -webkit-box-shadow: inset 0 0 9px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 0 9px 2px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 9px 2px rgba(0,0,0,0.3);
  width: 100%;
}
.funshop .products .product .name {
  color: #e31e3c;
  font-size: 25px;
  font-weight: bold;
  margin: 0;
  padding-top: 15px;
  line-height: 16px;
  padding-bottom: 15px;
}
@media (max-width: 479px) {
  .funshop .products .product .name {
    padding-top: 5px;
  }
}
.funshop .products .product .category {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 15px;
  display: inline-block;
}
@media (max-width: 479px) {
  .funshop .products .product .category {
    padding-bottom: 10px;
  }
}
.funshop .products .product .island {
  font-size: 14px;
  text-transform: uppercase;
  color: #e61837;
  margin-left: 6px;
  margin-top: 15px;
  display: inline-block;
  padding-bottom: 10px;
}
@media (max-width: 479px) {
  .funshop .products .product .island {
    padding-bottom: 10px;
  }
}
.funshop .products .product .lead {
  font-size: 13px;
  margin: 0;
  line-height: 20px;
}
@media (max-width: 479px) {
  .funshop .products .product .lead {
    padding-bottom: 20px;
  }
}
.funshop .products .product .lead p {
  word-break: break-all;
  line-height: 1.5em;
  color: gray;
}
.funshop .products .product .promo-quantity {
  font-size: 18px;
  text-align: center;
  margin: 0;
  padding-bottom: 10px;
}
@media (max-width: 479px) {
  .funshop .products .product .promo-quantity {
    float: left;
    line-height: 60px;
    font-size: 16px;
  }
}
.funshop .products .product .promo-time {
  padding-bottom: 20px;
}
@media (max-width: 479px) {
  .funshop .products .product .promo-time {
    float: right;
    padding-bottom: 5px;
  }
}
.funshop .products .product .price {
  color: #000;
  text-align: right;
  margin: 0;
  font-size: 15px;
  margin-bottom: 20px;
}
.funshop .products .product .price .miles {
  color: #e31e3c;
}
@media (max-width: 479px) {
  .funshop .products .product .price {
    padding-bottom: 5px;
  }
}
.funshop .products.carousel {
  margin-left: 0;
}
.funshop .products.carousel .product {
  margin-left: 0;
}
@media (max-width: 767px) {
  .funshop .products.carousel .product {
    width: 440px;
  }
}
@media (max-width: 479px) {
  .funshop .products.carousel .product {
    width: 280px;
  }
}
.funshop .ui-spinner-down.disabled,
.funshop .ui-spinner-up.disabled {
  background-color: #FFB8C3 !important;
}
.funshop .ui-spinner-down {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.funshop ui-spinner-up {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.funshop #products {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .funshop #products {
    padding-top: 40px;
  }
  .funshop #products .mobile-menu {
    display: block;
    z-index: 10000;
    position: relative;
    top: 8px;
  }
  .funshop #products .mobile-menu button {
    background: #fed12f;
    border: 0px;
    padding: 8px 20px;
    text-shadow: none;
    text-transform: uppercase;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: none;
  }
  .funshop #products .mobile-menu button .caret {
    margin-left: 5px;
    border-top: 4px solid #e31e3c;
  }
  .funshop #products .mobile-menu button i {
    margin-right: 5px;
  }
  .funshop #products .tab-content {
    border-top: 8px solid #e31e3c;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop #products .mobile-menu {
    display: none;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funshop #products .mobile-menu {
    display: none;
  }
}
@media (min-width: 1200px) {
  .funshop #products .mobile-menu {
    display: none;
  }
}
@media (max-width: 767px) {
  .funshop #products .nav-red {
    display: none;
  }
}
.funshop #products .nav-red li a {
  background-color: #e31e3c;
  position: relative;
  top: 9px;
  text-transform: capitalize;
  color: #fff;
  font-weight: normal;
  border-right: 1px solid #b7172f;
  border-left: 1px solid #e94b63;
}
.funshop #products .nav-red li.active a,
.funshop #products .nav-red li:hover a {
  background-color: #fed12f;
  color: #000;
  border: 0px;
}
.funshop #products .nav-red li:first-child a {
  border-left: 0px;
  border-top-left-radius: 5px;
}
.funshop #products .nav-red li:last-child a {
  border-right: 0px;
  border-top-right-radius: 5px;
}
.funshop #products .tab-content {
  background-color: #fed12f;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.4);
  -moz-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.4);
  box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.4);
}
.funshop #products .tab-content .product {
  background: #fff;
}
.funshop header.with-breadcrumbs h2 {
  margin-bottom: 0;
}
.funshop header.with-breadcrumbs .breadcrumbs {
  float: left;
}
.funshop header.with-breadcrumbs .breadcrumbs li {
  padding: 0;
  color: #333;
  font-size: 12px;
}
.funshop header.with-breadcrumbs .breadcrumbs li a {
  color: #333;
  font-size: 12px;
  display: inline-block;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.funshop header.with-breadcrumbs .breadcrumbs li a:hover,
.funshop header.with-breadcrumbs .breadcrumbs li a:focus,
.funshop header.with-breadcrumbs .breadcrumbs li a:active {
  color: #e31e3c;
  text-decoration: none;
}
.funshop header.with-breadcrumbs .breadcrumbs li + li:before {
  color: #333;
  content: '»';
  font-size: 10px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -3px;
}
.funshop header.with-breadcrumbs .back-btn {
  color: #414040;
  float: right;
  font-size: 12px;
  font-weight: bold;
  text-transform: lowercase;
}
.funshop header.with-breadcrumbs .back-btn:hover,
.funshop header.with-breadcrumbs .back-btn:focus,
.funshop header.with-breadcrumbs .back-btn:active {
  color: #e31e3c;
  text-decoration: none;
}
.funshop.products section.breadcrumbs2 {
  padding: 0px;
}
.funshop.products .widget-product header h2 {
  margin-bottom: 0;
}
.funshop.products .widget-product header .breadcrumbs {
  float: left;
}
.funshop.products .widget-product header .breadcrumbs li {
  padding: 0;
}
.funshop.products .widget-product header .breadcrumbs li a {
  color: #333;
  font-size: 12px;
  vertical-align: middle;
  display: inline-block;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.funshop.products .widget-product header .breadcrumbs li a:hover,
.funshop.products .widget-product header .breadcrumbs li a:focus,
.funshop.products .widget-product header .breadcrumbs li a:active {
  color: #e31e3c;
  text-decoration: none;
}
.funshop.products .widget-product header .breadcrumbs li + li:before {
  color: #333;
  content: '»';
  font-size: 10px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -3px;
}
.funshop.products .widget-product header .back-btn {
  color: #414040;
  float: right;
  font-size: 12px;
  font-weight: bold;
  text-transform: lowercase;
}
.funshop.products .widget-product header .back-btn:hover,
.funshop.products .widget-product header .back-btn:focus,
.funshop.products .widget-product header .back-btn:active {
  color: #e31e3c;
  text-decoration: none;
}
.funshop.products .widget-product .box-white {
  padding: 45px 30px;
  position: relative;
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 979px),(max-width: 767px) {
  .funshop.products .widget-product .box-white {
    padding: 20px;
  }
}
.funshop.products .widget-product .box-white .images {
  float: left;
  width: 440px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop.products .widget-product .box-white .images {
    width: 300px;
  }
}
.funshop.products .widget-product .box-white .images .main-image {
  width: 440px;
  height: 300px;
  position: relative;
}
.funshop.products .widget-product .box-white .images .main-image img {
  height: 100%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop.products .widget-product .box-white .images .main-image {
    width: 300px;
    height: 205px;
  }
}
@media (max-width: 767px) {
  .funshop.products .widget-product .box-white .images .main-image {
    min-height: 259px;
  }
}
@media (max-width: 479px) {
  .funshop.products .widget-product .box-white .images .main-image {
    min-height: 164px;
  }
}
.funshop.products .widget-product .box-white .images .main-image .zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e31e3c;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.funshop.products .widget-product .box-white .images .main-image .icon-search {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
}
.funshop.products .widget-product .box-white .images .main-image .loader {
  background: #e31e3c;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 300px;
  text-align: center;
  display: none;
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop.products .widget-product .box-white .images .main-image .loader {
    line-height: 205px;
  }
}
@media (max-width: 767px) {
  .funshop.products .widget-product .box-white .images .main-image .loader {
    line-height: 259px;
  }
}
@media (max-width: 479px) {
  .funshop.products .widget-product .box-white .images .main-image .loader {
    line-height: 164px;
  }
}
.funshop.products .widget-product .box-white .images .main-image.loading .loader {
  display: block;
}
@media (max-width: 767px) {
  .funshop.products .widget-product .box-white .images,
  .funshop.products .widget-product .box-white .images .main-image {
    width: 100%;
    height: auto;
    text-align: center;
  }
  .funshop.products .widget-product .box-white .images .main-image img {
    max-width: 100%;
    height: auto;
  }
}
.funshop.products .widget-product .box-white .images .other-images {
  margin-top: 20px;
}
.funshop.products .widget-product .box-white .images .other-images .items {
  padding: 3px 0;
}
.funshop.products .widget-product .box-white .images .other-images .items .inner {
  width: 90px;
  height: 90px;
}
.funshop.products .widget-product .box-white .images .other-images .active {
  outline: 3px solid #e31e3c;
}
.funshop.products .widget-product .box-white .images .other-images .pagination {
  display: none;
}
.funshop.products .widget-product .box-white .images .other-images .inner,
.funshop.products .widget-product .box-white .images .other-images .inner > img {
  display: block;
}
.funshop.products .widget-product .box-white form.sale:after {
  background: url('https://static.partners.funmiles.net.mobilem-dev.pl/gfx/sprite.png') -5px -515px;
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: -19px;
  width: 145px;
  height: 133px;
}
@media (min-width: 768px) and (max-width: 979px),(max-width: 767px) {
  .funshop.products .widget-product .box-white form.sale:after {
    width: 72.5px;
    height: 66.5px;
    -webkit-background-size: 797px;
    -moz-background-size: 797px;
    -o-background-size: 797px;
    background-size: 797px;
    background-position: -2.5px -257.5px;
    top: -9.5px;
  }
}
.funshop.products .widget-product .box-white form [type="submit"]:hover {
  color: #fed12f;
}
.funshop.products .widget-product .box-white form [type="submit"]:hover:after {
  margin-left: 10px;
  margin-right: -5px;
}
.funshop.products .widget-product .box-white form h3 {
  font-size: 24px;
  color: #e31e3c;
  line-height: 28px;
}
.funshop.products .widget-product .box-white form .editor-content .lead,
.funshop.products .widget-product .box-white form .editor-content .description {
  font-size: 13px;
  line-height: 20px;
}
.funshop.products .widget-product .box-white form .editor-content .lead {
  border-left: 3px solid #e31e3c;
  padding: 3px 0 3px 0;
  margin-bottom: 10px;
  border: none !important;
}
.funshop.products .widget-product .box-white form .editor-content .lead > p {
  margin: 0;
  word-break: break-all;
}
.funshop.products .widget-product .box-white form .promo {
  margin-top: 20px;
}
.funshop.products .widget-product .box-white form .promo-quantity {
  float: right;
  color: #e31e3c;
  font-size: 28px;
  line-height: 70px;
}
@media (min-width: 980px) and (max-width: 1199px),(min-width: 768px) and (max-width: 979px),(max-width: 767px) {
  .funshop.products .widget-product .box-white form .promo-quantity {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .funshop.products .widget-product .box-white form .promo-quantity {
    float: none;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.funshop.products .widget-product .box-white form .promo-time {
  float: left;
}
.funshop.products .widget-product .box-white form .promo-time .counter-small {
  display: none;
}
@media (min-width: 768px) and (max-width: 979px),(max-width: 767px) {
  .funshop.products .widget-product .box-white form .promo-time .counter {
    display: none;
    text-align: left;
  }
  .funshop.products .widget-product .box-white form .promo-time .counter-small {
    display: block;
  }
}
@media (max-width: 479px) {
  .funshop.products .widget-product .box-white form .promo-time {
    float: none;
  }
}
.funshop.products .widget-product .box-white form .quantity {
  color: #e31e3c;
  font-weight: bold;
  margin: 20px 0;
}
.funshop.products .widget-product .box-white form .quantity > span {
  line-height: 36px;
  display: inline-block;
  vertical-align: middle;
}
.funshop.products .widget-product .box-white form .quantity .quantity-holder {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
.funshop.products .widget-product .box-white form .quantity .quantity-holder input {
  background: #fff;
  border: 0;
  display: inline-block;
  width: 36px;
  height: 28px;
  text-align: center;
  color: #e31e3c;
  font-size: 18px;
  vertical-align: middle;
  margin: 3px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.funshop.products .widget-product .box-white form .quantity .quantity-holder .ui-spinner-button {
  cursor: pointer;
  display: inline-block;
  height: 36px;
  vertical-align: middle;
  text-align: center;
  line-height: 36px;
  width: 36px;
  overflow: hidden;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  position: relative;
}
.funshop.products .widget-product .box-white form .quantity .quantity-holder .ui-spinner-button:after {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  text-align: center;
}
@media (max-width: 767px) {
  .funshop.products .widget-product .box-white form .quantity .quantity-holder .ui-spinner-button:after {
    width: 36px;
    height: 36px;
  }
}
.funshop.products .widget-product .box-white form .quantity .quantity-holder .ui-spinner-button.ui-spinner-up {
  float: right;
  background-color: #e31e3c;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.funshop.products .widget-product .box-white form .quantity .quantity-holder .ui-spinner-button.ui-spinner-up:after {
  content: '+';
}
.funshop.products .widget-product .box-white form .quantity .quantity-holder .ui-spinner-button.ui-spinner-up:hover:after {
  color: #fed12f;
}
.funshop.products .widget-product .box-white form .quantity .quantity-holder .ui-spinner-button.ui-spinner-down {
  float: left;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  background-color: #e31e3c;
}
.funshop.products .widget-product .box-white form .quantity .quantity-holder .ui-spinner-button.ui-spinner-down:after {
  content: '-';
}
.funshop.products .widget-product .box-white form .quantity .quantity-holder .ui-spinner-button.ui-spinner-down:hover:after {
  color: #fed12f;
}
.funshop.products .widget-product .box-white form .quantity .quantity-holder .ui-spinner-button.ui-spinner-down.disabled,
.funshop.products .widget-product .box-white form .quantity .quantity-holder .ui-spinner-button.ui-spinner-up.disabled {
  background-color: #DEDEDE !important;
}
.funshop.products .widget-product .box-white form .quantity .quantity-holder .ui-spinner-button:hover {
  text-decoration: none;
  background: #ce1a35;
}
.funshop.products .widget-product .box-white form .quantity .quantity-holder .ui-spinner-button .ui-icon {
  display: none;
}
.funshop.products .widget-product .box-white form .ui-state-default {
  background: none;
}
.funshop.products .widget-product .box-white form .price {
  clear: both;
  color: #000;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  border-top: 1px solid #fed12f;
  text-align: left;
  padding: 11px 0;
}
@media (max-width: 767px) {
  .funshop.products .widget-product .box-white .prices {
    padding-bottom: 50px;
  }
}
.funshop.products .widget-product .box-white .button-qty-addToCart {
  position: absolute;
  right: 30px;
  bottom: 0;
  border-radius: 4px;
  padding: 0px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop.products .widget-product .box-white .button-qty-addToCart {
    right: 0px;
  }
}
@media (max-width: 767px) {
  .funshop.products .widget-product .box-white .button-qty-addToCart {
    width: 100%;
    right: 0px;
  }
}
.funshop.products .widget-product .box-white .button-qty-addToCart:hover {
  background-color: #e61837;
}
.funshop.products .widget-product .box-white .button-qty-addToCart .submit-btns {
  border-left: 1px solid #e94b63;
}
.funshop.products .widget-product .box-white .button-qty-addToCart .submit-btns .submit-btns-inner {
  border-left: 1px solid #b7172f;
  padding: 4px 15px;
}
@media (max-width: 767px) {
  .funshop.products .widget-product .box-white .button-qty-addToCart .submit-btns .submit-btns-inner {
    padding: 18px 15px;
  }
}
.funshop.products .widget-product .box-white .button-qty-addToCart .submit-btns .submit-btns-inner button[type="submit"] {
  box-shadow: none;
  font-size: 15px;
  position: relative;
  width: 140px;
  text-align: left;
  top: 1px;
  border-radius: 0px;
}
.funshop.products .widget-product .box-white .button-qty-addToCart .submit-btns .submit-btns-inner button[type="submit"] i {
  position: absolute;
  top: -4px;
  right: 10px;
}
.funshop.products .widget-product .box-white .button-qty-addToCart .submit-btns .submit-btns-inner button[type="submit"]:hover {
  background-color: #e61837;
}
.funshop.products .widget-product .box-white .button-qty-addToCart .quantity {
  margin: 0px;
  color: #fed12f;
  font-size: 15px;
  text-shadow: none;
  text-transform: uppercase;
  padding: 2px 15px;
}
@media (max-width: 767px) {
  .funshop.products .widget-product .box-white .button-qty-addToCart .quantity {
    text-align: center;
    width: 50%;
    padding: 15px 0px;
  }
  .funshop.products .widget-product .box-white .button-qty-addToCart .quantity > span {
    display: none;
  }
}
.funshop.products .widget-product .box-white .button-qty-addToCart .quantity .quantity-holder {
  background: #fff;
}
.funshop.products .widget-product .box-white .button-qty-addToCart .quantity .quantity-holder input {
  height: 20px;
  color: #000;
  font-size: 16px;
  width: 30px;
}
@media (max-width: 767px) {
  .funshop.products .widget-product .box-white .button-qty-addToCart .quantity .quantity-holder input {
    height: 30px;
    width: 40px;
  }
}
.funshop.products .widget-product .box-white .button-qty-addToCart .quantity .quantity-holder .ui-spinner {
  height: 25px;
}
@media (max-width: 767px) {
  .funshop.products .widget-product .box-white .button-qty-addToCart .quantity .quantity-holder .ui-spinner {
    height: 36px;
  }
}
.funshop.products .widget-product .box-white .button-qty-addToCart .quantity .quantity-holder .ui-spinner .ui-spinner-button {
  height: 25px;
  line-height: 25px;
  width: 25px !important;
}
@media (max-width: 767px) {
  .funshop.products .widget-product .box-white .button-qty-addToCart .quantity .quantity-holder .ui-spinner .ui-spinner-button {
    height: 36px;
    width: 36px !important;
    line-height: 36px;
  }
}
.funshop.products .widget-product .box-white .button-qty-addToCart .quantity .quantity-holder .ui-spinner .ui-spinner-button span {
  color: #e61837;
}
.funshop.products .widget-product .box-white .button-qty-addToCart .quantity .quantity-holder .ui-spinner .ui-spinner-button.ui-spinner-up {
  background-color: #ffd200;
}
.funshop.products .widget-product .box-white .button-qty-addToCart .quantity .quantity-holder .ui-spinner .ui-spinner-button.ui-spinner-down {
  background-color: #ffd200;
}
.funshop.products .widget-product .box-white .images + form {
  float: right;
  width: 650px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funshop.products .widget-product .box-white .images + form {
    width: 420px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop.products .widget-product .box-white .images + form {
    width: 360px;
  }
}
@media (max-width: 767px) {
  .funshop.products .widget-product .box-white .images + form {
    margin-top: 20px;
    width: 100%;
  }
}
.funshop.products .widget-recommended {
  margin-top: 30px;
}
.funshop.products .widget-recommended .products .items .item .product {
  width: 280px;
}
@media (min-width: 980px) and (max-width: 1199px),(min-width: 768px) and (max-width: 979px) {
  .funshop.products .widget-recommended .products .items .item .product {
    width: 220px;
  }
}
.funshop.order .widget-cart .padded {
  border-bottom: 7px solid #e31e3c;
  margin: 10px 0px 0;
}
.funshop.order .widget-cart .padded > .btn,
.funshop.order .widget-cart .padded form > .btn {
  margin-bottom: -7px;
  margin-right: 32px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.funshop.order .widget-cart .box {
  margin-bottom: 32px;
}
.funshop.order .widget-cart .steps {
  border-bottom: 9px solid #e31e3c;
}
.funshop.order .widget-cart .steps:after {
  clear: both;
}
.funshop.order .widget-cart .steps:before,
.funshop.order .widget-cart .steps:after {
  display: table;
  content: "";
  line-height: 0;
}
.funshop.order .widget-cart .steps > a {
  background: #e31e3c;
  color: #fff;
  cursor: default;
  float: left;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  position: relative;
  text-transform: uppercase;
  padding: 15px;
  padding-bottom: 11px;
  top: 9px;
  border-right: 1px solid #b7172f;
  border-left: 1px solid #e94b63;
}
.funshop.order .widget-cart .steps > a:first-child {
  border-left: 0px;
  border-top-left-radius: 5px;
}
.funshop.order .widget-cart .steps > a:last-child {
  border-right: 0px;
  border-top-right-radius: 5px;
}
.funshop.order .widget-cart .steps > a > span.number {
  padding-right: 10px;
}
@media (max-width: 767px) {
  .funshop.order .widget-cart .steps > a > span.number {
    padding-right: 0px;
  }
}
.funshop.order .widget-cart .steps > a.active {
  color: #000;
  background-color: #fed12f;
}
@media (max-width: 767px) {
  .funshop.order .widget-cart .steps > a.active {
    width: auto;
  }
  .funshop.order .widget-cart .steps > a.active > span.number {
    padding-right: 10px;
  }
}
.funshop.order .widget-cart .steps > a.active:before {
  border-color: transparent transparent transparent #e31e3c;
}
.funshop.order .widget-cart .steps > a.active:after {
  border-color: transparent transparent transparent #fed12f;
}
.funshop.order .widget-cart .steps > a.active > span.number {
  color: #e31e3c;
}
.funshop.order .widget-cart .steps > a.active:after {
  background: #999;
}
.funshop.order .widget-cart .steps > a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .funshop.order .widget-cart .steps > a {
    font-size: 12px;
    width: 25px;
  }
  .funshop.order .widget-cart .steps > a > span {
    display: inline-block;
    line-height: 16px;
    vertical-align: middle;
  }
}
.funshop.order .widget-cart .steps.three > a {
  width: 33.333333333333%;
}
.funshop.order .widget-cart .box.yellow {
  background-color: #fed12f;
  border-bottom: 9px solid #e31e3c;
}
.funshop.order .widget-cart .table {
  padding: 10px 30px;
  color: #414040;
}
.funshop.order .widget-cart .table form {
  margin: 0;
}
@media (max-width: 767px) {
  .funshop.order .widget-cart .table .photo {
    display: none;
  }
}
.funshop.order .widget-cart .table .control-group {
  margin: 0;
}
.funshop.order .widget-cart .table .control-group [name="quantity"] {
  width: 50px;
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  .funshop.order .widget-cart .table .control-group [name="quantity"] {
    width: 40px;
  }
}
.funshop.order .widget-cart .table .control-group .btn {
  line-height: 30px;
  height: 30px;
  font-size: 30px;
  width: 30px;
  padding: 0;
}
.funshop.order .widget-cart .table .control-group .btn .icon-update {
  margin: 0;
  vertical-align: top;
}
.funshop.order .widget-cart .table a.name {
  color: #414040;
}
.funshop.order .widget-cart .table a.name:hover {
  color: #e31e3c;
  text-decoration: none;
}
@media (max-width: 767px) {
  .funshop.order .widget-cart .table a.name {
    margin-left: 0px;
  }
}
.funshop.order .widget-cart .table .remove {
  font-size: 15px;
  color: #fff;
  background-color: #bbbbbb;
  padding: 0px 5px;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (max-width: 767px) {
  .funshop.order .widget-cart .table .remove {
    top: -30px;
  }
}
.funshop.order .widget-cart .table .remove:hover {
  text-decoration: none;
  color: #414040;
}
.funshop.order .widget-cart .table .total-fm td div {
  border-bottom: 1px solid #fed12f;
}
.funshop.order .widget-cart .bubble-left.btn-large {
  padding: 11px 19px;
  margin-bottom: -7px;
  margin-left: 10px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop.order .widget-cart .bubble-left.btn-large {
    margin-left: 30px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funshop.order .widget-cart .bubble-left.btn-large {
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  .funshop.order .widget-cart .bubble-left.btn-large {
    margin-left: 30px;
  }
}
.funshop.order .widget-cart .btn-large.bubble {
  padding: 11px 19px;
  margin-bottom: -7px;
  margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop.order .widget-cart .btn-large.bubble {
    margin-right: 30px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funshop.order .widget-cart .btn-large.bubble {
    margin-right: 30px;
  }
}
@media (min-width: 1200px) {
  .funshop.order .widget-cart .btn-large.bubble {
    margin-right: 30px;
  }
}
.funshop.order .widget-cart .btn-large.bubble:after {
  display: inline-block;
  float: none;
  margin-top: -3px;
}
.funshop.order .widget-cart .btn-large.bubble:hover:after {
  margin-left: 5px;
}
.funshop.order .widget-cart form[name="login"] {
  line-height: 45px;
  padding: 10px;
}
.funshop.order .widget-cart form[name="login"] * {
  vertical-align: middle;
}
.funshop.order .widget-cart form[name="login"] h3 {
  text-transform: uppercase;
  color: #fed12f;
  font-weight: normal;
  font-size: 18px;
  margin: 0;
}
.funshop.order .widget-cart form[name="login"] .header {
  border: 0;
  border-right: 1px solid #b7172f;
  float: left;
}
.funshop.order .widget-cart form[name="login"] .header h3 {
  display: inline-block;
  line-height: 45px;
  padding-right: 20px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop.order .widget-cart form[name="login"] .header h3 {
    display: block;
    padding-left: 20px;
    margin-top: -10px;
  }
}
@media (max-width: 767px) {
  .funshop.order .widget-cart form[name="login"] .header h3 {
    padding-right: 10px;
  }
}
@media (max-width: 479px) {
  .funshop.order .widget-cart form[name="login"] .header h3 {
    display: block;
    padding-left: 10px;
    margin-top: -10px;
  }
}
.funshop.order .widget-cart form[name="login"] .header .icon {
  margin: 0 10px;
}
@media (max-width: 767px) {
  .funshop.order .widget-cart form[name="login"] .header .icon {
    margin-right: 0;
  }
}
@media (max-width: 479px) {
  .funshop.order .widget-cart form[name="login"] .header .icon {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px),(max-width: 479px) {
  .funshop.order .widget-cart form[name="login"] .header {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .funshop.order .widget-cart form[name="login"] .header {
    border-right: 0;
  }
}
@media (max-width: 479px) {
  .funshop.order .widget-cart form[name="login"] .header {
    width: 30%;
  }
}
.funshop.order .widget-cart form[name="login"] .inner {
  float: left;
  border-left: 1px solid #e94b63;
  border-right: 1px solid #e94b63;
}
@media (max-width: 767px) {
  .funshop.order .widget-cart form[name="login"] .inner {
    border: 0;
    border-bottom: 1px solid #b7172f;
    padding-bottom: 5px;
    float: none;
  }
}
@media (max-width: 479px) {
  .funshop.order .widget-cart form[name="login"] .inner {
    float: left;
    width: 60%;
    padding: 0 5%;
    border-bottom: 0;
  }
}
.funshop.order .widget-cart form[name="login"] .inner .control-group {
  margin-bottom: 0;
  margin-left: 20px;
  float: left;
}
.funshop.order .widget-cart form[name="login"] .inner .control-group input {
  margin-bottom: 0;
}
@media (min-width: 980px) and (max-width: 1199px),(min-width: 768px) and (max-width: 979px) {
  .funshop.order .widget-cart form[name="login"] .inner .control-group input {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .funshop.order .widget-cart form[name="login"] .inner .control-group input {
    width: 100%;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop.order .widget-cart form[name="login"] .inner .control-group {
    float: none;
  }
}
@media (max-width: 767px) {
  .funshop.order .widget-cart form[name="login"] .inner .control-group {
    width: 23%;
    margin-left: 5px;
  }
}
@media (max-width: 479px) {
  .funshop.order .widget-cart form[name="login"] .inner .control-group {
    margin-left: 0;
    width: 100%;
  }
}
.funshop.order .widget-cart form[name="login"] .inner .form {
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop.order .widget-cart form[name="login"] .inner .form {
    line-height: 40px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .funshop.order .widget-cart form[name="login"] .inner .form {
    display: block;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .funshop.order .widget-cart form[name="login"] .inner .form {
    line-height: 40px;
  }
}
.funshop.order .widget-cart form[name="login"] .inner .bubble {
  background-color: transparent;
  padding-left: 30px;
  float: none;
  display: inline-block;
  vertical-align: baseline;
  line-height: 23px;
  border-right: 1px solid #b7172f;
  margin-left: 10px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop.order .widget-cart form[name="login"] .inner .bubble {
    line-height: 58px;
  }
}
@media (max-width: 767px) {
  .funshop.order .widget-cart form[name="login"] .inner .bubble {
    padding-right: 10px;
    margin-left: 0;
    border-right: 0;
  }
}
@media (max-width: 479px) {
  .funshop.order .widget-cart form[name="login"] .inner .bubble {
    line-height: 20px;
  }
}
.funshop.order .widget-cart form[name="login"] .footer {
  line-height: 8px;
  text-align: center;
  padding-top: 4px;
}
@media (max-width: 767px) {
  .funshop.order .widget-cart form[name="login"] .footer {
    clear: left;
    border-top: 1px solid #e94b63;
    padding-top: 5px;
  }
}
@media (max-width: 479px) {
  .funshop.order .widget-cart form[name="login"] .footer {
    border-top: 1px solid #b7172f;
    padding-top: 0;
    height: 50px;
  }
}
.funshop.order .widget-cart form[name="login"] .footer h3 {
  line-height: 23px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop.order .widget-cart form[name="login"] .footer h3 {
    margin-top: 20px;
  }
}
@media (max-width: 479px) {
  .funshop.order .widget-cart form[name="login"] .footer h3 {
    border-top: 1px solid #e94b63;
    padding-top: 5px;
  }
}
.funshop.order .widget-cart form[name="login"] .footer a {
  color: #fff;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.funshop.order .widget-cart form[name="login"] .footer a:hover {
  text-decoration: none;
  color: #fed12f;
}
@media (max-width: 767px) {
  .funshop.order .widget-cart .total-fm .inner {
    padding-bottom: 0px;
  }
}
.funshop.order .step-2 {
  border-top: 4px solid #F2F0ED;
  padding-top: 10px;
  margin-top: 20px;
}
.funshop.order .step-2 h3 {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}
.funshop.order .step-2 .labels {
  margin: 20px 0 0;
  font-weight: bold;
}
.funshop.order .step-2 .slider-wrapper {
  position: relative;
  padding: 0 44px;
  margin: 10px 0 30px;
  height: 26px;
}
.funshop.order .step-2 .slider-wrapper [data-toggle="slider"] {
  background-image: url('https://static.partners.funmiles.net.mobilem-dev.pl/gfx/sprite.png');
  background-position: -416px -156px;
  display: inline-block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: -4px;
}
.funshop.order .step-2 .slider-wrapper [data-toggle="slider"]:hover {
  background-position: -416px -178px;
}
.funshop.order .step-2 .slider-wrapper [data-toggle="slider"][data-action="increase"] {
  right: 0;
}
.funshop.order .step-2 .slider-wrapper [data-toggle="slider"][data-action="decrease"] {
  left: 0;
}
.funshop.order .step-2 .slider-wrapper .overlay {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  line-height: 56px;
  bottom: 0;
  background: #fff;
  opacity: 0.85;
  filter: alpha(opacity=85);
  color: #e31e3c;
  text-align: center;
  text-shadow: 1px 1px rgba(0,0,0,0.2);
}
.funshop.order .step-2 .slider-wrapper .overlay > span {
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
}
.funshop.order .step-2 .slider-wrapper .ui-slider {
  position: relative;
  height: 14px;
  background: #dad9d9;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: inset 1px 0 2px rgba(0,0,0,0.15);
  -moz-box-shadow: inset 1px 0 2px rgba(0,0,0,0.15);
  box-shadow: inset 1px 0 2px rgba(0,0,0,0.15);
}
.funshop.order .step-2 .slider-wrapper .ui-slider .ui-slider-range {
  background: #e31e3c;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: inset 0 2px 2px rgba(115,16,18,0.8);
  -moz-box-shadow: inset 0 2px 2px rgba(115,16,18,0.8);
  box-shadow: inset 0 2px 2px rgba(115,16,18,0.8);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.funshop.order .step-2 .slider-wrapper .ui-slider .ui-slider-handle {
  -webkit-transition: background 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  transition: background 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  position: absolute;
  background: url('https://static.partners.funmiles.net.mobilem-dev.pl/gfx/sprite.png') -415px -116px;
  display: block;
  height: 22px;
  width: 35px;
  margin-left: 2.5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-left: -17.5px;
  margin-top: -4px;
}
.funshop.order .step-2 .slider-wrapper .ui-slider .ui-slider-handle:before {
  position: absolute;
  content: '';
  display: block;
  left: -2.5px;
  right: -2.5px;
  top: -9px;
  bottom: -9px;
}
.funshop.order .step-2 .slider-wrapper .user-miles {
  padding: 0 44px;
  position: relative;
}
.funshop.order .step-2 .slider-wrapper .user-miles .marker {
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  width: 6px;
  height: 40px;
  background: transparent;
  margin-left: 15px;
  border-top: 2px solid #e31e3c;
  border-bottom: 2px solid #e31e3c;
  margin-top: -28px;
}
.funshop.order .step-2 .slider-wrapper .user-miles .marker:after {
  content: '';
  display: block;
  width: 2px;
  position: absolute;
  left: 2px;
  bottom: 0;
  top: 0;
  background: #e31e3c;
}
.funshop.order .step-2 .slider-wrapper .user-miles .marker > span {
  position: absolute;
  bottom: -15px;
  left: 15px;
  white-space: nowrap;
  font-weight: bold;
}
.funshop.order .step-3 {
  margin: 32px 0;
}
@media (max-width: 767px) {
  .funshop.order .step-3 {
    margin-left: 0 !important;
  }
}
.funshop.order .step-3 > .span4-width {
  width: 48% !important;
  margin-left: 35px;
}
.funshop.order .step-3 > .span4 {
  border-top: 9px solid #e31e3c;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.4);
  box-shadow: 0 0 3px rgba(0,0,0,0.4);
  width: 49%;
}
@media (max-width: 767px) {
  .funshop.order .step-3 > .span4 + .span4 {
    margin-top: 20px;
  }
}
.funshop.order .step-3 > .span4 .inner {
  padding: 0 25px 25px;
}
.funshop.order .step-3 > .span4 .inner form {
  margin-bottom: 0;
}
.funshop.order .step-3 > .span4 .inner h3 {
  font-size: 14px;
  margin-top: 0;
  text-align: center;
}
.funshop.order .confirmation h2 {
  color: #e31e3c;
  font-size: 20px;
  font-weight: 900;
  margin-top: 0;
}
.funshop.order .confirmation .editor-content {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .funshop.order .widget-register.fade.in {
    top: 160px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funshop.order .widget-register.fade.in {
    top: 160px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop.order .widget-register.fade.in {
    top: 135px;
  }
}
@media (max-width: 767px) {
  .funshop.order .widget-register.fade.in {
    top: 51px;
  }
}
.funshop .errors li {
  list-style: none;
  color: #b94a48;
  font-size: 13px;
}
.funshop tr.show-red-border-bottom td {
  border-top: 1px solid #e31e3c;
}
.funshop .step-3,
.funshop .data-boxes {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 0px !important;
}
@media (max-width: 767px) {
  .funshop .step-3,
  .funshop .data-boxes {
    display: block;
  }
}
.funshop .step-3 .flex-l,
.funshop .step-3 .flex-r,
.funshop .data-boxes .flex-l,
.funshop .data-boxes .flex-r {
  flex: 1;
  background: #fff;
}
@media (max-width: 767px) {
  .funshop .step-3 .flex-l,
  .funshop .step-3 .flex-r,
  .funshop .data-boxes .flex-l,
  .funshop .data-boxes .flex-r {
    width: 100%;
  }
}
.funshop .step-3 .flex-l h3,
.funshop .step-3 .flex-r h3,
.funshop .data-boxes .flex-l h3,
.funshop .data-boxes .flex-r h3 {
  background: #fed12f;
  margin: 0px;
  padding: 10px 0px;
}
.funshop .step-3 .flex-l,
.funshop .data-boxes .flex-l {
  order: 1;
  margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop .step-3 .flex-l,
  .funshop .data-boxes .flex-l {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .funshop .step-3 .flex-l,
  .funshop .data-boxes .flex-l {
    margin-right: 0px;
  }
}
.funshop .step-3 .flex-r,
.funshop .data-boxes .flex-r {
  order: 2;
  margin-left: 10px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop .step-3 .flex-r,
  .funshop .data-boxes .flex-r {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .funshop .step-3 .flex-r,
  .funshop .data-boxes .flex-r {
    margin-left: 0px;
  }
}
.funshop .step-3 .box-white,
.funshop .data-boxes .box-white {
  background-image: none;
}
.funshop .step-3 .inner h3,
.funshop .data-boxes .inner h3 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  line-height: 20px;
}
.funshop .step-3 .inner .bg,
.funshop .data-boxes .inner .bg {
  padding: 20px 10px;
}
.funshop .color-black {
  color: #000;
}
.funshop section.boxes {
  padding: 10px 30px;
}
@media (max-width: 767px) {
  .funshop section.boxes {
    padding: 10px;
  }
}
.funshop.default .widget-homepage .carousel-teaser {
  padding-bottom: 19px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funshop.default .widget-homepage .carousel-teaser {
    height: 289px;
  }
}
@media (max-width: 767px) {
  .funshop.default .widget-homepage .carousel-teaser {
    padding-bottom: 0;
  }
}
.funshop.default .widget-homepage .carousel-teaser > .inner {
  padding-top: 19px;
  margin-top: -19px;
}
@media (max-width: 767px) {
  .funshop.default .widget-homepage .carousel-teaser > .inner {
    margin-top: 0;
    position: relative;
    top: -19px;
    margin-bottom: -19px;
    min-height: 165px;
  }
}
@media (max-width: 767px) and (max-width: 479px) {
  .funshop.default .widget-homepage .carousel-teaser > .inner {
    min-height: 113px;
  }
}
.funshop.default .widget-homepage .carousel-teaser .item.product {
  position: relative;
  overflow: hidden;
}
.funshop.default .widget-homepage .carousel-teaser .item.product > .inner {
  *zoom: 1;
  overflow: hidden;
}
.funshop.default .widget-homepage .carousel-teaser .item.product > .inner:before,
.funshop.default .widget-homepage .carousel-teaser .item.product > .inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.funshop.default .widget-homepage .carousel-teaser .item.product > .inner:after {
  clear: both;
}
.funshop.default .widget-homepage .carousel-teaser .item.product.sale {
  overflow: visible;
}
.funshop.default .widget-homepage .carousel-teaser .item.product.sale:after {
  background: url('https://static.partners.funmiles.net.mobilem-dev.pl/gfx/sprite.png') -5px -515px;
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: -19px;
  width: 145px;
  height: 133px;
}
@media (min-width: 768px) and (max-width: 979px),(max-width: 767px) {
  .funshop.default .widget-homepage .carousel-teaser .item.product.sale:after {
    width: 72.5px;
    height: 66.5px;
    -webkit-background-size: 797px;
    -moz-background-size: 797px;
    -o-background-size: 797px;
    background-size: 797px;
    background-position: -2.5px -257.5px;
    top: -9.5px;
  }
}
@media (max-width: 479px) {
  .funshop.default .widget-homepage .carousel-teaser .item.product img {
    min-height: 160px;
    max-height: 174px;
    width: auto !important;
    max-width: 140%;
    float: right;
  }
}
.funshop.default .widget-homepage .carousel-teaser .item.product .price {
  line-height: 90px;
  font-size: 33px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: 20px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funshop.default .widget-homepage .carousel-teaser .item.product .price {
    line-height: 75px;
    top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop.default .widget-homepage .carousel-teaser .item.product .price {
    line-height: 60px;
    top: 10px;
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .funshop.default .widget-homepage .carousel-teaser .item.product .price {
    line-height: 45px;
    top: 10px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .funshop.default .widget-homepage .carousel-teaser .item.product .price {
    line-height: 40px;
    top: 15px;
    font-size: 20px;
  }
}
.funshop.default .widget-homepage .carousel-teaser .item.product .price > span {
  border: 1px solid #a96b00;
  display: inline-block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  height: 90px;
  width: 90px;
  line-height: 90px;
  text-align: center;
  margin: 7px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funshop.default .widget-homepage .carousel-teaser .item.product .price > span {
    width: 75px;
    height: 75px;
    line-height: 75px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop.default .widget-homepage .carousel-teaser .item.product .price > span {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .funshop.default .widget-homepage .carousel-teaser .item.product .price > span {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 4px;
  }
}
@media (max-width: 479px) {
  .funshop.default .widget-homepage .carousel-teaser .item.product .price > span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 4px;
  }
}
.funshop.default .widget-homepage .carousel-teaser .item.product .price > span > span {
  color: #fff;
  display: inline-block;
  font-size: 23px;
  line-height: 25px;
  vertical-align: middle;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funshop.default .widget-homepage .carousel-teaser .item.product .price > span > span {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop.default .widget-homepage .carousel-teaser .item.product .price > span > span {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .funshop.default .widget-homepage .carousel-teaser .item.product .price > span > span {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 767px) {
  .funshop.default .widget-homepage .carousel-teaser .item.product .price > span > span {
    font-size: 10px;
    line-height: 12px;
  }
}
.funshop.default .widget-homepage .carousel-teaser .item.product .price > span.money {
  -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.5), 0 0 4px 1px #ffde00 inset;
  -moz-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.5), 0 0 4px 1px #ffde00 inset;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.5), 0 0 4px 1px #ffde00 inset;
  background-color: #ffc800;
  background-image: -moz-linear-gradient(top,#ffde00,#ffa700);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffde00),to(#ffa700));
  background-image: -webkit-linear-gradient(top,#ffde00,#ffa700);
  background-image: -o-linear-gradient(top,#ffde00,#ffa700);
  background-image: linear-gradient(to bottom,#ffde00,#ffa700);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffde00', endColorstr='#ffffa700', GradientType=0);
}
@media (max-width: 767px) {
  .funshop.default .widget-homepage .carousel-teaser .item.product .price > span.money {
    -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5), 0 0 2px 1px #ffde00 inset;
    -moz-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5), 0 0 2px 1px #ffde00 inset;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5), 0 0 2px 1px #ffde00 inset;
  }
}
.funshop.default .widget-homepage .carousel-teaser .item.product .price > span.miles {
  -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.5), 0 0 2px -1px #ffde00 inset;
  -moz-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.5), 0 0 2px -1px #ffde00 inset;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.5), 0 0 2px -1px #ffde00 inset;
  background-color: #ec1f3d;
  background-image: -moz-linear-gradient(top,#f2274f,#e41223);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2274f),to(#e41223));
  background-image: -webkit-linear-gradient(top,#f2274f,#e41223);
  background-image: -o-linear-gradient(top,#f2274f,#e41223);
  background-image: linear-gradient(to bottom,#f2274f,#e41223);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2274f', endColorstr='#ffe41223', GradientType=0);
}
@media (max-width: 767px) {
  .funshop.default .widget-homepage .carousel-teaser .item.product .price > span.miles {
    -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5), 0 0 2px -1px #ffde00 inset;
    -moz-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5), 0 0 2px -1px #ffde00 inset;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5), 0 0 2px -1px #ffde00 inset;
  }
}
.funshop.default .widget-homepage .carousel-teaser .item.product .name {
  font-size: 31px;
  font-weight: 900;
  color: #fed12f;
  text-align: right;
  top: 160px;
  right: 15px;
  position: absolute;
  line-height: 35px;
  height: 70px;
  overflow: hidden;
  max-width: 400px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funshop.default .widget-homepage .carousel-teaser .item.product .name {
    top: 110px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop.default .widget-homepage .carousel-teaser .item.product .name {
    top: 90px;
    font-size: 22px;
    line-height: 24px;
    height: 48px;
    max-width: 58%;
  }
}
@media (max-width: 767px) {
  .funshop.default .widget-homepage .carousel-teaser .item.product .name {
    top: auto;
    bottom: 25%;
    font-size: 19px;
    line-height: 25px;
    height: 50px;
    max-width: 50%;
  }
}
@media (max-width: 479px) {
  .funshop.default .widget-homepage .carousel-teaser .item.product .name {
    top: 75px;
    font-size: 14px;
    line-height: 18px;
    height: 36px;
  }
}
.funshop.default .widget-homepage .carousel-teaser .item.product .promo-quantity {
  color: #e31e3c;
  font-size: 32px;
  left: 15px;
  position: absolute;
  top: 180px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funshop.default .widget-homepage .carousel-teaser .item.product .promo-quantity {
    top: 140px;
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop.default .widget-homepage .carousel-teaser .item.product .promo-quantity {
    top: 92px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .funshop.default .widget-homepage .carousel-teaser .item.product .promo-quantity {
    top: auto;
    bottom: 50%;
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .funshop.default .widget-homepage .carousel-teaser .item.product .promo-quantity {
    top: 80px;
    bottom: auto;
    font-size: 13px;
  }
}
.funshop.default .widget-homepage .carousel-teaser .item.product .promo-time {
  left: 15px;
  position: absolute;
  top: 220px;
}
.funshop.default .widget-homepage .carousel-teaser .item.product .promo-time .counter-small,
.funshop.default .widget-homepage .carousel-teaser .item.product .promo-time .counter-mini {
  display: none;
}
@media (min-width: 768px) and (max-width: 979px),(max-width: 767px) {
  .funshop.default .widget-homepage .carousel-teaser .item.product .promo-time .counter-big {
    display: none;
  }
  .funshop.default .widget-homepage .carousel-teaser .item.product .promo-time .counter-small {
    display: block;
  }
}
@media (max-width: 479px) {
  .funshop.default .widget-homepage .carousel-teaser .item.product .promo-time .counter-small {
    display: none;
  }
  .funshop.default .widget-homepage .carousel-teaser .item.product .promo-time .counter-mini {
    display: block;
  }
}
.funshop.default .widget-homepage .carousel-teaser .item.product .promo-time .digits {
  background: rgba(0,0,0,0.5);
  border-top-color: #1a1a1a;
  border-bottom-color: #808080;
  border-left-color: #4d4d4d;
  border-right-color: #4d4d4d;
}
.funshop.default .widget-homepage .carousel-teaser .item.product .promo-time .digits-wrapper > p {
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funshop.default .widget-homepage .carousel-teaser .item.product .promo-time {
    top: 180px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop.default .widget-homepage .carousel-teaser .item.product .promo-time {
    top: 120px;
  }
}
@media (max-width: 767px) {
  .funshop.default .widget-homepage .carousel-teaser .item.product .promo-time {
    bottom: 50%;
    top: auto;
    margin-bottom: -95px;
  }
}
@media (max-width: 479px) {
  .funshop.default .widget-homepage .carousel-teaser .item.product .promo-time {
    bottom: auto;
    top: 100px;
  }
}
.funshop.default .widget-homepage .carousel-teaser .item.product .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fed12f;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #e31e3c;
  text-shadow: none;
  border: 0;
  height: 32px;
  line-height: 32px;
  position: absolute;
  right: 15px;
  bottom: 40px;
}
.funshop.default .widget-homepage .carousel-teaser .item.product .btn:hover {
  background: #f9c301;
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop.default .widget-homepage .carousel-teaser .item.product .btn {
    height: 28px;
    line-height: 28px;
    bottom: 30px;
    padding: 0 12px;
  }
}
@media (max-width: 767px) {
  .funshop.default .widget-homepage .carousel-teaser .item.product .btn {
    height: 25px;
    line-height: 25px;
    bottom: 25%;
    margin-bottom: -30px;
  }
}
@media (max-width: 479px) {
  .funshop.default .widget-homepage .carousel-teaser .item.product .btn {
    top: 120px;
  }
}
.funshop.default .widget-homepage .carousel-teaser .item.product .name,
.funshop.default .widget-homepage .carousel-teaser .item.product .price,
.funshop.default .widget-homepage .carousel-teaser .item.product .btn,
.funshop.default .widget-homepage .carousel-teaser .item.product.sale:after,
.funshop.default .widget-homepage .carousel-teaser .item.product .promo-quantity,
.funshop.default .widget-homepage .carousel-teaser .item.product .promo-time {
  -webkit-transition: -webkit-transform 1s 0.5s;
  -moz-transition: -webkit-transform 1s 0.5s;
  -o-transition: -webkit-transform 1s 0.5s;
  transition: -webkit-transform 1s 0.5s;
  -webkit-transition: transform 1s 0.5s;
  -moz-transition: transform 1s 0.5s;
  -o-transition: transform 1s 0.5s;
  transition: transform 1s 0.5s;
  -webkit-backface-visibility: hidden;
}
.funshop.default .widget-homepage .carousel-teaser .item.product .price {
  -webkit-transform: translate(500px,0);
  -moz-transform: translate(500px,0);
  -ms-transform: translate(500px,0);
  -o-transform: translate(500px,0);
  transform: translate(500px,0);
}
.funshop.default .widget-homepage .carousel-teaser .item.product .name {
  -webkit-transform: translate(500px,0);
  -moz-transform: translate(500px,0);
  -ms-transform: translate(500px,0);
  -o-transform: translate(500px,0);
  transform: translate(500px,0);
}
.funshop.default .widget-homepage .carousel-teaser .item.product .btn {
  -webkit-transform: translate(0,200px);
  -moz-transform: translate(0,200px);
  -ms-transform: translate(0,200px);
  -o-transform: translate(0,200px);
  transform: translate(0,200px);
}
.funshop.default .widget-homepage .carousel-teaser .item.product.sale:after {
  -webkit-transform: translate(0,-500px);
  -moz-transform: translate(0,-500px);
  -ms-transform: translate(0,-500px);
  -o-transform: translate(0,-500px);
  transform: translate(0,-500px);
}
.funshop.default .widget-homepage .carousel-teaser .item.product .promo-quantity,
.funshop.default .widget-homepage .carousel-teaser .item.product .promo-time {
  -webkit-transform: translate(0,500px);
  -moz-transform: translate(0,500px);
  -ms-transform: translate(0,500px);
  -o-transform: translate(0,500px);
  transform: translate(0,500px);
}
.funshop.default .widget-homepage .carousel-teaser .item.product.active .name,
.funshop.default .widget-homepage .carousel-teaser .item.product.active .price,
.funshop.default .widget-homepage .carousel-teaser .item.product.active .btn,
.funshop.default .widget-homepage .carousel-teaser .item.product.active.sale:after,
.funshop.default .widget-homepage .carousel-teaser .item.product.active .promo-quantity,
.funshop.default .widget-homepage .carousel-teaser .item.product.active .promo-time {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.funshop.default .widget-homepage .carousel-teaser .item.product.active .price > span {
  -moz-animation: spin 1.5s linear 1 reverse;
  -o-animation: spin 1.5s linear 1 reverse;
  -webkit-animation: spin 1.5s linear 1;
  animation: spin 1.5s linear 1 reverse;
}
.funshop.default .widget-homepage .carousel-teaser .item.product .roll {
  -moz-animation: spin 1.5s linear 1 reverse;
  -o-animation: spin 1.5s linear 1 reverse;
  -webkit-animation: spin 1.5s linear 1;
  animation: spin 1.5s linear 1 reverse;
}
.funshop.default .widget-homepage .carousel-teaser .loader {
  margin-top: 19px;
  height: auto;
  bottom: -9px;
}
.funshop.default .widget-categories {
  margin: 25px 0;
}
.funshop.default .widget-categories h2 {
  color: #e31e3c;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #fed12f;
}
.funshop.default .widget-categories .carousel {
  height: 110px;
}
.funshop.default .widget-categories .carousel .loader {
  line-height: 110px;
}
.funshop.default .widget-categories .carousel .item {
  width: 140px;
}
.funshop.default .widget-categories .carousel .item a {
  display: block;
  text-align: center;
  color: #414040;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.funshop.default .widget-categories .carousel .item a:hover {
  color: #e31e3c;
  text-decoration: none;
}
.funshop .counter {
  text-align: center;
  margin-bottom: 5px;
  visibility: hidden;
}
.funshop .counter .digits-wrapper {
  display: inline-block;
}
.funshop .counter .digits-wrapper + .digits-wrapper {
  margin-left: 5px;
}
.funshop .counter .digits-wrapper p {
  color: #000;
  font-size: 10px;
  font-weight: ;
  text-transform: uppercase;
  margin: 0;
}
.funshop .counter .digits {
  background: #f9f9f9;
  border: 1px solid #d2d2d2;
  border-top-color: #707070;
  border-bottom-color: #e9e9e9;
  padding: 3px 2px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.3) inset;
  -moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.3) inset;
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.3) inset;
  *zoom: 1;
}
.funshop .counter .digits:before,
.funshop .counter .digits:after {
  display: table;
  content: "";
  line-height: 0;
}
.funshop .counter .digits:after {
  clear: both;
}
.funshop .counter .digit {
  float: left;
  background: url('../gfx/counter.png');
  height: 71px;
  width: 51px;
}
.funshop .counter .digit.digit-9 {
  background-position: 0 -639px;
}
.funshop .counter .digit.digit-8 {
  background-position: 0 -568px;
}
.funshop .counter .digit.digit-7 {
  background-position: 0 -497px;
}
.funshop .counter .digit.digit-6 {
  background-position: 0 -426px;
}
.funshop .counter .digit.digit-5 {
  background-position: 0 -355px;
}
.funshop .counter .digit.digit-4 {
  background-position: 0 -284px;
}
.funshop .counter .digit.digit-3 {
  background-position: 0 -213px;
}
.funshop .counter .digit.digit-2 {
  background-position: 0 -142px;
}
.funshop .counter .digit.digit-1 {
  background-position: 0 -71px;
}
.funshop .counter.counter-small .digit {
  background: url('../gfx/counter-small.png');
  height: 55px;
  width: 39px;
}
.funshop .counter.counter-small .digit.digit-9 {
  background-position: 0 -495px;
}
.funshop .counter.counter-small .digit.digit-8 {
  background-position: 0 -440px;
}
.funshop .counter.counter-small .digit.digit-7 {
  background-position: 0 -385px;
}
.funshop .counter.counter-small .digit.digit-6 {
  background-position: 0 -330px;
}
.funshop .counter.counter-small .digit.digit-5 {
  background-position: 0 -275px;
}
.funshop .counter.counter-small .digit.digit-4 {
  background-position: 0 -220px;
}
.funshop .counter.counter-small .digit.digit-3 {
  background-position: 0 -165px;
}
.funshop .counter.counter-small .digit.digit-2 {
  background-position: 0 -110px;
}
.funshop .counter.counter-small .digit.digit-1 {
  background-position: 0 -55px;
}
.funshop .counter.counter-mini .digit {
  background: url('../gfx/counter-mini.png');
  height: 27px;
  width: 19px;
}
.funshop .counter.counter-mini .digit.digit-9 {
  background-position: 0 -243px;
}
.funshop .counter.counter-mini .digit.digit-8 {
  background-position: 0 -216px;
}
.funshop .counter.counter-mini .digit.digit-7 {
  background-position: 0 -189px;
}
.funshop .counter.counter-mini .digit.digit-6 {
  background-position: 0 -162px;
}
.funshop .counter.counter-mini .digit.digit-5 {
  background-position: 0 -135px;
}
.funshop .counter.counter-mini .digit.digit-4 {
  background-position: 0 -108px;
}
.funshop .counter.counter-mini .digit.digit-3 {
  background-position: 0 -81px;
}
.funshop .counter.counter-mini .digit.digit-2 {
  background-position: 0 -54px;
}
.funshop .counter.counter-mini .digit.digit-1 {
  background-position: 0 -27px;
}
.funshop.account .widget-orders .table .expanded .actions {
  vertical-align: top;
}
.funshop.account .widget-orders .table a.bubble:before {
  margin-left: 0px;
}
.funshop.account .widget-orders .table a.bubble:hover:before {
  margin-left: 5px;
}
.funshop.account .widget-orders .table .expanded .expander {
  margin-top: -10px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.funshop.account .widget-orders .table .expanded .expander:before {
  background-position: -208px -35px;
}
.funshop.account .widget-orders .table .expanded .expander:hover:before {
  margin-right: 5px;
  margin-top: -6px;
}
.funshop.account .widget-orders .table .expanded > td,
.funshop.account .widget-orders .table .expanded-data > td {
  background: #ece9e4;
}
.funshop.account .widget-orders .table .expanded > td {
  border-top: 2px solid #e31e3c;
}
.funshop.account .widget-orders .table .expanded:first-child > td {
  border-top: 0;
}
.funshop.account .widget-orders .table .expanded-data > td {
  padding: 10px 20px 20px;
  border-bottom: 2px solid #e31e3c;
}
@media (min-width: 768px) and (max-width: 979px),(max-width: 767px) {
  .funshop.account .widget-orders .table .expanded-data > td {
    padding: 0 10px 10px;
  }
}
.funshop.account .widget-orders .table .expanded-data + .expanded > td {
  border-top: 0;
}
.funshop.account .widget-orders .table .expanded-data .details-box {
  background: #fff;
  box-shadow: 0 0 3px rgba(0,0,0,0.4);
  padding: 10px;
  float: right;
  border: 1px solid red;
  margin-top: 10px;
}
.funshop.account .widget-orders .table .expanded-data .details-box .header {
  color: #e31e3c;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.funshop.account .widget-orders .table .expanded-data .items {
  width: 680px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funshop.account .widget-orders .table .expanded-data .items {
    width: 565px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop.account .widget-orders .table .expanded-data .items {
    width: 457px;
  }
}
@media (max-width: 767px) {
  .funshop.account .widget-orders .table .expanded-data .items {
    float: none;
    width: auto;
  }
}
.funshop.account .widget-orders .table .expanded-data .items table {
  margin-bottom: 0;
}
.funshop.account .widget-orders .table .expanded-data .total {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 3px solid #f2f0ed;
}
.funshop.account .widget-orders .table .expanded-data .total strong,
.funshop.account .widget-orders .table .expanded-data .total b {
  width: 45%;
  float: left;
}
.funshop.account .widget-orders .table .expanded-data .total strong {
  text-align: right;
  margin-right: 10%;
}
.funshop.account .widget-orders .table .expanded-data .billing-data {
  width: 390px;
  margin-left: 20px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .funshop.account .widget-orders .table .expanded-data .billing-data {
    width: 275px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .funshop.account .widget-orders .table .expanded-data .billing-data {
    width: 197px;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .funshop.account .widget-orders .table .expanded-data .billing-data {
    margin-top: 10px;
    margin-left: 0;
    float: none;
    width: auto;
  }
}
.funshop.account .widget-orders .table .expanded-data .billing-data dl {
  margin-bottom: 0;
}
.funshop section.breadcrumbs2 {
  padding: 0px 0px;
  padding-bottom: 30px;
  margin-top: 45px;
}
@media (max-width: 767px) {
  .funshop section.breadcrumbs2 {
    margin-top: 0px;
  }
}
.funshop section.breadcrumbs2 ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.funshop section.breadcrumbs2 ul li {
  float: left;
  font-size: 16px;
  padding: 0px;
  padding-left: 5px;
}
.funshop section.breadcrumbs2 ul li a {
  color: #e31e3c;
  text-transform: uppercase;
  cursor: pointer;
}
.funshop section.breadcrumbs2 ul li span {
  color: #e31e3c;
  padding: 0px 5px;
}
.funshop section.breadcrumbs2 ul li:first-of-type a {
  color: #000;
}
.funshop section.breadcrumbs2 ul li:first-of-type span {
  color: #000;
}
.funshop section.breadcrumbs2 ul li:not(:last-child):after {
  content: "/";
}
div.selector,
div.selector span,
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action,
div.button,
div.button span {
  background-image: url("../gfx/sprite.png");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}
.selector,
.radio,
.checker,
.uploader,
.button,
.selector *,
.radio *,
.checker *,
.uploader *,
.button * {
  margin: 0;
  padding: 0;
}
input.text,
input.email,
input.password,
textarea.uniform {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 3px;
  color: #777;
  background: url('bg-input-focus.png') repeat-x 0px 0px;
  background: url('bg-input.png') repeat-x 0px 0px;
  border-top: solid 1px #aaa;
  border-left: solid 1px #aaa;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: 0;
}
input.text:focus,
input.email:focus,
input.password:focus,
textarea.uniform:focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  border-color: #999;
  background: url('bg-input-focus.png') repeat-x 0px 0px;
}
div.selector {
  background: #fff;
  border: 1px solid #BDBFC3;
  line-height: 26px;
  height: 26px;
  padding-left: 6px;
  -webkit-transition: border 0.15s ease-in-out 0s;
  -moz-transition: border 0.15s ease-in-out 0s;
  -o-transition: border 0.15s ease-in-out 0s;
  transition: border 0.15s ease-in-out 0s;
}
div.selector.input-block-level {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.selector span {
  background-position: right 0px;
  background-color: #fff;
  padding-right: 30px;
  height: 28px;
  line-height: 28px;
}
div.selector select {
  top: 0px;
  left: 0px;
}
div.selector:active,
div.selector.active {
  background-position: -483px -156px;
}
div.selector:active span,
div.selector.active span {
  background-position: right -26px;
}
div.selector.focus,
div.selector.hover,
div.selector:hover {
  background-position: -483px -182px;
}
div.selector.focus span,
div.selector.hover span,
div.selector:hover span {
  background-position: right -52px;
}
div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
  background-position: -483px -208px;
}
div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
  background-position: right -78px;
}
div.selector.disabled {
  background-position: -483px -234px;
}
div.selector.disabled span {
  background-position: right -104px;
}
div.checker {
  width: 19px;
  height: 19px;
}
div.checker input {
  width: 19px;
  height: 19px;
}
div.checker span {
  background-position: 0px -461px;
  height: 19px;
  width: 19px;
}
div.checker:active span,
div.checker.active span {
  background-position: -19px -461px;
}
div.checker.focus span,
div.checker:hover span {
  background-position: -38px -461px;
}
div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
  background-position: -57px -461px;
}
div.checker span.checked {
  background-position: -76px -461px;
}
div.checker:active span.checked,
div.checker.active span.checked {
  background-position: -95px -461px;
}
div.checker.focus span.checked,
div.checker:hover span.checked {
  background-position: -114px -461px;
}
div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
  background-position: -133px -461px;
}
div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
  background-position: -152px -461px;
}
div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
  background-position: -171px -461px;
}
div.radio {
  width: 18px;
  height: 18px;
}
div.radio input {
  width: 18px;
  height: 18px;
}
div.radio span {
  height: 18px;
  width: 18px;
  background-position: 0px -480px;
}
div.radio:active span,
div.radio.active span {
  background-position: -18px -480px;
}
div.radio.focus span,
div.radio:hover span {
  background-position: -36px -480px;
}
div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
  background-position: -54px -480px;
}
div.radio span.checked {
  background-position: -72px -480px;
}
div.radio:active span.checked,
div.radio.active span.checked {
  background-position: -90px -480px;
}
div.radio.focus span.checked,
div.radio:hover span.checked {
  background-position: -108px -480px;
}
div.radio.focus:active span.checked,
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
  background-position: -126px -480px;
}
div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {
  background-position: -144px -480px;
}
div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {
  background-position: -162px -480px;
}
div.uploader {
  background-position: 0px -297px;
  height: 28px;
}
div.uploader span.action {
  background-position: right -409px;
  height: 24px;
  line-height: 24px;
}
div.uploader span.filename {
  height: 24px;
  margin: 2px 0px 2px 2px;
  line-height: 24px;
}
div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
  background-position: 0px -353px;
}
div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
  background-position: right -437px;
}
div.uploader.active span.action,
div.uploader:active span.action {
  background-position: right -465px;
}
div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
  background-position: right -493px;
}
div.uploader.disabled {
  background-position: 0px -325px;
}
div.uploader.disabled span.action {
  background-position: right -381px;
}
div.button {
  background-position: 0px -523px;
}
div.button span {
  background-position: right -643px;
}
div.button.focus,
div.button:focus,
div.button:hover,
div.button.hover {
  background-position: 0px -553px;
}
div.button.focus span,
div.button:focus span,
div.button:hover span,
div.button.hover span {
  background-position: right -673px;
}
div.button.active,
div.button:active {
  background-position: 0px -583px;
}
div.button.active span,
div.button:active span {
  background-position: right -703px;
  color: #555;
}
div.button.disabled,
div.button:disabled {
  background-position: 0px -613px;
}
div.button.disabled span,
div.button:disabled span {
  background-position: right -733px;
  color: #bbb;
  cursor: default;
}
div.button {
  height: 30px;
}
div.button span {
  margin-left: 13px;
  height: 22px;
  padding-top: 8px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 2px;
  padding-right: 15px;
}
div.selector {
  width: 190px;
  font-size: 12px;
}
div.selector select {
  min-width: 190px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  border: solid 1px #fff;
}
div.selector span {
  padding: 0px 25px 0px 2px;
  cursor: pointer;
}
div.selector span {
  color: #666;
  text-shadow: 0 1px 0 #fff;
}
div.selector.disabled span {
  color: #bbb;
}
div.checker {
  margin-top: -2px;
}
div.radio {
  margin-top: -2px;
}
div.uploader {
  width: 190px;
  cursor: pointer;
}
div.uploader span.action {
  width: 85px;
  text-align: center;
  text-shadow: #fff 0px 1px 0px;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold;
}
div.uploader span.filename {
  color: #777;
  width: 82px;
  border-right: solid 1px #bbb;
  font-size: 11px;
}
div.uploader input {
  width: 190px;
}
div.uploader.disabled span.action {
  color: #aaa;
}
div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa;
}
.selector,
.checker,
.button,
.radio,
.uploader {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}
.selector select:focus,
.radio input:focus,
.checker input:focus,
.uploader input:focus {
  outline: 0;
}
div.button a,
div.button button,
div.button input {
  position: absolute;
}
div.button {
  cursor: pointer;
  position: relative;
}
div.button span {
  display: -moz-inline-box;
  display: inline-block;
  line-height: 1;
  text-align: center;
}
div.selector {
  background: #E9E9E9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: rgba(0,0,0,0.075) 0px 1px 1px 0px inset;
  -moz-box-shadow: rgba(0,0,0,0.075) 0px 1px 1px 0px inset;
  box-shadow: rgba(0,0,0,0.075) 0px 1px 1px 0px inset;
  border-width: 1px 0 0 0;
  border-color: #BFBFBF;
  position: relative;
  overflow: hidden;
}
div.selector span {
  background-color: transparent;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #717171;
  font-size: 14px;
}
div.selector select {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 25px;
  borders: none;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
div.selector select option {
  padding: 6px;
  font-size: 14px;
}
div.checker {
  position: relative;
}
div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}
div.checker input {
  opacity: 0;
  filter: alpha(opacity=0);
  display: inline-block;
  background: none;
}
div.radio {
  position: relative;
}
div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}
div.radio input {
  opacity: 0;
  filter: alpha(opacity=0);
  text-align: center;
  display: inline-block;
  background: none;
}
div.uploader {
  position: relative;
  overflow: hidden;
  cursor: default;
}
div.uploader span.action {
  float: left;
  display: inline;
  padding: 2px 0px;
  overflow: hidden;
  cursor: pointer;
}
div.uploader span.filename {
  padding: 0px 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}
div.uploader input {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 25px;
  border: none;
  cursor: default;
}
body:after {
  content: url(../gfx/lightbox/close.png) url(../gfx/lightbox/loading.gif) url(../gfx/lightbox/prev.png) url(../gfx/lightbox/next.png);
  display: none;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: none;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  background-color: #e31e3c;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-container {
  padding: 4px;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: inline-block;
  background: url('https://static.partners.funmiles.net.mobilem-dev.pl/gfx/sprite.png');
  background-position: -174px -399px;
  width: 28px;
  height: 28px;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
}
.lb-prev,
.lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  display: block;
  position: relative;
}
.lb-prev:after,
.lb-next:after {
  content: '';
  height: 75px;
  width: 40px;
  background-image: url('https://static.partners.funmiles.net.mobilem-dev.pl/gfx/sprite.png');
  background-position: 0 -373.5px;
  cursor: pointer;
  left: 20px;
  position: absolute;
  top: 50%;
  margin-top: -37.5px;
}
.lb-prev {
  left: 0;
  float: left;
}
.lb-prev:hover:after {
  background-position: -80px -373.5px;
}
.lb-next {
  right: 0;
  float: right;
}
.lb-next:after {
  left: auto;
  right: 20px;
  background-position: -40px -373.5px;
}
.lb-next:hover:after {
  background-position: -120px -373.5px;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../gfx/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.no-touch .widget-carousel-people .carousel .item a:hover p {
  padding-top: 0;
}
.no-touch .widget-carousel-people .carousel .item a:hover img {
  margin-top: 5px;
}
.touch body .map-container .overlay {
  display: block !important;
}
.touch body .map-container .overlay + .actions {
  display: none;
}
.touch body .fullscreen .overlay {
  display: none;
}
.touch body .fullscreen .overlay + .actions {
  display: block;
}
.touch body.funshop.products .widget-product .box-white .images + form .quantity .quantity-holder .ui-spinner-button {
  width: 36px;
}
.touch body.funshop.products .widget-product .box-white .images + form .quantity .quantity-holder input {
  margin: 3px 0;
}
.touch body.funshop.products .widget-product .box-white .images .main-image .zoom {
  opacity: 1;
  filter: alpha(opacity=100);
  background: transparent;
}
.touch body.funshop.products .widget-product .box-white .images .main-image .zoom .icon-search:after {
  color: #FFFFFF;
  content: "Tap to zoom";
  display: block;
  left: -100px;
  margin-top: 15px;
  position: absolute;
  right: -100px;
  text-align: center;
  top: 50%;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .touch body.funshop.products .widget-product .box-white .images .main-image .zoom {
    background: none;
  }
  .touch body.funshop.products .widget-product .box-white .images .main-image .zoom .icon-search {
    display: none;
  }
}
.no-touch body.funshop.products .widget-product .box-white .images .main-image:hover {
  cursor: pointer;
}
.no-touch body.funshop.products .widget-product .box-white .images .main-image:hover .zoom {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.text-yellow {
  color: #fed12f !important;
}
.text-red {
  color: #e31e3c !important;
}
.text-black {
  color: #414040 !important;
}
.text-white {
  color: #fff !importnat;
  padding-left: 35px;
}
.to-center {
  text-align: center;
}
.to-right {
  text-align: right !important;
}
.no-overflow {
  overflow: hidden;
}
.taxIncluded {
  font-size: 15px;
}
.text-underline {
  text-decoration: underline;
}
.show-large {
  display: none;
}
.show-desktop {
  display: inherit;
}
.show-tablet {
  display: none !important;
}
.show-smartphone {
  display: none;
}
.show-mobile {
  display: none !important;
}
.hide-desktop {
  display: none;
}
@media (min-width: 1200px) {
  .show-large {
    display: inherit;
  }
  .show-desktop {
    display: none;
  }
  .show-tablet {
    display: none !important;
  }
  .show-smartphone {
    display: none;
  }
  .show-mobile {
    display: none !important;
  }
  .hide-large {
    display: none;
  }
  .hide-desktop {
    display: inherit;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .show-large {
    display: none;
  }
  .show-desktop {
    display: none;
  }
  .show-tablet {
    display: inherit !important;
  }
  .show-smartphone {
    display: none;
  }
  .show-mobile {
    display: none !important;
  }
  .hide-desktop {
    display: inherit;
  }
  .hide-tablet {
    display: none;
  }
}
@media (max-width: 767px) {
  .show-large {
    display: none;
  }
  .show-desktop {
    display: none;
  }
  .show-tablet {
    display: none;
  }
  .show-smartphone {
    display: inherit;
  }
  .show-mobile {
    display: none !important;
  }
  .hide-desktop {
    display: inherit;
  }
  .hide-smartphone {
    display: none !important;
  }
}
@media (max-width: 479px) {
  .show-large {
    display: none;
  }
  .show-desktop {
    display: none;
  }
  .show-tablet {
    display: none;
  }
  .show-smartphone {
    display: inherit;
  }
  .show-mobile {
    display: inherit !important;
  }
  td.show-mobile,
  th.show-mobile {
    display: table-cell !important;
  }
  .hide-desktop {
    display: inherit;
  }
  .hide-mobile {
    display: none;
  }
}
.custom-combobox {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.custom-combobox-input {
  background: #fff !important;
  border: none !important;
  width: 100% !important;
  padding: 0px !important;
  color: #717171 !important;
  display: inline-block !important;
  font-size: 14px !important;
  height: 20px !important;
  line-height: 20px !important;
  padding-top: 4px !important;
  padding-left: 6px !important;
  vertical-align: middle !important;
}
.custom-combobox-input.disabled {
  color: #bbb !important;
}
.custom-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  padding: 0;
  background-color: transparent;
  color: #717171;
  display: block;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-image: url("../gfx/sprite.png");
  background-repeat: no-repeat;
  background-position: right 0;
  height: 28px;
  line-height: 28px;
  width: 26px;
  right: 0px;
}
.custom-combobox-toggle.disabled {
  background-position: right -104px;
}
.custom-combobox-input {
  margin: 0;
  padding: 5px 10px;
}
.ui-autocomplete {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}
* html .ui-autocomplete {
  height: 350px;
}
.red {
  color: #f00;
}
a.red:hover {
  color: #f00;
}
.el-Agreement label {
  font-size: 20px;
}
.widget-terms.modal {
  width: 60%;
  margin-left: auto;
  left: 20%;
}
.widget-terms.modal .container {
  width: auto !important;
}
.show-terms {
  text-decoration: underline;
}
.alert-error.register {
  line-height: 60px;
}
@media (max-width: 767px) {
  table.responsive {
    padding: 10px !important;
  }
  table.responsive thead {
    display: none;
  }
  table.responsive tr {
    position: relative;
  }
  table.responsive tr.yellow-separator {
    height: 10px;
  }
  table.responsive td {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    padding: 0px !important;
    display: table-cell;
    vertical-align: middle;
    border: 0px !important;
  }
  table.responsive td .inner {
    padding: 10px;
    display: block;
  }
  table.responsive td.name-td .inner {
    padding-right: 40px;
  }
  table.responsive td.xs-border-bottom {
    border-bottom: 20px solid #fed12f;
  }
  table.responsive .xs-col1 {
    width: 8.33333333%;
  }
  table.responsive .xs-col2 {
    width: 16.66666667%;
  }
  table.responsive .xs-col3 {
    width: 25%;
  }
  table.responsive .xs-col4 {
    width: 33.33333333%;
  }
  table.responsive .xs-col5 {
    width: 41.66666667%;
  }
  table.responsive .xs-col6 {
    width: 50%;
  }
  table.responsive .xs-col8 {
    width: 66.66666667%;
  }
  table.responsive .xs-col9 {
    width: 75%;
  }
  table.responsive .xs-col10 {
    width: 83.33333333%;
  }
  table.responsive .xs-col11 {
    width: 91.66666667%;
  }
  table.responsive .xs-col12 {
    width: 100%;
  }
}
.easter .alert.green {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
