/* Minification failed. Returning unminified contents.
(24821,19): run-time error CSS1036: Expected expression, found '''
(24821,1502): Scanner error CSS1002: Unterminated string: '%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
(24828,19): run-time error CSS1036: Expected expression, found '''
(24828,1499): Scanner error CSS1002: Unterminated string: '%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
 */
@charset "UTF-8";
/* COLORS */
/* BOOTSTRAP */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  /*a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }*/
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "ProximaNova-Regular";
  font-size: 14px;
  line-height: 1.42857;
  color: #333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #053065;
  text-decoration: none; }
  a:hover, a:focus {
    color: #29b0b4;
    text-decoration: underline;
    border-color: #29b0b4; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #053065; }

a.text-primary:hover,
a.text-primary:focus {
  color: #031934; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #053065; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #031934; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd; }
  .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 > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #053065;
  border-color: #04244d; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #031934;
    border-color: black; }
  .btn-primary:hover {
    color: #fff;
    background-color: #031934;
    border-color: #010912; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #031934;
    border-color: #010912; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #010912;
      border-color: black; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #053065;
    border-color: #04244d; }
  .btn-primary .badge {
    color: #053065;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #053065;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #29b0b4;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #053065; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block;
  position: fixed; }

.open > a {
  outline: 0; }

.header .countrySwitch .open > .dropdown-menu {
  display: block;
  position: absolute; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #053065; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #053065; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 992px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 992px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 992px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 992px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 992px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 992px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 992px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 992px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 992px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 991px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 992px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 992px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 992px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 991px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 991px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #053065;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #29b0b4;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #053065;
    border-color: #053065;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #053065; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #031934; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #053065;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #053065; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #053065;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #053065;
  border-color: #053065; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #4092f6; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #053065; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #053065;
    border-color: #053065; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #053065; }
    .panel-primary > .panel-heading .badge {
      color: #053065;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #053065; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal-dialog {
  position: relative;
  width: auto;
  z-index: 1041; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  z-index: 1041; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

@media (min-width: 768px) {
  .irtitle-model {
    width: auto !important;
    margin: 46px 35px !important; } }

#overlay {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  z-index: 999; }

.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  font-size: 15px;
  line-height: 22px; }

.popup-header {
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
  font-family: "ProximaNova-Bold"; }

.popup-header h4 {
  margin: 0;
  line-height: 1.42857143;
  font-size: 28px;
  font-family: "ProximaNova-Bold";
  font-weight: 600;
  color: black !important; }

.popup-body {
  position: relative;
  padding: 20px;
  font-family: "ProximaNova-Bold";
  height: auto;
  max-height: calc(100vh - 256px) !important;
  overflow-y: scroll; }

.popup-body p {
  clear: both;
  color: black;
  /* text-align: justify; */
  font-size: 18px;
  font-family: sans-serif;
  line-height: 30px; }

.popup-body ul {
  padding: 30px;
  line-height: 27px;
  padding-left: 30px !important;
  font-size: 18px; }

.popup-body ul li {
  font-family: "ProximaNova-Regular";
  list-style: disc;
  margin-bottom: 10px; }

.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 15px; }

.popup-footer {
  padding: 15px;
  text-align: right; }

.ir-model .close {
  width: 32px;
  height: 32px;
  margin: 0px !important;
  color: #666;
  opacity: 1;
  border: 1px solid #666;
  border-radius: 16px;
  line-height: 22px !important;
  padding-top: 4px;
  padding-left: 10px;
  position: relative;
  right: 25px;
  top: 17px; }

.btncss {
  padding: 8px 16px;
  color: white;
  font-family: ProximaNova-Bold;
  font-size: 19px;
  line-height: 30px;
  text-transform: uppercase;
  border-radius: 20px;
  margin-right: 10px;
  margin-top: 4px; }

.btn1css {
  padding: 8px 16px;
  color: #f36c21;
  font-family: ProximaNova-Bold;
  font-size: 19px;
  line-height: 30px;
  text-transform: uppercase;
  border-radius: 20px;
  margin-right: 10px;
  background: white;
  margin-top: 5px; }

.btn1css:hover {
  color: #b4460a;
  background-color: white;
  border-color: #b4460a; }

.modal-content {
  padding-top: 0px !important; }

/*@media (max-width: 991px) and (orientation: landscape){
    .popup-body {
    position: relative;
    padding: 11px;
    font-family: "ProximaNova-Bold";
    height: auto;
    max-height: 162px!important;
    overflow: scroll;
}
}*/
@media (max-width: 991px) {
  /*.modal-dialog {
    width: 350px!important;
    margin: 35px auto;
  
}*/
  .ir-model .close {
    line-height: 22px !important;
    padding-top: 4px;
    padding-left: 10px;
    position: relative;
    right: 19px;
    top: 0px; }
  .popup-header {
    /* padding: 10px; */
    border-bottom: 1px solid #e5e5e5;
    font-family: "ProximaNova-Bold";
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px; }
  .popup-header h1 {
    margin: 0;
    line-height: 1.42857143;
    font-size: 25px;
    font-family: "ProximaNova-Bold";
    font-weight: 600; }
  .popup-body {
    position: relative;
    padding: 11px;
    font-family: "ProximaNova-Bold";
    height: auto;
    max-height: calc(100vh - 256px) !important; }
  .popup-body p {
    clear: both;
    color: black;
    /* text-align: justify; */
    font-size: 14px;
    font-family: sans-serif;
    line-height: 20px; }
  .popup-body ul {
    padding: 11px;
    line-height: 27px;
    padding-left: 30px !important;
    font-size: 16px; }
  .checkbox {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 15px; }
  .popup-footer {
    padding: 4px;
    text-align: right;
    padding-top: 8px;
    padding-bottom: 8px; } }

@media (max-width: 360px) {
  /*.modal-dialog {
    width: 286px!important;
    margin: 0px auto;
  
}*/
  .popup-header {
    /* padding: 10px; */
    border-bottom: 1px solid #e5e5e5;
    font-family: "ProximaNova-Bold";
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px; }
  .popup-header h1 {
    margin: 0;
    line-height: 1.42857143;
    font-size: 22px;
    font-family: "ProximaNova-Bold";
    font-weight: 600; }
  .popup-body {
    position: relative;
    padding: 11px;
    font-family: "ProximaNova-Bold";
    height: auto;
    max-height: calc(100vh - 230px) !important; }
  .popup-body p {
    clear: both;
    color: black;
    /* text-align: justify; */
    font-size: 14px;
    font-family: sans-serif;
    line-height: 20px; }
  .popup-body ul {
    padding: 11px;
    line-height: 20px;
    padding-left: 25px !important;
    font-size: 15px; }
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    font-size: 16px;
    line-height: 22px; }
  .checkbox {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 15px; }
  .popup-footer {
    padding: 4px;
    text-align: right;
    padding-top: 10px; } }

/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .popup-body {
    max-height: 165px; } }

.tooltip {
  position: absolute;
  z-index: 998;
  display: block;
  font-family: "ProximaNova-Regular";
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "ProximaNova-Regular";
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        transition: transform 0.6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0); }
  .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/**
 * @license
 * MyFonts Webfont Build ID 3243777, 2016-07-05T04:14:26-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: ProximaNovaA-Bold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/a-bold/
 * 
 * Webfont: ProximaNovaS-Bold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/s-bold/
 * 
 * Webfont: ProximaNova-Bold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/bold/
 * 
 * Webfont: ProximaNovaA-Light by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/a-light/
 * 
 * Webfont: ProximaNovaS-Light by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/s-light/
 * 
 * Webfont: ProximaNova-Light by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/light/
 * 
 * Webfont: ProximaNovaA-Regular by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/a-regular/
 * 
 * Webfont: ProximaNovaS-Regular by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/s-regular/
 * 
 * Webfont: ProximaNova-Regular by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/regular/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3243777
 * Licensed pageviews: 1,000,000
 * Webfonts copyright: Copyright (c) Mark Simonson, 2005. All rights reserved.
 * 
 * © 2016 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'ProximaNova-Bold';
  src: url(/Components/Gll/_Shared/Views/fonts/317F01_2_0.eot);
  src: url(/Components/Gll/_Shared/Views/fonts/317F01_2_0.eot?#iefix) format("embedded-opentype"), url(/Components/Gll/_Shared/Views/fonts/317F01_2_0.woff2) format("woff2"), url(/Components/Gll/_Shared/Views/fonts/317F01_2_0.woff) format("woff"), url(/Components/Gll/_Shared/Views/fonts/317F01_2_0.ttf) format("truetype"); }

@font-face {
  font-family: 'ProximaNova-Light';
  src: url(/Components/Gll/_Shared/Views/fonts/317F01_5_0.eot);
  src: url(/Components/Gll/_Shared/Views/fonts/317F01_5_0.eot?#iefix) format("embedded-opentype"), url(/Components/Gll/_Shared/Views/fonts/317F01_5_0.woff2) format("woff2"), url(/Components/Gll/_Shared/Views/fonts/317F01_5_0.woff) format("woff"), url(/Components/Gll/_Shared/Views/fonts/317F01_5_0.ttf) format("truetype"); }

@font-face {
  font-family: 'ProximaNova-Regular';
  src: url(/Components/Gll/_Shared/Views/fonts/317F01_8_0.eot);
  src: url(/Components/Gll/_Shared/Views/fonts/317F01_8_0.eot?#iefix) format("embedded-opentype"), url(/Components/Gll/_Shared/Views/fonts/317F01_8_0.woff2) format("woff2"), url(/Components/Gll/_Shared/Views/fonts/317F01_8_0.woff) format("woff"), url(/Components/Gll/_Shared/Views/fonts/317F01_8_0.ttf) format("truetype"); }

@font-face {
  font-family: 'latha-regular';
  src: url(/Components/Gll/_Shared/Views/fonts/latha.eot);
  src: url(/Components/Gll/_Shared/Views/fonts/latha.eot?#iefix) format("embedded-opentype"), url(/Components/Gll/_Shared/Views/fonts/latha.woff2) format("woff2"), url(/Components/Gll/_Shared/Views/fonts/latha.woff) format("woff"), url(/Components/Gll/_Shared/Views/fonts/latha.ttf) format("truetype"); }

@font-face {
  font-family: 'latha-bold';
  font-weight: bold;
  src: url(/Components/Gll/_Shared/Views/fonts/lathab.eot);
  src: url(/Components/Gll/_Shared/Views/fonts/lathab.eot?#iefix) format("embedded-opentype"), url(/Components/Gll/_Shared/Views/fonts/lathab.woff) format("woff"), url(/Components/Gll/_Shared/Views/fonts/lathab.ttf) format("truetype"); }

@font-face {
  font-family: 'icomoon';
  src: url(/Components/Gll/_Shared/Views/fonts/icomoon.eot?);
  src: url(/Components/Gll/_Shared/Views/fonts/icomoon.eot?#iefix) format("embedded-opentype"), url(/Components/Gll/_Shared/Views/fonts/icomoon.ttf?) format("truetype"), url(/Components/Gll/_Shared/Views/fonts/icomoon.woff?) format("woff"), url(/Components/Gll/_Shared/Views/fonts/icomoon.svg?#icomoon) format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-sign-circle:before {
  content: "\e921"; }

.icon-sign:before {
  content: "\e920"; }

.icon-whatsapp:before {
  content: "\e91f"; }

.icon-filter-apply:before {
  content: "\e91e"; }

.icon-home:before {
  content: "\e91c"; }

.icon-refresh:before {
  content: "\e91d"; }

.icon-qbuzz:before {
  content: "\e91a"; }

.icon-google-play:before {
  content: "\e918"; }

.icon-add2:before {
  content: "\e145"; }

.icon-remove2:before {
  content: "\e15b"; }

.icon-remove:before {
  content: "\e919"; }

.icon-SignOut:before {
  content: "\e917"; }

.icon-print:before {
  content: "\e915"; }

.icon-add:before {
  content: "\e900"; }

.icon-angle-left:before {
  content: "\e901"; }

.icon-angle-right:before {
  content: "\e902"; }

.icon-calendar:before {
  content: "\e903"; }

.icon-cart:before {
  content: "\e904"; }

.icon-check:before {
  content: "\e905"; }

.icon-delete:before {
  content: "\e906"; }

.icon-facebook:before {
  content: "\e907"; }

.icon-favorite:before {
  content: "\e908"; }

.icon-favorite-s:before {
  content: "\e909"; }

.icon-filter:before {
  content: "\e90a"; }

.icon-menu:before {
  content: "\e90b"; }

.icon-pinterest:before {
  content: "\e90c"; }

.icon-quote:before {
  content: "\e90d"; }

.icon-search:before {
  content: "\e90e"; }

.icon-shrink:before {
  content: "\e90f"; }

.icon-stretch:before {
  content: "\e910"; }

.icon-trash:before {
  content: "\e911"; }

.icon-twitter:before {
  content: "\e912"; }

.icon-youtube:before {
  content: "\e913"; }

.icon-zoom:before {
  content: "\e914"; }

.icon-times:before {
  content: "\e916"; }

.icon-play:before {
  content: "\f04b"; }

.icon-instagram:before {
  content: "\f16d"; }

.icon-slideshare:before {
  content: "\f1e7"; }

.icon-chevron-right:before {
  content: "\f054"; }

.icon-chevron-down:before {
  content: "\f078"; }

.icon-google-plus:before {
  content: "\e91b"; }

.ui-datepicker-prev, .ui-datepicker-next,
.swiper-button-prev, .swiper-button-next {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ui-datepicker-prev:before,
.swiper-button-prev:before {
  content: "\e901"; }

.ui-datepicker-next:before,
.swiper-button-next:before {
  content: "\e902"; }

.icon-pinterest_share:before {
  content: "\e90c"; }

/* Common */
html, body {
  min-height: 100%; }

img {
  border: none;
  outline: none;
  max-width: 100%; }

a {
  cursor: pointer;
  text-decoration: none; }

a:active {
  outline: none; }

:focus {
  -moz-outline-style: none;
  outline: 0; }

ul {
  list-style: none; }

ul, li {
  padding: 0;
  margin: 0; }

h1, h2, h3, h4, h5, h5 {
  padding: 0;
  margin: 0; }

ol {
  padding: 0 0 0 20px; }

ol li {
  list-style-type: decimal;
  list-style-position: outside; }

/*.left { float:left;}
.right { float:right;}*/
.resetLeft {
  clear: left; }

.resetRight {
  clear: right; }

.reset {
  clear: both;
  height: 0;
  overflow: hidden; }

p {
  margin: 0; }

p + p {
  margin-top: 10px; }

a, button {
  touch-action: manipulation;
  -ms-touch-action: manipulation; }
  a:hover, a:active, a:focus, a.active, button:hover, button:active, button:focus, button.active {
    outline: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px 0; }
  table th, table td {
    border: 1px solid #e1e1e1;
    padding: 8px;
    line-height: 1.42857; }

b,
strong {
  font-weight: normal;
  font-family: "ProximaNova-Bold"; }

.noTextSelect {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */ }

.container {
  position: relative; }

.section {
  position: relative; }

.button {
  display: inline-block;
  min-height: 50px;
  padding: 10px 30px;
  margin-bottom: 4px;
  border: 1px solid #053065;
  color: #053065;
  font-family: "ProximaNova-Bold";
  font-size: 19px;
  line-height: 30px;
  text-transform: uppercase;
  text-shadow: none;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  border-radius: 20px;
  background: none;
  transition: color .3s; }
  .button.orange {
    color: #fff;
    background: #053065;
    transition: background-color .3s; }
  .button.orangeBorder {
    color: #053065;
    background-color: transparent; }
  .button.white {
    color: #fff;
    border-color: #fff;
    transition: .3s; }
  .button:hover {
    color: #29b0b4;
    border-color: #29b0b4;
    text-decoration: none; }
  .button.orange:hover {
    color: #fff;
    background: #29b0b4;
    border-color: #29b0b4;
    text-decoration: none; }
  .button.white:hover {
    color: #053065;
    border-color: #053065; }
  .button.orangeBorder:hover {
    color: #053065;
    border-color: #053065; }
  .button.right {
    float: right; }
  .button span[class*="icon-"] {
    float: left;
    margin-right: 20px;
    margin-left: -10px;
    font-size: 26px;
    line-height: 30px; }
  .button.small {
    min-height: 40px;
    padding: 4px 30px; }
  .button.disabled {
    background: #ccc;
    border-color: #ccc;
    cursor: default;
    color: #fff; }
    .button.disabled:hover {
      color: #fff;
      background: #ccc;
      border-color: #ccc; }

.iconBtn {
  display: block;
  height: 30px;
  min-width: 30px;
  border: 2px solid #e1e1e1;
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  font-family: "ProximaNova-Bold";
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #000;
  line-height: 28px;
  padding: 0;
  background: #fff;
  transition: all .3s; }
  .iconBtn span[class*='icon-'] {
    color: #053065;
    font-size: 18px;
    line-height: 28px; }
  .iconBtn:hover, .iconBtn:active, .iconBtn:focus, .iconBtn.active {
    background: #053065;
    border-color: #fff;
    text-decoration: none;
    color: #fff;
    outline: none; }
    .iconBtn:hover span[class*='icon-'], .iconBtn:active span[class*='icon-'], .iconBtn:focus span[class*='icon-'], .iconBtn.active span[class*='icon-'] {
      color: #fff; }
  .iconBtn.active:hover, .iconBtn.active:active, .iconBtn.active:focus {
    background: #29b0b4; }

.open .iconBtn {
  background: #053065;
  border-color: #fff;
  text-decoration: none;
  color: #fff; }
  .open .iconBtn span[class*='icon-'] {
    color: #fff; }

.specialPrice span {
  display: inline-block;
  line-height: 20px;
  padding: 0 10px;
  border-width: 1px;
  border-style: solid;
  background: #fff;
  border-radius: 11px; }
  .specialPrice span.BV {
    border-color: #000;
    margin-right: 10px; }
  .specialPrice span.RSP {
    border-color: #053065; }

.errorMsg {
  display: block;
  color: #f00 !important;
  border-color: #f00 !important;
  font-size: 14px; }
  .errorMsg ul {
    padding: 0; }
  .errorMsg li {
    list-style-type: disc;
    list-style-position: inside; }

.warning {
  color: #f00 !important; }

.successMsg {
  display: block;
  color: green !important;
  border-color: green !important;
  font-size: 14px; }

.noResult {
  padding: 30px 0;
  text-align: center;
  font-size: 18px;
  font-family: "ProximaNova-Bold";
  width: 100%; }

/*body { padding-top:88px;}

@media (max-width: 991px) {
	body { padding-top:149px;}
	.website-wrapper { top:149px;position:fixed; left:0; right:0; bottom:0; overflow-y:auto; width:100%; overflow-x:hidden;}
}
@media (max-width: 767px) {
	body { padding-top:184px;}
	.website-wrapper { top:184px;}
}*/
@media (max-width: 991px) {
  .zopim {
    display: none !important; } }

html[lang="ta-IN"] .registerSection .form-horizontal .control-label {
  min-width: 210px; }

/******Language dropdown on Mobile********/
@media (max-width: 520px) {
  .checkoutSection .orderTotal p {
    text-align: right;
    margin-bottom: 10px;
    line-height: 26px; }
    .checkoutSection .orderTotal p > span {
      width: 100%;
      clear: both;
      text-align: right; } }

/* Header */
html, body {
  min-height: 100%;
  overflow-x: hidden; }

body {
  margin: 0 0;
  width: 100%; }

#container {
  overflow-x: hidden;
  width: 100%; }

.header {
  overflow: hidden;
  z-index: 9999;
  /* position:fixed; z-index:999; left:0; right:0; background:$whiteBg;*/ }
  .header #header {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff; }
  .header .container {
    position: relative; }
  .header .logo {
    float: left;
    padding: 20px 0 0;
    width: 200px; }
  .header .interactionBox {
    float: right;
    clear: right; }
    .header .interactionBox > div {
      float: left; }
    .header .interactionBox .iconBtn {
      transition: background-color .3s, color .3s; }
      .header .interactionBox .iconBtn:hover, .header .interactionBox .iconBtn:active, .header .interactionBox .iconBtn:focus, .header .interactionBox .iconBtn.active {
        border-color: #053065; }
    .header .interactionBox .open .iconBtn {
      border-color: #053065; }
    .header .interactionBox .disable .iconBtn {
      border-color: #e1e1e1;
      color: #e1e1e1;
      background-color: transparent !important;
      cursor: default; }
      .header .interactionBox .disable .iconBtn span[class*="icon-"] {
        color: #e1e1e1; }
      .header .interactionBox .disable .iconBtn:hover {
        border-color: #e1e1e1;
        color: #e1e1e1;
        background-color: transparent !important; }
        .header .interactionBox .disable .iconBtn:hover span[class*="icon-"] {
          color: #e1e1e1; }
  .header .iconBtn {
    margin-left: 5px;
    border-width: 1px; }
    .header .iconBtn span[class*='icon-'] {
      padding-left: 10%; }
  .header .zeroTools {
    position: relative;
    clear: right;
    font-size: 12px; }
    .header .zeroTools:after {
      display: table;
      content: "";
      clear: both; }
    .header .zeroTools .virtual {
      display: inline-block;
      position: relative;
      float: right; }
    .header .zeroTools .mobilePlace {
      float: left; }
    .header .zeroTools > a,
    .header .zeroTools .mobilePlace > a,
    .header .zeroTools .virtual > a {
      line-height: 27px;
      color: #333;
      float: right;
      margin-right: 10px; }
    .header .zeroTools .countrySwitch {
      float: right; }
    .header .zeroTools .logout {
      width: 30px;
      text-align: center;
      color: #053065;
      text-decoration: none; }
      .header .zeroTools .logout img {
        display: block;
        height: 18px;
        margin: 5px auto 0; }
    .header .zeroTools .welcome {
      line-height: 27px;
      color: #333;
      float: right;
      margin-right: 10px; }
    .header .zeroTools .tooltip {
      display: block;
      position: absolute;
      right: 0;
      top: 100%;
      padding: 3px 24px 3px 8px;
      transition: 0.3s;
      background: #053065;
      color: #fff;
      border-radius: 4px;
      word-break: keep-all;
      white-space: nowrap;
      opacity: 1; }
      .header .zeroTools .tooltip .iconClose {
        display: block;
        position: absolute;
        top: 4px;
        right: 5px;
        width: 15px;
        height: 15px;
        background: #fff;
        border-radius: 50%;
        cursor: pointer; }
        .header .zeroTools .tooltip .iconClose:before {
          content: ' ';
          display: block;
          position: absolute;
          top: 3px;
          left: 7px;
          border-left: 1px solid #053065;
          height: 9px;
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
        .header .zeroTools .tooltip .iconClose:after {
          content: ' ';
          display: block;
          position: absolute;
          top: 3px;
          left: 7px;
          border-left: 1px solid #053065;
          height: 9px;
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
      .header .zeroTools .tooltip:after {
        bottom: 100%;
        right: 25px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: transparent;
        border-bottom-color: #053065;
        border-width: 5px; }
  .header .miniShoppingCart {
    position: static; }
    .header .miniShoppingCart .iconBtn {
      padding: 0 15px;
      margin-left: 0;
      line-height: 30px;
      border-radius: 20px;
      overflow: hidden; }
      .header .miniShoppingCart .iconBtn span[class*='icon-'] {
        float: left;
        padding-left: 2px; }
    .header .miniShoppingCart .cartItemNr {
      line-height: 28px; }
    .header .miniShoppingCart .empty {
      padding: 0 2px 0 4px;
      width: 30px;
      line-height: 28px; }
      .header .miniShoppingCart .empty .cartItemNr {
        display: none; }
      .header .miniShoppingCart .empty span[class*="icon-"] {
        float: none; }
  .header .wishListCart {
    position: static; }
    .header .wishListCart .dropdown-menu .dropdown-body {
      margin-bottom: 25px; }
    .header .wishListCart .icon-favorite {
      display: none; }
    .header .wishListCart .iconBtn:hover span[class*='icon-'].icon-favorite {
      display: block; }
    .header .wishListCart .iconBtn:hover span[class*='icon-'].icon-favorite-s {
      display: none; }
    .header .wishListCart.open .icon-favorite, .header .wishListCart.noWish .icon-favorite {
      display: block; }
    .header .wishListCart.open .icon-favorite-s, .header .wishListCart.noWish .icon-favorite-s {
      display: none; }
  .header .dropdown-menu {
    border: none;
    box-shadow: none;
    border-radius: 0;
    left: auto;
    right: 0;
    margin: 0;
    background: linear-gradient(to bottom, #e1e1e1 0%, rgba(245, 245, 245, 0.9) 100%); }
  .header .disable .dropdown-menu {
    display: none; }
  .header .interactionBox .miniDropdown .dropdown-menu {
    top: 77px;
    width: 600px;
    padding: 15px; }
    .header .interactionBox .miniDropdown .dropdown-menu.search-dropdown {
      width: 100%;
      padding: 15px 0; }
    .header .interactionBox .miniDropdown .dropdown-menu .dropdown-header {
      padding: 10px 0 20px 10px;
      border-bottom: 1px dotted #999; }
      .header .interactionBox .miniDropdown .dropdown-menu .dropdown-header h3 {
        font-size: 18px;
        font-weight: bold;
        color: #053065;
        line-height: 30px; }
      .header .interactionBox .miniDropdown .dropdown-menu .dropdown-header p {
        color: #000;
        font-size: 14px; }
    .header .interactionBox .miniDropdown .dropdown-menu .dropdown-body {
      max-height: 340px;
      overflow-y: auto;
      border-bottom: 1px dotted #999; }
    .header .interactionBox .miniDropdown .dropdown-menu .cartItem {
      position: relative;
      padding: 15px;
      color: #5c5c5c;
      border-bottom: 1px dotted #999; }
      .header .interactionBox .miniDropdown .dropdown-menu .cartItem:last-child {
        border-bottom: 0; }
    .header .interactionBox .miniDropdown .dropdown-menu .cartDelete {
      display: block;
      position: absolute;
      right: 15px;
      top: 15px;
      color: grey;
      font-size: 10px;
      text-decoration: none; }
    .header .interactionBox .miniDropdown .dropdown-menu [class*="col-"] {
      padding: 0; }
    .header .interactionBox .miniDropdown .dropdown-menu .cartItemTlt {
      padding-right: 40px;
      text-transform: uppercase;
      line-height: 20px;
      max-height: 40px;
      overflow: hidden; }
    .header .interactionBox .miniDropdown .dropdown-menu .specialPrice .unitPrice {
      float: right; }
    .header .interactionBox .miniDropdown .dropdown-menu .wishListPrice {
      margin: 10px 0; }
      .header .interactionBox .miniDropdown .dropdown-menu .wishListPrice:after {
        display: table;
        content: "";
        clear: both; }
      .header .interactionBox .miniDropdown .dropdown-menu .wishListPrice .priceLine {
        text-align: right; }
      .header .interactionBox .miniDropdown .dropdown-menu .wishListPrice .iconBtn {
        display: inline-block;
        margin: -10px -13px -10px 10px;
        border-width: 2px; }
      .header .interactionBox .miniDropdown .dropdown-menu .wishListPrice .unitPrice {
        font-size: 18px;
        font-weight: bold; }
    .header .interactionBox .miniDropdown .dropdown-menu .priority span {
      display: inline-block; }
    .header .interactionBox .miniDropdown .dropdown-menu .priority span + span {
      margin-left: 10px; }
    .header .interactionBox .miniDropdown .dropdown-menu .cartItemTot {
      line-height: 32px;
      margin-top: 10px; }
      .header .interactionBox .miniDropdown .dropdown-menu .cartItemTot:after {
        display: table;
        content: "";
        clear: both; }
      .header .interactionBox .miniDropdown .dropdown-menu .cartItemTot span {
        font-size: 18px; }
      .header .interactionBox .miniDropdown .dropdown-menu .cartItemTot label {
        font-weight: normal; }
      .header .interactionBox .miniDropdown .dropdown-menu .cartItemTot .subtotalPrice {
        float: right;
        font-weight: bold; }
      .header .interactionBox .miniDropdown .dropdown-menu .cartItemTot .form-control {
        height: 32px;
        margin-top: 3px;
        border: 1px solid #e1e1e1;
        border-radius: 10px;
        box-shadow: none; }
      .header .interactionBox .miniDropdown .dropdown-menu .cartItemTot .unitPrice {
        margin-left: 5px; }
        .header .interactionBox .miniDropdown .dropdown-menu .cartItemTot .unitPrice i {
          font-style: normal; }
      .header .interactionBox .miniDropdown .dropdown-menu .cartItemTot .cartBtn {
        float: right;
        margin: -4px 0; }
    .header .interactionBox .miniDropdown .dropdown-menu .reg-pack {
      line-height: 32px;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-top: 10px; }
      .header .interactionBox .miniDropdown .dropdown-menu .reg-pack label {
        font-weight: normal; }
      .header .interactionBox .miniDropdown .dropdown-menu .reg-pack .form-control {
        position: absolute;
        left: 63px;
        min-width: 196px;
        width: 100%;
        margin-top: 0px; }
    .header .interactionBox .miniDropdown .dropdown-menu .dropdown-footer p {
      font-size: 18px;
      text-transform: uppercase;
      font-weight: bold;
      padding: 15px; }
    .header .interactionBox .miniDropdown .dropdown-menu .dropdown-footer .totalPrice {
      float: right;
      color: #053065; }
    .header .interactionBox .miniDropdown .dropdown-menu .dropdown-footer .button {
      font-size: 15px;
      display: block;
      letter-spacing: 5px; }
  .header .open > .iconBtn {
    position: relative; }
    .header .open > .iconBtn:after {
      position: absolute;
      display: block;
      content: "";
      left: 0;
      right: 0;
      top: 46px;
      height: 4px;
      background: #053065; }
  .header .disable > .iconBtn:after {
    display: none; }
  .header .search-dropdown .row {
    margin-left: 0;
    margin-right: 0; }
  .header .search-dropdown .form-control + .row {
    margin-left: 20px;
    margin-right: 20px; }
  .header .search-dropdown .form-control {
    height: 48px;
    padding-left: 20px;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    box-shadow: none;
    font-size: 16px;
    color: #5c5c5c; }
  .header .search-dropdown .columnTlt {
    margin-bottom: 10px;
    font-size: 18px;
    color: #053065;
    font-family: "ProximaNova-Bold";
    text-transform: uppercase; }
  .header .search-dropdown li a {
    display: inline-block;
    margin-bottom: 5px;
    color: #999;
    font-size: 14px; }
    .header .search-dropdown li a:hover, .header .search-dropdown li a:active, .header .search-dropdown li a:focus {
      background: none;
      color: #053065;
      font-weight: bold;
      text-decoration: none; }
  .header .search-dropdown .form-control.focus {
    margin-bottom: 0;
    border-radius: 10px 10px 0 0; }
  .header .search-dropdown .suggestBox {
    padding: 5px 10px 5px 20px;
    border: 1px solid #e1e1e1;
    border-top: none;
    background: #fff;
    line-height: 2;
    border-radius: 0 0 10px 10px;
    cursor: default; }
  .header .packageList {
    padding: 15px 0 0 15px; }
    .header .packageList .packageCartItem:after {
      display: table;
      content: "";
      clear: both; }

.currencySel {
  float: right;
  height: 30px;
  border-radius: 10px;
  background: #fff; }
  .currencySel .btn {
    padding: 4px 10px; }
    .currencySel .btn:active {
      box-shadow: none; }
    .currencySel .btn.active {
      background: #053065;
      color: #fff;
      box-shadow: none; }
  .currencySel.btn-group > .btn:not(.dropdown-toggle).active {
    border-radius: 10px; }

@media (min-width: 992px) {
  .header .zeroTools > a:hover,
  .header .zeroTools .mobilePlace > a:hover,
  .header .zeroTools .virtual > a:hover {
    color: #053065; }
  .header .zeroMenu .navigation li a:hover {
    color: #053065;
    text-decoration: underline; }
  .header #header {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); }
  .header .zeroTools {
    position: absolute;
    top: 5px;
    right: 15px; }
    .header .zeroTools .mobilePlace:before {
      content: '|';
      color: #fff; }
  .header .interactionBox {
    margin-top: 35px;
    margin-bottom: 11px; }
    .header .interactionBox .miniDropdown .dropdown-menu .wishListPrice .specialPrice {
      float: left; }
  .header .miniShoppingCart .cartItemNr {
    padding-left: 2px;
    font-size: 12px; }
  .header .search-dropdown .col-md-8 {
    float: right; }
  .header.notooltip .logo {
    padding-top: 20px; }
  .header.notooltip .interactionBox {
    margin-top: 35px;
    margin-bottom: 11px; }
  .header.notooltip .interactionBox .miniDropdown .droHKdown-menu {
    top: 77px; }
  .header.notooltip .navi .naviContent {
    margin-top: -51px; }
  .header.notooltip .navi .mainNavi > li > a {
    padding-bottom: 8px; }
  .header.notooltip .navi .mainNavi > li .active-nav {
    border-bottom-color: #053065; }
  .header.notooltip .navi .mainNavi > li .naviDoormat {
    top: 51px; }
    .header.notooltip .navi .mainNavi > li .naviDoormat.doormatProd {
      top: 88px; } }

@media (min-width: 768px) {
  .header .interactionBox .miniDropdown .dropdown-menu.search-dropdown {
    left: -9999px;
    right: -9999px;
    width: auto; } }

@media (max-width: 991px) {
  .header .logo {
    width: auto;
    padding: 15px 0; }
    .header .logo img {
      height: 24px;
      width: 113px; }
  .header .interactionBox {
    padding: 0 !important;
    border-top: 1px dotted #e1e1e1;
    float: inherit;
    border-top: 1px dotted #e1e1e1; }
    .header .interactionBox .miniDropdown .dropdown-menu {
      top: 53px; }
  .header .line {
    clear: both;
    border-bottom: 1px dotted #e1e1e1; }
  .header .zeroTools {
    margin: 5px;
    /*width: 100%;*/ }
    .header .zeroTools .mobilePlace {
      float: right; }
    .header .zeroTools .tooltip {
      display: none !important; }
    .header .zeroTools .mobilePlace:before {
      margin: 5px 0 0 0;
      float: right;
      color: #fff; }
  .header .iconBtn {
    margin-left: 8px; }
  .header .miniShoppingCart .iconBtn {
    padding: 0 8px; }
    .header .miniShoppingCart .iconBtn.empty {
      padding: 0 4px 0 4px; } }

@media (max-width: 991px) {
  .header .line {
    margin-left: -15px;
    margin-right: -15px; }
  .header .wishListCart {
    position: static; }
    .header .wishListCart .dropdown-menu .dropdown-body {
      margin-bottom: 10px; }
  .header .interactionBox .miniDropdown .dropdown-menu {
    width: 100%;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); }
    .header .interactionBox .miniDropdown .dropdown-menu .cartItemTot .unitPrice {
      float: right; }
    .header .interactionBox .miniDropdown .dropdown-menu .wishListPrice {
      margin-bottom: 0;
      clear: both; }
      .header .interactionBox .miniDropdown .dropdown-menu .wishListPrice:after {
        display: table;
        content: "";
        clear: both; }
      .header .interactionBox .miniDropdown .dropdown-menu .wishListPrice .specialPrice {
        margin-bottom: 5px; }
      .header .interactionBox .miniDropdown .dropdown-menu .wishListPrice .unitPrice {
        display: block;
        margin-bottom: 5px;
        line-height: 20px; }
      .header .interactionBox .miniDropdown .dropdown-menu .wishListPrice .iconBtn {
        margin: 0;
        /* position:absolute; right:0; bottom:-20px;*/ }
      .header .interactionBox .miniDropdown .dropdown-menu .wishListPrice + p {
        padding-right: 45px;
        float: left;
        margin-top: -20px;
        clear: both;
        width: 100%; }
      .header .interactionBox .miniDropdown .dropdown-menu .wishListPrice .priceLine {
        height: 65px; }
    .header .interactionBox .miniDropdown .dropdown-menu .dropdown-header {
      padding: 10px 0; }
      .header .interactionBox .miniDropdown .dropdown-menu .dropdown-header h3 {
        font-size: 16px; }
    .header .interactionBox .miniDropdown .dropdown-menu .cartItem {
      padding: 10px 0; }
      .header .interactionBox .miniDropdown .dropdown-menu .cartItem:after {
        display: table;
        content: "";
        clear: both; }
    .header .interactionBox .miniDropdown .dropdown-menu .cartDelete {
      top: 10px;
      right: 0; }
    .header .interactionBox .miniDropdown .dropdown-menu .packageList {
      clear: both; }
    .header .interactionBox .miniDropdown .dropdown-menu.search-dropdown .form-control {
      margin-bottom: 0; }
  .header .open > .iconBtn:after {
    top: 44px; }
  .header .zeroTools {
    position: absolute;
    padding-top: 0;
    min-width: 120px; }
    .header .zeroTools .mobilePlace {
      position: absolute;
      top: 0;
      right: 0; }
      .header .zeroTools .mobilePlace .logout {
        margin-right: 0; }
    .header .zeroTools .welcome {
      max-width: 18em;
      word-break: keep-all;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: right; } }

@media (max-width: 991px) {
  .nav-link div:before {
    content: ' ' !important;
    margin: 0; }
  .interactionBox {
    clear: both !important;
    margin: 0 0 0 0 !important;
    width: 100%;
    box-sizing: border-box; }
  .interactionBox > div:first-child {
    position: absolute;
    top: 10px;
    right: 15px;
    float: left;
    overflow: hidden; }
  .nav-link {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: right; }
  .nav-link div {
    margin: 0 0 10px 0; }
  .nav-link div:before {
    content: '' !important;
    margin: 0; }
  .nav-link div:last-child:after {
    content: '';
    margin: 0; }
  /*.nav-link div:nth-child(2){margin: 0 160px 11px 0;float: right;}*/
  .nav-link div:nth-child(2):after {
    content: '|';
    margin: 0 5px;
    color: #fff; }
  .nav-link div:last-child {
    float: right;
    margin: 0;
    content: '';
    /*width:100%;*/ }
  .nav-link div:last-child:after {
    content: '';
    margin: 0; }
  .nav-link .retail {
    margin: 0 100px 11px 0 !important; }
  .header .zeroTools .countrySwitch {
    float: right;
    margin-bottom: 2px; }
  .mobilePlace {
    display: none !important; }
  .zeroTools {
    padding: 0 !important;
    position: absolute;
    bottom: 0 !important;
    right: 15px; }
  .header .line {
    border: 0 solid !important; } }

@media screen and (max-width: 991px) {
  .nav-link div:first-child {
    width: 100%;
    min-height: 15px; }
  .nav-link div:nth-child(2):before {
    content: '';
    margin: 0; }
  /*.nav-link div:last-child{float: right;margin: 29px 0 0 0;content: '';width:70px;position: absolute;padding: 0 150px;right: 120px; bottom: 11px; }*/ }

@media (max-width: 991px) {
  #mainNav {
    background: #eee; }
  #mainNav li.collapseBox.open ul {
    width: auto;
    height: auto !important;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 0 0 47px;
    background: none; }
  /* #mainNav a > .dropdown-toggle { color: #f36c21; text-decoration: none;  } */
  #mainNav li.collapseBox ul a {
    text-transform: none; }
  #mainNav li.collapseBox ul li:hover {
    background: none; }
  #mainNav li.collapseBox .collapseIcon .icon-shrink {
    display: block; }
  #mainNav li.collapseBox .collapseIcon .icon-stretch {
    display: none; }
  #mainNav li.collapseBox.open .collapseIcon .icon-shrink {
    display: none; }
  #mainNav li.collapseBox.open .collapseIcon .icon-stretch {
    display: block; }
  #mainNav li.nav-mobile {
    padding: 0;
    display: block;
    border-bottom: 1px dotted #666; }
  #mainNav li.nav-mobile a {
    display: block;
    color: #666;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 15px;
    line-height: 30px;
    background: #eee;
    margin: 0 !important; } }

/******************************************/
.nav-link div:before {
  display: none; }

@media screen and (max-width: 991px) {
  .sticky-wrapper #stickyribbon {
    margin: 0px;
    width: 100%; }
    .sticky-wrapper #stickyribbon .section {
      padding-left: 0px;
      padding-right: 0px; } }

@media screen and (max-width: 991px) {
  .naviContent {
    position: relative; }
  .listFilter-toggle {
    position: absolute;
    top: 10px !important;
    right: 10px; } }

/*** Dropdown****/
@media (min-width: 992px) {
  .header .miniShoppingCart {
    position: static !important; }
  .header .dropdownBg {
    position: absolute !important;
    right: 15px;
    z-index: 1009; } }

.nav-link .WelcomeColumn {
  margin-bottom: 10px !important; }

.VRcontainer {
  position: relative;
  display: inline; }
  .VRcontainer .VirtualContainer {
    display: inline;
    margin: 0 5px; }
  .VRcontainer :before {
    position: absolute; }
  .VRcontainer .gllRedeemSI {
    display: inline;
    margin: 0 5px; }

@media (max-width: 991px) {
  .header .zeroTools {
    padding-top: 0;
    min-width: 100px !important;
    float: right;
    right: 0;
    margin: 0 15px 5px 0 !important; }
  .nav-link .VRcontainer {
    float: right;
    margin: 0;
    padding: 0;
    right: 120px;
    position: relative;
    width: 100%;
    text-align: right;
    z-index: 99;
    /******New NS4S-3353******/ }
    .nav-link .VRcontainer .VirtualContainer {
      display: inline-block;
      width: auto !important;
      text-align: right;
      margin-right: 5px; }
    .nav-link .VRcontainer .gllRedeemSI {
      margin-bottom: 10px !important;
      margin-right: 5px !important;
      margin-left: 5px; }
  body[dir="rtl"] .zeroTools {
    padding: 0 !important;
    position: relative;
    bottom: 0 !important;
    right: auto;
    float: left; } }

@media (max-width: 320px) {
  .nav-link .VRcontainer {
    width: 40%; }
    .nav-link .VRcontainer .VirtualContainer {
      margin-bottom: 0px !important; } }

/******New NS4S-3357******/
@media (max-width: 991px) {
  #stickyribbon {
    position: fixed;
    top: 50px;
    width: 100%; } }

#stickyribbon {
  position: static; }

/******New NS4S-3357******/
@media screen and (orientation: landscape) and (min-device-width: 568px) and (max-device-width: 850px) {
  .dropdown-menu.dropdownBg {
    max-height: 270px; }
    .dropdown-menu.dropdownBg .dropdown-body {
      max-height: 60px !important;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch; } }

.dropdown-menu.dropdownBg .dropdown-header {
  white-space: normal !important; }

/******NS4S-3354******/
@media only screen and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 0) {
  header {
    clear: both;
    min-height: 165px; } }

@media only screen and (max-width: 991px) {
  header {
    clear: both;
    min-height: 165px; }
  @-moz-document url-prefix() {
    header {
      clear: both;
      min-height: 165px; } }
  .countrySwitch .countrySelect {
    float: left;
    padding: 5px 0;
    margin-right: 4px !important; }
  .countrySwitch .languageDropdown {
    margin-left: 0px !important; } }

.prodInfo .prodImg .carousel-inner .active {
  background: white !important; }

.prodInfo .prodImg .carousel-inner {
  border-radius: 30px; }

/* Country language switch */
.countrySwitch {
  margin-left: 15px;
  font-size: 12px; }
  .countrySwitch .dropdown {
    float: left; }
    .countrySwitch .dropdown a {
      display: block;
      color: #333; }
    .countrySwitch .dropdown a:hover {
      text-decoration: none;
      color: #333; }
    .countrySwitch .dropdown > a {
      padding: 5px 0;
      min-width: 38px; }
    .countrySwitch .dropdown.open .dropdown-toggle {
      box-shadow: none; }
  .countrySwitch .countrySelect {
    float: left;
    padding: 5px 0;
    margin-right: 10px; }
    .countrySwitch .countrySelect img {
      width: 24px;
      height: 16px;
      max-width: none; }
  .countrySwitch .dropdown-menu {
    left: auto;
    right: 0;
    border-radius: 0;
    min-width: 0;
    font-size: 12px; }
    .countrySwitch .dropdown-menu > li > a {
      padding: 6px 10px;
      word-break: keep-all;
      white-space: nowrap; }
  .countrySwitch .languageDropdown {
    margin-left: 6px; }
  .countrySwitch .languageDropdown li a {
    padding-right: 20px; }

.countrySelectBox .modal-content {
  background: #fff;
  border-radius: 0;
  border: none;
  padding: 10px 0; }
  .countrySelectBox .modal-content .modal-header {
    border: none; }
  .countrySelectBox .modal-content .modal-title {
    font-weight: normal;
    font-size: 24px;
    padding: 0;
    text-transform: capitalize;
    font-family: "ProximaNova-Regular"; }
  .countrySelectBox .modal-content .close {
    border: none;
    font-size: 14px;
    margin: -20px -20px 0 0;
    color: #000; }
  .countrySelectBox .modal-content .modal-body {
    padding: 15px 0;
    font-family: "ProximaNova-Regular"; }
  .countrySelectBox .modal-content .modal-footer {
    padding: 15px 0; }

.countrySelectBox .countryList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  max-height: calc(100vh - 186px);
  overflow-y: auto; }
  .countrySelectBox .countryList li {
    margin-bottom: 15px;
    font-size: 18px;
    width: 48%; }
    .countrySelectBox .countryList li.regionTitle {
      width: 100%;
      background: #eee;
      font-size: 16px;
      padding: 0 10px; }
    .countrySelectBox .countryList li a {
      display: -ms-flexbox;
      display: flex;
      color: #000;
      -ms-flex-align: center;
          align-items: center;
      cursor: pointer; }
      .countrySelectBox .countryList li a span {
        line-height: 18px; }
      .countrySelectBox .countryList li a img {
        display: block;
        width: 36px;
        height: 36px;
        margin-right: 10px; }

.countrySelectBox .checkbox {
  margin: 0; }
  .countrySelectBox .checkbox label {
    color: #999;
    font-size: 20px; }
  .countrySelectBox .checkbox input[type="checkbox"] {
    margin-top: 9px; }

.modal-backdrop.in {
  opacity: 0.3;
  filter: alpha(opacity=30); }

@media (min-width: 992px) {
  .countrySwitch .dropdown a:hover {
    color: #053065; } }

@media (max-width: 767px) {
  .countrySelectBox .modal-content .modal-title {
    font-size: 20px; }
  .countrySelectBox .countryList li {
    width: 100%; } }

/* Footer */
.footer {
  background: #04254d;
  color: #fff; }
  .footer .sitemap {
    padding-top: 40px; }
    .footer .sitemap .columnTlt {
      margin-bottom: 20px;
      font-family: "ProximaNova-Bold";
      color: rgba(255, 255, 255, 0.8);
      text-transform: uppercase;
      font-size: 24px; }
    .footer .sitemap a {
      color: rgba(255, 255, 255, 0.5); }
    .footer .sitemap ul {
      font-size: 16px;
      line-height: 1.5;
      margin-bottom: 20px; }
    .footer .sitemap li + .columnTlt {
      margin-top: 20px; }
  .footer .mobileSitemap {
    margin: 0 -10px 10px; }
    .footer .mobileSitemap a {
      display: inline-block;
      margin-bottom: 5px;
      padding: 3px 10px;
      color: rgba(255, 255, 255, 0.8); }
  .footer .socialbox {
    padding-top: 40px; }
    .footer .socialbox .columnTlt + ul {
      margin: 20px -8px 0; }
    .footer .socialbox li {
      display: inline-block;
      margin: 0 8px;
      font-size: 24px; }
    .footer .socialbox .socialIcon {
      display: block;
      min-width: 40px;
      height: 40px;
      margin-bottom: 20px;
      border: 1px solid #fff;
      border-radius: 21px;
      color: rgba(255, 255, 255, 0.8);
      text-decoration: none;
      text-align: center;
      overflow: hidden;
      line-height: 40px; }
      .footer .socialbox .socialIcon [class^="icon-"] {
        line-height: inherit; }
  .footer .crossLinks {
    margin-bottom: 20px; }
    .footer .crossLinks a {
      display: inline-block;
      color: #fff; }
    .footer .crossLinks .divider {
      padding: 0 10px; }
  .footer .partnerLogos {
    background: rgba(255, 255, 255, 0.2); }
    .footer .partnerLogos img {
      display: block;
      margin: 20px auto; }
  .footer .copyright {
    padding: 30px 0;
    font-family: "ProximaNova-Bold";
    color: rgba(255, 255, 255, 0.5);
    text-align: center; }

@media (min-width: 992px) {
  .footer .socialbox .socialIcon:hover {
    color: #053065;
    border-color: #053065; } }

@media (max-width: 767px) {
  .footer {
    padding-top: 20px; }
    .footer .sitemap {
      padding-top: 20px; }
    .footer .columnTlt {
      text-align: center; }
    .footer .socialbox {
      padding-top: 20px;
      text-align: center; }
    .footer .sitemap {
      padding: 0 15px;
      text-align: center; }
      .footer .sitemap li {
        display: none; }
      .footer .sitemap ul,
      .footer .sitemap .col-sm-4 {
        display: inline-block;
        padding: 0; }
      .footer .sitemap a {
        padding: 0;
        font-size: 14px; }
        .footer .sitemap a span {
          padding: 0 5px; }
    .footer .copyright {
      padding: 15px 0; } }

@media (max-width: 359px) {
  .footer .sitemap a {
    font-size: 12px; } }

/**********Footer Logos Partener *********/
.container_Partnerlogo a img {
  -webkit-filter: grayscale(100%) !important;
  /* Chrome, Safari, Opera */
  -moz-filter: grayscale(100%) !important;
  -ms-filter: grayscale(100%) !important;
  -o-filter: grayscale(100%) !important;
  filter: gray;
  /*others*/
  height: 34px;
  width: auto; }

.container_Partnerlogo a:hover img {
  -webkit-filter: grayscale(0%) !important;
  /* Chrome, Safari, Opera */
  -moz-filter: grayscale(0%) !important;
  -ms-filter: grayscale(0%) !important;
  -o-filter: grayscale(0%) !important;
  filter: none;
  /*others*/
  height: 34px;
  width: auto; }

.container_Partnerlogo {
  text-align: center; }

.grayscale .PartnerLogo {
  display: inline-block;
  text-align: center;
  position: relative;
  top: 2px;
  margin: 0 10px; }
  @media screen and (max-width: 450px) {
    .grayscale .PartnerLogo {
      max-width: 100px;
      height: 50px;
      display: -ms-inline-grid;
      display: inline-grid; } }

.Partnerlogo-row {
  display: table; }

.Partnerlogo-row img {
  display: table; }

.grayscale .PartnerLogo:last-child {
  margin-right: 0px; }

@media screen and (max-width: 768px) {
  .footer .partnerLogos img {
    display: block;
    margin: 10px 0px !important;
    height: 34px;
    width: auto; } }

/*********New Changes*********/
.socialbox {
  padding-top: 40px;
  width: 100%; }
  .socialbox .columnTlt + ul {
    margin: 20px -8px 0; }
    @media screen and (max-width: 420px) {
      .socialbox .columnTlt + ul {
        margin-top: 10px !important; } }
  .socialbox li {
    display: inline-block;
    margin: 0 4px !important;
    font-size: 22px !important; }
    @media screen and (max-width: 420px) {
      .socialbox li {
        margin: 0 3px !important;
        font-size: 20px; } }
  .socialbox .socialIcon {
    display: block;
    min-width: 36px !important;
    height: 36px !important;
    margin-bottom: 20px;
    border: 1px solid #fff;
    border-radius: 21px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    text-align: center;
    overflow: hidden;
    line-height: 36px !important; }
    @media screen and (max-width: 420px) {
      .socialbox .socialIcon {
        min-width: 28px !important;
        height: 28px !important;
        font-size: 16px !important;
        line-height: 28px !important; } }
    .socialbox .socialIcon [class^="icon-"] {
      line-height: inherit; }

.ccLogo_iPad {
  margin-bottom: 20px; }

.ccLogo {
  margin-bottom: 10px; }
  .ccLogo .columnTlt + ul {
    margin: 20px 0 10px 0; }
  .ccLogo li {
    display: inline-block;
    margin: 0px;
    max-width: 100%; }
    @media screen and (max-width: 420px) {
      .ccLogo li {
        max-width: 34px; } }
    .ccLogo li:first-child {
      margin-left: 0px; }
    .ccLogo li:last-child {
      margin-right: 0px; }
  .ccLogo p {
    margin: 5px 0 10px 0;
    font-size: 12px;
    font-style: italic; }

.ccLogo_iPad {
  margin-bottom: 20px; }

@media screen and (max-width: 767px) {
  .ccLogo {
    text-align: center;
    float: none; }
  .crossLinks {
    text-align: center; }
  .availablemode {
    text-align: center; } }

/********IPad cc_logo*******/
@media screen and (max-width: 991px) and (min-width: 767px) {
  .ccLogo_iPad {
    display: inline-block; }
    .ccLogo_iPad .ipad_logo {
      float: left;
      margin-top: 40px;
      margin-bottom: 10px;
      text-align: left; }
      .ccLogo_iPad .ipad_logo ul {
        margin-bottom: 10px; }
    .ccLogo_iPad .ipad_social {
      float: left;
      text-align: left;
      width: auto;
      margin-right: 40px; } }

/* Login */
.loginSection .loginHero {
  padding: 100px 0 50px;
  background: #eee;
  color: #fff;
  font-size: 30px;
  font-family: "ProximaNova-Light";
  background: url(/Components/Gll/_Shared/Views/content/heroBg.jpg) no-repeat;
  background-size: cover;
  line-height: normal; }
  .loginSection .loginHero h1 {
    font-size: 48px;
    text-transform: uppercase; }

.loginSection .sectionCaption {
  margin-bottom: 40px;
  font-size: 18px;
  color: #666;
  line-height: 1.28; }
  .loginSection .sectionCaption h2 {
    margin-bottom: 10px;
    font-size: 30px;
    font-family: "ProximaNova-Light";
    color: #000; }
  .loginSection .sectionCaption .button {
    margin-top: 20px; }

.loginSection .col-md-6 .button {
  min-width: 377px; }

.loginSection .loginForm {
  margin-bottom: 80px; }
  .loginSection .loginForm .right {
    float: right; }
  .loginSection .loginForm label {
    font-size: 18px;
    font-family: "ProximaNova-Light";
    font-weight: normal; }
  .loginSection .loginForm .form-control {
    height: 40px;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    box-shadow: none; }
  .loginSection .loginForm .radio {
    margin-bottom: 30px; }
  .loginSection .loginForm .radio input[type="radio"] {
    margin-top: 6px; }
  .loginSection .loginForm .radio label span {
    color: #053065; }
  .loginSection .loginForm .button {
    margin-top: 20px;
    min-width: 180px; }
  .loginSection .loginForm label a {
    border-bottom: 1px dashed #053065;
    transition: color .3s;
    text-decoration: none; }
  .loginSection .loginForm .forgot a {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
    border-bottom: 1px dashed #053065;
    transition: color .3s;
    text-decoration: none; }
  .loginSection .loginForm .required {
    color: #053065; }
  .loginSection .loginForm .errorMsg {
    margin-bottom: 20px; }
  .loginSection .loginForm .form-control + .errorMsg {
    margin-top: -10px;
    margin-bottom: 10px; }

.loginSection .infoBox {
  position: relative; }
  .loginSection .infoBox .infoBtn {
    display: block;
    position: absolute;
    top: 0;
    right: -66px;
    margin-top: 2px;
    height: 36px;
    min-width: 36px;
    color: #053065;
    border: 1px solid #e1e1e1;
    border-radius: 19px;
    font-size: 30px;
    line-height: 36px;
    text-align: center; }
    .loginSection .infoBox .infoBtn:hover {
      text-decoration: none;
      border-color: #e1e1e1; }

.loginSection .tooltip {
  width: 200px; }

.loginRedirect .failNotice {
  margin: 70px 0; }

.modal-content {
  padding-top: 10px;
  background: #eee;
  border-radius: 10px; }
  .modal-content .modal-header {
    margin: 0 25px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px dotted #444; }
  .modal-content .modal-title {
    color: #666;
    font-size: 24px;
    font-family: "ProximaNova-Bold";
    text-transform: uppercase; }
  .modal-content .modal-body {
    margin: 0 25px;
    padding: 40px 0 15px;
    font-size: 18px;
    font-family: "ProximaNova-Light"; }
    .modal-content .modal-body p span {
      color: #053065; }
  .modal-content .modal-footer {
    margin: 0 25px;
    padding: 15px 0 40px;
    border-top: none;
    text-align: left; }
  .modal-content .close {
    width: 32px;
    height: 32px;
    margin: -10px -10px 0 0;
    color: #666;
    opacity: 1;
    border: 1px solid #666;
    border-radius: 16px;
    line-height: 32px; }

@media (min-width: 992px) {
  .loginSection .mainColoum, .loginSection .sideColoum {
    padding-top: 40px;
    padding-bottom: 40px; }
  .loginSection .mainColoum {
    margin-right: -15px;
    padding-right: 12%; }
  .loginSection .sideColoum {
    margin-left: -15px;
    padding-left: 12%;
    border-left: 1px dotted #444; }
  .loginSection .col-sm-5 + .col-sm-6 {
    float: right; }
  .loginSection .loginForm a:hover {
    border-color: #29b0b4; } }

@media (min-width: 1200px) {
  .loginSection .mainColoum {
    padding-right: 25%; }
  .loginSection .sideColoum {
    padding-left: 25%; } }

@media (max-width: 991px) {
  .loginSection .infoBox {
    padding-right: 51px; }
    .loginSection .infoBox .infoBtn {
      right: 0; } }

@media (max-width: 991px) and (min-width: 768px) {
  .loginSection > .container {
    margin-top: 50px; } }

@media (max-width: 767px) {
  .loginSection > .container {
    padding-top: 50px; }
  .loginSection .loginForm .button {
    display: block;
    width: 100%; }
    .loginSection .loginForm .button.right {
      float: none; }
  .loginSection .loginHero {
    padding: 30px 0 15px; }
    .loginSection .loginHero h1 {
      font-size: 40px; }
    .loginSection .loginHero p {
      font-size: 24px; }
  .loginRedirect .failNotice {
    margin: 50px 0; } }

@media (max-width: 377px) {
  .loginSection .col-md-6 .button {
    min-width: 0;
    display: block;
    width: 100%; } }

/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: 17em;
  padding: .2em .4em 0 .2em;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 4px; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 1;
  text-decoration: none;
  color: #053065; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

/* Register */
.registerSection {
  margin-bottom: 70px;
  /*.date {
		.form-control { border-radius:10px 0 0 10px; border-right:none;}
		.input-group-addon { height:38px; padding:2px 12px 0; background:none;border-radius:0 10px 10px 0; border-color:$lineGrey;
			span { font-size:24px; line-height:36px; color:$text-light-color;}
		}
	}*/ }
  .registerSection .registerHero {
    padding: 100px 0 50px;
    background-color: #030303;
    color: #fff;
    font-size: 30px;
    font-family: "ProximaNova-Light";
    background: url(/Components/Gll/_Shared/Views/content/heroBg.jpg) no-repeat;
    background-size: cover; }
    .registerSection .registerHero h1 {
      font-size: 48px;
      text-transform: uppercase; }
    .registerSection .registerHero p {
      line-height: normal; }
  .registerSection .printLogo {
    margin-bottom: 50px; }
  .registerSection .panel-group {
    margin-bottom: 0; }
  .registerSection .panel-group .panel + .panel {
    margin-top: 30px; }
  .registerSection .panel {
    box-shadow: none; }
  .registerSection .panel-heading {
    padding: 0;
    border-radius: 0;
    border-bottom: none; }
  .registerSection .panel-title {
    display: block;
    font-size: 21px;
    font-family: "ProximaNova-Bold";
    line-height: 1.5;
    text-transform: uppercase; }
    .registerSection .panel-title a {
      display: block;
      padding: 14px 20px;
      background: #053065;
      color: #fff;
      border-radius: 10px 10px 0 0;
      outline: none; }
      .registerSection .panel-title a:focus {
        outline: 0;
        text-decoration: none; }
      .registerSection .panel-title a:hover {
        text-decoration: none; }
      .registerSection .panel-title a.collapsed {
        background: #eee;
        border-radius: 10px;
        color: #333; }
  .registerSection .panel-body {
    padding: 30px; }
    .registerSection .panel-body h3 {
      margin: 20px 0;
      font-size: 18px;
      font-family: "ProximaNova-Bold"; }
    .registerSection .panel-body .textMsg {
      font-size: 14px; }
      .registerSection .panel-body .textMsg h4 {
        margin-bottom: 20px;
        font-size: 14px;
        font-family: "ProximaNova-Bold"; }
      .registerSection .panel-body .textMsg ul {
        margin-bottom: 20px; }
    .registerSection .panel-body ul {
      padding-left: 15px; }
      .registerSection .panel-body ul li {
        list-style-type: disc;
        list-style-position: outside; }
      .registerSection .panel-body ul ul {
        padding-left: 20px; }
    .registerSection .panel-body label a {
      border-bottom: 1px dashed #053065;
      transition: color .3s;
      text-decoration: none; }
  .registerSection .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: 1px solid #eee;
    border-radius: 0 0 10px 10px;
    border-top: none; }
  .registerSection .form-horizontal:after {
    display: table;
    content: "";
    clear: both; }
  .registerSection .form-horizontal .form-group {
    margin-bottom: 20px; }
  .registerSection .form-horizontal .control-label {
    font-size: 18px;
    font-family: "ProximaNova-Light";
    font-weight: normal;
    text-align: left;
    display: block; }
    .registerSection .form-horizontal .control-label span {
      font-family: "ProximaNova-Bold"; }
  .registerSection .form-horizontal .required {
    color: #053065; }
  .registerSection .form-horizontal .form-control {
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    box-shadow: none; }
  .registerSection .form-horizontal .infoBtn {
    display: inline-block;
    float: left;
    margin: 2px 20px 0 0;
    height: 36px;
    min-width: 36px;
    color: #053065;
    border: 1px solid #e1e1e1;
    border-radius: 19px;
    font-size: 30px;
    line-height: 36px;
    text-align: center; }
    .registerSection .form-horizontal .infoBtn:hover {
      text-decoration: none; }
  .registerSection .form-horizontal .button {
    margin-bottom: 0;
    border-radius: 10px; }
  .registerSection .form-horizontal > .errorMsg {
    margin-bottom: 20px; }
  .registerSection .form-horizontal .form-group .errorMsg {
    margin-top: 10px; }
  .registerSection .form-horizontal .button.formBtn {
    min-height: 38px;
    line-height: 38px;
    padding: 0 30px; }
  .registerSection .form-vertical:after {
    display: table;
    content: "";
    clear: both; }
  .registerSection .form-vertical .form-group {
    margin-bottom: 20px; }
  .registerSection .form-vertical .control-label {
    font-size: 18px;
    font-family: "ProximaNova-Light";
    font-weight: normal;
    text-align: left; }
    .registerSection .form-vertical .control-label span {
      font-family: "ProximaNova-Bold"; }
  .registerSection .form-vertical .required {
    color: #053065; }
  .registerSection .form-vertical .form-control {
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    box-shadow: none; }
  .registerSection .form-vertical > .errorMsg {
    margin-bottom: 20px; }
  .registerSection .form-vertical .form-group .errorMsg {
    margin-top: 10px; }
  .registerSection .tipRequire {
    font-size: 18px;
    font-family: "ProximaNova-Light";
    font-weight: normal;
    color: #f00;
    margin-bottom: -65px;
    margin-top: 30px; }
    .registerSection .tipRequire .required {
      font-family: "ProximaNova-Bold"; }
  .registerSection form + .tipRequire {
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: 1px dotted #999; }
  .registerSection .buttonBox {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px dotted #999;
    text-align: right; }
    .registerSection .buttonBox .button {
      margin-left: 20px; }
      .registerSection .buttonBox .button:first-child {
        margin-left: 0; }
  .registerSection .marked {
    margin: 50px 0;
    font-size: 24px;
    font-family: "ProximaNova-Light"; }
    .registerSection .marked a {
      font-family: "ProximaNova-Bold"; }
  .registerSection .clause {
    font-size: 18px;
    font-family: "ProximaNova-Light";
    line-height: 1.3; }
    .registerSection .clause label {
      margin-bottom: 10px; }
  .registerSection .paymentSel {
    margin-top: 30px; }
    .registerSection .paymentSel .panel-title a {
      padding-left: 80px;
      border-radius: 10px;
      background: #eee;
      position: relative;
      color: #333;
      text-transform: none;
      height: 60px;
      line-height: 30px;
      height: 100%; }
      .registerSection .paymentSel .panel-title a .radioBox, .registerSection .paymentSel .panel-title a .checkBox {
        display: block;
        margin-left: -80px;
        width: 60px;
        height: 60px;
        position: absolute;
        background: #04254d;
        top: 0;
        border-radius: 10px 0 0 10px;
        height: 100%; }
        .registerSection .paymentSel .panel-title a .radioBox:before, .registerSection .paymentSel .panel-title a .radioBox:after, .registerSection .paymentSel .panel-title a .checkBox:before, .registerSection .paymentSel .panel-title a .checkBox:after {
          position: absolute;
          display: block;
          content: "";
          top: 50%;
          left: 50%; }
        .registerSection .paymentSel .panel-title a .radioBox:before, .registerSection .paymentSel .panel-title a .checkBox:before {
          background: #fff;
          border: 1px solid #eee; }
        .registerSection .paymentSel .panel-title a .radioBox:before, .registerSection .paymentSel .panel-title a .radioBox.checkBox:after, .registerSection .paymentSel .panel-title a .checkBox:before, .registerSection .paymentSel .panel-title a .checkBox.checkBox:after {
          width: 16px;
          height: 16px;
          margin: -8px 0 0 -8px; }
        .registerSection .paymentSel .panel-title a .radioBox.radioBox:before, .registerSection .paymentSel .panel-title a .radioBox.radioBox:after, .registerSection .paymentSel .panel-title a .checkBox.radioBox:before, .registerSection .paymentSel .panel-title a .checkBox.radioBox:after {
          border-radius: 50%; }
        .registerSection .paymentSel .panel-title a .radioBox.radioBox:after, .registerSection .paymentSel .panel-title a .checkBox.radioBox:after {
          background: #333;
          width: 10px;
          height: 10px;
          margin: -5px 0 0 -5px; }
        .registerSection .paymentSel .panel-title a .radioBox.checkBox:after, .registerSection .paymentSel .panel-title a .checkBox.checkBox:after {
          content: "\2714";
          color: #053065;
          line-height: 16px;
          text-align: center;
          font-size: 16px;
          font-weight: bold; }
      .registerSection .paymentSel .panel-title a.collapsed .radioBox, .registerSection .paymentSel .panel-title a.collapsed .checkBox {
        background: #ccc; }
        .registerSection .paymentSel .panel-title a.collapsed .radioBox:after, .registerSection .paymentSel .panel-title a.collapsed .checkBox:after {
          display: none; }
    .registerSection .paymentSel.panel-group .panel-heading + .panel-collapse > .panel-body {
      border: none;
      border-radius: 0; }
    .registerSection .paymentSel .panel-body {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 0; }
  .registerSection .paymentDue {
    border-radius: 10px;
    border: 1px solid #999;
    margin-bottom: 20px; }
    .registerSection .paymentDue:after {
      display: table;
      content: "";
      clear: both; }
    .registerSection .paymentDue .dueItem {
      padding: 10px 0;
      font-size: 18px; }
      .registerSection .paymentDue .dueItem .inputMaskBox {
        position: relative;
        float: right;
        width: 50%;
        height: 26px; }
        .registerSection .paymentDue .dueItem .inputMaskBox input {
          width: 100%;
          height: 26px;
          padding: 0;
          border: none;
          background: none;
          font-family: "ProximaNova-Bold";
          font-size: 21px;
          line-height: 26px;
          text-align: right;
          cursor: default; }
        .registerSection .paymentDue .dueItem .inputMaskBox .inputMask {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 1; }
    .registerSection .paymentDue .col-sm-6:first-child {
      border-right: 1px solid #999; }
  .registerSection .currencySel {
    float: none;
    background: #eee; }
  .registerSection .verification {
    display: none;
    margin-bottom: 20px;
    padding: 30px;
    background: #eee;
    border-radius: 8px; }
    .registerSection .verification h3 {
      margin-top: 0; }
    .registerSection .verification > div > .button {
      margin-top: 20px; }
      .registerSection .verification > div > .button span {
        display: inline-block; }
    .registerSection .verification .successIcon {
      display: inline-block;
      width: 40px;
      height: 40px;
      text-align: center;
      color: #fff;
      background: green;
      border-radius: 50%;
      line-height: 40px; }
  .registerSection .supportHours {
    margin-top: 40px; }
    .registerSection .supportHours h2 {
      font-family: "ProximaNova-Light";
      font-size: 30px;
      margin-bottom: 20px; }
  .registerSection .branchAddress .item {
    margin-top: 25px; }
  .registerSection .branchAddress h4 {
    margin-bottom: 5px;
    font-family: "ProximaNova-Bold"; }
  .registerSection .branchAddress > h4 {
    margin-top: 40px; }
  .registerSection .branchAddress p + p {
    margin-top: 0; }
  .registerSection .branchAddress p + .subTlt {
    margin-top: 5px; }
  .registerSection .branchAddress .col-sm-6:nth-child(2n+1) {
    clear: left; }
  .registerSection .timeTip {
    margin-bottom: 20px;
    font-size: 16px; }

.dataTable {
  margin-bottom: 20px;
  color: #000;
  font-size: 14px;
  border: 1px solid #eee;
  border-radius: 10px; }
  .dataTable .dataHead {
    background: #eee;
    border-radius: 10px 10px 0 0;
    font-weight: bold; }
  .dataTable .row {
    position: relative;
    margin-left: 0;
    margin-right: 0; }
  .dataTable [class*='col-'] {
    padding: 10px; }
  .dataTable .col-sm-3:nth-child(3) {
    padding-right: 40px; }
  .dataTable .eCardDelete {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    color: grey;
    font-size: 10px;
    text-decoration: none;
    text-align: center;
    cursor: pointer; }
  .dataTable .tableTlt {
    font-family: "ProximaNova-Bold"; }
  .dataTable.inputTable {
    line-height: 40px; }
    .dataTable.inputTable .row {
      margin-bottom: 5px; }
    .dataTable.inputTable [class*='col-'] {
      padding: 0 10px; }
    .dataTable.inputTable .form-control {
      width: 50%;
      height: 40px;
      border: 1px solid #e1e1e1;
      border-radius: 10px;
      box-shadow: none; }
    .dataTable.inputTable .iconBtn {
      width: 40px;
      padding-left: 3px; }

@media (max-width: 767px) {
  .dataTable [class*='col-'] {
    padding: 5px 10px; }
  .dataTable.inputTable {
    line-height: 35px; }
    .dataTable.inputTable .form-control {
      width: 100%; } }

@media (min-width: 992px) {
  .registerSection .panel-body label a:hover {
    border-color: #29b0b4; }
  .registerSection .registerHero {
    min-height: 238px; } }

@media (max-width: 991px) and (min-width: 768px) {
  .registerSection > .container {
    margin-top: 50px; } }

@media (max-width: 767px) {
  .registerSection {
    margin-bottom: 50px; }
    .registerSection .registerHero {
      padding: 30px 0 15px; }
      .registerSection .registerHero h1 {
        font-size: 40px; }
      .registerSection .registerHero p {
        font-size: 24px; }
    .registerSection > .container {
      padding-top: 50px; }
    .registerSection .getCode {
      margin-top: 20px; }
    .registerSection .verification {
      padding: 15px; }
      .registerSection .verification h3 {
        margin-bottom: 10px; }
      .registerSection .verification .form-group .button {
        margin-top: 15px; }
  .registerSection .panel-body {
    padding: 30px 15px; }
  .registerSection .panel-title {
    font-size: 18px; }
  .registerSection .form-horizontal .col-sm-4 + .col-sm-4,
  .registerSection .form-horizontal .col-sm-4 + .col-sm-4 + .col-sm-2,
  .registerSection .form-horizontal .col-xs-6 + .col-xs-12 {
    margin-top: 15px; }
  .registerSection .form-horizontal .mobile-line {
    float: none; }
  .registerSection .form-horizontal .col-sm-4 + .col-xs-2 {
    padding: 0; }
  .registerSection .form-horizontal .infoBtn {
    margin-left: 0; }
  .registerSection .paymentDue .col-sm-6:first-child {
    border-right: 0;
    border-bottom: 1px solid #999; }
  .registerSection .buttonBox .button {
    padding-left: 15px;
    padding-right: 15px; }
  .registerSection .tipRequire + .buttonBox {
    padding-top: 65px; }
  .dataTable .row {
    border-bottom: 1px solid #eee; }
    .dataTable .row:last-child {
      border-bottom: none; }
  .dataTable .col-sm-6 {
    padding-bottom: 0; }
  .dataTable .col-sm-6:nth-child(1) {
    padding-right: 40px; }
  .dataTable .col-sm-3:nth-child(3) {
    padding-right: 10px; }
  .dataTable.inputTable .row {
    padding-bottom: 10px; }
    .dataTable.inputTable .row:last-child {
      margin-bottom: 0; } }

a.collapsed.disabled {
  pointer-events: none; }

span.required.hidden {
  display: none; }

input.transparent {
  border: none;
  background: transparent;
  text-align: right;
  float: right;
  font-weight: bold;
  font-size: 21px; }

/* register confirm */
.registerCfm {
  font-size: 16px; }
  .registerCfm .success {
    color: #053065; }
  .registerCfm .cfmOrderDetail {
    margin: 20px 0; }
    .registerCfm .cfmOrderDetail h2 {
      font-size: inherit; }
    .registerCfm .cfmOrderDetail .cfmList {
      margin: 20px 0;
      padding: 15px;
      background-color: #eee;
      font-size: 14px; }
      .registerCfm .cfmOrderDetail .cfmList:after {
        content: ' ';
        display: table;
        clear: both; }
      .registerCfm .cfmOrderDetail .cfmList dt {
        width: 25%;
        float: left;
        clear: left;
        color: #053065; }
      .registerCfm .cfmOrderDetail .cfmList dd {
        width: 75%;
        float: left;
        clear: right; }

@media (max-width: 767px) {
  .registerCfm .cfmOrderDetail .cfmList dt {
    width: 50%; }
  .registerCfm .cfmOrderDetail .cfmList dd {
    width: 50%; } }

/*******New*******/
.custom-combobox {
  position: relative;
  display: inline-block;
  width: 100%; }

.custom-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  padding: 0; }

.custom-combobox-input {
  margin: 0;
  padding: 5px 10px; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button {
  font-weight: normal; }

html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  font-weight: normal; }

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -7px; }

.custom-combobox .ui-widget.ui-widget-content {
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 10px;
  box-shadow: none;
  width: 100%;
  background: none;
  border: 1px solid #e1e1e1; }

.custom-combobox > .custom-combobox-toggle {
  float: right;
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 2px;
  height: 24px;
  width: 16px;
  background: #ffffff; }

.ui-menu {
  background: #fff;
  min-width: 270px;
  max-width: 340px;
  border: 1px solid #1e90ff;
  line-height: 32px;
  max-height: 162px;
  overflow-y: scroll; }
  .ui-menu .ui-menu-item .ui-menu-item-wrapper {
    padding: 0 15px; }
    .ui-menu .ui-menu-item .ui-menu-item-wrapper:hover {
      background: #1e90ff;
      color: #fff; }

.custom-combobox-toggle span {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0 !important;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  position: absolute;
  top: 11px !important;
  left: 9px !important;
  border-top: 0px solid;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 6px solid #444444; }

.custom-combobox a.ui-button:active, .custom-combobox .ui-button:active {
  border: none; }

#BankBranchNameCustom {
  display: none; }

@media (max-width: 767px) {
  .ui-menu {
    max-width: 90%; } }

/*********tooltip********/
.tooltip_container .tooltip {
  position: absolute;
  z-index: 9999 !important; }

/***registration packs***/
.packHead {
  cursor: pointer;
  background: #545454; }
  .packHead h3 {
    height: 60px;
    font-size: 14px;
    line-height: 22px;
    padding: 10px 20px;
    text-align: center;
    margin: 0;
    color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin: 0px !important;
    margin-bottom: 20px !important; }
  .packHead img {
    width: 100%;
    height: auto;
    margin: 0;
    display: block; }
  .packHead:hover {
    background: #999; }

.packMore {
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 8px 15px; }
  .packMore:before {
    content: '+ ';
    width: 14px;
    text-align: center;
    display: inline-block; }
  .packMore.show:before {
    content: '- ';
    width: 14px;
    text-align: center;
    display: inline-block; }

.packDetail {
  border-top: 1px solid #ccc;
  text-align: left;
  display: none; }
  .packDetail ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .packDetail ul li {
      margin: 0;
      padding: 0 10px; }
      .packDetail ul li i {
        font-size: 10px;
        margin: 0 5px 0 0; }
      .packDetail ul li ul {
        padding: 5px 0; }
        .packDetail ul li ul li {
          padding: 0 20px; }
          .packDetail ul li ul li:before {
            content: '-';
            margin: 0 5px 0 0; }

.packSelect {
  padding: 10px 20px;
  border-top: 1px solid #ccc;
  text-align: center; }

.packContent {
  padding: 15px;
  background: #eee; }

.packSelect span {
  display: inline-block;
  font-size: 18px;
  line-height: 25px;
  margin: 0 5px;
  font-weight: bold; }

.ratioBtn {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: top; }
  .ratioBtn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    display: block; }

/* Hide the browser's default radio button */
/* Create a custom radio button */
.checkmark {
  position: relative;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
  display: inline-block; }

/* On mouse-over, add a grey background color */
.ratioBtn:hover input ~ .checkmark {
  background-color: #ccc; }

.ratioBtn input:checked ~ .checkmark {
  background-color: #fff; }

/* When the radio button is checked, add a blue background */
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.ratioBtn input:checked ~ .checkmark:after {
  display: block; }

.ratioBtn .checkmark:after {
  left: 10px;
  top: 6px;
  width: 7px;
  height: 13px;
  border: solid #053065;
  border-width: 0 3px 3px 0;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* Style the checkmark/indicator */
.btnStart {
  border: 2px solid #ccc;
  padding: 11px 14px 4px 14px;
  box-sizing: border-box;
  margin: 0 auto;
  border-radius: 6px;
  cursor: pointer; }
  .btnStart:hover {
    border-color: #053065; }

.active {
  border-color: #053065;
  background: #053065;
  color: #fff; }

.btnStart label, .btnStart span {
  display: inline-block;
  line-height: 30px; }

/**payment images**/
/*.credit-crd li a img {
    width: 100%;
    height: 100%;
    max-width: 11%;
    vertical-align: middle;
    margin-left: 7px;
}*/
.credit-crd li {
  display: initial; }

.panel-body-content {
  width: 100%;
  border: 1px solid gainsboro; }

.panel-first a {
  padding: 29px 77px !important;
  font-size: 16px; }

.panel-second a {
  padding: 7px 78px;
  font-size: 16px; }

.panel-third a {
  padding: 7px 79px;
  font-size: 16px; }

.panel-col-body {
  border: 1px solid #ccc;
  text-align: center;
  border-radius: 8px; }

.q-account {
  padding: 15px 0px 10px; }
  .q-account .textMsg h2 {
    margin-top: 7px; }
  .q-account .form-group label {
    margin-top: 10px; }
  .q-account .textMsg {
    margin-top: 16px;
    font-size: 15px; }

.q-account-btn {
  float: right !important; }

.credit-crd.nav > li > a {
  position: relative;
  display: block;
  padding: 5px 5px; }

.paymentSel .panel-col {
  margin-bottom: 10px; }

.inhouse-payment .nav-tabs > li > a {
  margin-right: 0px; }

/*Mobile View*/
@media (max-width: 767px) and (min-width: 360px) {
  .credit-crd a img {
    width: 100%;
    height: 100%;
    max-width: 29%; }
  .panel-body-content {
    width: 100%;
    border: 1px solid gainsboro; }
  .packSelect {
    padding: 1em 1em;
    border-top: 1px solid #ccc;
    text-align: center; }
  .panel-first a {
    padding: 4px 80px !important;
    font-size: 16px; }
  .btnStart {
    border: 2px solid #ccc;
    padding: 12px 20px 4px 20px;
    box-sizing: border-box;
    border-radius: 6px;
    cursor: pointer; }
  .packSelect span {
    font-size: 16px;
    margin: 0 5px;
    font-weight: bold; }
  .panel-col {
    padding: 10px; } }

.payment_section .active {
  background: transparent;
  color: #000;
  border: none; }

.payment_section li.active {
  box-shadow: -1px -2px 5px #eee; }

.tab-content {
  border: 1px solid #eee;
  padding-bottom: 30px;
  margin-top: -2px; }

.tab-pane {
  padding: 0 20px; }

.payment_section .nav-tabs > li.active > a {
  border-bottom: 3px solid #fff; }

.payment_section p {
  margin-bottom: 20px; }

.payment-btn {
  padding: 8px 27px;
  border: 1px solid #053065;
  color: white;
  font-family: "ProximaNova-Bold";
  font-size: 17px;
  line-height: 40px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  border-radius: 10px;
  background: #053065;
  min-height: 40px; }
  .payment-btn:hover {
    color: #fff;
    background: #bd4a0a;
    border-color: #bd4a0a;
    text-decoration: none; }

.dataTable, .registerSection .paymentDue {
  margin-top: 15px; }

.online-pay .active {
  background: white;
  color: black; }

.nav-tabs > li.active > a {
  color: #053065 !important; }
  .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #053065 !important; }

.online-pay .nav-tabs > li > a {
  color: #333; }

.inhouse-payment .responsive-tabs-container[class*="accordion-"] .accordion-link, .online-payment .responsive-tabs-container[class*="accordion-"] .accordion-link {
  padding-top: 0px;
  padding-bottom: 0px; }

.inhouse-payment .responsive-tabs-container[class*="accordion-"] .accordion-link h3, .online-payment .responsive-tabs-container[class*="accordion-"] .accordion-link h3 {
  margin-top: 8px;
  margin-bottom: 8px; }

.q-account h4 input[type="checkbox"] {
  position: relative;
  top: 2px; }

@media (min-width: 992px) {
  .navi .naviContent {
    display: block !important;
    position: absolute;
    margin-top: -45px; }
  .navi .mainNavi-collapse {
    display: block !important; }
  .navi .mainNavi > li {
    float: left;
    margin: 0 10px;
    position: relative; }
    .navi .mainNavi > li.active-nav {
      border-bottom-color: #01683b; }
    .navi .mainNavi > li.dropdownProd {
      position: static; }
    .navi .mainNavi > li:first-child {
      margin-left: 0; }
    .navi .mainNavi > li > a {
      display: block;
      padding: 0;
      padding-bottom: 2px;
      font-size: 14px;
      font-family: "ProximaNova-Bold";
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #666;
      text-decoration: none;
      border-bottom: 3px solid transparent;
      line-height: 40px;
      outline: none; }
    .navi .mainNavi > li .naviDoormat {
      top: 45px;
      padding: 30px 15px;
      width: 300px;
      left: 0;
      line-height: 25px; }
      .navi .mainNavi > li .naviDoormat.doormatProd {
        left: -9999px;
        right: -9999px;
        width: auto;
        padding: 30px 0;
        position: fixed;
        top: 97px; }
        .navi .mainNavi > li .naviDoormat.doormatProd .container {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
              justify-content: space-between;
          -ms-flex-align: start;
              align-items: flex-start; }
        .navi .mainNavi > li .naviDoormat.doormatProd .column {
          display: inline-block; }
      .navi .mainNavi > li .naviDoormat .subNavi {
        margin: 20px 10px 0;
        display: inline-block; }
        .navi .mainNavi > li .naviDoormat .subNavi > li {
          display: inline-block;
          width: 100%; }
          .navi .mainNavi > li .naviDoormat .subNavi > li > a {
            font-size: 18px;
            text-transform: uppercase;
            font-family: "ProximaNova-Bold";
            margin-bottom: 10px;
            color: #053065; }
          .navi .mainNavi > li .naviDoormat .subNavi > li span[class*="icon-"] {
            display: none; }
          .navi .mainNavi > li .naviDoormat .subNavi > li .dropdown-menu {
            display: block !important;
            position: static;
            background: none;
            float: inherit; }
        .navi .mainNavi > li .naviDoormat .subNavi .collapseBox + .collapseBox {
          padding-top: 15px; }
      .navi .mainNavi > li .naviDoormat li a {
        margin-bottom: 5px;
        color: #5c5c5c;
        font-size: 14px;
        padding: 0;
        font-weight: normal; }
        .navi .mainNavi > li .naviDoormat li a:hover, .navi .mainNavi > li .naviDoormat li a:active, .navi .mainNavi > li .naviDoormat li a:focus {
          background: none;
          color: #053065;
          text-decoration: none; }
    .navi .mainNavi > li:hover > a {
      color: #053065;
      background-color: white;
      border-bottom-color: #053065; }
    .navi .mainNavi > li:hover .naviDoormat {
      display: block; } }

@media (min-width: 1200px) {
  .navi .mainNavi > li {
    margin: 0 20px; }
    .navi .mainNavi > li > a {
      letter-spacing: 3px; } }

@media (max-width: 991px) {
  .interactionBox {
    clear: both !important;
    margin: 0 0 0 0 !important;
    width: 100%;
    box-sizing: border-box; }
  .interactionBox > div:first-child {
    position: absolute;
    top: 10px;
    right: 15px;
    overflow: hidden; }
  .nav-link {
    float: none;
    margin: 0;
    padding: 0; }
  .nav-link div {
    margin: 0 0 10px 0; }
  .mobilePlace {
    display: none; }
  .navi {
    padding: 0;
    background: #eee;
    clear: both;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); }
    .navi .navbar-toggle {
      display: block;
      float: inherit;
      width: 100%;
      height: 50px;
      border: 0;
      padding: 0;
      margin: 0;
      border-radius: 0;
      font-size: 16px;
      line-height: 50px;
      text-transform: uppercase;
      text-align: left;
      padding: 0 65px;
      word-break: keep-all;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .navi .navbar-toggle .menuBtn {
        display: block;
        float: left;
        margin-left: -65px;
        width: 50px;
        height: 50px;
        font-size: 18px;
        text-align: center;
        line-height: 50px;
        background: #053065;
        color: #fff; }
      .navi .navbar-toggle .icon-menu {
        line-height: 50px; }
    .navi .mainNavi-collapse {
      position: absolute;
      left: -9999px;
      right: -9999px;
      background: #eee; }
    .navi .mainNavi {
      overflow-y: auto;
      width: 750px;
      padding: 0 15px;
      margin: 0 auto; }
      .navi .mainNavi > li {
        padding: 0;
        background: #fff; }
        .navi .mainNavi > li.dropdownProd {
          padding: 0;
          border-top: 0; }
          .navi .mainNavi > li.dropdownProd + li {
            border-top: 0; }
        .navi .mainNavi > li.tab {
          padding: 0px 5px;
          text-decoration: none;
          border-bottom: 1px dotted #666; }
        .navi .mainNavi > li > a {
          display: block;
          color: #666;
          font-size: 18px;
          text-transform: uppercase;
          padding: 10px 0px;
          line-height: 30px;
          text-decoration: none; }
    .navi .subNavi > li:after {
      display: table;
      content: "";
      clear: both; }
    .navi .subNavi > li.dropdown {
      margin-bottom: 10px; }
    .navi .subNavi > li > a {
      text-transform: uppercase; }
    .navi .doormatProd {
      display: block !important;
      position: static;
      float: inherit;
      padding: 10px 0 0;
      background: #fff; }
      .navi .doormatProd .container {
        padding: 0;
        width: auto; }
      .navi .doormatProd .dropdown-backdrop {
        display: none; }
      .navi .doormatProd .collapseBox {
        margin-bottom: 10px; }
        .navi .doormatProd .collapseBox a:hover, .navi .doormatProd .collapseBox a:active, .navi .doormatProd .collapseBox a:focus {
          text-decoration: none;
          color: #053065;
          background: none; }
        .navi .doormatProd .collapseBox .naviProd {
          display: block;
          margin-left: 40px;
          color: #053065;
          line-height: 40px;
          font-size: 18px; }
        .navi .doormatProd .collapseBox .collapseIcon {
          float: left;
          display: block;
          width: 40px;
          height: 40px;
          font-size: 30px;
          line-height: 40px;
          text-align: center; }
          .navi .doormatProd .collapseBox .collapseIcon span[class*="icon-"] {
            line-height: 40px; }
          .navi .doormatProd .collapseBox .collapseIcon .icon-stretch {
            display: none; }
        .navi .doormatProd .collapseBox ul {
          padding-left: 15px;
          display: none; }
        .navi .doormatProd .collapseBox li a {
          color: #999;
          padding: 3px 15px;
          line-height: 2;
          display: block; }
        .navi .doormatProd .collapseBox.open ul {
          display: block; }
        .navi .doormatProd .collapseBox.open .collapseIcon .icon-stretch {
          display: block; }
        .navi .doormatProd .collapseBox.open .collapseIcon .icon-shrink {
          display: none; } }

@media (max-width: 767px) {
  .navi {
    margin: 0 -15px; }
    .navi .mainNavi-collapse {
      left: 0;
      right: 0; }
    .navi .mainNavi {
      width: auto;
      padding: 0 10px; } }

.nav-link {
  float: left;
  margin: 5px 0 0 0;
  text-transform: uppercase;
  /*padding: 0 0 0 5px;*/
  overflow: hidden;
  border-left: 0 solid #999;
  margin-left: 5px; }
  .nav-link div:before {
    content: '|';
    color: #fff;
    /*margin: 0 10px 0 0;*/ }
  .nav-link > div {
    float: left;
    padding: 0 5px;
    border-right: 0 solid #999; }
    .nav-link > div:first-child:before {
      margin: 0 0 0 0;
      color: #fff; }
    .nav-link > div:last-child {
      border: 0; }
  .nav-link .username {
    color: #053065;
    font-weight: 600;
    font-size: 12px;
    text-decoration: none; }

@media screen and (min-width: 991px) {
  .navi {
    border-top: 1px solid #ccc;
    padding: 5px 0 0 0; }
    .navi .doormatProd > div {
      position: relative;
      width: 100%; }
    .navi .naviContent {
      position: relative;
      top: 0 !important;
      right: inherit !important;
      margin: 0 !important;
      text-align: center; }
      .navi .naviContent li {
        padding: 0 15px;
        line-height: 18px !important;
        margin: 0 3px 0 -4px !important;
        float: none !important;
        display: inline-block; }
        .navi .naviContent li a {
          font-size: 12px;
          text-transform: none !important;
          font-weight: normal !important;
          line-height: 30px !important;
          padding: 0 !important;
          letter-spacing: 0 !important; }
          .navi .naviContent li a .active-nav {
            border-bottom-color: #053065; }
  #mainNav .tab {
    display: none; }
  .navi .mainNavi > li > .active-nav {
    border-bottom-color: #053065; } }

.collapse {
  height: auto !important; }

@media screen and (max-width: 1200px) {
  .navi .naviContent li {
    padding: 0 5px; } }

@media screen and (max-width: 991px) {
  .navi .doormatProd {
    padding: 0 !important;
    display: none; }
  .navi .mainNavi {
    padding: 0px; } }

@media (max-width: 992px) {
  #mainNav > li {
    position: relative; }
    #mainNav > li > div {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      overflow: hidden; }
      #mainNav > li > div * {
        width: 100%;
        box-sizing: border-box;
        height: auto;
        overflow: inherit; } }

@media (max-width: 992px) {
  #mainNav .collapseIcon {
    display: block !important;
    color: #053065;
    text-decoration: none; }
  #mainNav .dropdown-toggle {
    margin: 0 0 0 40px !important;
    color: #053065;
    text-decoration: none; }
  #mainNav .collapseIcon {
    display: block !important; }
  #mainNav .tab {
    padding: 0px 20px;
    background: #eee;
    display: block;
    border-bottom: 1px dotted #666; }
  #mainNav .tab > a {
    color: #666; } }

#mainNav {
  display: block; }
  #mainNav li .subNavi {
    position: absolute;
    top: 33px;
    left: 50%;
    display: none;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    margin-left: -100px;
    width: 200px; }
  #mainNav .subNavi a {
    color: #999;
    text-transform: uppercase;
    display: block;
    line-height: 20px;
    padding: 5px 10px;
    width: 100%;
    box-sizing: border-box; }
    #mainNav .subNavi a:hover {
      text-decoration: none;
      color: #053065; }
  #mainNav .subNavi li {
    margin: 0 !important; }
    #mainNav .subNavi li:hover {
      background: #f0f0f0;
      margin: 0 !important; }
  #mainNav li {
    position: relative; }
    #mainNav li:hover .subNavi {
      display: block; }
  #mainNav .subNavi li {
    display: block;
    padding: 0 15px; }
  #mainNav .collapseIcon {
    display: none;
    float: left;
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 40px;
    text-align: center; }

@media screen and (max-width: 991px) {
  #mainNav li .subNavi {
    position: relative;
    top: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.9);
    display: none;
    height: 0;
    overflow: hidden; }
    #mainNav li .subNavi li {
      padding: 5px 0; }
  .mobilePlace:before {
    content: '|';
    margin: 5px 0 0 0;
    float: right;
    color: #fff; } }

.mobilePlace:before {
  content: '|';
  margin: 5px 0 0 0;
  float: right;
  color: #fff; }

.interactionBox > div:first-child {
  float: left;
  overflow: hidden; }

/* news-feed */
.section {
  /*background: rgba(255, 255, 255, 0.5);
  clear: both;*/ }
  .section > div {
    /*max-width: 1024px;
    padding: 20px 15px;
    margin: 0 auto;
    box-sizing: border-box;*/ }

.rss-feed {
  /*background: #5c5c5c;
  color: #fff;
  text-transform: uppercase;
  border-top: 3pt solid #f36c21;*/ }
  .rss-feed > div {
    /*padding: 30px 15px;*/ }
  .rss-feed h1 {
    /*text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 52px;
    background: url(/Components/Gll/_Shared/Views/scss/Images/line_white.png) repeat-x center center;
    line-height: 52px;*/ }
    .rss-feed h1 strong {
      /*color: #f36c21;*/ }
    .rss-feed h1 span {
      /*display: block;
      background: #5c5c5c;
      padding: 5px;
      width: 300px;
      margin: 0 auto;*/ }

.news-feed > div.news-entries {
  /*text-align: center;*/ }
  .news-feed > div.news-entries > div.news-item {
    /*width: 33%;
    margin: 0 0 10px 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 15px;
    text-align: center;
    vertical-align: top;*/ }
    .news-feed > div.news-entries > div.news-item > .news-pic {
      /*position: relative;
        width: 200px;
        height: 200px;
        overflow: hidden;
        border: 4pt solid #fff;
        margin: 0 auto 20px auto;
        transition: all .1s ease-in;
        border-radius: 10px;
        background: #fff;*/ }
      .news-feed > div.news-entries > div.news-item > .news-pic:hover {
        /*border: 4pt solid #f36c21;*/ }
      .news-feed > div.news-entries > div.news-item > .news-pic img {
        /*position: absolute;
          right: 0;
          height: 100%;*/ }
    .news-feed > div.news-entries > div.news-item > .news-title a {
      /*color: #fff;
          text-decoration: none;
          text-transform: uppercase;
          font-size: 16px;
          line-height: 18px;
          transition: all .1s ease-in;
          font-family: 'Open Sans Condensed', sans-serif;
          font-size: 20px;*/ }
    .news-feed > div.news-entries > div.news-item > .news-title:hover a {
      /*color: #f36c21;*/ }

.container-rss-feed {
  /*position: relative;
  min-width: 100%;
  margin: 0 auto;
  background: url(/Components/Gll/_Shared/Views/scss/https:/www.mmfshareserver.com/PublicSite/WP/main_BG.jpg) no-repeat center center fixed;
  background-size: cover;*/ }

.container-contentbody {
  /*font-size: 1em;*/ }
  .container-contentbody > .content {
    /*background: rgba(255, 255, 255, 0.7);*/ }
    .container-contentbody > .content > div {
      /*position: relative;
        max-width: 1024px;
        margin: 0 auto;
        padding: 50px 15px;
        font-size: 1.2em;
        line-height: 1.5em;
        box-sizing: border-box;*/ }
      .container-contentbody > .content > div h1 {
        /*text-transform: uppercase;
          font-family: 'Open Sans Condensed', sans-serif;
          font-size: 2em;
          font-weight: normal;
          display: block;
          font-size: 38px;
          line-height: 38px;
          margin: 0 0 20px 0;
          border-bottom: 1pt dashed #999;
          padding: 0 0 15px 0;*/ }
      .container-contentbody > .content > div h2 {
        /*font-size: 22px;
          line-height: 24px;
          font-family: 'Open Sans Condensed', sans-serif;
          margin: 0 0 20px 0;*/ }
      .container-contentbody > .content > div ul {
        /*padding: 0 0 20px 15px;
          margin: 0 0 0 5px;
          list-style-image: url(/imgs/bullet.jpg);
          overflow: hidden;*/ }
        .container-contentbody > .content > div ul li {
          /*float: left;
            clear: both;*/ }
    .container-contentbody > .content > img {
      /*min-width: 300px;
        width: auto;
        max-width: 100%;*/ }

@media screen and (max-width: 900px) {
  .container-contentbody > .section:first-child h1 {
    /*display: block;
      text-align: center;*/ }
  .container-contentbody > .section:first-child > div > div:nth-child(1) h1 a {
    /*background: url(/imgs/icon_ourOppurtunity.png) no-repeat center top;
        width: 100%;
        height: 100px;
        padding: 100px 0 0 0;
        text-align: center;
        display: block;
        font-size: 30px;*/ }
  .container-contentbody > .section:first-child > div > div:nth-child(2) h1 a {
    /*background: url(/imgs/icon_whyQnet.png) no-repeat center top;
        width: 100%;
        height: 100px;
        padding: 100px 0 0 0;
        text-align: center;
        display: block;
        font-size: 30px;*/ }
  .container-contentbody > .section:first-child > div > div:nth-child(3) h1 a {
    /*background: url(/imgs/icon_ourProducts.png) no-repeat center top;
        width: 100%;
        height: 100px;
        padding: 100px 0 0 0;
        text-align: center;
        display: block;
        font-size: 30px;*/ } }

@media screen and (max-width: 768px) {
  .container-contentbody > .content > div .splite-col li, .container-contentbody > .content > div .splite-col-lg li {
    /*width: 100%;
      float: left;
      padding: 0 20px 0 0;
      box-sizing: border-box;*/ } }

@media screen and (max-width: 640px) {
  .news-feed > div.news-entries {
    /*width: auto;
    clear: both;
    margin: 0;
    display: block;*/ }
    .news-feed > div.news-entries > div.news-item {
      /*width: 100%;*/ }
  .container-contentbody > .section:first-child > div > div:nth-child(1) h1 a, .container-contentbody > .section:first-child > div > div:nth-child(2) h1 a, .container-contentbody > .section:first-child > div > div:nth-child(3) h1 a {
    /*font-size: 20px;
      height: 50px;
      line-height: 20px;*/ } }

@media screen and (max-width: 568px) {
  .container-contentbody > .section:first-child > div > div:nth-child(1) h1 a, .container-contentbody > .section:first-child > div > div:nth-child(2) h1 a, .container-contentbody > .section:first-child > div > div:nth-child(3) h1 a {
    /*overflow: hidden;
      padding: 0;
      text-indent: -1000px;
      height: 100px;*/ } }

.rss-error {
  /*text-align: left;
  text-transform: none;*/ }

.richtext-variants-container ul {
  display: block;
  list-style-type: inherit;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px; }

.richtextcolumn2 {
  columns: 2 200px;
  column-gap: 2em; }

.richtextcolumn3 {
  columns: 3 200px;
  column-gap: 2em; }

.prichtexttitle {
  font-size: 36px;
  text-transform: uppercase; }
  .prichtexttitle ul {
    display: block;
    list-style-type: inherit;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px; }

.prichtextcontent {
  font-size: 18px;
  font-weight: bold; }
  .prichtextcontent ul {
    display: block;
    list-style-type: inherit;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px; }

.rich-text-marginleft {
  margin-left: 20px; }

.rich-text-marginright {
  margin-right: 20px; }

@media screen and (max-width: 480px) {
  .rich-text-marginleft {
    margin-left: 0px; } }

/* Product Infomation */
.prodInfo {
  background: #f3f3f3; }
  .prodInfo .prodImg {
    position: relative;
    text-align: center;
    padding-top: 68px; }
    .prodInfo .prodImg .RPP {
      display: block;
      position: absolute;
      top: 68px;
      left: 0;
      z-index: 1; }
    .prodInfo .prodImg .zoomBtn {
      position: absolute;
      left: 0;
      bottom: -5px;
      min-width: 0;
      width: 60px;
      height: 60px;
      padding: 0;
      border: 3px solid #fff;
      border-radius: 33px;
      text-align: center;
      text-decoration: none; }
      .prodInfo .prodImg .zoomBtn span {
        margin: 0;
        float: none;
        line-height: 54px; }
    .prodInfo .prodImg .carousel-inner {
      margin-bottom: 20px;
      overflow: hidden; }
      .prodInfo .prodImg .carousel-inner .item {
        height: 100%; }
      .prodInfo .prodImg .carousel-inner img {
        display: block;
        margin: 0 auto;
        border-radius: 20px;
        max-height: 100%; }
    .prodInfo .prodImg .carousel-indicators {
      position: static;
      margin: 0 0 35px;
      width: auto; }
      .prodInfo .prodImg .carousel-indicators li {
        border-color: #e1e1e1;
        background-color: #fff; }
        .prodInfo .prodImg .carousel-indicators li.active {
          width: 10px;
          background-color: #053065;
          border-color: #053065; }
  .prodInfo .prodDetail {
    padding: 60px 0;
    color: #5c5c5c; }
    .prodInfo .prodDetail h2 {
      margin-bottom: 20px;
      font-size: 36px;
      text-transform: uppercase; }
    .prodInfo .prodDetail .price {
      font-size: 18px;
      min-height: 60px; }
      .prodInfo .prodDetail .price .row {
        margin-left: 0;
        margin-right: 0; }
      .prodInfo .prodDetail .price [class*='col'] {
        padding-left: 0;
        padding-right: 0; }
      .prodInfo .prodDetail .price p + p {
        margin-top: 0; }
      .prodInfo .prodDetail .price .BV, .prodInfo .prodDetail .price .RSP {
        display: inline-block;
        margin-right: 15px;
        padding: 2px 15px 0;
        border: 1px solid #444;
        line-height: 22px;
        border-radius: 13px; }
      .prodInfo .prodDetail .price .RSP {
        border-color: #053065;
        margin-right: 0; }
      .prodInfo .prodDetail .price .promo {
        font-size: 22px;
        font-family: "ProximaNova-Bold";
        text-align: right;
        line-height: 1; }
        .prodInfo .prodDetail .price .promo del {
          font-family: "ProximaNova-Light"; }
        .prodInfo .prodDetail .price .promo span {
          display: inline-block; }
      .prodInfo .prodDetail .price .RPP {
        margin-top: 5px;
        color: #053065;
        font-size: 26px;
        line-height: 1;
        text-align: right; }
        .prodInfo .prodDetail .price .RPP del, .prodInfo .prodDetail .price .RPP span {
          display: inline-block; }
    .prodInfo .prodDetail .prodDesc {
      margin-top: 10px;
      font-size: 18px;
      line-height: 1.33; }
      .prodInfo .prodDetail .prodDesc p + p {
        margin-top: 5px; }
      .prodInfo .prodDetail .prodDesc h3 {
        margin-bottom: 5px;
        font-size: inherit;
        font-family: "ProximaNova-Bold"; }
      .prodInfo .prodDetail .prodDesc a {
        border-bottom: 1px dashed #053065;
        transition: color .3s;
        text-decoration: none; }
      .prodInfo .prodDetail .prodDesc ul, .prodInfo .prodDetail .prodDesc ol {
        margin-top: 20px;
        padding-left: 20px; }
      .prodInfo .prodDetail .prodDesc ul {
        list-style: disc; }
      .prodInfo .prodDetail .prodDesc li + li {
        margin-top: 8px; }
      .prodInfo .prodDetail .prodDesc li {
        word-break: break-all;
        word-wrap: break-word; }
      .prodInfo .prodDetail .prodDesc li span {
        display: inline-block; }
      .prodInfo .prodDetail .prodDesc li .dataTlt {
        min-width: 70px; }
      .prodInfo .prodDetail .prodDesc p span {
        display: inline-block; }
    .prodInfo .prodDetail .descImg {
      float: right; }
    .prodInfo .prodDetail .prodStaus {
      margin: 70px 0 50px;
      font-size: 18px;
      line-height: normal; }
      .prodInfo .prodDetail .prodStaus.unavailable {
        color: #b21414; }
      .prodInfo .prodDetail .prodStaus .icon-check, .prodInfo .prodDetail .prodStaus .icon-sign-circle {
        float: left;
        margin-right: 15px;
        color: #14b244;
        font-size: 26px; }
      .prodInfo .prodDetail .prodStaus li {
        clear: left; }
      .prodInfo .prodDetail .prodStaus li + li {
        margin-top: 15px; }
      .prodInfo .prodDetail .prodStaus li span {
        display: inline-block; }
      .prodInfo .prodDetail .prodStaus li .dataTlt {
        min-width: 70px; }
    .prodInfo .prodDetail .warning {
      margin-bottom: 10px; }
    .prodInfo .prodDetail .prodVarProp {
      margin-bottom: 15px; }
      .prodInfo .prodDetail .prodVarProp select {
        display: inline;
        width: auto;
        height: 46px;
        min-width: 70px;
        margin: 3px 10px 3px 0;
        padding-left: 8px;
        border: 1px solid #e1e1e1;
        border-radius: 10px;
        box-shadow: none; }
    .prodInfo .prodDetail .prodShare:after {
      content: ' ';
      display: table;
      clear: both; }
    .prodInfo .prodDetail .prodShare .socialIcon {
      display: block;
      float: left;
      margin-right: 20px;
      width: 50px;
      height: 50px;
      border: 2px solid #e1e1e1;
      border-radius: 27px;
      background: #fff;
      color: #053065;
      text-decoration: none;
      text-align: center;
      font-size: 26px;
      line-height: 50px;
      transition: .2s; }
      .prodInfo .prodDetail .prodShare .socialIcon [class^="icon-"] {
        line-height: inherit; }
      .prodInfo .prodDetail .prodShare .socialIcon:last-child {
        margin-right: 0; }
    .prodInfo .prodDetail .remark {
      text-align: right; }
  .prodInfo .atclear {
    clear: none; }

@media (min-width: 992px) {
  .prodInfo .prodDetail .prodShare .socialIcon:hover {
    background: #053065;
    color: #fff; }
  .prodInfo .prodDetail .prodDesc a:hover {
    border-color: #29b0b4; }
  .prodInfo .prodDetail .rowMorespace.row {
    margin-left: 0;
    margin-right: 0; }
    .prodInfo .prodDetail .rowMorespace.row > [class^='col-'] {
      padding-left: 0;
      padding-right: 0; }
  .prodInfo .prodDetail .rightBtn {
    float: right; }
  .prodInfo .prodDetail .cartBtn, .prodInfo .prodDetail .favoriteBtn {
    float: right;
    margin-bottom: 20px;
    min-width: 260px; }
  .prodInfo .prodImg .carousel-indicators {
    margin: 0 -10px 35px; }
    .prodInfo .prodImg .carousel-indicators:after {
      content: ' ';
      display: table;
      clear: both; }
    .prodInfo .prodImg .carousel-indicators li {
      display: inline-block;
      float: left;
      width: 33%;
      margin: 0;
      padding: 0 10px;
      text-indent: 0;
      border: none;
      background: none;
      cursor: pointer;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
      .prodInfo .prodImg .carousel-indicators li img {
        max-height: 100%;
        max-width: 100%;
        display: block;
        margin: 0 auto;
        border-radius: 20px;
        opacity: 0.4; }
      .prodInfo .prodImg .carousel-indicators li.active {
        width: 33%;
        background: none;
        margin: 0; }
        .prodInfo .prodImg .carousel-indicators li.active img {
          opacity: 1; } }

@media (max-width: 1199px) {
  .prodInfo .prodDetail .price .promo {
    text-align: left;
    margin-top: 15px; }
  .prodInfo .prodDetail .price .promo del {
    padding-right: 2px; }
  .prodInfo .prodDetail .price .RPP {
    text-align: left; }
  .prodInfo .prodDetail .remark {
    margin-top: 10px;
    text-align: left; } }

@media (max-width: 991px) {
  .prodInfo .prodImg .RPP {
    width: 50px; }
  .prodInfo .prodImg .zoomBtn {
    display: none; }
  .prodInfo .prodDetail .cartBtn, .prodInfo .prodDetail .favoriteBtn {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 20px; } }

@media (max-width: 767px) {
  .prodInfo .prodImg {
    padding-top: 50px;
    min-height: 110px; }
    .prodInfo .prodImg .RPP {
      top: 50px; }
    .prodInfo .prodImg .carousel-indicators {
      margin-bottom: 0; }
  .prodInfo .prodDetail {
    padding: 20px 0 40px; }
    .prodInfo .prodDetail .prodStaus {
      margin: 20px 0; } }

/* Product Feature */
.prodFeature {
  padding: 80px 0 100px;
  border-top: 1px dotted #e1e1e1;
  font-size: 20px;
  color: #252525;
  line-height: normal; }
  .prodFeature .panel-group .panel + .panel {
    margin-top: 0; }
  .prodFeature .panel {
    padding: 0;
    box-shadow: none;
    border-bottom: 1px solid #e1e1e1; }
  .prodFeature .panel-heading {
    padding: 15px 0; }
  .prodFeature .panel-title {
    padding-left: 45px;
    font-size: 28px;
    line-height: 42px;
    min-height: 42px;
    color: #053065;
    text-transform: uppercase; }
    .prodFeature .panel-title a {
      text-decoration: none; }
    .prodFeature .panel-title a span {
      display: block;
      float: left;
      width: 30px;
      margin-left: -45px;
      padding-top: 4px;
      font-size: 20px;
      line-height: 38px;
      text-align: center; }
    .prodFeature .panel-title .icon-chevron-right {
      display: none; }
    .prodFeature .panel-title .collapsed .icon-chevron-down {
      display: none; }
    .prodFeature .panel-title .collapsed .icon-chevron-right {
      display: block; }
  .prodFeature .panel-body {
    padding: 15px 0; }
  .prodFeature .featureDesc p + h2 {
    margin-top: 70px; }
  .prodFeature .featureDesc > ul {
    margin: 50px 0 60px;
    font-size: 18px;
    color: #5c5c5c; }
    .prodFeature .featureDesc > ul > li {
      padding-left: 40px;
      margin-bottom: 20px; }
      .prodFeature .featureDesc > ul > li:before {
        font-family: 'icomoon' !important;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e905";
        float: left;
        margin-left: -40px;
        color: #053065;
        font-size: 26px; }
      .prodFeature .featureDesc > ul > li:last-child {
        margin-bottom: 0; }
      .prodFeature .featureDesc > ul > li ul, .prodFeature .featureDesc > ul > li ol {
        margin: 8px 0 0;
        padding-left: 20px;
        font-size: 16px;
        line-height: 1.5; }
      .prodFeature .featureDesc > ul > li ul li {
        list-style-type: disc;
        list-style-position: outside; }
  .prodFeature .moreFeature {
    margin-bottom: 40px;
    padding: 18px 0;
    border-top: 1px dotted #999;
    border-bottom: 1px dotted #999; }
    .prodFeature .moreFeature a {
      font-size: 18px;
      font-family: "ProximaNova-Bold";
      transition: color .3s;
      text-decoration: none;
      text-transform: uppercase; }
    .prodFeature .moreFeature .lessBtn {
      display: none; }
  .prodFeature p a {
    border-bottom: 1px dashed #053065;
    transition: color .3s;
    text-decoration: none; }

@media (min-width: 992px) {
  .prodFeature p a:hover {
    border-color: #29b0b4; } }

@media (max-width: 991px) {
  .prodFeature .featureDesc > ul {
    margin: 50px 0 35px; }
    .prodFeature .featureDesc > ul > li {
      float: none;
      width: auto;
      margin-bottom: 15px; } }

@media (max-width: 767px) {
  .prodFeature {
    padding: 50px 0; }
    .prodFeature .featureDesc p + h2 {
      margin-top: 30px; }
    .prodFeature .featureDesc > ul {
      margin: 30px 0 15px; }
    .prodFeature .moreFeature {
      margin-bottom: 20px; } }

/* Product Review */
.prodReview {
  color: #fff; }
  .prodReview .item .fullWidth {
    padding: 0 15px;
    text-align: center; }
  .prodReview .reviewContent {
    position: relative;
    padding-top: 160px;
    font-size: 36px;
    font-family: "ProximaNova-Light";
    line-height: 1.2; }
    .prodReview .reviewContent .icon-quote {
      position: absolute;
      left: -70px;
      top: 155px;
      color: #053065;
      font-size: 60px; }
  .prodReview .reviewTime {
    margin-bottom: 40px;
    font-size: 22px;
    color: rgba(255, 255, 255, 0.4); }
  .prodReview .button {
    margin-bottom: 115px;
    color: #fff;
    border-color: #fff;
    font-size: 14px;
    border-width: 2px;
    border-radius: 25px;
    line-height: 26px;
    letter-spacing: 3px;
    transition: .3s; }
  .prodReview img {
    position: absolute;
    right: 15px;
    bottom: 0;
    max-width: 59%;
    max-height: 590px; }
  .prodReview .item {
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover; }
  .prodReview .swiper-button-next, .prodReview .swiper-button-prev {
    display: none; }

@media (min-width: 992px) {
  .prodReview .button:hover {
    border-color: #053065;
    color: #053065; }
  .prodReview .item .row {
    min-height: 630px; } }

@media (max-width: 1300px) and (min-width: 1200px) {
  .prodReview .item .col-md-6 {
    margin-left: 85px; }
  .prodReview .item .fullWidth {
    margin: 0 85px; } }

@media (max-width: 1100px) {
  .prodReview .item .col-md-6 {
    margin-left: 85px; }
  .prodReview .item .fullWidth {
    margin: 0 85px; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .prodReview .item .row {
    min-height: 510px;
    -webkit-box-pack: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
  .prodReview .reviewContent {
    padding-top: 60px;
    font-size: 28px; }
    .prodReview .reviewContent .icon-quote {
      top: 55px; }
  .prodReview .button {
    margin-bottom: 60px; }
  .prodReview img {
    max-height: 480px; } }

@media (max-width: 991px) {
  .prodReview {
    text-align: center; }
    .prodReview .reviewContent {
      padding-top: 60px;
      font-size: 26px; }
    .prodReview .icon-quote {
      display: none; }
    .prodReview .button {
      margin-bottom: 60px; }
    .prodReview .item {
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      -ms-grid-row-align: center;
          align-items: center; }
      .prodReview .item .col-md-6 {
        margin: 0 85px; }
      .prodReview .item .fullWidth {
        margin: 0 85px; } }

@media (max-width: 767px) {
  .prodReview .item .col-md-6,
  .prodReview .item .fullWidth {
    margin: 0; } }

/* Detail */
.prodReviewHero {
  padding: 90px 0;
  text-align: center;
  background-color: #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }
  .prodReviewHero .reviewContent {
    padding-top: 0; }
    .prodReviewHero .reviewContent .icon-quote {
      top: 0; }
  .prodReviewHero .reviewTime {
    margin-bottom: 0; }

.prodReviewArticle {
  padding: 60px 0;
  font-size: 16px;
  color: #000; }
  .prodReviewArticle > img {
    display: block;
    float: right;
    margin: 0 0 20px 20px;
    width: 300px;
    height: auto; }
  .prodReviewArticle p + p,
  .prodReviewArticle p + img {
    margin-top: 20px; }

@media (min-width: 768px) {
  .prodReviewHero .reviewContent {
    margin: 0 70px; }
  .prodReview .swiper-pagination {
    display: block; } }

@media (max-width: 767px) {
  .prodReviewArticle img {
    float: none;
    margin: 0 auto 20px; } }

/* Related Products */
.relatedProds {
  padding: 70px 0 50px;
  background: #eee;
  color: #5c5c5c; }
  .relatedProds h2 {
    font-size: 36px;
    margin-bottom: 50px;
    text-transform: uppercase; }
  .relatedProds .line {
    border-top: 1px dotted #444;
    margin: 40px 0 60px; }
  .relatedProds .relatedProdItem {
    margin-bottom: 20px;
    font-size: 18px; }
    .relatedProds .relatedProdItem .BV, .relatedProds .relatedProdItem .RSP {
      display: none;
      margin: 0 5px;
      padding: 2px 10px 0;
      border: 1px solid #444;
      background-color: #fff;
      font-size: 14px;
      line-height: 18px;
      border-radius: 11px; }
    .relatedProds .relatedProdItem .RSP {
      border-color: #053065; }
    .relatedProds .relatedProdItem .promo {
      font-family: "ProximaNova-Bold";
      line-height: 1.2; }
      .relatedProds .relatedProdItem .promo del {
        font-family: "ProximaNova-Light"; }
      .relatedProds .relatedProdItem .promo span {
        display: inline-block; }
    .relatedProds .relatedProdItem .RPP {
      margin-top: 5px;
      color: #053065; }
      .relatedProds .relatedProdItem .RPP del, .relatedProds .relatedProdItem .RPP span {
        display: inline-block; }
    .relatedProds .relatedProdItem h3 {
      margin: 10px 0;
      font-size: inherit;
      font-family: "ProximaNova-Bold";
      line-height: 20px;
      word-break: keep-all;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .relatedProds .relatedProdItem h3 a {
        color: inherit; }
    .relatedProds .relatedProdItem .prodDesc {
      margin: 25px 0 40px;
      height: 48px;
      overflow: hidden;
      line-height: 24px; }
    .relatedProds .relatedProdItem .more {
      font-size: 18px;
      font-family: "ProximaNova-Bold";
      border-bottom: 1px dashed #053065;
      transition: color .3s;
      text-decoration: none; }
  .relatedProds .relatedProdImg {
    padding: 10px 5px 15px;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    text-align: center; }
    .relatedProds .relatedProdImg img {
      display: block;
      margin: 0 auto; }
    .relatedProds .relatedProdImg .BV, .relatedProds .relatedProdImg .RSP {
      display: inline-block;
      margin-top: 20px; }

@media (min-width: 992px) {
  .relatedProdItem .more:hover {
    border-color: #29b0b4; }
  .relatedProdItem h3 a:hover {
    color: #053065; } }

@media (max-width: 1199px) {
  .relatedProds .relatedProdItem .BV, .relatedProds .relatedProdItem .RSP {
    margin: 20px 1px 0;
    padding: 2px 8px 0; } }

@media (max-width: 767px) {
  .relatedProds {
    padding: 50px 0; }
    .relatedProds h2 {
      margin-bottom: 40px; }
    .relatedProds .line {
      margin: 40px 0; }
    .relatedProds .relatedProdItem {
      margin-bottom: 30px;
      font-size: 14px; }
      .relatedProds .relatedProdItem .row {
        margin-left: -8px;
        margin-right: -8px; }
      .relatedProds .relatedProdItem [class*="col-"] {
        padding-left: 8px;
        padding-right: 8px; }
      .relatedProds .relatedProdItem .BV, .relatedProds .relatedProdItem .RSP {
        display: inline-block;
        margin: 0 0 10px; }
      .relatedProds .relatedProdItem .BV {
        margin-right: 10px; }
      .relatedProds .relatedProdItem h3 {
        margin-top: 10px;
        max-height: 48px;
        line-height: 16px; }
      .relatedProds .relatedProdItem .more {
        display: inline-block;
        margin-top: 15px;
        font-size: inherit; }
    .relatedProds .relatedProdImg .BV, .relatedProds .relatedProdImg .RSP {
      display: none; }
    .relatedProds .col-md-6:last-child .relatedProdItem {
      margin-bottom: 0; } }

/* Product Hero */
.prodHero {
  position: relative;
  padding: 13% 0 10%;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }
  .prodHero img {
    display: block; }
  .prodHero .prodHeroCaption {
    text-align: center; }
    .prodHero .prodHeroCaption h1 {
      margin-bottom: 10px;
      font-size: 80px;
      letter-spacing: 8px; }
    .prodHero .prodHeroCaption p {
      margin-bottom: 30px;
      font-size: 60px;
      color: rgba(255, 255, 255, 0.8);
      letter-spacing: 8px; }
      .prodHero .prodHeroCaption p span {
        border-bottom: 1px dashed #fff;
        color: #fff; }
    .prodHero .prodHeroCaption .button {
      margin: 0 15px;
      transition: background-color .3s; }
      .prodHero .prodHeroCaption .button .icon-play {
        font-size: 20px; }

@media (max-width: 991px) {
  .prodHero {
    padding: 13% 0 12%; }
    .prodHero .prodHeroCaption h1 {
      font-size: 60px;
      letter-spacing: 4px; }
    .prodHero .prodHeroCaption p {
      margin-bottom: 20px;
      font-size: 40px;
      letter-spacing: 4px; } }

@media (max-width: 767px) {
  .prodHero {
    padding: 20% 0 12%; }
    .prodHero .prodHeroCaption h1 {
      font-size: 50px; }
    .prodHero .prodHeroCaption p {
      font-size: 30px;
      letter-spacing: 0; }
    .prodHero .prodHeroCaption .buttonBox {
      width: 140px;
      margin: 0 auto; }
    .prodHero .prodHeroCaption .button {
      margin: 0;
      padding: 10px 0;
      width: 52px;
      text-align: center;
      border-radius: 26px; }
      .prodHero .prodHeroCaption .button:first-child {
        float: left; }
      .prodHero .prodHeroCaption .button:last-child {
        float: right; }
      .prodHero .prodHeroCaption .button span[class*="icon-"] {
        display: block;
        float: none;
        margin: 0 auto; } }

/* Package Deals */
.packageDeals {
  padding: 100px 0 50px;
  color: #5c5c5c; }
  .packageDeals h2 {
    font-size: 36px;
    margin-bottom: 60px; }
    .packageDeals h2 span {
      border-bottom: 1px dashed #053065;
      color: #053065;
      text-transform: uppercase; }
  .packageDeals .line {
    display: none; }
  .packageDeals .packageDealItem {
    margin-bottom: 20px; }
    .packageDeals .packageDealItem .itemImg {
      display: block;
      width: 100%; }
    .packageDeals .packageDealItem h3 {
      margin-bottom: 20px;
      font-size: 28px;
      text-transform: uppercase;
      line-height: 30px;
      word-break: keep-all;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .packageDeals .packageDealItem .price {
      font-size: 18px;
      min-height: 60px; }
      .packageDeals .packageDealItem .price .row {
        margin-left: 0;
        margin-right: 0; }
      .packageDeals .packageDealItem .price [class*="col"] {
        padding-left: 0;
        padding-right: 0; }
      .packageDeals .packageDealItem .price p + p {
        margin-top: 0; }
      .packageDeals .packageDealItem .price .BV, .packageDeals .packageDealItem .price .RSP {
        display: inline-block;
        margin-right: 15px;
        padding: 2px 15px 0;
        border: 1px solid #444;
        line-height: 22px;
        border-radius: 13px; }
      .packageDeals .packageDealItem .price .RSP {
        border-color: #053065; }
      .packageDeals .packageDealItem .price .promo {
        font-size: 20px;
        font-family: "ProximaNova-Bold";
        text-align: right;
        line-height: 1.2; }
        .packageDeals .packageDealItem .price .promo del {
          font-family: "ProximaNova-Light"; }
        .packageDeals .packageDealItem .price .promo span {
          display: inline-block; }
      .packageDeals .packageDealItem .price .RPP {
        margin-top: 5px;
        color: #053065;
        font-size: 22px;
        line-height: 1;
        text-align: right; }
        .packageDeals .packageDealItem .price .RPP del, .packageDeals .packageDealItem .price .RPP span {
          display: inline-block; }
    .packageDeals .packageDealItem .itemDesc {
      margin-bottom: 24px;
      font-size: 18px; }
      .packageDeals .packageDealItem .itemDesc li {
        padding-right: 43px;
        word-break: keep-all;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .packageDeals .packageDealItem .itemDesc li span {
          display: inline-block;
          margin-right: 8px; }
          .packageDeals .packageDealItem .itemDesc li span i {
            display: inline-block;
            font-style: normal; }
    .packageDeals .packageDealItem .others {
      margin-bottom: 25px; }
    .packageDeals .packageDealItem .prodStaus {
      float: right;
      margin: 24px 0;
      font-size: 18px;
      line-height: normal; }
      .packageDeals .packageDealItem .prodStaus .icon-check {
        float: left;
        margin-right: 15px;
        color: #14b244;
        font-size: 26px; }
      .packageDeals .packageDealItem .prodStaus li {
        clear: left;
        text-align: left; }
      .packageDeals .packageDealItem .prodStaus li + li {
        margin-top: 15px; }
      .packageDeals .packageDealItem .prodStaus li .dataTlt {
        display: inline-block;
        min-width: 70px; }
    .packageDeals .packageDealItem .buttonBox + .errorMsg {
      margin-top: 20px;
      font-size: 18px; }

@media (min-width: 992px) {
  .packageDeals h2 a:hover {
    border-color: #29b0b4; } }

@media (min-width: 768px) {
  .packageDeals .line {
    display: block;
    border-top: 1px dotted #444;
    margin: 60px 0; } }

@media (max-width: 991px) {
  .packageDeals .itemImg {
    margin-bottom: 30px; }
  .packageDeals .packageDealItem .itemDesc {
    margin-top: 15px; }
  .packageDeals .packageDealItem .price .promo {
    text-align: left;
    margin-top: 15px; }
  .packageDeals .packageDealItem .price .RPP {
    text-align: left;
    margin-bottom: 10px; }
  .packageDeals .packageDealItem .prodStaus {
    float: none; } }

@media (max-width: 767px) {
  .packageDeals {
    padding: 50px 0; }
    .packageDeals h2 {
      margin-bottom: 40px; }
    .packageDeals .packageDealItem {
      margin-bottom: 40px; }
      .packageDeals .packageDealItem:last-child {
        margin-bottom: 0; }
      .packageDeals .packageDealItem .buttonBox {
        text-align: center; }
        .packageDeals .packageDealItem .buttonBox .button {
          width: 100%; }
        .packageDeals .packageDealItem .buttonBox .button.right {
          float: none;
          margin-top: 15px; } }

.facebook-feed-item {
  border: 1px solid #ccc;
  float: left;
  width: 285px; }
  .facebook-feed-item:hover {
    border: 1px solid #777; }
  .facebook-feed-item img {
    width: 100%;
    height: 230px; }

.facebook-feed-desc {
  text-align: left; }

.facebook-feed-tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; }
  .facebook-feed-tooltip .facebook-feed-tooltiptext {
    visibility: hidden;
    width: 100%;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 103%;
    left: 50%;
    margin-left: -140px; }
    .facebook-feed-tooltip .facebook-feed-tooltiptext::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: black transparent transparent transparent; }
  .facebook-feed-tooltip:hover .facebook-feed-tooltiptext {
    visibility: visible;
    opacity: 0;
    transition: opacity 5s; }

/* Banner */
.cd-hero-slider .test {
  -ms-transform: skew(25deg, 10deg);
  transform: skew(25deg, 10deg);
  moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  position: absolute;
  top: 25%;
  bottom: 25%;
  left: 25%;
  right: 25%;
  background-color: rgba(20, 20, 20, 0.5); }

.cd-hero-slider a {
  color: blue;
  display: inline-block;
  padding: 10px;
  text-decoration: none;
  background-color: orange;
  border-radius: 4px;
  transition: background-color 1s 0.5s, color 2s; }

.cd-hero-slider a:hover {
  color: red;
  background-color: blue; }

/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box; }

/*html {
	font-size: 62.5%;
}

body {
	font: {
		size: 1.6rem;
		family: $primary-font; // variables inside partials > _variables.scss
	}
	color: $color-1;
	background-color: darken($color-3, 5%);
}*/
/*a {
    color: $color-2;
    text-decoration: none;
}*/
img {
  max-width: 100%; }

/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #21272c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media only screen and (min-width: 768px) {
    .cd-header {
      height: 70px;
      background-color: transparent; } }

#cd-logo {
  float: left;
  margin: 13px 0 0 5%; }
  #cd-logo img {
    display: block; }
  @media only screen and (min-width: 768px) {
    #cd-logo {
      margin: 23px 0 0 5%; } }

.cd-primary-nav {
  /* mobile first - navigation hidden by default, triggered by tap/click on navigation icon */
  float: right;
  margin-right: 5%;
  width: 44px;
  height: 100%;
  background: url(/Components/Gll/_Shared/Views/assets/cd-icon-menu.svg) no-repeat center center; }
  .cd-primary-nav ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
    .cd-primary-nav ul.is-visible {
      box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
      -ms-transform: translateY(50px);
      transform: translateY(50px); }
  .cd-primary-nav a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 5%;
    background: #21272c;
    border-top: 1px solid #333c44;
    color: #ffffff; }
  @media only screen and (min-width: 768px) {
    .cd-primary-nav {
      /* reset navigation values */
      width: auto;
      height: auto;
      background: none; }
      .cd-primary-nav ul {
        position: static;
        width: auto;
        -ms-transform: translateY(0);
        transform: translateY(0);
        line-height: 70px; }
        .cd-primary-nav ul.is-visible {
          -ms-transform: translateY(0);
          transform: translateY(0); }
      .cd-primary-nav li {
        display: inline-block;
        margin-left: 1em; }
      .cd-primary-nav a {
        display: inline-block;
        height: auto;
        font-weight: 600;
        line-height: normal;
        background: transparent;
        padding: .6em 1em;
        border-top: none; } }

/* -------------------------------- 

Slider

-------------------------------- */
.cd-hero {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.cd-hero-slider {
  position: relative;
  height: 360px;
  overflow: hidden; }
  .cd-hero-slider li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
    .cd-hero-slider li.selected {
      /* this is the visible slide */
      position: relative;
      -ms-transform: translateX(0);
      transform: translateX(0); }
    .cd-hero-slider li.move-left {
      /* slide hidden on the left */
      -ms-transform: translateX(-100%);
      transform: translateX(-100%); }
    .cd-hero-slider li.is-moving, .cd-hero-slider li.selected {
      /* the is-moving class is assigned to the slide which is moving outside the viewport */
      transition: transform 0.5s; }
  @media only screen and (min-width: 768px) {
    .cd-hero-slider {
      height: 500px; } }
  @media only screen and (min-width: 1170px) {
    .cd-hero-slider {
      height: 680px; } }

/* -------------------------------- 

Single slide style

-------------------------------- */
.cd-hero-slider li {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.cd-hero-slider li:first-of-type {
  background-color: #2c343b; }

.cd-hero-slider li:nth-of-type(2) {
  background-color: #3d4952;
  background-image: url(/Components/Gll/_Shared/Views/assets/tech-1-mobile.jpg); }

.cd-hero-slider li:nth-of-type(3) {
  background-color: #586775;
  background-image: url(/Components/Gll/_Shared/Views/assets/tech-2-mobile.jpg); }

.cd-hero-slider li:nth-of-type(4) {
  background-color: #2c343b;
  background-image: url(/Components/Gll/_Shared/Views/assets/video-replace-mobile.jpg); }

.cd-hero-slider li:nth-of-type(5) {
  background-color: #2c343b;
  background-image: url(/Components/Gll/_Shared/Views/assets/img.jpg); }

.cd-hero-slider .cd-full-width,
.cd-hero-slider .cd-half-width {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  /* this padding is used to align the text */
  padding-top: 100px;
  text-align: center;
  /* Force Hardware Acceleration in WebKit */
  backface-visibility: hidden;
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

.cd-hero-slider .cd-img-container {
  /* hide image on mobile device */
  display: none; }
  .cd-hero-slider .cd-img-container img {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }

.cd-hero-slider .cd-bg-video-wrapper {
  /* hide video on mobile device */
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .cd-hero-slider .cd-bg-video-wrapper video {
    /* you won't see this element in the html, but it will be injected using js */
    display: block;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    height: auto;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }

.cd-hero-slider h2, .cd-hero-slider p {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  line-height: 1.2;
  margin: 0 auto 14px;
  color: #ffffff;
  width: 90%;
  max-width: 400px; }

.cd-hero-slider h2 {
  font-size: 2.4rem; }

.cd-hero-slider p {
  font-size: 1.4rem;
  line-height: 1.4; }

.cd-hero-slider .cd-btn {
  display: inline-block;
  padding: 1.2em 1.4em;
  margin-top: .8em;
  background-color: rgba(212, 68, 87, 0.9);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s; }
  .cd-hero-slider .cd-btn.secondary {
    background-color: rgba(22, 26, 30, 0.8); }
  .cd-hero-slider .cd-btn:nth-of-type(2) {
    margin-left: 1em; }
  .no-touch .cd-hero-slider .cd-btn:hover {
    background-color: #d44457; }
  .no-touch .cd-hero-slider .cd-btn.secondary:hover {
    background-color: #161a1e; }

@media only screen and (min-width: 768px) {
  .cd-hero-slider li:nth-of-type(2) {
    background-image: none; }
  .cd-hero-slider li:nth-of-type(3) {
    background-image: none; }
  .cd-hero-slider li:nth-of-type(4) {
    background-image: none; }
  .cd-hero-slider .cd-full-width,
  .cd-hero-slider .cd-half-width {
    padding-top: 150px; }
  .cd-hero-slider .cd-bg-video-wrapper {
    display: block; }
  .cd-hero-slider .cd-half-width {
    width: 45%; }
    .cd-hero-slider .cd-half-width:first-of-type {
      left: 5%; }
    .cd-hero-slider .cd-half-width:nth-of-type(2) {
      right: 5%;
      left: auto; }
  .cd-hero-slider .cd-img-container {
    display: block; }
  .cd-hero-slider h2, .cd-hero-slider p {
    max-width: 520px; }
  .cd-hero-slider h2 {
    font-size: 2.4em;
    font-weight: 300; }
  .cd-hero-slider .cd-btn {
    font-size: 1.4rem; } }

@media only screen and (min-width: 1170px) {
  .cd-hero-slider .cd-full-width,
  .cd-hero-slider .cd-half-width {
    padding-top: 70px; }
  .cd-hero-slider h2, .cd-hero-slider p {
    margin-bottom: 20px; }
  .cd-hero-slider h2 {
    font-size: 3.2em; }
  .cd-hero-slider p {
    font-size: 1.6rem; } }

/* -------------------------------- 

Single slide animation

-------------------------------- */
@media only screen and (min-width: 768px) {
  .cd-hero-slider .cd-half-width {
    opacity: 0;
    -ms-transform: translateX(40px);
    transform: translateX(40px); }
  .cd-hero-slider .move-left .cd-half-width {
    -ms-transform: translateX(-40px);
    transform: translateX(-40px); }
  .cd-hero-slider .selected .cd-half-width {
    /* this is the visible slide */
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .cd-hero-slider .is-moving .cd-half-width {
    /* this is the slide moving outside the viewport 
			wait for the end of the transition on the <li> parent before set opacity to 0 and translate to 40px/-40px */
    transition: opacity 0s 0.5s, transform 0s 0.5s; }
  .cd-hero-slider li.selected.from-left .cd-half-width:nth-of-type(2),
  .cd-hero-slider li.selected.from-right .cd-half-width:first-of-type {
    /* this is the selected slide - different animation if it's entering from left or right */
    transition: opacity 0.4s 0.2s, transform 0.5s 0.2s; }
  .cd-hero-slider li.selected.from-left .cd-half-width:first-of-type,
  .cd-hero-slider li.selected.from-right .cd-half-width:nth-of-type(2) {
    /* this is the selected slide - different animation if it's entering from left or right */
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s; }
  .cd-hero-slider .cd-full-width h2,
  .cd-hero-slider .cd-full-width p,
  .cd-hero-slider .cd-full-width .cd-btn {
    opacity: 0;
    -ms-transform: translateX(100px);
    transform: translateX(100px); }
  .cd-hero-slider .move-left .cd-full-width h2,
  .cd-hero-slider .move-left .cd-full-width p,
  .cd-hero-slider .move-left .cd-full-width .cd-btn {
    opacity: 0;
    -ms-transform: translateX(-100px);
    transform: translateX(-100px); }
  .cd-hero-slider .selected .cd-full-width h2,
  .cd-hero-slider .selected .cd-full-width p,
  .cd-hero-slider .selected .cd-full-width .cd-btn {
    /* this is the visible slide */
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .cd-hero-slider li.is-moving .cd-full-width h2,
  .cd-hero-slider li.is-moving .cd-full-width p,
  .cd-hero-slider li.is-moving .cd-full-width .cd-btn {
    /* this is the slide moving outside the viewport 
			wait for the end of the transition on the li parent before set opacity to 0 and translate to 100px/-100px */
    transition: opacity 0s 0.5s, transform 0s 0.5s; }
  .cd-hero-slider li.selected h2 {
    transition: opacity 0.4s 0.2s, transform 0.5s 0.2s; }
  .cd-hero-slider li.selected p {
    transition: opacity 0.4s 0.3s, transform 0.5s 0.3s; }
  .cd-hero-slider li.selected .cd-btn {
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s, background-color 0.2s 0s; } }

/* -------------------------------- 

Slider navigation

-------------------------------- */
.cd-slider-nav {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  text-align: center;
  height: 55px;
  background-color: rgba(0, 1, 1, 0.5); }
  .cd-slider-nav nav, .cd-slider-nav ul, .cd-slider-nav li, .cd-slider-nav a {
    height: 100%; }
  .cd-slider-nav nav {
    display: inline-block;
    position: relative; }
  .cd-slider-nav .cd-marker {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 100%;
    color: #d44457;
    background-color: #ffffff;
    box-shadow: inset 0 2px 0 currentColor;
    transition: transform 0.2s, box-shadow 0.2s; }
    .cd-slider-nav .cd-marker.item-2 {
      -ms-transform: translateX(100%);
      transform: translateX(100%); }
    .cd-slider-nav .cd-marker.item-3 {
      -ms-transform: translateX(200%);
      transform: translateX(200%); }
    .cd-slider-nav .cd-marker.item-4 {
      -ms-transform: translateX(300%);
      transform: translateX(300%); }
    .cd-slider-nav .cd-marker.item-5 {
      -ms-transform: translateX(400%);
      transform: translateX(400%); }
  .cd-slider-nav ul:before, .cd-slider-nav ul:after {
    content: "";
    display: table; }
  .cd-slider-nav ul:after {
    clear: both; }
  .cd-slider-nav li {
    display: inline-block;
    width: 60px;
    float: left; }
    .cd-slider-nav li.selected a {
      color: #2c343b; }
      .no-touch .cd-slider-nav li.selected a:hover {
        background-color: transparent; }
  .cd-slider-nav a {
    display: block;
    position: relative;
    padding-top: 35px;
    font-size: 1rem;
    font-weight: 700;
    color: #a8b4be;
    transition: background-color 0.2s; }
    .cd-slider-nav a::before {
      content: '';
      position: absolute;
      width: 24px;
      height: 24px;
      top: 8px;
      left: 50%;
      right: auto;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background: url(/Components/Gll/_Shared/Views/assets/cd-icon-navigation.svg) no-repeat 0 0; }
    .no-touch .cd-slider-nav a:hover {
      background-color: rgba(0, 1, 1, 0.5); }
  .cd-slider-nav li:first-of-type a::before {
    /*background-position: 0 0;*/ }
  .cd-slider-nav li.selected:first-of-type a::before {
    /*background-position: 0 -24px;*/ }
  .cd-slider-nav li:nth-of-type(2) a::before {
    /*background-position: -24px 0;*/ }
  .cd-slider-nav li.selected:nth-of-type(2) a::before {
    /*background-position: -24px -24px;*/ }
  .cd-slider-nav li:nth-of-type(3) a::before {
    /*background-position: -48px 0;*/ }
  .cd-slider-nav li.selected:nth-of-type(3) a::before {
    /*background-position: -48px -24px;*/ }
  .cd-slider-nav li:nth-of-type(4) a::before {
    /*background-position: -72px 0;*/ }
  .cd-slider-nav li.selected:nth-of-type(4) a::before {
    /*background-position: -72px -24px;*/ }
  .cd-slider-nav li:nth-of-type(5) a::before {
    /*background-position: -96px 0;*/ }
  .cd-slider-nav li.selected:nth-of-type(5) a::before {
    /*background-position: -96px -24px;*/ }
  @media only screen and (min-width: 768px) {
    .cd-slider-nav {
      height: 80px; }
      .cd-slider-nav .cd-marker,
      .cd-slider-nav li {
        width: 20px; }
      .cd-slider-nav a {
        padding-top: 48px;
        font-size: 1.1rem;
        text-transform: uppercase; }
        .cd-slider-nav a::before {
          top: 18px; } }

/* -------------------------------- 

Main content

-------------------------------- */
.cd-main-content {
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
  padding: 2em 0; }
  .cd-main-content p {
    font-size: 1.4rem;
    line-height: 1.8;
    color: #999999;
    margin: 2em 0; }
  @media only screen and (min-width: 1170px) {
    .cd-main-content {
      padding: 3em 0; }
      .cd-main-content p {
        font-size: 1.6rem; } }

/* -------------------------------- 

Javascript disabled

-------------------------------- */
.no-js .cd-hero-slider li {
  display: none; }
  .no-js .cd-hero-slider li.selected {
    display: block; }

.no-js .cd-slider-nav {
  display: none; }

/*Additional*/
.banner-frontlayer {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  z-index: 1; }

.banner-container-fluid {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  color: #fff;
  background-color: #333; }
  .banner-container-fluid img {
    width: 100%;
    height: auto; }
  .banner-container-fluid .banner-call-to-action {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    text-align: center; }
  .banner-container-fluid h2 {
    font-size: 60px;
    display: block;
    margin: 30px 0; }
  .banner-container-fluid p {
    font-size: 24px;
    display: block;
    margin: 30px 0; }
  .banner-container-fluid .button-wrapper {
    display: block;
    text-align: center; }
    .banner-container-fluid .button-wrapper .button {
      border: none;
      border-radius: 1em;
      box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
      display: inline-block;
      font-size: 1.5em;
      padding: 0.5em 1.5em;
      width: auto;
      text-decoration: none;
      min-height: 10px; }
    .banner-container-fluid .button-wrapper .cta-button-red {
      background-color: #e4574a;
      color: #fff !important; }
      .banner-container-fluid .button-wrapper .cta-button-red:hover {
        background-color: #cf4a40; }

.banner-video-wrapper {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
  background-color: #333; }
  .banner-video-wrapper video {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }
  .banner-video-wrapper .banner-call-to-action {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    text-align: center; }
  .banner-video-wrapper h2 {
    font-size: 60px;
    display: block;
    margin: 30px 0; }
  .banner-video-wrapper p {
    font-size: 24px;
    display: block;
    margin: 30px 0; }
  .banner-video-wrapper .button-wrapper {
    display: block;
    text-align: center; }
    .banner-video-wrapper .button-wrapper .button {
      border: none;
      border-radius: 1em;
      box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
      display: inline-block;
      font-size: 1.5em;
      padding: 0.5em 1.5em;
      width: auto;
      text-decoration: none;
      min-height: 10px; }
    .banner-video-wrapper .button-wrapper .cta-button-red {
      background-color: #e4574a;
      color: #fff !important; }
      .banner-video-wrapper .button-wrapper .cta-button-red:hover {
        background-color: #cf4a40; }

@media screen and (max-width: 900px) {
  .banner-container-fluid {
    margin-right: auto;
    margin-left: auto; }
    .banner-container-fluid img {
      width: 100%;
      height: auto; }
    .banner-container-fluid h2 {
      font-size: 45px;
      display: block;
      margin: 25px 0; }
    .banner-container-fluid p {
      font-size: 20px;
      display: block;
      margin: 25px 0; }
    .banner-container-fluid .button-wrapper {
      display: block;
      text-align: center; }
      .banner-container-fluid .button-wrapper .button {
        border: none;
        border-radius: 1em;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
        display: inline-block;
        font-size: 1em;
        padding: 0.5em 1.5em;
        width: auto; }
  .banner-video-wrapper {
    height: 550px; }
    .banner-video-wrapper h2 {
      font-size: 50px;
      display: block;
      margin: 24px 0; }
    .banner-video-wrapper p {
      font-size: 20px;
      display: block;
      margin: 24px 0; } }

@media screen and (max-width: 768px) {
  .banner-container-fluid {
    margin-right: auto;
    margin-left: auto; }
    .banner-container-fluid img {
      width: 100%;
      height: auto; }
    .banner-container-fluid h2 {
      font-size: 40px;
      display: block;
      margin: 20px 0; }
    .banner-container-fluid p {
      font-size: 20px;
      display: block;
      margin: 20px 0; }
    .banner-container-fluid .button-wrapper {
      display: block;
      text-align: center; }
      .banner-container-fluid .button-wrapper .button {
        border: none;
        border-radius: 1em;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
        display: inline-block;
        font-size: 10px;
        padding: 5px 15px;
        width: auto; }
  .banner-video-wrapper {
    height: 500px; }
    .banner-video-wrapper h2 {
      font-size: 45px;
      display: block;
      margin: 20px 0; }
    .banner-video-wrapper p {
      font-size: 18px;
      display: block;
      margin: 20px 0; }
    .banner-video-wrapper .button-wrapper .button {
      font-size: 10px;
      padding: 5px 15px; } }

@media screen and (max-width: 640px) {
  .banner-container-fluid {
    margin-right: auto;
    margin-left: auto; }
    .banner-container-fluid img {
      width: 100%;
      height: auto; }
    .banner-container-fluid h2 {
      font-size: 35px;
      display: block;
      margin: 15px 0; }
    .banner-container-fluid p {
      font-size: 17px;
      display: block;
      margin: 15px 0; }
    .banner-container-fluid .button-wrapper {
      display: block;
      text-align: center; }
      .banner-container-fluid .button-wrapper .button {
        border: none;
        border-radius: 1em;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
        display: inline-block;
        font-size: 10px;
        padding: 1px 15px;
        width: auto; }
  .banner-video-wrapper {
    height: 400px; }
    .banner-video-wrapper h2 {
      font-size: 40px;
      display: block;
      margin: 20px 0; }
    .banner-video-wrapper p {
      font-size: 15px;
      display: block;
      margin: 20px 0; }
    .banner-video-wrapper .button-wrapper .button {
      font-size: 10px;
      padding: 1px 15px; } }

@media screen and (max-width: 568px) {
  .banner-container-fluid {
    margin-right: auto;
    margin-left: auto; }
    .banner-container-fluid img {
      width: 100%;
      height: auto; }
    .banner-container-fluid h2 {
      font-size: 30px;
      display: block;
      margin: 15px 0; }
    .banner-container-fluid p {
      font-size: 15px;
      display: block;
      margin: 15px 0; }
    .banner-container-fluid .button-wrapper {
      display: block;
      text-align: center; }
      .banner-container-fluid .button-wrapper .button {
        border: none;
        border-radius: 1em;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
        display: inline-block;
        font-size: 7px;
        padding: 1px 15px;
        width: auto; }
  .banner-video-wrapper {
    height: 300px; }
    .banner-video-wrapper h2 {
      font-size: 30px;
      display: block;
      margin: 15px 0; }
    .banner-video-wrapper p {
      font-size: 15px;
      display: block;
      margin: 15px 0; }
    .banner-video-wrapper .button-wrapper .button {
      font-size: 7px;
      padding: 1px 15px; } }

@media screen and (max-width: 480px) {
  .banner-container-fluid {
    margin-right: auto;
    margin-left: auto; }
    .banner-container-fluid img {
      width: 100%;
      height: auto; }
    .banner-container-fluid h2 {
      font-size: 20px;
      display: block;
      margin: 10px 0; }
    .banner-container-fluid p {
      font-size: 10px;
      display: block;
      margin: 10px 0; }
    .banner-container-fluid .button-wrapper {
      display: block;
      text-align: center; }
      .banner-container-fluid .button-wrapper .button {
        border: none;
        border-radius: 1em;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
        display: inline-block;
        font-size: 5px;
        padding: 1px 15px;
        width: auto; }
  .banner-video-wrapper {
    height: 250px; }
    .banner-video-wrapper h2 {
      font-size: 20px;
      display: block;
      margin: 10px 0; }
    .banner-video-wrapper p {
      font-size: 10px;
      display: block;
      margin: 10px 0; }
    .banner-video-wrapper .button-wrapper .button {
      font-size: 5px;
      padding: 1px 15px; } }

.carousel-inner .home-banner {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  position: relative;
  background-color: #333;
  height: auto; }
  .carousel-inner .home-banner img {
    position: relative;
    width: 100%;
    height: auto; }
  .carousel-inner .home-banner .container {
    height: auto !important;
    position: absolute;
    top: 30%;
    left: 8%; }
  .carousel-inner .home-banner .content-container-auto {
    position: absolute; }

@media screen and (max-width: 991px) {
  .carousel-inner .banner-with-overlay-container-fluid {
    padding-top: 0px; }
    .carousel-inner .banner-with-overlay-container-fluid img {
      max-width: 100%;
      margin: 0 auto; } }

/* -------------------------------- 

Primary style

-------------------------------- */
* {
  box-sizing: border-box; }
  *::after, *::before {
    box-sizing: border-box; }

img {
  max-width: 100%; }

/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #21272c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media only screen and (min-width: 768px) {
  .cd-header {
    height: 70px;
    background-color: transparent; } }

#cd-logo {
  float: left;
  margin: 13px 0 0 5%; }
  #cd-logo img {
    display: block; }

@media only screen and (min-width: 768px) {
  #cd-logo {
    margin: 23px 0 0 5%; } }

.cd-primary-nav {
  /* mobile first - navigation hidden by default, triggered by tap/click on navigation icon */
  float: right;
  margin-right: 5%;
  width: 44px;
  height: 100%;
  background: url(/Components/Gll/_Shared/Views/assets/cd-icon-menu.svg) no-repeat center center; }
  .cd-primary-nav ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
    .cd-primary-nav ul.is-visible {
      box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
      -ms-transform: translateY(50px);
      transform: translateY(50px); }
  .cd-primary-nav a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 5%;
    background: #21272c;
    border-top: 1px solid #333c44;
    color: #ffffff; }

@media only screen and (min-width: 768px) {
  .cd-primary-nav {
    /* reset navigation values */
    width: auto;
    height: auto;
    background: none; }
    .cd-primary-nav ul {
      position: static;
      width: auto;
      -ms-transform: translateY(0);
      transform: translateY(0);
      line-height: 70px; }
      .cd-primary-nav ul.is-visible {
        -ms-transform: translateY(0);
        transform: translateY(0); }
    .cd-primary-nav li {
      display: inline-block;
      margin-left: 1em; }
    .cd-primary-nav a {
      display: inline-block;
      height: auto;
      font-weight: 600;
      line-height: normal;
      background: transparent;
      padding: .6em 1em;
      border-top: none; } }

/* -------------------------------- 

Slider

-------------------------------- */
.cd-hero {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.cd-hero-slider {
  position: relative;
  height: 360px;
  overflow: hidden; }
  .cd-hero-slider li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
    .cd-hero-slider li.selected {
      /* this is the visible slide */
      position: relative;
      -ms-transform: translateX(0);
      transform: translateX(0); }
    .cd-hero-slider li.move-left {
      /* slide hidden on the left */
      -ms-transform: translateX(-100%);
      transform: translateX(-100%); }
    .cd-hero-slider li.is-moving, .cd-hero-slider li.selected {
      /* the is-moving class is assigned to the slide which is moving outside the viewport */
      transition: transform 0.5s; }
    .cd-hero-slider li:first-of-type {
      background-color: #2c343b; }
    .cd-hero-slider li:nth-of-type(2) {
      background-color: #3d4952;
      background-image: url(/Components/Gll/_Shared/Views/assets/tech-1-mobile.jpg); }
    .cd-hero-slider li:nth-of-type(3) {
      background-color: #586775;
      background-image: url(/Components/Gll/_Shared/Views/assets/tech-2-mobile.jpg); }
    .cd-hero-slider li:nth-of-type(4) {
      background-color: #2c343b;
      background-image: url(/Components/Gll/_Shared/Views/assets/video-replace-mobile.jpg); }
    .cd-hero-slider li:nth-of-type(5) {
      background-color: #2c343b;
      background-image: url(/Components/Gll/_Shared/Views/assets/img.jpg); }
  .cd-hero-slider .cd-full-width,
  .cd-hero-slider .cd-half-width {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    /* this padding is used to align the text */
    padding-top: 100px;
    text-align: center;
    /* Force Hardware Acceleration in WebKit */
    backface-visibility: hidden;
    -ms-transform: translateZ(0);
    transform: translateZ(0); }
  .cd-hero-slider .cd-img-container {
    /* hide image on mobile device */
    display: none; }
    .cd-hero-slider .cd-img-container img {
      position: absolute;
      left: 50%;
      top: 50%;
      bottom: auto;
      right: auto;
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
  .cd-hero-slider .cd-bg-video-wrapper {
    /* hide video on mobile device */
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .cd-hero-slider .cd-bg-video-wrapper video {
      /* you won't see this element in the html, but it will be injected using js */
      display: block;
      min-height: 100%;
      min-width: 100%;
      max-width: none;
      height: auto;
      width: auto;
      position: absolute;
      left: 50%;
      top: 50%;
      bottom: auto;
      right: auto;
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
  .cd-hero-slider h2, .cd-hero-slider p {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    line-height: 1.2;
    margin: 0 auto 14px;
    color: #ffffff;
    width: 90%;
    max-width: 400px; }
  .cd-hero-slider h2 {
    font-size: 2.4rem; }
  .cd-hero-slider p {
    font-size: 1.4rem;
    line-height: 1.4; }
  .cd-hero-slider .cd-btn {
    display: inline-block;
    padding: 1.2em 1.4em;
    margin-top: .8em;
    background-color: rgba(212, 68, 87, 0.9);
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.2s; }
    .cd-hero-slider .cd-btn.secondary {
      background-color: rgba(22, 26, 30, 0.8); }
    .cd-hero-slider .cd-btn:nth-of-type(2) {
      margin-left: 1em; }

@media only screen and (min-width: 768px) {
  .cd-hero-slider {
    height: 500px; } }

@media only screen and (min-width: 1170px) {
  .cd-hero-slider {
    height: 680px; } }

/* -------------------------------- 

Single slide style

-------------------------------- */
.no-touch .cd-hero-slider .cd-btn:hover {
  background-color: #d44457; }

.no-touch .cd-hero-slider .cd-btn.secondary:hover {
  background-color: #161a1e; }

@media only screen and (min-width: 768px) {
  .cd-hero-slider li:nth-of-type(2), .cd-hero-slider li:nth-of-type(3), .cd-hero-slider li:nth-of-type(4) {
    background-image: none; }
  .cd-hero-slider .cd-full-width,
  .cd-hero-slider .cd-half-width {
    padding-top: 70px;
    position: absolute; }
  .cd-hero-slider .cd-bg-video-wrapper {
    display: block; }
  .cd-hero-slider .cd-half-width {
    width: 45%; }
    .cd-hero-slider .cd-half-width:first-of-type {
      left: 5%; }
    .cd-hero-slider .cd-half-width:nth-of-type(2) {
      right: 5%;
      left: auto; }
  .cd-hero-slider .cd-img-container {
    display: block; }
  .cd-hero-slider h2, .cd-hero-slider p {
    max-width: 520px; }
  .cd-hero-slider h2 {
    font-size: 2.4em;
    font-weight: 300; }
  .cd-hero-slider .cd-btn {
    font-size: 1.4rem; } }

@media only screen and (min-width: 1170px) {
  .cd-hero-slider .cd-full-width,
  .cd-hero-slider .cd-half-width {
    padding-top: 70px;
    position: absolute; }
  .cd-hero-slider h2, .cd-hero-slider p {
    margin-bottom: 20px; }
  .cd-hero-slider h2 {
    font-size: 3.2em; }
  .cd-hero-slider p {
    font-size: 1.6rem; } }

/* -------------------------------- 

Single slide animation

-------------------------------- */
@media only screen and (min-width: 768px) {
  .cd-hero-slider .cd-half-width {
    opacity: 0;
    -ms-transform: translateX(40px);
    transform: translateX(40px); }
  .cd-hero-slider .move-left .cd-half-width {
    -ms-transform: translateX(-40px);
    transform: translateX(-40px); }
  .cd-hero-slider .selected .cd-half-width {
    /* this is the visible slide */
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .cd-hero-slider .is-moving .cd-half-width {
    /* this is the slide moving outside the viewport 
      wait for the end of the transition on the <li> parent before set opacity to 0 and translate to 40px/-40px */
    transition: opacity 0s 0.5s, transform 0s 0.5s; }
  .cd-hero-slider li.selected.from-left .cd-half-width:nth-of-type(2),
  .cd-hero-slider li.selected.from-right .cd-half-width:first-of-type {
    /* this is the selected slide - different animation if it's entering from left or right */
    transition: opacity 0.4s 0.2s, transform 0.5s 0.2s; }
  .cd-hero-slider li.selected.from-left .cd-half-width:first-of-type,
  .cd-hero-slider li.selected.from-right .cd-half-width:nth-of-type(2) {
    /* this is the selected slide - different animation if it's entering from left or right */
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s; }
  .cd-hero-slider .cd-full-width h2,
  .cd-hero-slider .cd-full-width p,
  .cd-hero-slider .cd-full-width .cd-btn {
    opacity: 0;
    -ms-transform: translateX(100px);
    transform: translateX(100px); }
  .cd-hero-slider .move-left .cd-full-width h2,
  .cd-hero-slider .move-left .cd-full-width p,
  .cd-hero-slider .move-left .cd-full-width .cd-btn {
    opacity: 0;
    -ms-transform: translateX(-100px);
    transform: translateX(-100px); }
  .cd-hero-slider .selected .cd-full-width h2,
  .cd-hero-slider .selected .cd-full-width p,
  .cd-hero-slider .selected .cd-full-width .cd-btn {
    /* this is the visible slide */
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .cd-hero-slider li.is-moving .cd-full-width h2,
  .cd-hero-slider li.is-moving .cd-full-width p,
  .cd-hero-slider li.is-moving .cd-full-width .cd-btn {
    /* this is the slide moving outside the viewport 
          wait for the end of the transition on the li parent before set opacity to 0 and translate to 100px/-100px */
    transition: opacity 0s 0.5s, transform 0s 0.5s; }
  .cd-hero-slider li.selected h2 {
    transition: opacity 0.4s 0.2s, transform 0.5s 0.2s; }
  .cd-hero-slider li.selected p {
    transition: opacity 0.4s 0.3s, transform 0.5s 0.3s; }
  .cd-hero-slider li.selected .cd-btn {
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s, background-color 0.2s 0s; } }

/* -------------------------------- 

Slider navigation

-------------------------------- */
.cd-slider-nav {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  text-align: center;
  height: 55px;
  background-color: rgba(0, 1, 1, 0.5); }
  .cd-slider-nav nav, .cd-slider-nav ul, .cd-slider-nav li, .cd-slider-nav a {
    height: 100%; }
  .cd-slider-nav nav {
    display: inline-block;
    position: relative; }
  .cd-slider-nav .cd-marker {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 100%;
    color: #d44457;
    background-color: #ffffff;
    box-shadow: inset 0 2px 0 currentColor;
    transition: transform 0.2s, box-shadow 0.2s; }
    .cd-slider-nav .cd-marker.item-2 {
      -ms-transform: translateX(100%);
      transform: translateX(100%); }
    .cd-slider-nav .cd-marker.item-3 {
      -ms-transform: translateX(200%);
      transform: translateX(200%); }
    .cd-slider-nav .cd-marker.item-4 {
      -ms-transform: translateX(300%);
      transform: translateX(300%); }
    .cd-slider-nav .cd-marker.item-5 {
      -ms-transform: translateX(400%);
      transform: translateX(400%); }
  .cd-slider-nav ul::after {
    clear: both;
    content: "";
    display: table; }
  .cd-slider-nav li {
    display: inline;
    width: 60px;
    float: left; }
    .cd-slider-nav li.selected a {
      color: #2c343b; }

.no-touch .cd-slider-nav li.selected a:hover {
  background-color: transparent; }

/* .cd-slider-nav a {
  display: block;
  position: relative;
  padding-top: 35px;
  font-size: 1rem;
  font-weight: 700;
  color: #a8b4be;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
} */
/* .cd-slider-nav a::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  top: 8px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(/Components/Gll/_Shared/Views/assets/white-circle-th.png) no-repeat 0 0;
  background-size: cover;
} */
.cd-slider-dots {
  width: 10px;
  height: 10px;
  margin: 5px 5px;
  background: #d6d6d6;
  display: inline-block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }
  .cd-slider-dots:hover {
    background: #FF9411; }

.cd-slider-dots-active {
  background: #FF9411; }

.no-touch .cd-slider-nav a:hover {
  background-color: rgba(0, 1, 1, 0.5); }

@media only screen and (min-width: 768px) {
  .cd-slider-nav {
    height: 80px; }
    .cd-slider-nav .cd-marker,
    .cd-slider-nav li {
      width: 20px; }
    .cd-slider-nav a {
      padding-top: 48px;
      font-size: 1.1rem;
      text-transform: lowercase; }
      .cd-slider-nav a::before {
        top: 18px; } }

/* -------------------------------- 

Main content

-------------------------------- */
.cd-main-content {
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
  padding: 2em 0; }
  .cd-main-content p {
    font-size: 1.4rem;
    line-height: 1.8;
    color: #999999;
    margin: 2em 0; }

@media only screen and (min-width: 1170px) {
  .cd-main-content {
    padding: 3em 0; }
    .cd-main-content p {
      font-size: 1.6rem; } }

/* -------------------------------- 

Javascript disabled

-------------------------------- */
.no-js .cd-hero-slider li {
  display: none; }
  .no-js .cd-hero-slider li.selected {
    display: block; }

.no-js .cd-slider-nav {
  display: none; }

/* Crumbs */
.breadcrumbs {
  position: relative;
  z-index: 1;
  padding: 10px 0;
  font-size: 18px;
  line-height: 50px;
  text-transform: uppercase;
  color: #808080; }
  .breadcrumbs a, .breadcrumbs .sep {
    color: #9e9e9e; }
  .breadcrumbs .sep {
    margin: 0 10px; }

@media (min-width: 992px) {
  .breadcrumbs a:hover {
    color: #053065; } }

/* Product Crumbs */
.inc-prodBanner + .inc-breadcrumb .breadcrumbs,
.inc-prodBannerDetail + .inc-breadcrumb .breadcrumbs,
.prodBanner + .breadcrumbs,
.inc-imgBanner + .inc-breadcrumb .breadcrumbs,
.imgBanner + .breadcrumbs {
  margin-top: -50px;
  padding: 0;
  background: rgba(51, 51, 51, 0.9);
  color: #fff; }
  .inc-prodBanner + .inc-breadcrumb .breadcrumbs a, .inc-prodBanner + .inc-breadcrumb .breadcrumbs .sep,
  .inc-prodBannerDetail + .inc-breadcrumb .breadcrumbs a,
  .inc-prodBannerDetail + .inc-breadcrumb .breadcrumbs .sep,
  .prodBanner + .breadcrumbs a,
  .prodBanner + .breadcrumbs .sep,
  .inc-imgBanner + .inc-breadcrumb .breadcrumbs a,
  .inc-imgBanner + .inc-breadcrumb .breadcrumbs .sep,
  .imgBanner + .breadcrumbs a,
  .imgBanner + .breadcrumbs .sep {
    color: #afafad; }

.inc-prodBanner,
.inc-prodBannerDetail,
.prodBanner,
.inc-imgBanner,
.imgBanner {
  min-height: 50px; }

/* Product Filter */
.asideFilter h4 {
  border-bottom: 1px dotted #444;
  font-size: 21px;
  color: #053065;
  text-transform: uppercase;
  line-height: 42px;
  padding-bottom: 15px;
  font-weight: bold;
  margin-right: -30px;
  padding-right: 30px;
  margin-bottom: 10px; }

.asideFilter .filter-toggle {
  display: block;
  float: inherit;
  width: 100%;
  border: 0;
  padding: 3px 0;
  margin: 0;
  margin-bottom: 10px;
  border-radius: 0;
  line-height: 30px;
  text-align: left;
  background: none;
  font-size: 19px;
  text-transform: uppercase;
  color: #5c5c5c;
  font-weight: bold; }
  .asideFilter .filter-toggle span[class*="icon-"] {
    float: right;
    line-height: 30px;
    display: block;
    font-size: 30px; }
    .asideFilter .filter-toggle span[class*="icon-"].icon-shrink {
      display: none; }
  .asideFilter .filter-toggle.collapsed span[class*="icon-"] {
    display: none; }
    .asideFilter .filter-toggle.collapsed span[class*="icon-"].icon-shrink {
      display: block; }

.asideFilter .listFilter-collapse {
  padding-top: 20px; }

.asideFilter .slider-container {
  margin: 0 12px;
  font-family: "ProximaNova-Light"; }
  .asideFilter .slider-container .back-bar {
    height: 1px;
    border: 0;
    background: none;
    background-color: #ddd;
    margin: 23px 0 50px; }
    .asideFilter .slider-container .back-bar .pointer {
      width: 26px;
      height: 26px;
      border-radius: 50%;
      background: #fff;
      border: 1px solid #ddd;
      top: -13px; }
    .asideFilter .slider-container .back-bar .selected-bar {
      height: 3px;
      background: #053065;
      top: -1px;
      bottom: -1px; }
  .asideFilter .slider-container .scale {
    top: -30px; }
    .asideFilter .slider-container .scale span {
      border: 0; }
    .asideFilter .slider-container .scale ins {
      font-size: 12px;
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.asideFilter .filterItem {
  border-bottom: 1px dotted #444;
  margin: 15px 0;
  padding-bottom: 10px; }
  .asideFilter .filterItem:first-child {
    margin-top: 0; }
  .asideFilter .filterItem li .checkLabel {
    display: block;
    font-size: 18px;
    color: #5c5c5c;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    cursor: pointer; }
    .asideFilter .filterItem li .checkLabel:before {
      display: block;
      content: "";
      background: #fff;
      border: 1px solid #e1e1e1;
      position: absolute;
      left: 0;
      top: 5px;
      width: 20px;
      height: 20px; }
    .asideFilter .filterItem li .checkLabel.firstLevel {
      font-size: 21px;
      text-transform: uppercase;
      color: #5c5c5c;
      font-weight: bold; }
  .asideFilter .filterItem li .checkInput {
    display: none; }
    .asideFilter .filterItem li .checkInput:checked + .checkLabel {
      /*&:before { background:$brand-primary; border-color:$brand-primary;}
					&:after { content:"\2714"; display:block; color:$text-anti!important; position:absolute; left:0; top:5px; width:20px; height:20px; line-height:20px; text-align:center; font-size:16px;}*/ }

@media (min-width: 992px) {
  .asideFilter .listFilter-collapse {
    display: block !important; } }

@media (max-width: 991px) {
  .asideFilter {
    min-height: inherit; }
    .asideFilter .listFilter-collapse {
      position: fixed;
      top: 148px;
      width: 100%;
      bottom: 0;
      left: 0;
      right: 0;
      overflow-y: auto;
      background: #fff;
      padding: 15px;
      opacity: 0;
      transition: all 0.3s;
      height: auto !important; }
      .asideFilter .listFilter-collapse.in {
        z-index: 1000;
        opacity: 1; }
    .asideFilter .filter-toggle span[class*="icon-"] {
      margin-right: 5px; }
  .listFilter-toggle {
    position: absolute;
    top: 103px;
    right: 15px;
    padding: 0;
    z-index: 999; }
    .listFilter-toggle .iconBtn {
      background: #fff;
      border-color: #e1e1e1; }
    .listFilter-toggle .icon-filter-apply {
      display: block;
      color: #3c7669; }
    .listFilter-toggle .icon-filter {
      display: none; }
    .listFilter-toggle .collapsed {
      border-color: #e1e1e1;
      background: #fff; }
      .listFilter-toggle .collapsed .icon-filter {
        color: #053065;
        display: block; }
      .listFilter-toggle .collapsed .icon-filter-apply {
        display: none; }
      .listFilter-toggle .collapsed:hover .icon-filter, .listFilter-toggle .collapsed:active .icon-filter, .listFilter-toggle .collapsed:focus .icon-filter {
        color: #053065; }
    .listFilter-toggle span {
      padding-left: 0; } }

@media (max-width: 991px) {
  .asideFilter .listFilter-collapse {
    top: 165px; }
  .listFilter-toggle {
    top: 130px; }
  .asideFilter .listFilter-collapse.in {
    z-index: 99; } }

.listFilter-toggle .iconBtn:hover span[class*='icon-'] {
  color: #053065; }

/*********************************/
.asideFilter .filterItem li .checkInput.checkbox-custom {
  opacity: 0;
  position: absolute;
  width: 20px;
  height: 20px; }

.asideFilter .filterItem li .checkInput.checkbox-custom, .asideFilter .filterItem li .checkLabel.checkbox-custom-label {
  cursor: pointer; }

.asideFilter .filterItem li .checkbox-custom-label {
  position: relative; }

.asideFilter .filterItem li .checkInput.checkbox-custom + .checkLabel.checkbox-custom-label:before {
  content: '';
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #e1e1e1;
  width: 20px;
  height: 20px; }

.asideFilter .filterItem li .checkInput.checkbox-custom:checked + .checkLabel.checkbox-custom-label:before {
  content: "\f00c";
  font-family: FontAwesome;
  background: #053065;
  color: #fff;
  border-color: #053065;
  line-height: 17px;
  font-size: 14px; }

/* Product List */
.prodList {
  padding-top: 15px;
  background: #f3f3f3; }
  .prodList .asideFilter {
    margin-bottom: 35px; }
  .prodList .sortBox {
    border-bottom: 1px dotted #444;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 30px; }
    .prodList .sortBox:after {
      display: table;
      content: "";
      clear: both; }
    .prodList .sortBox select {
      float: right;
      width: auto;
      height: 42px;
      border-radius: 10px;
      box-shadow: none;
      border: 1px solid #e1e1e1;
      min-width: 250px;
      padding-left: 20px; }
      .prodList .sortBox select option {
        padding: 6px 20px; }
  .prodList .disclaimer {
    clear: #666;
    margin-bottom: 70px; }

.prodItems .prodItem {
  background: #fff;
  padding: 15px 15px 30px;
  border: 1px solid #e1e1e1;
  position: relative;
  border-radius: 10px;
  margin-bottom: 60px;
  color: #5c5c5c;
  width: 100%; }
  .prodItems .prodItem [class*="col-"] {
    position: static; }
  .prodItems .prodItem p + p {
    margin-top: 5px; }
  .prodItems .prodItem .prodImg {
    display: block;
    margin: 0 auto;
    max-height: 100%; }
  .prodItems .prodItem .flagRPP {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px; }
  .prodItems .prodItem .iconBtn {
    position: absolute; }
    .prodItems .prodItem .iconBtn span {
      padding-left: 10%; }
  .prodItems .prodItem .prodName {
    line-height: 18px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .prodItems .prodItem .prodName a {
      color: inherit; }
    .prodItems .prodItem .prodName a:hover {
      color: #053065; }
  .prodItems .prodItem .specialPrice {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 10px; }
  .prodItems .prodItem .promo {
    font-size: 18px;
    font-weight: bold; }
    .prodItems .prodItem .promo del {
      font-weight: lighter; }
    .prodItems .prodItem .promo span {
      display: inline-block; }
  .prodItems .prodItem .priceRPP {
    font-size: 18px;
    font-weight: bold;
    color: #053065;
    margin-top: 0; }
    .prodItems .prodItem .priceRPP del, .prodItems .prodItem .priceRPP span {
      display: inline-block; }
  .prodItems .prodItem .multi-line .promo span,
  .prodItems .prodItem .multi-line .priceRPP span {
    display: block; }
  .prodItems .prodItem .prodStaus {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 21px; }
    .prodItems .prodItem .prodStaus [class*=icon-] {
      float: left;
      margin-right: 15px;
      font-size: 21px; }
      .prodItems .prodItem .prodStaus [class*=icon-].icon-check {
        color: #14b244; }
      .prodItems .prodItem .prodStaus [class*=icon-].icon-sign-circle {
        color: #b21414; }
    .prodItems .prodItem .prodStaus .unavailable {
      color: #b21414; }
    .prodItems .prodItem .prodStaus li {
      clear: left; }
    .prodItems .prodItem .prodStaus li + li {
      margin-top: 5px; }
  .prodItems .prodItem.view {
    position: relative;
    z-index: 1;
    background: #eee; }
    .prodItems .prodItem.view:after, .prodItems .prodItem.view:before {
      bottom: -62px;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .prodItems .prodItem.view:after {
      border-color: transparent;
      border-bottom-color: #eee;
      border-width: 20px;
      margin-left: -20px; }
    .prodItems .prodItem.view:before {
      border-color: transparent;
      border-bottom-color: #e1e1e1;
      border-width: 21px;
      margin-left: -21px; }

.prodItems section {
  position: relative;
  width: 100%; }
  .prodItems section .closeInfo {
    display: block;
    position: absolute;
    z-index: 1;
    top: 8px;
    right: 8px;
    border: 2px solid #000;
    width: 35px;
    height: 35px;
    padding-top: 6px;
    color: #000;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    opacity: 0.5;
    text-decoration: none; }

.prodItems .prodInfo {
  margin-bottom: 30px;
  border-radius: 10px;
  background: #eee;
  border: 1px solid #e1e1e1; }
  .prodItems .prodInfo .container {
    width: auto; }
  .prodItems .prodInfo .prodDetail {
    padding-bottom: 30px; }
    .prodItems .prodInfo .prodDetail .price .BV, .prodItems .prodInfo .prodDetail .price .RSP {
      padding: 2px 10px;
      font-size: 16px; }
    .prodItems .prodInfo .prodDetail .price .RSP {
      margin-right: 0; }
    .prodItems .prodInfo .prodDetail .price .promo {
      font-size: 16px;
      line-height: 26px; }
    .prodItems .prodInfo .prodDetail .price .RPP {
      font-size: 20px; }
    .prodItems .prodInfo .prodDetail .prodShare .socialIcon {
      display: none; }

@media (min-width: 768px) {
  .prodItems {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .prodItems .prodItem {
      width: 32%;
      margin-right: 2%; }
      .prodItems .prodItem:nth-of-type(3n) {
        margin-right: 0; }
      .prodItems .prodItem .prodImgBox {
        display: block;
        height: 190px; }
      .prodItems .prodItem .iconBtn {
        width: 60px;
        height: 60px;
        line-height: 58px;
        left: 50%;
        margin-left: -30px;
        bottom: -30px; }
        .prodItems .prodItem .iconBtn span {
          line-height: 58px;
          font-size: 26px; }
        .prodItems .prodItem .iconBtn:hover {
          background: #053065; } }

@media (min-width: 992px) {
  .prodItems .prodInfo .prodDetail .button {
    min-width: 0;
    width: 100%;
    font-size: 16px; }
    .prodItems .prodInfo .prodDetail .button span[class*="icon-"] {
      margin-right: 0; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .prodList .prodInfo .prodDetail .price .promo {
    text-align: left;
    margin-top: 15px; }
  .prodList .prodInfo .prodDetail .price .RPP {
    text-align: left;
    margin-bottom: 10px; }
  .prodItems .prodInfo .prodDetail .button {
    padding: 6px 10px 6px 20px; } }

@media (max-width: 991px) {
  .prodList {
    margin-top: 0;
    padding-top: 0; } }

@media (max-width: 767px) {
  .prodList .asideFilter {
    margin-bottom: 0; }
  .prodList .sortBox {
    background: #fff;
    margin: 0 -15px 15px;
    padding: 15px;
    border: 0; }
    .prodList .sortBox select {
      width: 100%; }
  .prodList .disclaimer {
    margin-bottom: 50px; }
  .prodItems .prodItem {
    margin-bottom: 40px;
    padding-bottom: 15px; }
    .prodItems .prodItem .prodImgBox {
      display: block;
      margin-right: -15px; }
    .prodItems .prodItem .specialPrice {
      text-align: left;
      margin-bottom: 0;
      margin-top: 0; }
      .prodItems .prodItem .specialPrice span {
        margin-bottom: 15px; }
    .prodItems .prodItem .iconBtn {
      width: 50px;
      height: 50px;
      line-height: 48px;
      margin-left: -25px;
      bottom: -25px;
      left: 16%; }
      .prodItems .prodItem .iconBtn span {
        line-height: 48px; }
    .prodItems .prodItem .flagRPP {
      width: 35px; }
    .prodItems .prodItem.view:after, .prodItems .prodItem.view:before {
      bottom: -42px;
      left: 16%; }
    .prodItems .prodItem.view:after {
      border-width: 12px;
      margin-left: -12px; }
    .prodItems .prodItem.view:before {
      border-width: 13px;
      margin-left: -13px; }
    .prodItems .prodItem .testClass {
      padding-right: 0; } }

@media (max-width: 479px) {
  .prodItems .prodItem .promo del {
    display: block; }
  .prodItems .prodItem .prodImg {
    margin-top: 20px;
    margin-bottom: 15px; } }

.package {
  padding: 70px 0;
  background: #eee;
  color: #5c5c5c; }
  .package h2 {
    font-size: 36px;
    margin-bottom: 60px;
    text-transform: uppercase;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .package h2 span {
      border-bottom: 1px dashed #053065;
      color: #053065; }
  .package .line {
    display: none; }
  .package .packageItem h3 {
    margin: 20px 0 10px;
    font-size: 21px;
    font-family: "ProximaNova-Bold";
    line-height: 1;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .package .packageItem p {
    margin: 0;
    font-size: 18px;
    line-height: 24px; }
  .package .packageItem .more {
    display: inline-block;
    margin: 15px 0 5px;
    font-size: 18px;
    font-family: "ProximaNova-Bold";
    border-bottom: 1px dashed #053065;
    transition: color .3s;
    text-decoration: none; }
  .package .packageImg {
    width: 100%;
    padding: 30px 0 15px;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    text-align: center; }
    .package .packageImg img {
      display: block;
      margin: 0 auto; }

@media (min-width: 992px) {
  .package .more:hover {
    border-color: #29b0b4; } }

@media (min-width: 768px) {
  .package .line {
    display: block;
    border-top: 1px dotted #444;
    margin: 60px 0; }
  .package .packageItem .more {
    margin-top: 40px; } }

@media (max-width: 768px) {
  .package {
    padding: 50px 0; }
    .package h2 {
      margin-bottom: 40px; }
    .package .packageItem {
      margin-bottom: 40px; }
      .package .packageItem:last-child {
        margin-bottom: 0; } }

/* Product Banner */
.prodBanner {
  color: #fff; }
  .prodBanner .swiper-container {
    width: 100%; }
  .prodBanner .item {
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .prodBanner .item .container {
      min-height: 205px;
      padding: 40px 0; }
    .prodBanner .item .imgItem {
      width: 100%;
      position: relative; }
      .prodBanner .item .imgItem img {
        width: 100%; }
      .prodBanner .item .imgItem .buttonBox {
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 100px;
        text-align: center; }
  .prodBanner img {
    display: block; }
  .prodBanner .prodBannerCaption {
    text-align: center; }
    .prodBanner .prodBannerCaption h1 {
      margin-bottom: 10px;
      font-size: 48px; }
    .prodBanner .prodBannerCaption p {
      margin-bottom: 30px;
      font-size: 30px;
      line-height: normal; }
    .prodBanner .prodBannerCaption .button {
      margin: 0 15px;
      transition: background-color .3s; }
      .prodBanner .prodBannerCaption .button .icon-play {
        font-size: 20px; }
    .prodBanner .prodBannerCaption .errorMsg {
      font-size: 18px;
      margin: 30px 0 0; }
  .prodBanner .swiper-button-prev, .prodBanner .swiper-button-next {
    display: none; }

@media (min-width: 992px) {
  .prodBanner {
    text-align: center; }
    .prodBanner .item .container {
      min-height: 370px;
      padding-bottom: 90px; }
      .prodBanner .item .container img {
        float: left;
        width: 35%;
        padding-right: 20px;
        margin-top: 50px; }
    .prodBanner .prodBannerCaption {
      width: 65%;
      display: inline-block;
      padding: 50px 0 20px; }
    .prodBanner .swiper-button-prev, .prodBanner .swiper-button-next {
      margin-top: -70px; }
    .prodBanner .swiper-container-horizontal > .swiper-pagination-bullets {
      bottom: 60px; } }

@media (min-width: 1200px) {
  .prodBanner .container img {
    width: 25%; }
  .prodBanner .prodBannerCaption {
    display: block;
    width: 50%;
    margin: 0 25%; } }

@media (max-width: 1300px) and (min-width: 1200px) {
  .prodBanner .item .container img {
    padding-left: 50px; } }

@media (max-width: 1100px) and (min-width: 992px) {
  .prodBanner .item .container img {
    padding-left: 50px; }
  .prodBanner .item .prodBannerCaption {
    padding-right: 50px; } }

@media (max-width: 991px) {
  .prodBanner .item .container {
    padding: 40px 0; }
    .prodBanner .item .container img {
      margin: 0 auto 20px; }
  .prodBanner .item .imgItem .buttonBox {
    bottom: 40px; }
  .prodBanner .prodBannerCaption p {
    font-size: 24px; }
  .prodBanner .carousel-indicators {
    display: block; }
  .prodBanner .carousel-control.left,
  .prodBanner .carousel-control.right {
    display: none; } }

@media (min-width: 768px) {
  .prodBanner .swiper-pagination {
    display: block; } }

@media (max-width: 767px) {
  .prodBanner {
    /*.item {
			.imgItem { 
				img { min-height:150px;}
				.buttonBox { bottom:30px;}
			}
		}*/ }
    .prodBanner .prodBannerCaption .button {
      position: relative;
      overflow: hidden;
      width: 52px;
      margin: 0 20px;
      padding: 10px 0;
      text-align: center;
      border-radius: 26px; }
      .prodBanner .prodBannerCaption .button span[class*="icon-"] {
        display: block;
        float: none;
        margin: 0 auto;
        position: absolute;
        left: 0;
        top: 10px;
        width: 100%; } }

/* Search Result */
.searchResult {
  padding-top: 30px;
  background: #f3f3f3; }
  .searchResult .form-control {
    height: 48px;
    margin-bottom: 30px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    box-shadow: none;
    font-size: 18px;
    color: #5c5c5c;
    font-family: "ProximaNova-Bold"; }
  .searchResult h2 {
    margin-bottom: 30px;
    padding: 15px 0;
    border-top: 1px dotted #444;
    border-bottom: 1px dotted #444;
    font-size: 21px;
    text-transform: uppercase;
    line-height: 42px;
    color: #5c5c5c;
    font-weight: bold; }
  .searchResult .noResult {
    min-height: 200px; }

@media (min-width: 768px) {
  .searchResult .prodItems .prodItem {
    width: 32%; } }

@media (min-width: 992px) {
  .searchResult {
    margin-top: -70px;
    padding-top: 90px; }
    .searchResult .form-control {
      margin-bottom: 50px; }
    .searchResult .prodItems .prodItem {
      width: 23.5%; }
      .searchResult .prodItems .prodItem:nth-of-type(3n) {
        margin-right: 2%; }
      .searchResult .prodItems .prodItem:nth-child(4n) {
        margin-right: 0; } }

.social-media-mashup-container {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  background-color: #000000;
  height: 560px; }
  .social-media-mashup-container .social-media-mashup-img-background {
    width: 100%;
    height: 560px;
    -webkit-filter: blur(2px); }
  .social-media-mashup-container .social-media-mashup-wrapper {
    position: absolute;
    margin: 0;
    top: 48%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .social-media-mashup-container .social-media-mashup-wrapper h2 {
      padding-left: 10px;
      font-size: 36px; }

.statistics-padding-left {
  padding-left: 1em; }

.social-media-mashup-tooltip-z-index-one {
  z-index: 1; }

.social-media-mashup-item-container {
  position: relative;
  width: 940px;
  height: auto;
  margin: 0 auto;
  font-family: 'ProximaNova-Bold';
  font-size: 10px; }
  .social-media-mashup-item-container .social-media-mashup-item {
    border: 1px solid transparent;
    float: left;
    width: 215px;
    margin: 10px;
    border-radius: 10px;
    height: 215px;
    position: relative; }
    .social-media-mashup-item-container .social-media-mashup-item .social-media-icon-container {
      position: absolute;
      z-index: 1;
      padding-top: 5px;
      padding-left: 5px; }
      .social-media-mashup-item-container .social-media-mashup-item .social-media-icon-container .social-media-icon {
        height: 50px;
        width: 52px;
        border-radius: 50%; }
    .social-media-mashup-item-container .social-media-mashup-item .social-media-mashup-content {
      position: relative; }
      .social-media-mashup-item-container .social-media-mashup-item .social-media-mashup-content p {
        text-align: left;
        font-weight: bold;
        padding: 40px;
        top: 87%;
        left: 47%;
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        margin: 0;
        margin-right: -50%;
        position: absolute;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 25em;
        text-transform: uppercase; }
      .social-media-mashup-item-container .social-media-mashup-item .social-media-mashup-content .social-media-mashup-statistics {
        font-family: 'ProximaNova-Regular';
        padding-top: 70px;
        text-transform: lowercase;
        font-weight: normal;
        font-size: 8px;
        width: 31em; }
    .social-media-mashup-item-container .social-media-mashup-item img {
      width: 215px;
      height: 215px;
      border-radius: 10px; }
  .social-media-mashup-item-container .twitter-social-media-item {
    border: 1px solid transparent;
    float: left;
    width: 215px;
    margin: 10px;
    border-radius: 10px;
    height: 215px;
    position: relative; }
    .social-media-mashup-item-container .twitter-social-media-item .social-media-icon-container {
      position: absolute;
      z-index: 1;
      padding-top: 5px;
      padding-left: 5px; }
      .social-media-mashup-item-container .twitter-social-media-item .social-media-icon-container .social-media-icon {
        height: 50px;
        width: 52px;
        border-radius: 50%; }
    .social-media-mashup-item-container .twitter-social-media-item p {
      color: #000000;
      text-align: left;
      font-weight: bold;
      padding: 40px;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
      margin: 0;
      margin-right: -50%;
      position: absolute;
      width: 25em; }
    .social-media-mashup-item-container .twitter-social-media-item .tweets {
      text-align: left;
      font-weight: normal;
      padding: 40px;
      top: 80%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
      margin: 0;
      margin-right: -50%;
      position: absolute;
      width: 31em;
      text-transform: lowercase;
      font-size: 8px; }
  .social-media-mashup-item-container .green {
    background-color: #14b244; }
  .social-media-mashup-item-container .grey {
    background-color: #666; }
  .social-media-mashup-item-container .orange {
    background-color: #f36c21; }

.social-media-mashup-wrapper ol li {
  width: 17px;
  height: 17px;
  border: 2px solid #fff; }

.social-media-mashup-wrapper ol .active {
  width: 18px;
  height: 18px;
  background-color: #f36c21; }

.social-media-mashup-wrapper .carousel-indicators {
  bottom: -40px; }

@media screen and (max-width: 1170px) {
  .social-media-mashup-container {
    height: 530px; }
    .social-media-mashup-container .social-media-mashup-img-background {
      height: 530px; }
    .social-media-mashup-container .social-media-mashup-wrapper h2 {
      font-size: 36px; }
  .social-media-mashup-item-container {
    width: 880px;
    font-size: 10px; }
    .social-media-mashup-item-container .social-media-mashup-item {
      width: 200px;
      border-radius: 10px;
      height: 200px; }
      .social-media-mashup-item-container .social-media-mashup-item .social-media-icon-container {
        padding-top: 4px;
        padding-left: 4px; }
        .social-media-mashup-item-container .social-media-mashup-item .social-media-icon-container .social-media-icon {
          height: 40px;
          width: 42px; }
      .social-media-mashup-item-container .social-media-mashup-item .social-media-mashup-content p {
        width: 25em;
        left: 49%; }
      .social-media-mashup-item-container .social-media-mashup-item .social-media-mashup-content .social-media-mashup-statistics {
        padding-top: 70px;
        font-size: 8px;
        width: 31em; }
      .social-media-mashup-item-container .social-media-mashup-item img {
        width: 200px;
        height: 200px; }
    .social-media-mashup-item-container .twitter-social-media-item {
      width: 200px;
      border-radius: 10px;
      height: 200px; }
      .social-media-mashup-item-container .twitter-social-media-item .social-media-icon-container {
        padding-top: 4px;
        padding-left: 4px; }
        .social-media-mashup-item-container .twitter-social-media-item .social-media-icon-container .social-media-icon {
          height: 40px;
          width: 42px; }
      .social-media-mashup-item-container .twitter-social-media-item p {
        width: 24em;
        left: 53%; }
      .social-media-mashup-item-container .twitter-social-media-item .tweets {
        width: 30em;
        font-size: 8px;
        left: 53%; }
  .social-media-mashup-wrapper ol li {
    width: 15px;
    height: 15px; }
  .social-media-mashup-wrapper ol .active {
    width: 16px;
    height: 16px; }
  .social-media-mashup-wrapper .carousel-indicators {
    bottom: -40px; } }

@media screen and (max-width: 900px) {
  .social-media-mashup-container {
    height: 430px; }
    .social-media-mashup-container .social-media-mashup-img-background {
      height: 430px; }
    .social-media-mashup-container .social-media-mashup-wrapper h2 {
      font-size: 28px; }
  .social-media-mashup-item-container {
    width: 760px;
    font-size: 10px; }
    .social-media-mashup-item-container .social-media-mashup-item {
      width: 170px;
      border-radius: 10px;
      height: 170px; }
      .social-media-mashup-item-container .social-media-mashup-item .social-media-icon-container {
        padding-top: 5px;
        padding-left: 5px; }
        .social-media-mashup-item-container .social-media-mashup-item .social-media-icon-container .social-media-icon {
          height: 40px;
          width: 42px; }
      .social-media-mashup-item-container .social-media-mashup-item .social-media-mashup-content p {
        width: 23em;
        left: 50%; }
      .social-media-mashup-item-container .social-media-mashup-item .social-media-mashup-content .social-media-mashup-statistics {
        padding-top: 67px;
        font-size: 8px;
        width: 28.5em; }
      .social-media-mashup-item-container .social-media-mashup-item img {
        width: 170px;
        height: 170px; }
    .social-media-mashup-item-container .twitter-social-media-item {
      width: 170px;
      border-radius: 10px;
      height: 170px; }
      .social-media-mashup-item-container .twitter-social-media-item .social-media-icon-container {
        padding-top: 5px;
        padding-left: 5px; }
        .social-media-mashup-item-container .twitter-social-media-item .social-media-icon-container .social-media-icon {
          height: 40px;
          width: 42px; }
      .social-media-mashup-item-container .twitter-social-media-item p {
        width: 23em;
        left: 53%;
        top: 49%; }
      .social-media-mashup-item-container .twitter-social-media-item .tweets {
        width: 28.5em;
        font-size: 8px;
        top: 80%; }
  .social-media-mashup-wrapper ol li {
    width: 12px;
    height: 12px; }
  .social-media-mashup-wrapper ol .active {
    width: 13px;
    height: 13px; }
  .social-media-mashup-wrapper .carousel-indicators {
    bottom: -30px; } }

@media screen and (max-width: 768px) {
  .social-media-mashup-container {
    height: 1020px; }
    .social-media-mashup-container .social-media-mashup-img-background {
      height: 1020px; }
    .social-media-mashup-container .social-media-mashup-wrapper {
      top: 49%; }
      .social-media-mashup-container .social-media-mashup-wrapper h2 {
        font-size: 30px;
        text-align: center; }
  .social-media-mashup-item-container {
    width: 470px;
    font-size: 10px; }
    .social-media-mashup-item-container .social-media-mashup-item {
      width: 215px;
      border-radius: 10px;
      height: 215px; }
      .social-media-mashup-item-container .social-media-mashup-item .social-media-icon-container {
        padding-top: 5px;
        padding-left: 5px; }
        .social-media-mashup-item-container .social-media-mashup-item .social-media-icon-container .social-media-icon {
          height: 50px;
          width: 52px; }
      .social-media-mashup-item-container .social-media-mashup-item .social-media-mashup-content p {
        width: 27em; }
      .social-media-mashup-item-container .social-media-mashup-item .social-media-mashup-content .social-media-mashup-statistics {
        padding-top: 70px;
        font-size: 8px;
        width: 33.5em; }
      .social-media-mashup-item-container .social-media-mashup-item img {
        width: 215px;
        height: 215px; }
    .social-media-mashup-item-container .twitter-social-media-item {
      width: 215px;
      border-radius: 10px;
      height: 215px; }
      .social-media-mashup-item-container .twitter-social-media-item .social-media-icon-container {
        padding-top: 5px;
        padding-left: 5px; }
        .social-media-mashup-item-container .twitter-social-media-item .social-media-icon-container .social-media-icon {
          height: 50px;
          width: 52px; }
      .social-media-mashup-item-container .twitter-social-media-item p {
        width: 27em; }
      .social-media-mashup-item-container .twitter-social-media-item .tweets {
        width: 33.5em;
        font-size: 8px; }
  .social-media-mashup-wrapper ol li {
    width: 12px;
    height: 12px; }
  .social-media-mashup-wrapper ol .active {
    width: 13px;
    height: 13px; }
  .social-media-mashup-wrapper .carousel-indicators {
    bottom: -35px; } }

@media screen and (max-width: 480px) {
  .social-media-mashup-container {
    height: 950px; }
    .social-media-mashup-container .social-media-mashup-img-background {
      height: 950px; }
    .social-media-mashup-container .social-media-mashup-wrapper h2 {
      font-size: 28px; }
  .social-media-mashup-item-container {
    width: 440px;
    font-size: 10px;
    padding-left: 0px;
    padding-right: 0px; }
    .social-media-mashup-item-container .social-media-mashup-item {
      width: 200px;
      border-radius: 10px;
      height: 200px; }
      .social-media-mashup-item-container .social-media-mashup-item .social-media-icon-container {
        padding-top: 4px;
        padding-left: 4px; }
        .social-media-mashup-item-container .social-media-mashup-item .social-media-icon-container .social-media-icon {
          height: 40px;
          width: 42px; }
      .social-media-mashup-item-container .social-media-mashup-item .social-media-mashup-content p {
        width: 25em; }
      .social-media-mashup-item-container .social-media-mashup-item .social-media-mashup-content .social-media-mashup-statistics {
        padding-top: 70px;
        font-size: 8px;
        width: 31em; }
      .social-media-mashup-item-container .social-media-mashup-item img {
        width: 200px;
        height: 200px; }
    .social-media-mashup-item-container .twitter-social-media-item {
      width: 200px;
      border-radius: 10px;
      height: 200px; }
      .social-media-mashup-item-container .twitter-social-media-item .social-media-icon-container {
        padding-top: 4px;
        padding-left: 4px; }
        .social-media-mashup-item-container .twitter-social-media-item .social-media-icon-container .social-media-icon {
          height: 40px;
          width: 42px; }
      .social-media-mashup-item-container .twitter-social-media-item p {
        width: 25em; }
      .social-media-mashup-item-container .twitter-social-media-item .tweets {
        width: 31em;
        font-size: 8px; }
  .social-media-mashup-wrapper ol li {
    width: 12px;
    height: 12px; }
  .social-media-mashup-wrapper ol .active {
    width: 13px;
    height: 13px; }
  .social-media-mashup-wrapper .carousel-indicators {
    bottom: -30px; } }

@media screen and (max-width: 414px) {
  .social-media-mashup-container {
    height: 900px; }
    .social-media-mashup-container .social-media-mashup-img-background {
      height: 900px; }
    .social-media-mashup-container .social-media-mashup-wrapper h2 {
      font-size: 24px; }
  .social-media-mashup-item-container {
    width: 410px;
    font-size: 10px;
    padding-left: 0px;
    padding-right: 0px; }
    .social-media-mashup-item-container .social-media-mashup-item {
      width: 185px;
      border-radius: 10px;
      height: 185px; }
      .social-media-mashup-item-container .social-media-mashup-item .social-media-icon-container {
        padding-top: 4px;
        padding-left: 4px; }
        .social-media-mashup-item-container .social-media-mashup-item .social-media-icon-container .social-media-icon {
          height: 40px;
          width: 42px; }
      .social-media-mashup-item-container .social-media-mashup-item .social-media-mashup-content p {
        width: 25em; }
      .social-media-mashup-item-container .social-media-mashup-item .social-media-mashup-content .social-media-mashup-statistics {
        padding-top: 70px;
        font-size: 8px;
        width: 31em; }
      .social-media-mashup-item-container .social-media-mashup-item img {
        width: 185px;
        height: 185px; }
    .social-media-mashup-item-container .twitter-social-media-item {
      width: 185px;
      border-radius: 10px;
      height: 185px; }
      .social-media-mashup-item-container .twitter-social-media-item .social-media-icon-container {
        padding-top: 4px;
        padding-left: 4px; }
        .social-media-mashup-item-container .twitter-social-media-item .social-media-icon-container .social-media-icon {
          height: 40px;
          width: 42px; }
      .social-media-mashup-item-container .twitter-social-media-item p {
        width: 25em; }
      .social-media-mashup-item-container .twitter-social-media-item .tweets {
        width: 31em;
        font-size: 8px; }
  .social-media-mashup-wrapper ol li {
    width: 12px;
    height: 12px; }
  .social-media-mashup-wrapper ol .active {
    width: 13px;
    height: 13px; }
  .social-media-mashup-wrapper .carousel-indicators {
    bottom: -30px; } }

@media screen and (max-width: 375px) {
  .social-media-mashup-container {
    height: 800px; }
    .social-media-mashup-container .social-media-mashup-img-background {
      height: 800px; }
    .social-media-mashup-container .social-media-mashup-wrapper h2 {
      font-size: 24px; }
  .social-media-mashup-item-container {
    width: 370px;
    font-size: 8px;
    padding-left: 0px;
    padding-right: 0px; }
    .social-media-mashup-item-container .social-media-mashup-item {
      width: 165px;
      border-radius: 10px;
      height: 165px; }
      .social-media-mashup-item-container .social-media-mashup-item .social-media-icon-container {
        padding-top: 4px;
        padding-left: 4px; }
        .social-media-mashup-item-container .social-media-mashup-item .social-media-icon-container .social-media-icon {
          height: 40px;
          width: 42px; }
      .social-media-mashup-item-container .social-media-mashup-item .social-media-mashup-content p {
        width: 28em; }
      .social-media-mashup-item-container .social-media-mashup-item .social-media-mashup-content .social-media-mashup-statistics {
        padding-top: 65px;
        font-size: 7px;
        width: 32em; }
      .social-media-mashup-item-container .social-media-mashup-item img {
        width: 165px;
        height: 165px; }
    .social-media-mashup-item-container .twitter-social-media-item {
      width: 165px;
      border-radius: 10px;
      height: 165px; }
      .social-media-mashup-item-container .twitter-social-media-item .social-media-icon-container {
        padding-top: 4px;
        padding-left: 4px; }
        .social-media-mashup-item-container .twitter-social-media-item .social-media-icon-container .social-media-icon {
          height: 40px;
          width: 42px; }
      .social-media-mashup-item-container .twitter-social-media-item p {
        width: 28em; }
      .social-media-mashup-item-container .twitter-social-media-item .tweets {
        width: 32em;
        font-size: 7px; }
  .social-media-mashup-wrapper ol li {
    width: 12px;
    height: 12px; }
  .social-media-mashup-wrapper ol .active {
    width: 13px;
    height: 13px; }
  .social-media-mashup-wrapper .carousel-indicators {
    bottom: -30px; } }

@media screen and (max-width: 320px) {
  .social-media-mashup-container {
    height: 700px; }
    .social-media-mashup-container .social-media-mashup-img-background {
      height: 700px; }
    .social-media-mashup-container .social-media-mashup-wrapper h2 {
      font-size: 20px; }
  .social-media-mashup-item-container {
    width: 320px;
    font-size: 8px;
    padding-left: 0px;
    padding-right: 0px; }
    .social-media-mashup-item-container .social-media-mashup-item {
      width: 140px;
      border-radius: 10px;
      height: 140px; }
      .social-media-mashup-item-container .social-media-mashup-item .social-media-icon-container {
        padding-top: 4px;
        padding-left: 4px; }
        .social-media-mashup-item-container .social-media-mashup-item .social-media-icon-container .social-media-icon {
          height: 40px;
          width: 42px; }
      .social-media-mashup-item-container .social-media-mashup-item .social-media-mashup-content p {
        width: 25em; }
      .social-media-mashup-item-container .social-media-mashup-item .social-media-mashup-content .social-media-mashup-statistics {
        padding-top: 65px;
        font-size: 7px;
        width: 28.5em; }
      .social-media-mashup-item-container .social-media-mashup-item img {
        width: 140px;
        height: 140px; }
    .social-media-mashup-item-container .twitter-social-media-item {
      width: 140px;
      border-radius: 10px;
      height: 140px; }
      .social-media-mashup-item-container .twitter-social-media-item .social-media-icon-container {
        padding-top: 4px;
        padding-left: 4px; }
        .social-media-mashup-item-container .twitter-social-media-item .social-media-icon-container .social-media-icon {
          height: 40px;
          width: 42px; }
      .social-media-mashup-item-container .twitter-social-media-item p {
        width: 25em;
        top: 53%; }
      .social-media-mashup-item-container .twitter-social-media-item .tweets {
        width: 33.5em;
        font-size: 6px; }
  .social-media-mashup-wrapper ol li {
    width: 12px;
    height: 12px; }
  .social-media-mashup-wrapper ol .active {
    width: 13px;
    height: 13px; }
  .social-media-mashup-wrapper .carousel-indicators {
    bottom: -30px; } }

.container-medium-four-tiles-width {
  width: 235px; }

.container-small-four-tiles-width {
  width: 220px; }

.container-small-four-tiles-width-414 {
  width: 195px; }

.container-small-four-tiles-width-375 {
  width: 175px; }

.container-small-four-tiles-width-320 {
  width: 150px; }

.container-large-four-tiles-height-900 {
  height: 250px !important; }

.container-large-four-tiles-height-1170 {
  height: 310px !important; }

.container-extra-large-four-tiles-height {
  height: 330px !important; }

/* Checkout */
.checkoutSection {
  margin-bottom: 50px; }
  .checkoutSection .cfmOrderDetail h2 {
    background: #eee;
    padding: 15px;
    border-radius: 8px; }
  .checkoutSection .currencySel {
    float: right;
    margin-top: -50px;
    background: #eee; }
  .checkoutSection .epTips {
    float: right;
    margin-top: -50px; }
    .checkoutSection .epTips p {
      color: #000;
      font-size: 14px;
      line-height: 30px; }
  .checkoutSection .orderListHeader {
    font-weight: bold;
    font-size: 15px;
    border-top: 1px dotted #999;
    border-bottom: 1px dotted #999;
    padding: 15px 0; }
    .checkoutSection .orderListHeader .orderHeaderContent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: end;
          align-items: flex-end; }
      .checkoutSection .orderListHeader .orderHeaderContent:after {
        display: table;
        content: "";
        clear: both; }
  .checkoutSection .orderItem {
    padding: 15px 0; }
    .checkoutSection .orderItem .orderItemContent:after {
      display: table;
      content: "";
      clear: both; }
    .checkoutSection .orderItem .btnDelete {
      display: block;
      position: absolute;
      color: #ccc;
      font-size: 10px;
      text-decoration: none; }
    .checkoutSection .orderItem .orderListImg {
      width: 100%;
      padding: 10px 0;
      background: #fff;
      border: 1px solid #e1e1e1;
      border-radius: 10px;
      overflow: hidden; }
      .checkoutSection .orderItem .orderListImg img {
        display: block;
        margin: 0 auto;
        width: 100%; }
    .checkoutSection .orderItem .orderInfo:after {
      display: table;
      content: "";
      clear: both; }
    .checkoutSection .orderItem .promo {
      font-weight: bold; }
      .checkoutSection .orderItem .promo del {
        font-weight: lighter; }
    .checkoutSection .orderItem .priority {
      font-weight: lighter;
      font-size: 12px; }
      .checkoutSection .orderItem .priority span {
        margin-right: 5px; }
    .checkoutSection .orderItem .prodName {
      font-size: 14px;
      font-weight: bold; }
      .checkoutSection .orderItem .prodName a {
        color: #333; }
    .checkoutSection .orderItem .orderFre > [class*="col"],
    .checkoutSection .orderItem .orderQty > [class*="col"] {
      padding: 0; }
    .checkoutSection .orderItem .orderFre .control-label, .checkoutSection .orderItem .orderQty .control-label {
      margin-bottom: 0;
      padding: 6px 0;
      line-height: 22px; }
    .checkoutSection .orderItem .favoriteBtn {
      min-width: 259px; }
  .checkoutSection .checkbox {
    margin-top: 15px;
    margin-bottom: 0; }
    .checkoutSection .checkbox:first-child {
      margin-top: 0; }
  .checkoutSection .packageList {
    width: 100%; }
  .checkoutSection .packageItem {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
        align-items: center;
    padding-top: 10px; }
    .checkoutSection .packageItem:after {
      display: table;
      content: "";
      clear: both; }
    .checkoutSection .packageItem input[disabled=disabled] {
      background: none;
      border: none;
      box-shadow: none; }
    .checkoutSection .packageItem .orderListImg {
      width: 80%;
      margin-left: 20%; }
    .checkoutSection .packageItem .orderInfo {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-flex-align: center;
          align-items: center; }
    .checkoutSection .packageItem .prodName, .checkoutSection .packageItem .prodName a, .checkoutSection .packageItem .orderQty, .checkoutSection .packageItem .orderQty input {
      color: grey; }
    .checkoutSection .packageItem .orderQty .errorMsg {
      padding-left: 12px; }
  .checkoutSection .usdBox {
    display: inline-block;
    margin-left: 20px; }
    .checkoutSection .usdBox .form-control {
      display: inline-block;
      width: 80px; }
  .checkoutSection .orderTerms {
    margin-bottom: 15px; }
    .checkoutSection .orderTerms .checkbox {
      margin-top: 0;
      padding: 5px 10px; }
      .checkoutSection .orderTerms .checkbox:first-child {
        padding: 15px 10px;
        margin-bottom: 10px;
        border-bottom: 1px dotted #999; }
  .checkoutSection .orderTotal {
    padding: 10px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    background: #eee;
    border-top: 1px dotted #999;
    text-transform: uppercase; }
    .checkoutSection .orderTotal:after {
      display: table;
      content: "";
      clear: both; }
    .checkoutSection .orderTotal span {
      float: right;
      font-size: 20px;
      font-family: "ProximaNova-Bold";
      font-weight: normal; }
    .checkoutSection .orderTotal + .buttonBox {
      margin-top: 0; }
  .checkoutSection .shippingTotal {
    margin-top: 30px;
    padding: 10px;
    line-height: 30px;
    font-size: 18px;
    border-top: 1px dotted #999;
    text-transform: uppercase; }
    .checkoutSection .shippingTotal > span {
      float: right;
      font-size: 20px; }
    .checkoutSection .shippingTotal p {
      text-align: right;
      font-style: italic;
      color: #333;
      font-size: 12px;
      text-transform: initial;
      font-weight: bold; }
      .checkoutSection .shippingTotal p span {
        color: #053065; }
  .checkoutSection .promotion {
    line-height: 34px;
    padding: 0 10px; }
    .checkoutSection .promotion + .buttonBox {
      margin-top: 0; }
    .checkoutSection .promotion label {
      margin: 0;
      font-size: 16px;
      font-weight: normal; }
    .checkoutSection .promotion .verifyIcon {
      display: inline-block;
      float: left;
      padding-top: 4px;
      margin-right: 10px;
      font-size: 24px;
      line-height: 30px; }
      .checkoutSection .promotion .verifyIcon .icon-times {
        color: #d61111; }
      .checkoutSection .promotion .verifyIcon .icon-check {
        color: #14b244; }
    .checkoutSection .promotion .button {
      line-height: 22px;
      min-height: 32px;
      font-size: 15px; }
  .checkoutSection .orderSummary {
    clear: both;
    margin-top: 20px;
    line-height: 40px;
    font-size: 16px;
    border-top: 1px dotted #999;
    padding: 10px; }
    .checkoutSection .orderSummary span {
      float: right;
      font-size: 20px; }
    .checkoutSection .orderSummary.epSummary {
      border-top: 0; }
  .checkoutSection .promotionItems {
    padding: 0 10px;
    margin-bottom: 20px; }
    .checkoutSection .promotionItems > div {
      margin-bottom: 10px; }
    .checkoutSection .promotionItems .price {
      float: right;
      font-size: 16px;
      line-height: 32px;
      margin: 0; }
    .checkoutSection .promotionItems .promotionItem {
      display: inline-block;
      padding: 5px 15px;
      background: #ddd;
      border-radius: 16px; }
      .checkoutSection .promotionItems .promotionItem .delete {
        margin-top: 2px;
        float: right;
        color: inherit;
        margin-left: 8px; }
        .checkoutSection .promotionItems .promotionItem .delete:hover {
          text-decoration: none;
          color: #053065; }
  .checkoutSection .orderStepTotal {
    text-align: right; }
    .checkoutSection .orderStepTotal .stepTotal {
      float: right; }
    .checkoutSection .orderStepTotal p {
      font-size: 12px;
      font-style: italic;
      clear: both;
      text-transform: initial; }
  .checkoutSection .shippingSel .title {
    float: left; }
  .checkoutSection .shippingSel .panel-title a {
    cursor: default; }
    .checkoutSection .shippingSel .panel-title a.collapsed {
      cursor: pointer; }
  .checkoutSection .panel-title a.collapsed .orderStepTotal p {
    color: #333; }
    .checkoutSection .panel-title a.collapsed .orderStepTotal p span {
      color: #053065; }
  .checkoutSection .pickUpItem {
    margin-bottom: 10px; }
    .checkoutSection .pickUpItem label {
      display: block;
      padding: 5px 0 0;
      margin-bottom: 0;
      font-weight: normal;
      line-height: 24px; }
    .checkoutSection .pickUpItem .checkbox {
      margin: 7px 0; }
    .checkoutSection .pickUpItem p {
      text-align: right;
      line-height: 34px; }
  .checkoutSection .panel-title a:after {
    display: table;
    content: "";
    clear: both; }
  .checkoutSection .panel-title .title {
    float: left; }
  .checkoutSection .pickUpDetail {
    padding-top: 40px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #999; }
    .checkoutSection .pickUpDetail h5 {
      display: inline-block;
      font-size: 24px;
      color: #053065;
      border-bottom: 1px dashed #053065;
      margin-bottom: 10px; }
    .checkoutSection .pickUpDetail p {
      font-size: 18px;
      font-weight: lighter; }
  .checkoutSection .buttonBox {
    border-top: none;
    margin-top: 10px; }
  .checkoutSection .noResult {
    margin-bottom: 30px; }
  .checkoutSection .BVDetail {
    display: none; }
  .checkoutSection .spaceTop {
    margin-top: 30px; }

.cfmSection .orderTotal {
  background: none;
  /*border-bottom:1px dotted $lineDark;*/
  margin-bottom: 30px; }

.cfmSection .orderSummary {
  margin-top: 0;
  border-top: 0; }

.cfmSection .cfmTips {
  background: #053065;
  border-radius: 8px;
  color: #fff;
  padding: 15px;
  margin-bottom: 40px; }
  .cfmSection .cfmTips h4 {
    font-size: 18px;
    font-family: "ProximaNova-Bold";
    line-height: 30px; }

.cfmSection .cfmOrderDetail + .cfmTips {
  background: #eee;
  color: inherit;
  margin-bottom: 0; }

.cfmSection h2 {
  font-family: "ProximaNova-Light";
  font-size: 30px;
  margin-bottom: 20px; }

.cfmSection h3 {
  margin-bottom: 20px; }

.cfmSection .cfmList {
  width: 100%;
  display: inline-block;
  margin: 0 0 40px;
  padding-top: 15px;
  line-height: 1.8; }
  .cfmSection .cfmList dt {
    width: 20%;
    float: left;
    line-height: 22px;
    min-height: 22px; }
  .cfmSection .cfmList dd {
    width: 30%;
    float: left;
    line-height: 22px;
    min-height: 22px; }
  .cfmSection .cfmList dd:nth-child(4n) {
    clear: right; }
  .cfmSection .cfmList dt:nth-child(4n+1) {
    clear: left; }

.cfmSection .emailTips {
  margin-bottom: 40px;
  font-size: 18px; }
  .cfmSection .emailTips a {
    border-bottom: 1px dashed #053065;
    transition: color .3s;
    text-decoration: none; }

.cfmSection .timeTip {
  padding: 0 10px; }

@media (min-width: 992px) {
  .checkoutSection {
    margin-bottom: 70px; }
    .checkoutSection .orderList .orderImg {
      width: 10%; }
    .checkoutSection .orderList .orderInfo {
      width: 75%;
      min-height: 78px; }
    .checkoutSection .orderList .orderDesc {
      width: 35%; }
    .checkoutSection .orderList .orderFre {
      width: 25%; }
    .checkoutSection .orderList .orderPrice {
      width: 20%; }
    .checkoutSection .orderList .orderQty {
      width: 20%; }
    .checkoutSection .orderList .orderSubtotal {
      width: 15%; }
    .checkoutSection .orderList .packageList {
      width: 100%; }
    .checkoutSection .orderList .orderNoavail {
      width: 45%; }
    .checkoutSection .orderList .orderFavorite {
      width: 30%;
      margin-left: -15%;
      text-align: right; }
    .checkoutSection .orderList .orderHeaderContent [class*="order"], .checkoutSection .orderList .orderItemContent [class*="order"], .checkoutSection .orderList .packageItem [class*="order"] {
      padding-right: 20px;
      float: left; }
      .checkoutSection .orderList .orderHeaderContent [class*="order"].orderInfo, .checkoutSection .orderList .orderHeaderContent [class*="order"].orderFavorite, .checkoutSection .orderList .orderHeaderContent [class*="order"].orderListImg, .checkoutSection .orderList .orderItemContent [class*="order"].orderInfo, .checkoutSection .orderList .orderItemContent [class*="order"].orderFavorite, .checkoutSection .orderList .orderItemContent [class*="order"].orderListImg, .checkoutSection .orderList .packageItem [class*="order"].orderInfo, .checkoutSection .orderList .packageItem [class*="order"].orderFavorite, .checkoutSection .orderList .packageItem [class*="order"].orderListImg {
        padding-right: 0; }
    .checkoutSection .orderList .itemError {
      padding-left: 36.25%;
      margin-top: -20px; }
    .checkoutSection .orderList .orderQty {
      position: relative; }
      .checkoutSection .orderList .orderQty .errorMsg {
        position: absolute;
        max-height: 32px;
        overflow: hidden;
        top: 40px;
        left: 0;
        right: 0;
        line-height: 16px; }
    .checkoutSection .orderList .orderHeaderContent .orderSubtotal {
      text-align: right;
      padding-right: 0; }
    .checkoutSection .orderListHeader .orderDesc {
      width: 36.25%; }
    .checkoutSection .orderListHeader .orderFre {
      width: 18.75%; }
    .checkoutSection .orderListHeader .orderPrice {
      width: 15%; }
    .checkoutSection .orderListHeader .orderQty {
      width: 15%; }
    .checkoutSection .packageItem .orderQty {
      margin-left: 45%; }
    .checkoutSection .packageItem .errorMsg {
      width: 65%;
      float: left; }
    .checkoutSection.cfmSection .orderList .orderDesc {
      width: 25%; }
    .checkoutSection.cfmSection .orderList .orderFre {
      width: 20%; }
    .checkoutSection.cfmSection .orderList .orderShip {
      width: 20%; }
    .checkoutSection.cfmSection .orderList .orderQty {
      width: 15%;
      text-align: center; }
    .checkoutSection.cfmSection .orderList .itemError {
      padding-left: 28.75%; }
    .checkoutSection.cfmSection .orderListHeader .orderDesc {
      width: 28.75%; }
    .checkoutSection.cfmSection .orderListHeader .orderFre {
      width: 15%; }
    .checkoutSection.cfmSection .orderListHeader .orderShip {
      width: 15%; }
    .checkoutSection.cfmSection .orderListHeader .orderQty {
      width: 11.25%;
      text-align: center; }
    .checkoutSection.cfmSection .packageItem .orderDesc {
      margin-right: 40%; }
    .checkoutSection.cfmSection .packageItem .orderQty {
      margin-left: 0; }
    .checkoutSection .orderItem {
      border-bottom: 1px dotted #999; }
      .checkoutSection .orderItem .priority span {
        display: block; }
      .checkoutSection .orderItem .orderItemContent {
        position: relative; }
      .checkoutSection .orderItem .btnDelete {
        right: -15px;
        top: 50%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
      .checkoutSection .orderItem .orderItemContent, .checkoutSection .orderItem .orderInfo {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
            align-items: center; }
      .checkoutSection .orderItem .orderItemContent .orderSubtotal {
        text-align: right;
        padding-right: 0; }
      .checkoutSection .orderItem .totalPrice {
        font-size: 18px;
        font-weight: bold; }
        .checkoutSection .orderItem .totalPrice .number {
          display: inline-block;
          min-width: 60px; }
      .checkoutSection .orderItem .promo del {
        display: block; }
    .checkoutSection .orderTerms label {
      padding-top: 7px;
      padding-bottom: 7px; }
    .checkoutSection .panel-body .panel-body {
      padding-left: 60px; }
  .cfmSection .emailTips a:hover {
    border-color: #29b0b4; }
  .cfmSection .orderAddress {
    margin-bottom: 25px;
    display: -ms-flexbox;
    display: flex; }
    .cfmSection .orderAddress:after {
      display: table;
      content: "";
      clear: both; }
    .cfmSection .orderAddress .orderAddItem {
      float: left;
      width: 50%;
      border-left: 1px dotted #999;
      padding: 15px;
      padding-left: 40px; }
      .cfmSection .orderAddress .orderAddItem:first-child {
        border: 0;
        padding-left: 0; } }

@media (min-width: 768px) {
  .checkoutSection .orderStepTotal p {
    float: right;
    margin-top: -8px;
    margin-bottom: -10px; }
  .checkoutSection .panel-body .panel-body .form-horizontal .col-sm-6:nth-child(2n+1) {
    clear: both; } }

@media (max-width: 991px) {
  .checkoutSection .currencySel, .checkoutSection .epTips {
    margin-top: -40px; }
  .checkoutSection .orderList .orderImg {
    width: 30%;
    float: left;
    padding-right: 20px; }
  .checkoutSection .orderList .orderInfo {
    width: 70%;
    float: left; }
    .checkoutSection .orderList .orderInfo [class*="order"] + [class*="order"] {
      margin-top: 10px; }
  .checkoutSection .orderList .orderPrice {
    width: 41.66%;
    float: left;
    clear: left;
    padding-right: 0;
    padding-top: 8px; }
  .checkoutSection .orderList .orderQty {
    width: 58.34%;
    float: left; }
  .checkoutSection .orderList .itemError {
    padding-left: 30%;
    margin: 10px 0; }
  .checkoutSection .orderList .orderFavorite {
    clear: both;
    padding-left: 30%;
    margin: 10px 0; }
  .checkoutSection .orderList .orderInfo + .orderFavorite {
    margin-top: 0;
    padding-top: 10px; }
  .checkoutSection .orderList .noAvailable .itemError {
    margin-top: 0; }
  .checkoutSection .orderList .noAvailable .packageList {
    margin-bottom: 10px; }
  .checkoutSection .orderList .orderQty .errorMsg {
    clear: both;
    padding-top: 4px;
    text-align: right; }
  .checkoutSection .packageItem .orderDesc {
    width: 75%;
    float: left;
    padding-right: 20px; }
  .checkoutSection .packageItem .orderInfo [class*="order"] + [class*="order"] {
    margin-top: 0; }
  .checkoutSection.cfmSection .orderList .orderPrice {
    padding-top: 0; }
  .checkoutSection.cfmSection .orderList .orderQty {
    float: right;
    text-align: right;
    padding-right: 10px; }
  .checkoutSection.cfmSection .packageItem .orderQty {
    width: 25%; }
  .checkoutSection .orderItem {
    position: relative;
    padding: 0 0 40px;
    margin-top: 15px; }
    .checkoutSection .orderItem:first-child {
      margin-top: 0; }
    .checkoutSection .orderItem .btnDelete {
      bottom: 0;
      line-height: 30px;
      z-index: 2; }
    .checkoutSection .orderItem .orderSubtotal {
      min-height: 30px;
      position: absolute;
      line-height: 30px;
      background: #f3f3f3;
      bottom: 0;
      left: -15px;
      right: -15px;
      padding: 0 15px;
      z-index: 1; }
    .checkoutSection .orderItem .totalPrice {
      text-align: right; }
    .checkoutSection .orderItem .promo {
      font-size: 12px; }
    .checkoutSection .orderItem.noAvailable {
      padding-bottom: 0;
      border-bottom: 1px dotted #999; }
  .checkoutSection .usdBox {
    margin-top: 10px; }
  .cfmSection .cfmList dt {
    width: 50%;
    clear: left; }
  .cfmSection .cfmList dd {
    width: 50%;
    clear: right; }
  .cfmSection .orderAddress {
    margin-bottom: 40px; }
    .cfmSection .orderAddress .orderAddItem {
      margin-bottom: 20px; }
  .cfmSection .orderItem .orderSubtotal {
    left: 0;
    right: 0;
    padding: 0 10px; } }

@media (max-width: 767px) {
  .checkoutSection .shippingSel .panel-title a {
    font-size: 16px; }
  .checkoutSection .orderList .orderPrice, .checkoutSection .orderList .orderQty {
    width: auto;
    float: none; }
  .checkoutSection .orderList .itemError {
    padding-left: 0; }
  .checkoutSection .promotion .button {
    margin-top: 15px; }
  .checkoutSection .pickUpItem label {
    padding: 0;
    line-height: inherit;
    margin-bottom: 10px; }
  .checkoutSection .promotionItems .promotionItem {
    padding: 5px 10px; }
  .checkoutSection .orderItem .orderFavorite {
    padding-left: 0; }
    .checkoutSection .orderItem .orderFavorite .favoriteBtn {
      width: 100%;
      font-size: 16px; } }

@media (max-width: 424px) {
  .checkoutSection .shippingSel .panel-title a {
    font-size: 12px;
    padding-top: 19px;
    padding-bottom: 19px;
    line-height: 20px; }
    .checkoutSection .shippingSel .panel-title a .title {
      float: inherit; } }

.failNotice {
  text-align: center; }
  .failNotice p {
    font-size: 30px; }
  .failNotice p + p {
    margin-top: 0; }
  .failNotice .button {
    margin-top: 60px; }

/* Home Hero */
.homeHero {
  position: relative;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .homeHero .homeHeroCaption {
    padding: 15% 0 10%;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; }
    .homeHero .homeHeroCaption p {
      margin-bottom: 30px;
      font-size: 55px;
      color: rgba(255, 255, 255, 0.7);
      letter-spacing: 8px;
      font-family: "ProximaNova-Light"; }
      .homeHero .homeHeroCaption p span {
        border-bottom: 1px dashed #fff;
        color: #fff; }
    .homeHero .homeHeroCaption .button {
      border-radius: 26px; }

.aboutQnet {
  padding: 60px 0 40px;
  background: rgba(187, 76, 13, 0.93);
  color: #fff;
  text-align: center; }
  .aboutQnet h2 {
    margin-bottom: 35px;
    font-family: "ProximaNova-Light";
    font-size: 40px; }
  .aboutQnet p {
    margin: 0 auto 35px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 19px; }
    .aboutQnet p strong {
      color: #fff; }
  .aboutQnet .button {
    transition: background-color .3s;
    border-radius: 26px; }
    .aboutQnet .button:hover {
      border-color: #fff;
      background-color: #fff; }

@media (min-width: 992px) {
  .homeHero .homeHeroCaption {
    background-image: none !important; }
  .aboutQnet p {
    width: 92%; } }

@media (max-width: 991px) {
  .homeHero {
    background-image: none !important; }
    .homeHero .homeHeroCaption p {
      font-size: 40px; }
  .aboutQnet {
    background: #bb4c0d; }
    .aboutQnet .button {
      font-size: 16px; } }

@media (max-width: 767px) {
  .homeHero .homeHeroCaption {
    padding: 100px 0 50px; }
    .homeHero .homeHeroCaption p {
      font-size: 30px;
      letter-spacing: 2px; } }

/* Home News */
.homeNews {
  padding: 60px 0 50px; }
  .homeNews h2 {
    margin-bottom: 15px;
    padding-bottom: 2px;
    font-family: "ProximaNova-Light";
    font-size: 36px;
    color: rgba(0, 0, 0, 0.3); }
    .homeNews h2 span {
      border-bottom: 1px dashed #000;
      color: #000; }
  .homeNews p {
    margin-bottom: 20px;
    font-size: 18px; }
  .homeNews .button {
    max-width: 100%;
    margin-bottom: 0;
    border-radius: 26px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

@media (min-width: 992px) {
  .homeNews .col-md-4 {
    padding-left: 30px;
    padding-right: 30px;
    border-left: 1px dotted #e1e1e1; }
    .homeNews .col-md-4:first-child {
      border: none; }
  .homeNews h2 {
    margin-bottom: 35px; }
  .homeNews p {
    margin-bottom: 35px; } }

@media (max-width: 991px) {
  .homeNews {
    padding: 0;
    text-align: center; }
    .homeNews .col-md-4 {
      border-top: 1px dotted #e1e1e1; }
      .homeNews .col-md-4:first-child {
        border: none; }
    .homeNews .item {
      padding: 25px 0; }
    .homeNews h2, .homeNews p {
      height: auto !important; }
    .homeNews .button {
      font-size: 16px; } }

/* teaser */
.teaser {
  background-position: center 20px;
  background-repeat: no-repeat;
  background-size: cover; }
  .teaser .caption {
    padding: 30% 0 20%; }
    .teaser .caption p {
      margin-bottom: 50px;
      font-size: 50px;
      font-family: "ProximaNova-Light";
      line-height: 1.2;
      letter-spacing: 4px;
      /*span { border-bottom:1px dashed $brand-primary; color:$brand-primary; }*/ }
    .teaser .caption .button {
      border-radius: 26px; }
      .teaser .caption .button .icon-play {
        font-size: 20px; }
      .teaser .caption .button:hover {
        background: #fff;
        color: #053065;
        border-color: #fff; }
  .teaser img {
    display: block;
    margin: 0 auto 35px; }

@media (max-width: 991px) {
  .teaser {
    padding-top: 30px;
    text-align: center;
    background-position: center top; }
    .teaser .caption {
      padding: 30px 0; }
    .teaser img {
      max-width: 50%;
      margin: 0 auto; } }

@media (max-width: 767px) {
  .teaser .caption p {
    margin-bottom: 30px;
    font-size: 30px;
    letter-spacing: 2px; } }

/* Home Product */
.homeProd {
  padding: 5% 0;
  background: #e4e2e5; }
  .homeProd .prodImg img {
    display: block; }
  .homeProd .prodDetail h2 {
    margin-bottom: 30px;
    font-size: 44px;
    font-family: "ProximaNova-Light"; }
  .homeProd .prodDetail .prodDesc {
    margin-bottom: 45px;
    font-size: 18px; }
    .homeProd .prodDetail .prodDesc p + p {
      margin-top: 5px; }
    .homeProd .prodDetail .prodDesc h3 {
      margin-bottom: 20px;
      font-size: 19px;
      font-family: "ProximaNova-Bold";
      text-transform: uppercase; }
    .homeProd .prodDetail .prodDesc a {
      border-bottom: 1px dashed #053065;
      transition: color .3s;
      text-decoration: none; }
    .homeProd .prodDetail .prodDesc p span {
      display: inline-block; }
  .homeProd .prodDetail .buttonBox {
    margin-bottom: 10px; }
    .homeProd .prodDetail .buttonBox .button {
      margin-right: 30px;
      border-radius: 26px; }
      .homeProd .prodDetail .buttonBox .button:last-child {
        margin-right: 0; }
  .homeProd .prodDetail .descImg {
    margin-top: 20px; }
    .homeProd .prodDetail .descImg.right {
      float: right; }

@media (min-width: 992px) {
  .homeProd {
    background-image: linear-gradient(to right, #d7d7d7 0%, #f0f0f0 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD7D7D7', endColorstr='#FFF0F0F0', GradientType=1); } }

@media (max-width: 991px) {
  .homeProd {
    text-align: center; }
    .homeProd .prodImg img {
      max-width: 80%;
      max-height: 400px;
      margin: 0 auto 30px; } }

@media (max-width: 767px) {
  .homeProd {
    padding: 30px 0; }
    .homeProd .prodDetail .prodDesc {
      margin-bottom: 20px; }
    .homeProd .prodDetail .buttonBox {
      margin-left: -10px;
      margin-right: -10px; }
      .homeProd .prodDetail .buttonBox .button {
        margin: 0 10px 15px; }
        .homeProd .prodDetail .buttonBox .button:last-child {
          margin: 0 10px; } }

/* Mash Up */
.mashUp {
  padding: 95px 0 85px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }
  .mashUp .row {
    margin-left: -5px;
    margin-right: -5px; }
  .mashUp [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px; }
  .mashUp .item {
    margin-bottom: 10px;
    background: #053065;
    border-radius: 12px; }
  .mashUp img {
    width: 100%;
    display: block;
    border-radius: 12px;
    margin-bottom: 10px; }

.banner-with-richtext-background-default {
  background-color: #555;
  background-size: cover;
  height: 600px;
  position: relative;
  padding: 0px;
  text-align: center; }
  .banner-with-richtext-background-default img {
    width: auto;
    height: 600px; }
  .banner-with-richtext-background-default .content-background {
    position: relative;
    top: 0; }
    .banner-with-richtext-background-default .content-background .image-position-absolute {
      position: absolute; }
  .banner-with-richtext-background-default .no-padding {
    padding: 0px; }
  .banner-with-richtext-background-default .richtext-container {
    margin-top: 20%; }
  .banner-with-richtext-background-default .row .col-xs-6 .btn {
    border: 1px solid #ee5d0d;
    border-radius: 40px; }
    .banner-with-richtext-background-default .row .col-xs-6 .btn:hover {
      color: #fff; }
  .banner-with-richtext-background-default .row .col-xs-6 .btn-secondary {
    border-color: #ee5d0d; }
  .banner-with-richtext-background-default .row .col-xs-6 h2, .banner-with-richtext-background-default .row .col-xs-6 p {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    line-height: 1.4;
    color: #ffffff;
    width: 100%; }
  .banner-with-richtext-background-default .row .col-xs-6 h2 {
    font-size: 2.4rem; }
  .banner-with-richtext-background-default .row .col-xs-6 p {
    font-size: 1.4rem;
    line-height: 1.6;
    padding-top: 10px;
    padding-bottom: 15px; }

@media screen and (max-width: 1170px) {
  .banner-with-richtext-background-default {
    height: 400px; }
    .banner-with-richtext-background-default img {
      height: 400px; }
    .banner-with-richtext-background-default .row .col-xs-6 h2 {
      font-size: 1.6rem; }
    .banner-with-richtext-background-default .row .col-xs-6 p {
      font-size: 0.9rem; }
    .banner-with-richtext-background-default .row .col-xs-6 .btn {
      padding: 8px 14px;
      font-size: 14px; } }

@media screen and (max-width: 768px) {
  .banner-with-richtext-background-default {
    height: 300px; }
    .banner-with-richtext-background-default img {
      height: 300px; }
    .banner-with-richtext-background-default .row .col-xs-6 h2 {
      font-size: 1.3rem; }
    .banner-with-richtext-background-default .row .col-xs-6 p {
      font-size: 0.8rem; }
    .banner-with-richtext-background-default .row .col-xs-6 .btn {
      padding: 6px 12px;
      font-size: 10px; }
    .banner-with-richtext-background-default .richtext-container {
      margin-top: 20%;
      margin-left: 16.66667%;
      width: 66.66667%; } }

@media screen and (max-width: 480px) {
  .banner-with-richtext-background-default {
    height: 240px; }
    .banner-with-richtext-background-default img {
      height: 240px; }
    .banner-with-richtext-background-default .row .col-xs-6 h2 {
      font-size: 1.1rem; }
    .banner-with-richtext-background-default .row .col-xs-6 p {
      font-size: 0.7rem; }
    .banner-with-richtext-background-default .row .col-xs-6 .btn {
      padding: 4px 10px;
      font-size: 8px; } }

/* banner with richtext */
.banner-with-richtext {
  padding-bottom: 35px;
  background-color: #555;
  background-position: center 20px;
  background-repeat: no-repeat;
  background-size: cover; }
  .banner-with-richtext .content {
    padding: 30% 0 20%;
    color: #fff; }
    .banner-with-richtext .content h2 {
      font-size: 48px; }
    .banner-with-richtext .content p {
      margin-bottom: 50px;
      font-size: 18px;
      font-family: "ProximaNova-Regular";
      line-height: 1.2;
      letter-spacing: 4px; }
    .banner-with-richtext .content .btn {
      border: 1px solid #ee5d0d;
      border-radius: 40px;
      padding: 10px 30px;
      font-family: "ProximaNova-Bold"; }
    .banner-with-richtext .content .btn-secondary {
      border-color: #ee5d0d; }
  .banner-with-richtext img {
    display: block;
    margin: 0 auto -35px; }

@media screen and (max-width: 991px) {
  .banner-with-richtext {
    padding-top: 30px;
    text-align: center;
    background-position: center top; }
    .banner-with-richtext .col-md-5 {
      top: 0 !important;
      left: 0 !important; }
    .banner-with-richtext .content {
      padding: 30px 0; }
    .banner-with-richtext img {
      max-width: 50%;
      margin: 0 auto; } }

@media screen and (max-width: 767px) {
  .banner-with-richtext .col-md-5 {
    top: 50%;
    left: 50%; }
  .banner-with-richtext .content h2 {
    font-size: 36px; }
  .banner-with-richtext .content p {
    margin-bottom: 30px;
    font-size: 16px;
    letter-spacing: 2px; } }

@keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

.uil-ring-css {
  background: none;
  position: relative;
  width: 300px;
  padding-top: 105px; }
  .uil-ring-css p {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold; }

.uil-ring-css > div {
  position: absolute;
  display: block;
  width: 80px;
  height: 80px;
  top: 10px;
  left: 50%;
  margin-left: -40px;
  border-radius: 40px;
  box-shadow: 0 3px 0 0 #053065;
  animation: uil-ring-anim 1s linear infinite; }

.loading.centerLayout .uil-ring-css {
  display: inline-block;
  margin-top: 20px; }

.modal.loading {
  background: rgba(0, 0, 0, 0.5); }
  .modal.loading .uil-ring-css {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -150px; }

.loading.maskLayout {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9; }
  .loading.maskLayout .uil-ring-css {
    margin-top: 20px;
    position: absolute;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    margin-top: -30px;
    margin-left: -30px; }
    .loading.maskLayout .uil-ring-css > div {
      width: 40px;
      height: 40px;
      box-shadow: 0 3px 0 0 #eee; }

/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
/* =====================================================================================================================
// RangeSlider */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  display: block;
  top: 0; }

.irs-line-left {
  left: 0;
  width: 11%; }

.irs-line-mid {
  left: 9%;
  width: 82%; }

.irs-line-right {
  right: 0;
  width: 11%; }

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0; }

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1; }

.irs-slider.type_last {
  z-index: 2; }

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default; }

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default; }

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  cursor: default;
  white-space: nowrap; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

.irs-grid-pol.small {
  height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2; }

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed; }

.irs-disabled {
  opacity: 0.4; }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

/* Ion.RangeSlider, Simple Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// © guybowden, 2014        https://github.com/guybowden
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */
.irs {
  height: 55px;
  margin-bottom: 10px; }

.irs-with-grid {
  height: 75px; }

.irs-line {
  height: 1px;
  top: 13px;
  background: #ddd; }

.irs-line-left {
  height: 8px; }

.irs-line-mid {
  height: 8px; }

.irs-line-right {
  height: 8px; }

.irs-bar {
  height: 3px;
  top: 12px;
  background: #053065; }

.irs-bar-edge {
  height: 10px;
  top: 33px;
  width: 14px;
  border: 1px solid #053065;
  border-right: 0;
  background: #053065;
  background: linear-gradient(to top, #428bca 0%, #7fc3e8 100%);
  /* W3C */
  border-radius: 16px 0 0 16px;
  -moz-border-radius: 16px 0 0 16px; }

.irs-shadow {
  height: 2px;
  top: 38px;
  background: #000;
  opacity: 0.3;
  border-radius: 5px;
  -moz-border-radius: 5px; }

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=30); }

.irs-slider {
  top: 0;
  width: 27px;
  height: 27px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  cursor: col-resize; }

.irs-slider.state_hover, .irs-slider:hover {
  background: #FFF; }

.irs-min, .irs-max {
  color: #333;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  bottom: 0;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px; }

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
  background: #ccc; }

.irs-from, .irs-to, .irs-single {
  color: #fff;
  font-size: 14px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #053065;
  border-radius: 3px;
  -moz-border-radius: 3px; }

.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
  background: #999; }

.irs-grid {
  height: 27px; }

.irs-grid-pol {
  opacity: 0.5;
  background: #053065; }

.irs-grid-pol.small {
  background: #999; }

.irs-grid-text {
  bottom: 5px;
  color: #99a4ac; }

/* banner with overlay */
.banner-with-overlay {
  padding-bottom: 35px;
  background-color: #555;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }
  .banner-with-overlay .overlay-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    text-align: center;
    bottom: 0%;
    color: #fff;
    width: 100%;
    height: 325px;
    opacity: 0.8;
    transition: opacity 0.5s; }
    .banner-with-overlay .overlay-container .overlay-container-fluid {
      margin-right: 25%;
      margin-left: 25%;
      padding-left: 15px;
      padding-right: 15px;
      position: absolute;
      top: 15%;
      width: 50%; }
      .banner-with-overlay .overlay-container .overlay-container-fluid h2 {
        font-size: 48px;
        padding-bottom: 20px; }
      .banner-with-overlay .overlay-container .overlay-container-fluid p {
        margin-bottom: 50px;
        font-size: 18px;
        font-family: "proxima_nova_rgregular";
        line-height: 1.2;
        letter-spacing: 4px; }
      .banner-with-overlay .overlay-container .overlay-container-fluid .btn {
        border: 1px solid #ee5d0d;
        border-radius: 40px;
        padding: 10px 30px;
        font-family: "proxima_nova_rgbold"; }
        .banner-with-overlay .overlay-container .overlay-container-fluid .btn:hover {
          color: #fff;
          text-decoration: underline; }
      .banner-with-overlay .overlay-container .overlay-container-fluid .btn-secondary {
        border-color: #ee5d0d; }
        .banner-with-overlay .overlay-container .overlay-container-fluid .btn-secondary:hover {
          color: #fff !important;
          text-decoration: underline !important; }
    .banner-with-overlay .overlay-container .overlay-button {
      border: 1px solid #fff !important;
      border-radius: 40px;
      padding: 10px 30px;
      font-family: "proxima_nova_rgbold";
      color: #fff; }
      .banner-with-overlay .overlay-container .overlay-button:hover {
        text-decoration: underline; }
  .banner-with-overlay .content {
    padding: 25% 0 20%;
    color: #fff;
    text-align: center; }
    .banner-with-overlay .content h2 {
      font-size: 48px; }
    .banner-with-overlay .content p {
      margin-bottom: 50px;
      font-size: 18px;
      font-family: "proxima_nova_rgregular";
      line-height: 1.2;
      letter-spacing: 4px; }
    .banner-with-overlay .content .btn {
      border: 1px solid #ee5d0d;
      border-radius: 40px;
      padding: 10px 30px;
      font-family: "proxima_nova_rgbold"; }
    .banner-with-overlay .content .btn-secondary {
      border-color: #ee5d0d; }
  .banner-with-overlay img {
    display: block;
    margin: 0 auto -35px; }
  .banner-with-overlay .align-right {
    position: absolute;
    top: 25%;
    right: 0%; }
  .banner-with-overlay .align-left {
    position: absolute;
    top: 25%;
    left: 0%; }
  .banner-with-overlay .align-middle {
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%; }
  .banner-with-overlay .green {
    background-color: #14b244; }
  .banner-with-overlay .grey {
    background-color: #666; }
  .banner-with-overlay .orange {
    background-color: #f36c21; }

.banner-with-overlay-position-relative {
  position: relative; }

.banner-with-overlay-position-absolute {
  position: absolute; }

.banner-without-overlay-height {
  height: 600px !important; }

.banner-without-overlay-height-auto {
  height: auto !important; }

.content-container-auto {
  height: auto !important; }

.banner-with-overlay-height {
  height: 925px !important; }

.padding-center {
  padding: 25% 0 20% !important; }

@media screen and (max-width: 991px) {
  .banner-with-overlay {
    padding-top: 30px;
    text-align: center;
    background-position: center top; }
    .banner-with-overlay .col-md-5 {
      top: 0 !important;
      left: 0 !important; }
    .banner-with-overlay .content {
      padding: 30px 0; }
    .banner-with-overlay img {
      max-width: 50%;
      margin: 0 auto; } }

@media screen and (max-width: 767px) {
  .banner-with-overlay .col-md-5 {
    top: 50%;
    left: 50%; }
  .banner-with-overlay .content h2 {
    font-size: 36px; }
  .banner-with-overlay .content p {
    margin-bottom: 30px;
    font-size: 16px;
    letter-spacing: 2px; } }

/* dynamic banner */
.banner-with-overlay-container-fluid {
  margin-right: auto;
  margin-left: auto;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #666;
  color: #fff;
  font-family: 'ProximaNova-Light'; }
  .banner-with-overlay-container-fluid .content-container {
    height: 600px; }
  .banner-with-overlay-container-fluid .content {
    padding: 25% 0 20%;
    color: #fff;
    text-align: center;
    margin-bottom: 2%; }
    .banner-with-overlay-container-fluid .content h2 {
      font-size: 48px;
      margin-bottom: 2%; }
    .banner-with-overlay-container-fluid .content p {
      margin-bottom: 5%;
      font-size: 18px;
      line-height: 1.2; }
    .banner-with-overlay-container-fluid .content .btn {
      color: #fff;
      border: 1px solid #fff;
      border-radius: 40px;
      padding: 10px 30px;
      font-family: "ProximaNova-Bold";
      cursor: auto; }
    .banner-with-overlay-container-fluid .content .btn-primary:hover {
      color: #fff;
      text-decoration: underline; }
    .banner-with-overlay-container-fluid .content .btn-secondary {
      border-color: #fff; }
      .banner-with-overlay-container-fluid .content .btn-secondary:hover {
        color: #fff;
        text-decoration: underline; }
  .banner-with-overlay-container-fluid .align-right {
    position: absolute;
    top: 25%;
    right: 0%; }
  .banner-with-overlay-container-fluid .align-left {
    position: absolute;
    top: 25%;
    left: 0%; }
  .banner-with-overlay-container-fluid .align-middle {
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%; }

.overlay-content-container-fluid {
  height: 325px;
  opacity: 0.95;
  transition: opacity 0.5s; }
  .overlay-content-container-fluid .overlay-content {
    margin-top: 3%;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: center;
    width: 70%; }
    .overlay-content-container-fluid .overlay-content h2 {
      font-size: 36px;
      margin-bottom: 2%; }
    .overlay-content-container-fluid .overlay-content p {
      margin-bottom: 3%;
      font-size: 18px;
      line-height: 1.2; }
    .overlay-content-container-fluid .overlay-content .btn {
      color: #fff;
      border: 1px solid #fff;
      border-radius: 40px;
      padding: 10px 30px;
      font-family: "ProximaNova-Bold";
      cursor: auto; }
      .overlay-content-container-fluid .overlay-content .btn:hover {
        color: #fff;
        text-decoration: underline; }
    .overlay-content-container-fluid .overlay-content .btn-secondary {
      border-color: #fff; }

.overlay-background-green {
  background-color: #006838; }

.overlay-background-grey {
  background-color: #666; }

.overlay-background-orange {
  background-color: #da611d; }

.overlay-background-blue {
  background-color: #003068; }

@media screen and (max-width: 991px) {
  .banner-with-overlay-container-fluid {
    padding-top: 10px;
    text-align: center;
    background-position: center top; }
    .banner-with-overlay-container-fluid .col-md-5 {
      top: 0 !important;
      left: 0 !important; }
    .banner-with-overlay-container-fluid .col-md-7 {
      position: inherit; }
    .banner-with-overlay-container-fluid .content {
      padding: 30px 0; }
      .banner-with-overlay-container-fluid .content h2 {
        font-size: 36px; }
      .banner-with-overlay-container-fluid .content p {
        margin-bottom: 30px;
        font-size: 16px; }
    .banner-with-overlay-container-fluid img {
      max-width: 50%;
      margin: 0 auto; }
  .overlay-content-container-fluid {
    opacity: 1; }
    .overlay-content-container-fluid .overlay-content {
      margin-top: 5%;
      width: 100%; }
  .align-right {
    position: inherit;
    top: 0%;
    right: 0%;
    width: 100%; }
  .align-left {
    position: inherit;
    top: 0%;
    right: 0%;
    width: 100%; }
  .align-middle {
    position: inherit;
    top: 0% !important;
    left: 0% !important;
    width: 100% !important; }
  .banner-with-overlay-position-absolute {
    position: relative; }
  .content-center {
    margin-top: 25% !important; } }

@media screen and (max-width: 767px) {
  .banner-with-overlay-container-fluid .content h2 {
    font-size: 36px; }
  .banner-with-overlay-container-fluid .content p {
    margin-bottom: 30px;
    font-size: 18px; }
  .overlay-content-container-fluid {
    opacity: 1; }
    .overlay-content-container-fluid .overlay-content {
      width: 100%; } }

@media screen and (max-width: 480px) {
  .padding-center {
    padding: 10% 0 10% !important; } }

.rotating-banner-container {
  margin-right: auto;
  margin-left: auto; }
  .rotating-banner-container .carousel-indicators {
    bottom: 5px; }
    .rotating-banner-container .carousel-indicators li {
      width: 15px;
      height: 15px; }
    .rotating-banner-container .carousel-indicators .active {
      width: 16px;
      height: 16px; }

.brandInfo {
  padding-top: 50px;
  background: #f3f3f3; }
  .brandInfo h2 {
    margin-bottom: 30px;
    font-size: 36px;
    color: #5c5c5c;
    text-transform: uppercase; }
  .brandInfo p {
    margin: 0;
    font-size: 18px;
    line-height: 24px; }
  .brandInfo .download {
    margin-top: 20px;
    padding-bottom: 50px;
    font-size: 24px;
    border-bottom: 1px dotted #444; }
    .brandInfo .download a {
      border-bottom: 1px dashed #053065;
      transition: color .3s;
      text-decoration: none; }
      .brandInfo .download a:hover {
        border-color: #29b0b4; }

/* Accordion Glyphs */
.glyphs .panel-title > a:before {
  float: right;
  font-family: FontAwesome;
  content: "\f056";
  padding-right: 5px; }

.glyphs .panel-title > .collapsed:before {
  float: right;
  content: "\f055"; }

body[dir="rtl"] .glyphs .panel-title > a:before {
  float: left;
  font-family: FontAwesome;
  content: "\f056";
  padding-left: 5px; }

body[dir="rtl"] .glyphs .panel-title > .collapsed:before {
  float: left;
  content: "\f055"; }

/* REGION */
.region {
  border: 1pt solid #e4e1df;
  overflow: hidden;
  background: #fff;
  padding: 0 20px;
  margin: 0 0 20px 0; }
  .region img {
    margin: 10px auto;
    width: 50px;
    height: auto;
    float: none; }
  .region h3 {
    padding: 10px 0;
    margin: 10px 0;
    border-bottom: 1pt solid #999; }

.country-title {
  font-size: 18px;
  font-family: "ProximaNova-Bold"; }

.strong {
  font-weight: bold; }

.region-address {
  max-width: 490px;
  margin: 10px 0 20px 0px;
  padding-right: 20px;
  padding-left: 20px; }

.region-office {
  float: left;
  margin: 0 0 0 24px;
  width: 490px;
  height: 150px; }

.region-office-edit-mode {
  float: left;
  margin: 0 0 0 24px;
  width: 490px;
  height: 200px; }

.region-large {
  float: left;
  margin: 0 0 0 24px;
  width: 490px; }

@media only screen and (max-width: 767px) {
  .region-office {
    width: 100%;
    margin-left: 0px;
    height: auto; }
  .region-large {
    width: 100%;
    margin: 0px; } }

/* REGION END */
div .video-component {
  margin-left: auto;
  margin-right: auto;
  background-size: cover;
  background-position: center top;
  padding-top: 3%;
  padding-bottom: 3%; }
  div .video-component .video-container {
    width: 80%;
    margin: 0 auto; }

@media screen and (max-width: 1170px) {
  /*div {
        .video-component {
            .video-container {
                padding-top: 41px;
                padding-bottom: 41px;
            }
        }
    }*/ }

@media screen and (max-width: 767px) {
  /*div {
        .video-component {
            height: 385px;

            .video-container {
                padding-top: 33px;
                padding-bottom: 33px;
            }
        }
    }*/ }

@media screen and (max-width: 480px) {
  /*div {
        .video-component {
            height: 240px;

            .video-container {
                padding-top: 25px;
                padding-bottom: 25px;
            }
        }
    }*/ }

.banner-image {
  margin-left: auto;
  margin-right: auto;
  background-size: cover;
  background-position: center top;
  color: #ffffff;
  font-family: 'ProximaNova-Regular';
  width: 100%; }
  .banner-image .content-container {
    margin-top: 10.7%;
    margin-bottom: 5.3%; }
    .banner-image .content-container h2 {
      font-size: 48px;
      text-transform: uppercase; }
    .banner-image .content-container p {
      font-size: 24px;
      font-family: 'ProximaNova-Light'; }

@media screen and (max-width: 768px) {
  .banner-image .content-container h2 {
    font-size: 36px; }
  .banner-image .content-container p {
    font-size: 18px; } }

@media screen and (max-width: 480px) {
  .banner-image .content-container h2 {
    font-size: 24px; }
  .banner-image .content-container p {
    font-size: 14px; } }

/*.iconBtn {cc
	&:hover, &:active, &:focus, &.active { background:$second-color; }
}
.header .interactionBox .iconBtn {
	&:hover, &:active, &:focus, &.active { border-color:$second-color;}
}*/
.aboutQnet {
  background: rgba(1, 104, 59, 0.9); }

.nav-link .username {
  color: #053065; }

.navi .navbar-toggle .menuBtn {
  background: #053065; }

.uk-modal .uk-slidenav {
  color: rgba(41, 176, 180, 0.4); }

.uk-modal .uk-slidenav:hover,
.uk-modal .uk-slidenav:focus {
  color: rgba(41, 176, 180, 0.7); }

.uk-modal .uk-slidenav:active {
  color: rgba(41, 176, 180, 0.9); }

.uk-modal .uk-slidenav-contrast {
  color: rgba(41, 176, 180, 0.5); }

.uk-modal .uk-slidenav-contrast:hover,
.uk-modal .uk-slidenav-contrast:focus {
  color: rgba(41, 176, 180, 0.7); }

.uk-modal .uk-slidenav-contrast:active {
  color: rgba(41, 176, 180, 0.9); }

/***********New Changes ************/
.iconBtn:active, .iconBtn.active {
  background: #053065; }

iconBtn:hover, .iconBtn:focus {
  background: #29b0b4; }

.prodItems .prodItem .iconBtn:hover, .prodItems .prodItem .iconBtn:focus {
  background: #29b0b4; }

.prodItems .prodItem .prodStaus [class*=icon-].icon-check {
  color: #053065; }

.header .interactionBox .iconBtn:active, .header .interactionBox .iconBtn.active {
  background: #053065;
  border-color: #053065; }

.header .interactionBox .iconBtn:hover, .header .interactionBox .iconBtn:focus {
  background: #29b0b4;
  border-color: #29b0b4; }

.prodInfo .prodDetail .addthis_toolbox .socialIcon:hover {
  background: #29b0b4;
  border-color: #29b0b4; }

.prodInfo .prodDetail .prodStaus .icon-check, .prodInfo .prodDetail .prodStaus .icon-sign-circle {
  float: left;
  margin-right: 15px;
  color: #053065;
  font-size: 26px; }

@media (max-width: 991px) {
  .header .logo {
    width: auto;
    padding: 7px 0; }
    .header .logo img {
      height: auto;
      width: 132px; }
  .listFilter-toggle .icon-filter-apply {
    color: #053065; } }

@media (min-width: 992px) {
  .header.notooltip .container .logo {
    padding-top: 8px; }
  .header.notooltip .interactionBox .miniDropdown .dropdown-menu {
    top: 77px; } }

.footer .socialbox .socialIcon:hover {
  color: #29b0b4;
  border-color: #29b0b4; }

.printVisible {
  display: none; }

@media print {
  body {
    padding-top: 0; } }

@media print and (max-width: 991px) {
  .website-wrapper {
    position: static;
    overflow: visible; } }

@media print and (max-width: 767px) {
  .website-wrapper {
    position: static;
    overflow: visible; } }

@media print {
  .header, .footer, .pageLinks {
    display: none; }
  .button, .iconBtn {
    border: 1px solid #000 !important; }
  .registerSection .collapse,
  .checkoutSection .collapse,
  .prodFeature .collapse {
    display: block; }
  .printBtn, .printHidden {
    display: none; }
  .printVisible {
    display: block; }
  .moreFeature {
    display: none; }
  .registerSection .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: 1px solid #eee; }
  .prodInfo .prodImg .zoomBtn {
    display: none; }
  .prodItems section.collapse {
    display: none; }
  .prodItems .prodItem.view {
    background: #fff; }
    .prodItems .prodItem.view:after, .prodItems .prodItem.view:before {
      display: none; } }

@media print and (max-width: 991px) {
  .asideFilter,
  .listFilter-collapse {
    display: none !important; } }

@media print {
  .checkoutSection .cfmOrderDetail h2 {
    padding: 0; }
  .checkoutSection .orderSummary,
  .checkoutSection .orderTotal {
    padding-left: 0;
    padding-right: 0; }
  .cfmSection .cfmTips, .cfmSection .timeTip {
    padding: 0; } }

@media print and (max-width: 991px) {
  .orderItem .orderSubtotal {
    border-bottom: 1px solid #e1e1e1;
    padding: 0; }
  .cfmSection .orderItem .orderSubtotal {
    padding: 0; }
  .cfmSection .orderSummary {
    text-align: right; }
    .cfmSection .orderSummary span {
      padding-left: 10px;
      font-size: inherit; }
  .cfmSection .orderTotal {
    text-align: right; }
    .cfmSection .orderTotal span {
      padding-left: 10px;
      font-size: inherit; }
  .checkoutSection.cfmSection .orderList .orderQty {
    padding: 0; } }

@media print {
  .cfmSection.checkoutSection {
    margin-bottom: 70px; }
    .cfmSection.checkoutSection .orderList .orderImg {
      width: 10%; }
    .cfmSection.checkoutSection .orderList .orderInfo {
      width: 75%;
      min-height: 78px; }
    .cfmSection.checkoutSection .orderList .orderPrice {
      width: 20%; }
    .cfmSection.checkoutSection .orderList .orderSubtotal {
      width: 15%; }
    .cfmSection.checkoutSection .orderList .packageList {
      width: 100%; }
    .cfmSection.checkoutSection .orderList .orderNoavail {
      width: 45%; }
    .cfmSection.checkoutSection .orderList .orderFavorite {
      width: 30%;
      margin-left: -15%;
      text-align: right; }
    .cfmSection.checkoutSection .orderList .orderHeaderContent [class*="order"], .cfmSection.checkoutSection .orderList .orderItemContent [class*="order"], .cfmSection.checkoutSection .orderList .packageItem [class*="order"] {
      padding-right: 20px;
      float: left; }
      .cfmSection.checkoutSection .orderList .orderHeaderContent [class*="order"].orderInfo, .cfmSection.checkoutSection .orderList .orderHeaderContent [class*="order"].orderFavorite, .cfmSection.checkoutSection .orderList .orderHeaderContent [class*="order"].orderListImg, .cfmSection.checkoutSection .orderList .orderItemContent [class*="order"].orderInfo, .cfmSection.checkoutSection .orderList .orderItemContent [class*="order"].orderFavorite, .cfmSection.checkoutSection .orderList .orderItemContent [class*="order"].orderListImg, .cfmSection.checkoutSection .orderList .packageItem [class*="order"].orderInfo, .cfmSection.checkoutSection .orderList .packageItem [class*="order"].orderFavorite, .cfmSection.checkoutSection .orderList .packageItem [class*="order"].orderListImg {
        padding-right: 0; }
    .cfmSection.checkoutSection .orderList .itemError {
      padding-left: 36.25%;
      margin-top: -20px; }
    .cfmSection.checkoutSection .orderList .orderQty {
      position: relative; }
      .cfmSection.checkoutSection .orderList .orderQty .errorMsg {
        position: absolute;
        max-height: 32px;
        overflow: hidden;
        top: 40px;
        left: 0;
        right: 0;
        line-height: 16px; }
    .cfmSection.checkoutSection .orderList .orderHeaderContent .orderSubtotal {
      text-align: right;
      padding-right: 0; }
    .cfmSection.checkoutSection .orderList .orderDesc {
      width: 25%; }
    .cfmSection.checkoutSection .orderList .orderFre {
      width: 20%; }
    .cfmSection.checkoutSection .orderList .orderShip {
      width: 20%; }
    .cfmSection.checkoutSection .orderList .orderQty {
      width: 15%;
      text-align: center; }
    .cfmSection.checkoutSection .orderList .itemError {
      padding-left: 28.75%; }
    .cfmSection.checkoutSection .orderListHeader .orderPrice {
      width: 15%; }
    .cfmSection.checkoutSection .orderListHeader .orderDesc {
      width: 28.75%; }
    .cfmSection.checkoutSection .orderListHeader .orderFre {
      width: 15%; }
    .cfmSection.checkoutSection .orderListHeader .orderShip {
      width: 15%; }
    .cfmSection.checkoutSection .orderListHeader .orderQty {
      width: 11.25%;
      text-align: center; }
    .cfmSection.checkoutSection .packageItem .orderQty {
      margin-left: 45%; }
    .cfmSection.checkoutSection .packageItem .errorMsg {
      width: 65%;
      float: left; }
    .cfmSection.checkoutSection .packageItem .orderDesc {
      margin-right: 40%; }
    .cfmSection.checkoutSection .packageItem .orderQty {
      margin-left: 0; }
    .cfmSection.checkoutSection .orderItem {
      border-bottom: 1px dotted #999; }
      .cfmSection.checkoutSection .orderItem .priority span {
        display: block; }
      .cfmSection.checkoutSection .orderItem .orderItemContent {
        position: relative; }
      .cfmSection.checkoutSection .orderItem .btnDelete {
        right: -15px;
        top: 50%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
      .cfmSection.checkoutSection .orderItem .orderItemContent, .cfmSection.checkoutSection .orderItem .orderInfo {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
            align-items: center; }
      .cfmSection.checkoutSection .orderItem .orderItemContent .orderSubtotal {
        text-align: right;
        padding-right: 0; }
      .cfmSection.checkoutSection .orderItem .totalPrice {
        font-size: 18px;
        font-weight: bold; }
        .cfmSection.checkoutSection .orderItem .totalPrice .number {
          display: inline-block;
          min-width: 60px; }
      .cfmSection.checkoutSection .orderItem .promo del {
        display: block; }
      .cfmSection.checkoutSection .orderItem .orderSubtotal {
        position: static;
        border: none; }
    .cfmSection.checkoutSection .totalPrice .visible-sm-inline {
      display: none !important; }
    .cfmSection.checkoutSection .orderAddress {
      margin-bottom: 25px;
      display: -ms-flexbox;
      display: flex; }
      .cfmSection.checkoutSection .orderAddress:after {
        display: table;
        content: "";
        clear: both; }
      .cfmSection.checkoutSection .orderAddress .orderAddItem {
        float: left;
        width: 50%;
        border-left: 1px dotted #999;
        padding: 15px;
        padding-left: 40px; }
        .cfmSection.checkoutSection .orderAddress .orderAddItem:first-child {
          border: 0;
          padding-left: 0; } }

body[dir="rtl"] {
  /* Header */
  /* Country language switch */
  /* HomePage */
  /* Login */
  /* Register */
  /* register confirm */
  /* Checkout */
  /* Crumbs */
  /* Product List */
  /* Product Filter */
  /* Search Result */
  /*uikit*/
  /* text no truncation */ }
  body[dir="rtl"] b, body[dir="rtl"] strong {
    font-weight: bold;
    font-family: inherit; }
  body[dir="rtl"] .col-xs-1, body[dir="rtl"] .col-xs-2, body[dir="rtl"] .col-xs-3, body[dir="rtl"] .col-xs-4, body[dir="rtl"] .col-xs-5, body[dir="rtl"] .col-xs-6, body[dir="rtl"] .col-xs-7, body[dir="rtl"] .col-xs-8, body[dir="rtl"] .col-xs-9, body[dir="rtl"] .col-xs-10, body[dir="rtl"] .col-xs-11, body[dir="rtl"] .col-xs-12 {
    float: right; }
  @media (min-width: 768px) {
    body[dir="rtl"] .col-sm-1, body[dir="rtl"] .col-sm-2, body[dir="rtl"] .col-sm-3, body[dir="rtl"] .col-sm-4, body[dir="rtl"] .col-sm-5, body[dir="rtl"] .col-sm-6, body[dir="rtl"] .col-sm-7, body[dir="rtl"] .col-sm-8, body[dir="rtl"] .col-sm-9, body[dir="rtl"] .col-sm-10, body[dir="rtl"] .col-sm-11, body[dir="rtl"] .col-sm-12 {
      float: right; } }
  @media (min-width: 992px) {
    body[dir="rtl"] .col-md-1, body[dir="rtl"] .col-md-2, body[dir="rtl"] .col-md-3, body[dir="rtl"] .col-md-4, body[dir="rtl"] .col-md-5, body[dir="rtl"] .col-md-6, body[dir="rtl"] .col-md-7, body[dir="rtl"] .col-md-8, body[dir="rtl"] .col-md-9, body[dir="rtl"] .col-md-10, body[dir="rtl"] .col-md-11, body[dir="rtl"] .col-md-12 {
      float: right; } }
  @media (min-width: 1200px) {
    body[dir="rtl"] .col-lg-1, body[dir="rtl"] .col-lg-2, body[dir="rtl"] .col-lg-3, body[dir="rtl"] .col-lg-4, body[dir="rtl"] .col-lg-5, body[dir="rtl"] .col-lg-6, body[dir="rtl"] .col-lg-7, body[dir="rtl"] .col-lg-8, body[dir="rtl"] .col-lg-9, body[dir="rtl"] .col-lg-10, body[dir="rtl"] .col-lg-11, body[dir="rtl"] .col-lg-12 {
      float: right; } }
  body[dir="rtl"] .swiper-button-prev, body[dir="rtl"] .swiper-button-next {
    -ms-transform: scaleX(-1);
        transform: scaleX(-1); }
  body[dir="rtl"] ol {
    padding: 0 20px 0 0; }
  body[dir="rtl"] .button span[class*="icon-"] {
    float: right;
    margin-right: -10px;
    margin-left: 20px; }
  body[dir="rtl"] .button.right {
    float: left; }
  body[dir="rtl"] .specialPrice span.BV {
    margin-right: 0;
    margin-left: 10px; }
  body[dir="rtl"] .dropdown-menu {
    text-align: right; }
  body[dir="rtl"] .radio label,
  body[dir="rtl"] .checkbox label {
    padding-left: 0;
    padding-right: 20px; }
  body[dir="rtl"] .radio input[type="radio"],
  body[dir="rtl"] .radio-inline input[type="radio"],
  body[dir="rtl"] .checkbox input[type="checkbox"],
  body[dir="rtl"] .checkbox-inline input[type="checkbox"] {
    margin-right: -20px;
    margin-left: 0; }
  body[dir="rtl"] .close {
    float: left; }
  body[dir="rtl"] .listFilter-toggle {
    left: 15px;
    right: auto; }
  body[dir="rtl"] .modal-content .modal-footer {
    text-align: right; }
  body[dir="rtl"] .prodBanner img {
    float: right; }
  body[dir="rtl"] .prodInfo .prodImg .RPP {
    left: auto;
    right: 0; }
  body[dir="rtl"] .prodInfo .prodImg .zoomBtn {
    left: auto;
    right: 0; }
    body[dir="rtl"] .prodInfo .prodImg .zoomBtn span {
      float: none;
      margin: 0; }
  body[dir="rtl"] .prodInfo .prodDetail .price .promo,
  body[dir="rtl"] .prodInfo .prodDetail .price .RPP {
    text-align: left; }
  body[dir="rtl"] .prodInfo .prodDetail .prodShare .socialIcon {
    float: right;
    margin-right: 0;
    margin-left: 20px; }
    body[dir="rtl"] .prodInfo .prodDetail .prodShare .socialIcon:last-child {
      margin-left: 0; }
  body[dir="rtl"] .prodInfo .prodDetail .prodDesc ul, body[dir="rtl"] .prodInfo .prodDetail .prodDesc ol {
    padding-right: 20px;
    padding-left: 0; }
  body[dir="rtl"] .prodInfo .prodDetail .prodStaus .icon-check {
    float: right;
    margin-right: 0;
    margin-left: 15px; }
  body[dir="rtl"] .prodInfo .prodDetail .prodStaus li {
    clear: right; }
  body[dir="rtl"] .prodInfo .prodDetail .descImg {
    float: left; }
  body[dir="rtl"] .prodInfo .prodDetail .remark {
    text-align: left; }
  body[dir="rtl"] .prodFeature .panel-title {
    padding-left: 0;
    padding-right: 45px; }
    body[dir="rtl"] .prodFeature .panel-title a span {
      float: right;
      margin-left: 0;
      margin-right: -45px; }
    body[dir="rtl"] .prodFeature .panel-title .icon-chevron-right {
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
  body[dir="rtl"] .prodFeature .featureDesc > ul > li {
    padding-left: 0;
    padding-right: 40px; }
    body[dir="rtl"] .prodFeature .featureDesc > ul > li:before {
      float: right;
      margin-left: 0;
      margin-right: -40px; }
  body[dir="rtl"] .prodFeature .featureDesc > ul ul, body[dir="rtl"] .prodFeature .featureDesc > ul ol {
    padding-left: 0;
    padding-right: 20px; }
  body[dir="rtl"] .prodReview .reviewContent .icon-quote {
    left: auto;
    right: -70px;
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  body[dir="rtl"] .prodReview img {
    left: 15px;
    right: auto; }
  body[dir="rtl"] .prodReviewArticle > img {
    float: left;
    margin: 0 20px 20px 0; }
  body[dir="rtl"] .packageDeals .packageDealItem .price .promo,
  body[dir="rtl"] .packageDeals .packageDealItem .price .RPP {
    text-align: left; }
  body[dir="rtl"] .packageDeals .packageDealItem .prodStaus {
    float: left; }
    body[dir="rtl"] .packageDeals .packageDealItem .prodStaus li {
      text-align: right; }
    body[dir="rtl"] .packageDeals .packageDealItem .prodStaus .icon-check {
      float: right;
      margin-right: 0;
      margin-left: 15px; }
  body[dir="rtl"] .packageDeals .packageDealItem .itemDesc li {
    padding-right: 0;
    padding-left: 43px; }
    body[dir="rtl"] .packageDeals .packageDealItem .itemDesc li span {
      float: right;
      margin-right: 0;
      margin-left: 8px; }
  @media (max-width: 991px) {
    body[dir="rtl"] .packageDeals .packageDealItem .price .promo {
      text-align: right; }
    body[dir="rtl"] .packageDeals .packageDealItem .price .RPP {
      text-align: right; }
    body[dir="rtl"] .packageDeals .packageDealItem .prodStaus {
      float: none; } }
  @media (min-width: 992px) {
    body[dir="rtl"] .prodInfo .prodDetail .rightBtn {
      float: left; }
    body[dir="rtl"] .prodInfo .prodDetail .cartBtn, body[dir="rtl"] .prodInfo .prodDetail .favoriteBtn {
      float: left; }
    body[dir="rtl"] .prodInfo .prodImg .carousel-indicators li {
      float: right; } }
  @media (max-width: 1199px) {
    body[dir="rtl"] .prodInfo .prodDetail .price .promo {
      text-align: right; }
    body[dir="rtl"] .prodInfo .prodDetail .price .RPP {
      text-align: right; }
    body[dir="rtl"] .prodInfo .prodDetail .remark {
      text-align: right; } }
  body[dir="rtl"] .header .logo {
    float: right; }
  body[dir="rtl"] .header .interactionBox {
    float: left;
    clear: left; }
    body[dir="rtl"] .header .interactionBox > div {
      float: left;
      text-align: left; }
  body[dir="rtl"] .header .iconBtn {
    margin-right: 5px;
    margin-left: 0; }
  body[dir="rtl"] .header .zeroTools {
    clear: left; }
    body[dir="rtl"] .header .zeroTools .virtual {
      float: left; }
    body[dir="rtl"] .header .zeroTools .mobilePlace {
      float: right; }
    body[dir="rtl"] .header .zeroTools > a,
    body[dir="rtl"] .header .zeroTools .mobilePlace > a,
    body[dir="rtl"] .header .zeroTools .virtual > a {
      float: left;
      margin-right: 0;
      margin-left: 10px; }
    body[dir="rtl"] .header .zeroTools .countrySwitch {
      float: left;
      margin: 0; }
    body[dir="rtl"] .header .zeroTools .welcome {
      float: left;
      margin-right: 0;
      margin-left: 10px; }
    body[dir="rtl"] .header .zeroTools .tooltip {
      right: auto;
      left: 0;
      padding: 3px 8px 3px 24px; }
      body[dir="rtl"] .header .zeroTools .tooltip .iconClose {
        left: 5px;
        right: auto; }
      body[dir="rtl"] .header .zeroTools .tooltip:after {
        left: 25px;
        right: auto; }
  body[dir="rtl"] .header .miniShoppingCart .iconBtn span[class*='icon-'] {
    float: right;
    margin-left: 3px; }
  body[dir="rtl"] .header .dropdown-menu {
    left: 0;
    right: auto; }
  body[dir="rtl"] .header .interactionBox .miniDropdown .dropdown-menu .dropdown-header {
    padding: 10px 10px 20px 0; }
  body[dir="rtl"] .header .interactionBox .miniDropdown .dropdown-menu .cartDelete {
    right: auto;
    left: 15px; }
  body[dir="rtl"] .header .interactionBox .miniDropdown .dropdown-menu .cartItemTlt {
    padding-right: 0;
    padding-left: 40px; }
  body[dir="rtl"] .header .interactionBox .miniDropdown .dropdown-menu .specialPrice .unitPrice {
    float: left; }
  body[dir="rtl"] .header .interactionBox .miniDropdown .dropdown-menu .wishListPrice .priceLine {
    text-align: left; }
  body[dir="rtl"] .header .interactionBox .miniDropdown .dropdown-menu .wishListPrice .iconBtn {
    margin: -10px 10px -10px -13px; }
  body[dir="rtl"] .header .interactionBox .miniDropdown .dropdown-menu .cartItemTot .subtotalPrice {
    float: left; }
  body[dir="rtl"] .header .interactionBox .miniDropdown .dropdown-menu .cartItemTot .unitPrice {
    margin-left: 0; }
    body[dir="rtl"] .header .interactionBox .miniDropdown .dropdown-menu .cartItemTot .unitPrice i {
      float: right;
      margin: 0 5px; }
  body[dir="rtl"] .header .interactionBox .miniDropdown .dropdown-menu .cartItemTot .cartBtn {
    float: left; }
  body[dir="rtl"] .header .interactionBox .miniDropdown .dropdown-menu .dropdown-footer .totalPrice {
    float: left; }
  body[dir="rtl"] .header .interactionBox .miniDropdown .dropdown-menu .dropdown-footer .button {
    letter-spacing: 0; }
  body[dir="rtl"] .header .search-dropdown .form-control {
    padding-left: 0;
    padding-right: 20px; }
  body[dir="rtl"] .header .search-dropdown .suggestBox {
    padding: 5px 20px 5px 10px; }
  body[dir="rtl"] .header .packageList {
    padding: 15px 15px 0 0; }
  body[dir="rtl"] .currencySel {
    float: left; }
    body[dir="rtl"] .currencySel .btn {
      padding: 4px 10px; }
  body[dir="rtl"] .epTips {
    float: left; }
  @media (min-width: 992px) {
    body[dir="rtl"] .header .zeroTools {
      right: auto;
      left: 15px; }
    body[dir="rtl"] .header .interactionBox .miniDropdown .dropdown-menu .wishListPrice .specialPrice {
      float: right; }
    body[dir="rtl"] .header .search-dropdown .col-md-8 {
      float: left; } }
  @media (max-width: 991px) {
    body[dir="rtl"] .header .zeroTools .mobilePlace {
      float: left;
      margin: 5px 15px; }
    body[dir="rtl"] .header .iconBtn {
      margin-left: 0;
      margin-right: 8px; }
    body[dir="rtl"] .header .interactionBox {
      padding: 0 !important;
      border-top: 1px dotted #e1e1e1;
      float: inherit;
      border-top: 1px dotted #e1e1e1; }
    body[dir="rtl"] .nav-link {
      float: none;
      margin: 5px 0 0 0;
      padding: 0;
      width: 100%;
      text-align: left; }
    body[dir="rtl"] .nav-link div:last-child:after {
      margin: 0;
      content: '';
      width: 100%; }
    body[dir="rtl"] .nav-link div:nth-child(2) {
      margin: 0 0 11px 140px;
      float: left; }
    body[dir="rtl"] .nav-link div:nth-child(2):after {
      color: #fff;
      content: '|';
      margin: 0 5px 0 5px; }
    body[dir="rtl"] .zeroTools {
      padding: 0 !important;
      position: absolute;
      bottom: 5px !important;
      left: 15px !important;
      right: auto; }
    body[dir="rtl"] .nav-link .retail {
      margin: 0 0 11px 90px !important; } }
  @media screen and (max-width: 991px) {
    body[dir="rtl"] .nav-link div:last-child {
      /*float: right;
        margin: 29px 0 0 0;
        content: '';
        width: 100px;
        position: absolute;
        padding: 0; 
        left: 0;
        right: auto;
        padding-left: 150px;*/ } }
  @media (max-width: 767px) {
    body[dir="rtl"] .header .interactionBox .miniDropdown .dropdown-menu .cartItemTot .unitPrice {
      float: left; }
    body[dir="rtl"] .header .interactionBox .miniDropdown .dropdown-menu .wishListPrice .iconBtn {
      margin: 0;
      right: auto;
      left: 0; }
    body[dir="rtl"] .header .interactionBox .miniDropdown .dropdown-menu .wishListPrice + p {
      padding-right: 0;
      padding-left: 45px; }
    body[dir="rtl"] .header .interactionBox .miniDropdown .dropdown-menu .cartDelete {
      right: auto;
      left: 0; }
    body[dir="rtl"] .header .zeroTools .mobilePlace {
      left: 0;
      margin: 5px 15px; }
      body[dir="rtl"] .header .zeroTools .mobilePlace .logout {
        margin-left: 0; } }
  body[dir="rtl"] .navi .mainNavi > li > a {
    letter-spacing: 0; }
  body[dir="rtl"] #mainNav .collapseIcon {
    float: right; }
  @media screen and (max-width: 991px) {
    body[dir="rtl"] .nav-link div:last-child {
      float: right;
      margin: 29px 0 0 0;
      content: '';
      left: 0; } }
  body[dir="rtl"] .countrySwitch {
    margin-left: 10px;
    margin-right: 10px; }
    body[dir="rtl"] .countrySwitch .dropdown {
      float: right; }
    body[dir="rtl"] .countrySwitch .dropdown-menu {
      left: 0;
      right: auto; }
    body[dir="rtl"] .countrySwitch .languageDropdown {
      margin-right: 6px;
      margin-left: 0; }
    body[dir="rtl"] .countrySwitch .languageDropdown li a {
      padding-left: 20px;
      padding-right: 10px; }
    body[dir="rtl"] .countrySwitch .countrySelect {
      float: right;
      margin-right: 0;
      margin-left: 10px; }
  body[dir="rtl"] .countrySelectBox .modal-content .close {
    margin: -20px 0 0 -20px; }
  body[dir="rtl"] .countrySelectBox .countryList li a img {
    margin-right: 0;
    margin-left: 10px; }
  @media (min-width: 992px) {
    body[dir="rtl"] .navi .mainNavi > li {
      float: right; }
      body[dir="rtl"] .navi .mainNavi > li .naviDoormat {
        right: 0;
        left: auto; }
      body[dir="rtl"] .navi .mainNavi > li .naviDoormat.doormatProd {
        left: -9999px;
        right: -9999px; } }
  @media (max-width: 991px) {
    body[dir="rtl"] .navi .navbar-toggle {
      text-align: right; }
      body[dir="rtl"] .navi .navbar-toggle .menuBtn {
        float: right;
        margin-right: -65px;
        margin-left: 0; }
    body[dir="rtl"] .navi .doormatProd .collapseBox .naviProd {
      margin-left: 0;
      margin-right: 40px; }
    body[dir="rtl"] .navi .doormatProd .collapseBox .collapseIcon {
      float: right; }
    body[dir="rtl"] .navi .doormatProd .collapseBox ul {
      padding-right: 15px;
      padding-left: 0; }
    body[dir="rtl"] #mainNav .collapseIcon {
      float: right; }
    body[dir="rtl"] .interactionBox > div:first-child {
      position: absolute;
      top: 10px;
      left: 15px;
      float: left;
      overflow: hidden; } }
  @media (min-width: 992px) {
    body[dir="rtl"] .homeNews .col-md-4 {
      border-right: 1px dotted #e1e1e1;
      border-left: none; }
      body[dir="rtl"] .homeNews .col-md-4:first-child {
        border: none; } }
  @media (min-width: 768px) {
    body[dir="rtl"] .homeProd .prodDetail .buttonBox .button {
      margin-right: 0;
      margin-left: 30px; }
      body[dir="rtl"] .homeProd .prodDetail .buttonBox .button:last-child {
        margin-left: 0; } }
  body[dir="rtl"] .loginSection .infoBox .infoBtn {
    right: auto;
    left: -66px;
    -ms-transform: scaleX(-1);
        transform: scaleX(-1); }
  @media (min-width: 992px) {
    body[dir="rtl"] .loginSection .mainColoum {
      margin-left: -15px;
      margin-right: 0;
      padding-left: 12%;
      padding-right: 0; }
    body[dir="rtl"] .loginSection .sideColoum {
      margin-right: -15px;
      margin-left: 0;
      padding-right: 12%;
      padding-left: 0;
      border-right: 1px dotted #444;
      border-left: none; }
    body[dir="rtl"] .loginSection .col-sm-5 + .col-sm-6 {
      float: left; } }
  @media (max-width: 991px) {
    body[dir="rtl"] .loginSection .infoBox {
      padding-right: 0;
      padding-left: 51px; }
      body[dir="rtl"] .loginSection .infoBox .infoBtn {
        right: auto;
        left: 0; } }
  @media (min-width: 1200px) {
    body[dir="rtl"] .loginSection .mainColoum {
      padding-right: 0;
      padding-left: 25%; }
    body[dir="rtl"] .loginSection .sideColoum {
      padding-left: 0;
      padding-right: 25%; } }
  body[dir="rtl"] .registerSection .currencySel {
    float: none; }
  body[dir="rtl"] .registerSection .panel-body ul ul {
    padding-left: 0;
    padding-right: 20px; }
  body[dir="rtl"] .registerSection .form-horizontal .control-label {
    text-align: right; }
  body[dir="rtl"] .registerSection .form-horizontal .infoBtn {
    float: right;
    margin-right: 0;
    margin-left: 20px; }
  body[dir="rtl"] .registerSection .form-vertical .control-label {
    text-align: right; }
  body[dir="rtl"] .registerSection .buttonBox {
    text-align: left; }
    body[dir="rtl"] .registerSection .buttonBox .button {
      margin-left: 0;
      margin-right: 20px; }
      body[dir="rtl"] .registerSection .buttonBox .button:first-child {
        margin-right: 0; }
  body[dir="rtl"] .registerSection .date .input-group-addon {
    border-radius: 10px 0 0 10px;
    border: 1px solid #e1e1e1;
    border-right: 0; }
  body[dir="rtl"] .registerSection .date .form-control {
    border-radius: 0 10px 10px 0;
    border: 1px solid #e1e1e1;
    border-left: 0; }
  body[dir="rtl"] .registerSection .paymentSel .panel-title a {
    padding-left: 20px;
    padding-right: 80px; }
    body[dir="rtl"] .registerSection .paymentSel .panel-title a .radioBox, body[dir="rtl"] .registerSection .paymentSel .panel-title a .checkBox {
      margin-left: 0;
      margin-right: -80px;
      border-radius: 0 10px 10px 0; }
      body[dir="rtl"] .registerSection .paymentSel .panel-title a .radioBox:before, body[dir="rtl"] .registerSection .paymentSel .panel-title a .radioBox:after, body[dir="rtl"] .registerSection .paymentSel .panel-title a .checkBox:before, body[dir="rtl"] .registerSection .paymentSel .panel-title a .checkBox:after {
        left: auto;
        right: 50%; }
      body[dir="rtl"] .registerSection .paymentSel .panel-title a .radioBox:before, body[dir="rtl"] .registerSection .paymentSel .panel-title a .radioBox.checkBox:after, body[dir="rtl"] .registerSection .paymentSel .panel-title a .checkBox:before, body[dir="rtl"] .registerSection .paymentSel .panel-title a .checkBox.checkBox:after {
        margin: -8px -8px 0 0; }
      body[dir="rtl"] .registerSection .paymentSel .panel-title a .radioBox.radioBox:after, body[dir="rtl"] .registerSection .paymentSel .panel-title a .checkBox.radioBox:after {
        margin: -5px -5px 0 0; }
  body[dir="rtl"] .registerSection .paymentDue .dueItem .inputMaskBox {
    float: left; }
    body[dir="rtl"] .registerSection .paymentDue .dueItem .inputMaskBox input {
      text-align: left; }
  body[dir="rtl"] .registerSection .paymentDue .col-sm-6:first-child {
    border-right: none;
    border-left: 1px solid #999; }
  body[dir="rtl"] .registerSection .infoBtn {
    -ms-transform: scaleX(-1);
        transform: scaleX(-1); }
  body[dir="rtl"] .dataTable .col-sm-3:nth-child(3) {
    padding-right: 10px;
    padding-left: 40px; }
  body[dir="rtl"] .dataTable .eCardDelete {
    right: auto;
    left: 0; }
  @media (max-width: 767px) {
    body[dir="rtl"] .registerSection .form-horizontal .infoBtn {
      margin-left: 0; }
    body[dir="rtl"] .registerSection .paymentDue .col-sm-6:first-child {
      border-left: 0; }
    body[dir="rtl"] .dataTable .col-sm-6:nth-child(1) {
      padding-right: 10px;
      padding-left: 40px; } }
  body[dir="rtl"] input.transparent {
    text-align: left;
    float: left; }
  body[dir="rtl"] .registerCfm .cfmOrderDetail .cfmList dt {
    float: right;
    clear: right; }
  body[dir="rtl"] .registerCfm .cfmOrderDetail .cfmList dd {
    float: right;
    clear: left;
    margin-right: 0; }
  body[dir="rtl"] .checkoutSection .currencySel {
    float: left; }
  body[dir="rtl"] .checkoutSection .orderItem .priority span {
    margin-left: 5px;
    margin-right: 0; }
  body[dir="rtl"] .checkoutSection .packageItem .orderListImg {
    margin-right: 20%;
    margin-left: 0; }
  body[dir="rtl"] .checkoutSection .packageItem .orderQty .errorMsg {
    padding-left: 0;
    padding-right: 12px; }
  body[dir="rtl"] .checkoutSection .usdBox {
    margin-left: 0;
    margin-right: 0; }
  body[dir="rtl"] .checkoutSection .orderTotal span {
    float: left; }
  body[dir="rtl"] .checkoutSection .shippingTotal > span {
    float: left; }
  body[dir="rtl"] .checkoutSection .shippingTotal p {
    text-align: left; }
  body[dir="rtl"] .checkoutSection .orderSummary span {
    float: left; }
  body[dir="rtl"] .checkoutSection .orderStepTotal {
    text-align: left; }
    body[dir="rtl"] .checkoutSection .orderStepTotal .stepTotal {
      float: left; }
  body[dir="rtl"] .checkoutSection .shippingSel .title {
    float: right; }
  body[dir="rtl"] .checkoutSection .pickUpItem p {
    text-align: left; }
  body[dir="rtl"] .checkoutSection .panel-title .title {
    float: right; }
  body[dir="rtl"] .checkoutSection .promotionItems .promotionItem .delete {
    float: left;
    margin-left: 0;
    margin-right: 8px; }
  body[dir="rtl"] .checkoutSection .promotionItems .price {
    float: left; }
  body[dir="rtl"] .cfmSection .cfmList {
    margin: 0 40px 0 0; }
    body[dir="rtl"] .cfmSection .cfmList dt {
      float: right; }
    body[dir="rtl"] .cfmSection .cfmList dd {
      float: right;
      margin-right: 0; }
    body[dir="rtl"] .cfmSection .cfmList dd:nth-child(4n) {
      clear: left; }
    body[dir="rtl"] .cfmSection .cfmList dt:nth-child(4n+1) {
      clear: right; }
  @media (min-width: 992px) {
    body[dir="rtl"] .checkoutSection .orderList .orderFavorite {
      margin-right: -15%;
      margin-left: 0;
      text-align: left; }
    body[dir="rtl"] .checkoutSection .orderList .orderHeaderContent [class*="order"], body[dir="rtl"] .checkoutSection .orderList .orderItemContent [class*="order"], body[dir="rtl"] .checkoutSection .orderList .packageItem [class*="order"] {
      padding-right: 0;
      padding-left: 20px;
      float: right; }
      body[dir="rtl"] .checkoutSection .orderList .orderHeaderContent [class*="order"].orderInfo, body[dir="rtl"] .checkoutSection .orderList .orderItemContent [class*="order"].orderInfo, body[dir="rtl"] .checkoutSection .orderList .packageItem [class*="order"].orderInfo {
        padding-left: 0; }
      body[dir="rtl"] .checkoutSection .orderList .orderHeaderContent [class*="order"].orderFavorite, body[dir="rtl"] .checkoutSection .orderList .orderItemContent [class*="order"].orderFavorite, body[dir="rtl"] .checkoutSection .orderList .packageItem [class*="order"].orderFavorite {
        padding-left: 0; }
      body[dir="rtl"] .checkoutSection .orderList .orderHeaderContent [class*="order"].orderListImg, body[dir="rtl"] .checkoutSection .orderList .orderItemContent [class*="order"].orderListImg, body[dir="rtl"] .checkoutSection .orderList .packageItem [class*="order"].orderListImg {
        padding-left: 0; }
    body[dir="rtl"] .checkoutSection .orderList .itemError {
      padding-right: 36.25%;
      padding-left: 0; }
    body[dir="rtl"] .checkoutSection .orderList .orderHeaderContent .orderSubtotal {
      text-align: left;
      padding-left: 0; }
    body[dir="rtl"] .checkoutSection .packageItem .orderQty {
      margin-right: 45%;
      margin-left: 0; }
    body[dir="rtl"] .checkoutSection .packageItem .errorMsg {
      float: right; }
    body[dir="rtl"] .checkoutSection.cfmSection .packageItem .orderDesc {
      margin-left: 40%;
      margin-right: 0; }
    body[dir="rtl"] .checkoutSection.cfmSection .packageItem .orderQty {
      margin-right: 0; }
    body[dir="rtl"] .checkoutSection.cfmSection .orderList .itemError {
      padding-right: 28.75%; }
    body[dir="rtl"] .checkoutSection .orderItem .btnDelete {
      right: auto;
      left: -15px; }
    body[dir="rtl"] .checkoutSection .orderItem .orderItemContent .orderSubtotal {
      text-align: left;
      padding-left: 0; }
    body[dir="rtl"] .checkoutSection .panel-body .panel-body {
      padding-left: 0;
      padding-right: 60px; }
    body[dir="rtl"] .cfmSection .orderAddress .orderAddItem {
      float: right;
      padding-left: 15px;
      padding-right: 40px;
      border-left: none;
      border-right: 1px dotted #999; }
      body[dir="rtl"] .cfmSection .orderAddress .orderAddItem:first-child {
        border: 0;
        padding-right: 0; } }
  @media (min-width: 768px) {
    body[dir="rtl"] .checkoutSection .orderStepTotal p {
      float: left; } }
  @media (max-width: 991px) {
    body[dir="rtl"] .checkoutSection .orderList .orderImg {
      float: right;
      padding-left: 20px;
      padding-right: 0; }
    body[dir="rtl"] .checkoutSection .orderList .orderInfo {
      float: right; }
    body[dir="rtl"] .checkoutSection .orderList .orderPrice {
      float: right;
      clear: right;
      padding-left: 20px;
      padding-right: 0; }
    body[dir="rtl"] .checkoutSection .orderList .orderQty {
      float: right; }
    body[dir="rtl"] .checkoutSection .orderList .itemError {
      padding-right: 30%;
      padding-left: 0; }
    body[dir="rtl"] .checkoutSection .orderList .orderFavorite {
      padding-right: 30%;
      padding-left: 0; }
    body[dir="rtl"] .checkoutSection .orderList .orderQty .errorMsg {
      text-align: left; }
    body[dir="rtl"] .checkoutSection .packageItem .orderDesc {
      float: right;
      padding-left: 20px;
      padding-right: 0; }
    body[dir="rtl"] .checkoutSection.cfmSection .orderList .orderQty {
      float: left;
      padding-left: 10px;
      padding-right: 0;
      text-align: left; }
    body[dir="rtl"] .checkoutSection .orderItem .totalPrice {
      text-align: left; }
    body[dir="rtl"] .cfmSection .cfmList dt {
      clear: right; }
    body[dir="rtl"] .cfmSection .cfmList dd {
      clear: left; } }
  @media (max-width: 767px) {
    body[dir="rtl"] .checkoutSection .orderList .itemError {
      padding-right: 0; }
    body[dir="rtl"] .checkoutSection .orderItem .orderFavorite {
      padding-right: 0; } }
  body[dir="rtl"] .breadcrumbs a, body[dir="rtl"] .breadcrumbs span {
    float: right; }
  body[dir="rtl"] .prodList .sortBox select {
    float: left;
    padding-left: 0;
    padding-right: 20px; }
  body[dir="rtl"] .prodItems .prodItem .flagRPP {
    right: 0;
    left: auto; }
  body[dir="rtl"] .prodItems .prodItem .prodStaus .icon-check {
    float: right;
    margin-right: 0;
    margin-left: 15px; }
  body[dir="rtl"] .prodItems .prodItem .prodStaus li {
    clear: right; }
  body[dir="rtl"] .prodItems section .closeInfo {
    right: auto;
    left: 8px; }
  body[dir="rtl"] .prodItems .prodInfo .prodImg .RPP {
    left: auto;
    right: 0; }
  @media (min-width: 768px) {
    body[dir="rtl"] .prodItems .prodItem {
      margin-right: 0;
      margin-left: 2%; }
      body[dir="rtl"] .prodItems .prodItem:nth-of-type(3n) {
        margin-left: 0; }
      body[dir="rtl"] .prodItems .prodItem .iconBtn {
        left: auto;
        margin-left: 0;
        right: 50%;
        margin-right: -30px; } }
  @media (min-width: 992px) {
    body[dir="rtl"] .prodItems .prodInfo .prodDetail .button span[class*="icon-"] {
      margin-left: 0;
      margin-right: -10px; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    body[dir="rtl"] .prodList .prodInfo .prodDetail .price .promo {
      text-align: right; }
    body[dir="rtl"] .prodList .prodInfo .prodDetail .price .RPP {
      text-align: right; }
    body[dir="rtl"] .prodItems .prodInfo .prodDetail .button {
      padding: 6px 20px 6px 10px; } }
  @media (max-width: 767px) {
    body[dir="rtl"] .prodItems .prodItem .specialPrice {
      text-align: right; }
    body[dir="rtl"] .prodItems .prodItem .iconBtn {
      margin-left: 0;
      left: auto;
      margin-right: -25px;
      right: 16%; }
    body[dir="rtl"] .prodItems .prodItem.view:after, body[dir="rtl"] .prodItems .prodItem.view:before {
      left: auto;
      right: 16%; }
    body[dir="rtl"] .prodItems .prodItem.view:after {
      margin-right: -12px;
      margin-left: 0; }
    body[dir="rtl"] .prodItems .prodItem.view:before {
      margin-right: -13px;
      margin-left: 0; } }
  body[dir="rtl"] .asideFilter h4 {
    margin-right: 0;
    padding-right: 0;
    margin-left: -30px;
    padding-left: 30px; }
  body[dir="rtl"] .asideFilter .filter-toggle {
    text-align: right; }
    body[dir="rtl"] .asideFilter .filter-toggle span[class*="icon-"] {
      float: left; }
  body[dir="rtl"] .asideFilter .filterItem li .checkLabel {
    padding-left: 0;
    padding-right: 30px; }
    body[dir="rtl"] .asideFilter .filterItem li .checkLabel:before {
      left: auto;
      right: 0; }
  body[dir="rtl"] .asideFilter .filterItem li .checkInput:checked + .checkLabel:after {
    left: auto;
    right: 0; }
  @media (max-width: 991px) {
    body[dir="rtl"] .asideFilter .filter-toggle span[class*="icon-"] {
      margin-right: 0;
      margin-left: 5px; }
    body[dir="rtl"] .listFilter-toggle {
      right: auto;
      left: 15px; } }
  @media (min-width: 992px) {
    body[dir="rtl"] .searchResult .prodItems .prodItem:nth-of-type(3n) {
      margin-right: 0;
      margin-left: 2%; }
    body[dir="rtl"] .searchResult .prodItems .prodItem:nth-child(4n) {
      margin-left: 0; } }

@media print and (max-width: 991px) {
  body[dir="rtl"] .cfmSection .orderSummary {
    text-align: left; }
    body[dir="rtl"] .cfmSection .orderSummary span {
      padding-left: 0;
      padding-right: 10px; }
  body[dir="rtl"] .cfmSection .orderTotal {
    text-align: left; }
    body[dir="rtl"] .cfmSection .orderTotal span {
      padding-left: 0;
      padding-right: 10px; }
  body[dir="rtl"] .checkoutSection.cfmSection .orderList .orderQty {
    padding: 0; } }
  body[dir="rtl"] .uk-modal-dialog-lightbox > .uk-close:first-child {
    right: auto;
    left: -12px; }
  body[dir="rtl"] .homeNews .button,
  body[dir="rtl"] .package h2,
  body[dir="rtl"] .package .packageItem h3,
  body[dir="rtl"] .packageDeals .packageDealItem h3,
  body[dir="rtl"] .packageDeals .packageDealItem .itemDesc li,
  body[dir="rtl"] .prodItems .prodItem .prodName,
  body[dir="rtl"] .relatedProds .relatedProdItem h3 {
    word-break: normal;
    white-space: normal; }

@media (max-width: 991px) {
  body[dir="rtl"] .nav-link div:last-child {
    float: left;
    bottom: 0;
    right: auto;
    text-align: right !important;
    display: inline;
    left: 100px !important;
    text-align: left !important;
    margin: 0 10px 10px 0;
    text-shadow: 0 0 #000;
    cursor: pointer; }
  body[dir="rtl"] .nav-link div:nth-child(2):after {
    content: none; }
  body[dir="rtl"] .nav-link .VRcontainer .gllRedeemSI {
    margin-bottom: 0 !important; }
  body[dir="rtl"] .zeroTools {
    bottom: 0 !important;
    margin-bottom: 0; } }

/******Language dropdown on Mobile********/
@media (max-width: 480px) {
  body[dir="rtl"] .checkoutSection .orderTotal p {
    text-align: left;
    margin-bottom: 10px;
    line-height: 26px; }
    body[dir="rtl"] .checkoutSection .orderTotal p > span {
      width: 100%;
      clear: both;
      text-align: left; } }

@media (min-width: 992px) {
  body[dir="rtl"] .VRcontainer .VirtualContainer {
    float: left; } }

.slider-container {
  width: 300px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.slider-container .back-bar {
  height: 10px;
  position: relative;
}
.slider-container .back-bar .selected-bar {
  position: absolute;
  height: 100%;
}
.slider-container .back-bar .pointer {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: red;
  cursor: col-resize;
  opacity: 1;
  z-index: 2;
}
.slider-container .back-bar .pointer.last-active {
  z-index: 3;
}
.slider-container .back-bar .pointer-label {
  position: absolute;
  top: -17px;
  font-size: 8px;
  background: white;
  white-space: nowrap;
  line-height: 1;
}
.slider-container .back-bar .focused {
  z-index: 10;
}
.slider-container .clickable-dummy {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slider-container .scale {
  top: 2px;
  position: relative;
}
.slider-container .scale span {
  position: absolute;
  height: 5px;
  border-left: 1px solid #999;
  font-size: 0;
}
.slider-container .scale ins {
  font-size: 9px;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 5px;
  color: #999;
  line-height: 1;
}
.slider-container.slider-readonly .clickable-dummy,
.slider-container.slider-readonly .pointer {
  cursor: auto;
}
.theme-green .back-bar {
  height: 15px;
  border-radius: 2px;
  background-color: #eeeeee;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-green .back-bar .selected-bar {
  border-radius: 2px;
  background-color: #a1fad0;
  background-image: -moz-linear-gradient(top, #FABDE3, #E67BD6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FABDE3), to(#E67BD6));
  background-image: -webkit-linear-gradient(top, #FABDE3, #E67BD6);
  background-image: -o-linear-gradient(top, #FABDE3, #E67BD6);
  background-image: linear-gradient(to bottom, #FABDE3, #E67BD6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FABDE3', endColorstr='#E67BD6', GradientType=0);
}
.theme-green .back-bar .pointer {
  width: 14px;
  height: 25px;
  top: -5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*border-radius: 10px;*/
  /*border: 1px solid #AAA;*/
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#fdddddd', GradientType=0);
}
.theme-green .back-bar .pointer-label {
  color: #999;
}
.theme-green .back-bar .focused {
  color: #333;
}
.theme-green .scale span {
  border-left: 1px solid #e5e5e5;
}
.theme-green .scale ins {
  color: #999;
}
.theme-blue .back-bar {
  height: 5px;
  border-radius: 2px;
  background-color: #eeeeee;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-blue .back-bar .selected-bar {
  border-radius: 2px;
  background-color: #92c1f9;
  background-image: -moz-linear-gradient(top, #b1d1f9, #64a8f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b1d1f9), to(#64a8f9));
  background-image: -webkit-linear-gradient(top, #b1d1f9, #64a8f9);
  background-image: -o-linear-gradient(top, #b1d1f9, #64a8f9);
  background-image: linear-gradient(to bottom, #b1d1f9, #64a8f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb1d1f9', endColorstr='#ff64a8f9', GradientType=0);
}
.theme-blue .back-bar .pointer {
  width: 14px;
  height: 14px;
  top: -5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #AAA;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-blue .back-bar .pointer-label {
  color: #999;
}
.theme-blue .back-bar .focused {
  color: #333;
}
.theme-blue .scale span {
  border-left: 1px solid #e5e5e5;
}
.theme-blue .scale ins {
  color: #999;
}
.demo button{
  appearance:none;
  -webkit-appearance:none;
  padding: 8px 15px;
  border:none;   
  color: #fff;
  font-size: 1em; 
  border-radius: 5px;
  background: #aaa;
}
/*! UIkit 2.26.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Normalize default `font-family` and set `font-size` to support `rem` units
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 * 3. Style
 */
/*
 * Preserve original dimensions
 */
.uk-img-preserve,
.uk-img-preserve audio,
.uk-img-preserve canvas,
.uk-img-preserve img,
.uk-img-preserve svg,
.uk-img-preserve video {
  max-width: none;
}


/* ========================================================================
   Component: Grid
 ========================================================================== */
/*
 * 1. Makes grid more robust so that it can be used with other block elements like lists
 */
.uk-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
}
/*
 * DEPRECATED
 * Micro clearfix
 * Can't use `table` because it creates a 1px gap when it becomes a flex item, only in Webkit
 */
.uk-grid:before,
.uk-grid:after {
  content: "";
  display: block;
  overflow: hidden;
}
.uk-grid:after {
  clear: both;
}
/*
 * Grid cell
 * 1. Space is allocated solely based on content dimensions
 * 2. Makes grid more robust so that it can be used with other block elements
 * 3. DEPRECATED Using `float` to support IE9
 */
.uk-grid > * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  /* 2 */
  margin: 0;
  /* 3 */
  float: left;
}
/*
 * Remove margin from the last-child
 */
.uk-grid > * > :last-child {
  margin-bottom: 0;
}
/* Grid gutter
 ========================================================================== */
/*
 * Default gutter
 */
/* Horizontal */
.uk-grid {
  margin-left: -25px;
}
.uk-grid > * {
  padding-left: 25px;
}
/* Vertical */
.uk-grid + .uk-grid,
.uk-grid-margin,
.uk-grid > * > .uk-panel + .uk-panel {
  margin-top: 25px;
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  /* Horizontal */
  .uk-grid {
    margin-left: -35px;
  }
  .uk-grid > * {
    padding-left: 35px;
  }
  /* Vertical */
  .uk-grid + .uk-grid,
  .uk-grid-margin,
  .uk-grid > * > .uk-panel + .uk-panel {
    margin-top: 35px;
  }
}
/*
 * Collapse gutter
 */
/* Horizontal */
.uk-grid-collapse {
  margin-left: 0;
}
.uk-grid-collapse > * {
  padding-left: 0;
}
/* Vertical */
.uk-grid-collapse + .uk-grid-collapse,
.uk-grid-collapse > .uk-grid-margin,
.uk-grid-collapse > * > .uk-panel + .uk-panel {
  margin-top: 0;
}
/*
 * Small gutter
 */
/* Horizontal */
.uk-grid-small {
  margin-left: -10px;
}
.uk-grid-small > * {
  padding-left: 10px;
}
/* Vertical */
.uk-grid-small + .uk-grid-small,
.uk-grid-small > .uk-grid-margin,
.uk-grid-small > * > .uk-panel + .uk-panel {
  margin-top: 10px;
}
/*
 * Medium gutter
 */
/* Horizontal */
.uk-grid-medium {
  margin-left: -25px;
}
.uk-grid-medium > * {
  padding-left: 25px;
}
/* Vertical */
.uk-grid-medium + .uk-grid-medium,
.uk-grid-medium > .uk-grid-margin,
.uk-grid-medium > * > .uk-panel + .uk-panel {
  margin-top: 25px;
}
/*
 * Large gutter
 */
/* Large screen and bigger */
@media (min-width: 960px) {
  /* Horizontal */
  .uk-grid-large {
    margin-left: -35px;
  }
  .uk-grid-large > * {
    padding-left: 35px;
  }
  /* Vertical */
  .uk-grid-large + .uk-grid-large,
  .uk-grid-large-margin,
  .uk-grid-large > * > .uk-panel + .uk-panel {
    margin-top: 35px;
  }
}
/* Extra Large screens */
@media (min-width: 1220px) {
  /* Horizontal */
  .uk-grid-large {
    margin-left: -50px;
  }
  .uk-grid-large > * {
    padding-left: 50px;
  }
  /* Vertical */
  .uk-grid-large + .uk-grid-large,
  .uk-grid-large-margin,
  .uk-grid-large > * > .uk-panel + .uk-panel {
    margin-top: 50px;
  }
}
/* Modifier: `uk-grid-divider`
 ========================================================================== */
/*
 * Horizontal divider
 * Only works with the default gutter. Does not work with gutter collapse, small or large.
 * Does not work with `uk-push-*`, `uk-pull-*` and not if the columns float into the next row.
 */
.uk-grid-divider:not(:empty) {
  margin-left: -25px;
  margin-right: -25px;
}
.uk-grid-divider > * {
  padding-left: 25px;
  padding-right: 25px;
}
.uk-grid-divider > [class*='uk-width-1-']:not(.uk-width-1-1):nth-child(n+2),
.uk-grid-divider > [class*='uk-width-2-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-3-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-4-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-5-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-6-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-7-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-8-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-9-']:nth-child(n+2) {
  border-left: 1px solid #dddddd;
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-grid-divider > [class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) {
    border-left: 1px solid #dddddd;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-grid-divider > [class*='uk-width-large-']:not(.uk-width-large-1-1):nth-child(n+2) {
    border-left: 1px solid #dddddd;
  }
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  /*
     * Large gutter
     */
  .uk-grid-divider:not(:empty) {
    margin-left: -35px;
    margin-right: -35px;
  }
  .uk-grid-divider > * {
    padding-left: 35px;
    padding-right: 35px;
  }
  .uk-grid-divider:empty {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
/*
 * Vertical divider
 */
.uk-grid-divider:empty {
  margin-top: 25px;
  margin-bottom: 25px;
  border-top: 1px solid #dddddd;
}
/* Match panels in grids
 ========================================================================== */
/*
 * 1. Behave like a block element
 */
.uk-grid-match > * {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 1 */
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.uk-grid-match > * > * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  box-sizing: border-box;
  width: 100%;
}
/* Even grid cell widths
 ========================================================================== */
[class*='uk-grid-width'] > * {
  box-sizing: border-box;
  width: 100%;
}
.uk-grid-width-1-2 > * {
  width: 50%;
}
.uk-grid-width-1-3 > * {
  width: 33.333%;
}
.uk-grid-width-1-4 > * {
  width: 25%;
}
.uk-grid-width-1-5 > * {
  width: 20%;
}
.uk-grid-width-1-6 > * {
  width: 16.666%;
}
.uk-grid-width-1-10 > * {
  width: 10%;
}
.uk-grid-width-auto > * {
  width: auto;
}
/* Phone landscape and bigger */
@media (min-width: 480px) {
  .uk-grid-width-small-1-1 > * {
    width: 100%;
  }
  .uk-grid-width-small-1-2 > * {
    width: 50%;
  }
  .uk-grid-width-small-1-3 > * {
    width: 33.333%;
  }
  .uk-grid-width-small-1-4 > * {
    width: 25%;
  }
  .uk-grid-width-small-1-5 > * {
    width: 20%;
  }
  .uk-grid-width-small-1-6 > * {
    width: 16.666%;
  }
  .uk-grid-width-small-1-10 > * {
    width: 10%;
  }
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-grid-width-medium-1-1 > * {
    width: 100%;
  }
  .uk-grid-width-medium-1-2 > * {
    width: 50%;
  }
  .uk-grid-width-medium-1-3 > * {
    width: 33.333%;
  }
  .uk-grid-width-medium-1-4 > * {
    width: 25%;
  }
  .uk-grid-width-medium-1-5 > * {
    width: 20%;
  }
  .uk-grid-width-medium-1-6 > * {
    width: 16.666%;
  }
  .uk-grid-width-medium-1-10 > * {
    width: 10%;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-grid-width-large-1-1 > * {
    width: 100%;
  }
  .uk-grid-width-large-1-2 > * {
    width: 50%;
  }
  .uk-grid-width-large-1-3 > * {
    width: 33.333%;
  }
  .uk-grid-width-large-1-4 > * {
    width: 25%;
  }
  .uk-grid-width-large-1-5 > * {
    width: 20%;
  }
  .uk-grid-width-large-1-6 > * {
    width: 16.666%;
  }
  .uk-grid-width-large-1-10 > * {
    width: 10%;
  }
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-grid-width-xlarge-1-1 > * {
    width: 100%;
  }
  .uk-grid-width-xlarge-1-2 > * {
    width: 50%;
  }
  .uk-grid-width-xlarge-1-3 > * {
    width: 33.333%;
  }
  .uk-grid-width-xlarge-1-4 > * {
    width: 25%;
  }
  .uk-grid-width-xlarge-1-5 > * {
    width: 20%;
  }
  .uk-grid-width-xlarge-1-6 > * {
    width: 16.666%;
  }
  .uk-grid-width-xlarge-1-10 > * {
    width: 10%;
  }
}
/* Sub-objects: `uk-width-*`
 ========================================================================== */
[class*='uk-width'] {
  box-sizing: border-box;
  width: 100%;
}
/*
 * Widths
 */
/* Whole */
.uk-width-1-1 {
  width: 100%;
}
/* Halves */
.uk-width-1-2,
.uk-width-2-4,
.uk-width-3-6,
.uk-width-5-10 {
  width: 50%;
}
/* Thirds */
.uk-width-1-3,
.uk-width-2-6 {
  width: 33.333%;
}
.uk-width-2-3,
.uk-width-4-6 {
  width: 66.666%;
}
/* Quarters */
.uk-width-1-4 {
  width: 25%;
}
.uk-width-3-4 {
  width: 75%;
}
/* Fifths */
.uk-width-1-5,
.uk-width-2-10 {
  width: 20%;
}
.uk-width-2-5,
.uk-width-4-10 {
  width: 40%;
}
.uk-width-3-5,
.uk-width-6-10 {
  width: 60%;
}
.uk-width-4-5,
.uk-width-8-10 {
  width: 80%;
}
/* Sixths */
.uk-width-1-6 {
  width: 16.666%;
}
.uk-width-5-6 {
  width: 83.333%;
}
/* Tenths */
.uk-width-1-10 {
  width: 10%;
}
.uk-width-3-10 {
  width: 30%;
}
.uk-width-7-10 {
  width: 70%;
}
.uk-width-9-10 {
  width: 90%;
}
/* Phone landscape and bigger */
@media (min-width: 480px) {
  /* Whole */
  .uk-width-small-1-1 {
    width: 100%;
  }
  /* Halves */
  .uk-width-small-1-2,
  .uk-width-small-2-4,
  .uk-width-small-3-6,
  .uk-width-small-5-10 {
    width: 50%;
  }
  /* Thirds */
  .uk-width-small-1-3,
  .uk-width-small-2-6 {
    width: 33.333%;
  }
  .uk-width-small-2-3,
  .uk-width-small-4-6 {
    width: 66.666%;
  }
  /* Quarters */
  .uk-width-small-1-4 {
    width: 25%;
  }
  .uk-width-small-3-4 {
    width: 75%;
  }
  /* Fifths */
  .uk-width-small-1-5,
  .uk-width-small-2-10 {
    width: 20%;
  }
  .uk-width-small-2-5,
  .uk-width-small-4-10 {
    width: 40%;
  }
  .uk-width-small-3-5,
  .uk-width-small-6-10 {
    width: 60%;
  }
  .uk-width-small-4-5,
  .uk-width-small-8-10 {
    width: 80%;
  }
  /* Sixths */
  .uk-width-small-1-6 {
    width: 16.666%;
  }
  .uk-width-small-5-6 {
    width: 83.333%;
  }
  /* Tenths */
  .uk-width-small-1-10 {
    width: 10%;
  }
  .uk-width-small-3-10 {
    width: 30%;
  }
  .uk-width-small-7-10 {
    width: 70%;
  }
  .uk-width-small-9-10 {
    width: 90%;
  }
}
/* Tablet and bigger */
@media (min-width: 768px) {
  /* Whole */
  .uk-width-medium-1-1 {
    width: 100%;
  }
  /* Halves */
  .uk-width-medium-1-2,
  .uk-width-medium-2-4,
  .uk-width-medium-3-6,
  .uk-width-medium-5-10 {
    width: 50%;
  }
  /* Thirds */
  .uk-width-medium-1-3,
  .uk-width-medium-2-6 {
    width: 33.333%;
  }
  .uk-width-medium-2-3,
  .uk-width-medium-4-6 {
    width: 66.666%;
  }
  /* Quarters */
  .uk-width-medium-1-4 {
    width: 25%;
  }
  .uk-width-medium-3-4 {
    width: 75%;
  }
  /* Fifths */
  .uk-width-medium-1-5,
  .uk-width-medium-2-10 {
    width: 20%;
  }
  .uk-width-medium-2-5,
  .uk-width-medium-4-10 {
    width: 40%;
  }
  .uk-width-medium-3-5,
  .uk-width-medium-6-10 {
    width: 60%;
  }
  .uk-width-medium-4-5,
  .uk-width-medium-8-10 {
    width: 80%;
  }
  /* Sixths */
  .uk-width-medium-1-6 {
    width: 16.666%;
  }
  .uk-width-medium-5-6 {
    width: 83.333%;
  }
  /* Tenths */
  .uk-width-medium-1-10 {
    width: 10%;
  }
  .uk-width-medium-3-10 {
    width: 30%;
  }
  .uk-width-medium-7-10 {
    width: 70%;
  }
  .uk-width-medium-9-10 {
    width: 90%;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  /* Whole */
  .uk-width-large-1-1 {
    width: 100%;
  }
  /* Halves */
  .uk-width-large-1-2,
  .uk-width-large-2-4,
  .uk-width-large-3-6,
  .uk-width-large-5-10 {
    width: 50%;
  }
  /* Thirds */
  .uk-width-large-1-3,
  .uk-width-large-2-6 {
    width: 33.333%;
  }
  .uk-width-large-2-3,
  .uk-width-large-4-6 {
    width: 66.666%;
  }
  /* Quarters */
  .uk-width-large-1-4 {
    width: 25%;
  }
  .uk-width-large-3-4 {
    width: 75%;
  }
  /* Fifths */
  .uk-width-large-1-5,
  .uk-width-large-2-10 {
    width: 20%;
  }
  .uk-width-large-2-5,
  .uk-width-large-4-10 {
    width: 40%;
  }
  .uk-width-large-3-5,
  .uk-width-large-6-10 {
    width: 60%;
  }
  .uk-width-large-4-5,
  .uk-width-large-8-10 {
    width: 80%;
  }
  /* Sixths */
  .uk-width-large-1-6 {
    width: 16.666%;
  }
  .uk-width-large-5-6 {
    width: 83.333%;
  }
  /* Tenths */
  .uk-width-large-1-10 {
    width: 10%;
  }
  .uk-width-large-3-10 {
    width: 30%;
  }
  .uk-width-large-7-10 {
    width: 70%;
  }
  .uk-width-large-9-10 {
    width: 90%;
  }
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  /* Whole */
  .uk-width-xlarge-1-1 {
    width: 100%;
  }
  /* Halves */
  .uk-width-xlarge-1-2,
  .uk-width-xlarge-2-4,
  .uk-width-xlarge-3-6,
  .uk-width-xlarge-5-10 {
    width: 50%;
  }
  /* Thirds */
  .uk-width-xlarge-1-3,
  .uk-width-xlarge-2-6 {
    width: 33.333%;
  }
  .uk-width-xlarge-2-3,
  .uk-width-xlarge-4-6 {
    width: 66.666%;
  }
  /* Quarters */
  .uk-width-xlarge-1-4 {
    width: 25%;
  }
  .uk-width-xlarge-3-4 {
    width: 75%;
  }
  /* Fifths */
  .uk-width-xlarge-1-5,
  .uk-width-xlarge-2-10 {
    width: 20%;
  }
  .uk-width-xlarge-2-5,
  .uk-width-xlarge-4-10 {
    width: 40%;
  }
  .uk-width-xlarge-3-5,
  .uk-width-xlarge-6-10 {
    width: 60%;
  }
  .uk-width-xlarge-4-5,
  .uk-width-xlarge-8-10 {
    width: 80%;
  }
  /* Sixths */
  .uk-width-xlarge-1-6 {
    width: 16.666%;
  }
  .uk-width-xlarge-5-6 {
    width: 83.333%;
  }
  /* Tenths */
  .uk-width-xlarge-1-10 {
    width: 10%;
  }
  .uk-width-xlarge-3-10 {
    width: 30%;
  }
  .uk-width-xlarge-7-10 {
    width: 70%;
  }
  .uk-width-xlarge-9-10 {
    width: 90%;
  }
}
/* Sub-object: `uk-push-*` and `uk-pull-*`
 ========================================================================== */
/*
 * Source ordering
 * Works only with `uk-width-medium-*`
 */
/* Tablet and bigger */
@media (min-width: 768px) {
  [class*='uk-push-'],
  [class*='uk-pull-'] {
    position: relative;
  }
  /*
     * Push
     */
  /* Halves */
  .uk-push-1-2,
  .uk-push-2-4,
  .uk-push-3-6,
  .uk-push-5-10 {
    left: 50%;
  }
  /* Thirds */
  .uk-push-1-3,
  .uk-push-2-6 {
    left: 33.333%;
  }
  .uk-push-2-3,
  .uk-push-4-6 {
    left: 66.666%;
  }
  /* Quarters */
  .uk-push-1-4 {
    left: 25%;
  }
  .uk-push-3-4 {
    left: 75%;
  }
  /* Fifths */
  .uk-push-1-5,
  .uk-push-2-10 {
    left: 20%;
  }
  .uk-push-2-5,
  .uk-push-4-10 {
    left: 40%;
  }
  .uk-push-3-5,
  .uk-push-6-10 {
    left: 60%;
  }
  .uk-push-4-5,
  .uk-push-8-10 {
    left: 80%;
  }
  /* Sixths */
  .uk-push-1-6 {
    left: 16.666%;
  }
  .uk-push-5-6 {
    left: 83.333%;
  }
  /* Tenths */
  .uk-push-1-10 {
    left: 10%;
  }
  .uk-push-3-10 {
    left: 30%;
  }
  .uk-push-7-10 {
    left: 70%;
  }
  .uk-push-9-10 {
    left: 90%;
  }
  /*
     * Pull
     */
  /* Halves */
  .uk-pull-1-2,
  .uk-pull-2-4,
  .uk-pull-3-6,
  .uk-pull-5-10 {
    left: -50%;
  }
  /* Thirds */
  .uk-pull-1-3,
  .uk-pull-2-6 {
    left: -33.333%;
  }
  .uk-pull-2-3,
  .uk-pull-4-6 {
    left: -66.666%;
  }
  /* Quarters */
  .uk-pull-1-4 {
    left: -25%;
  }
  .uk-pull-3-4 {
    left: -75%;
  }
  /* Fifths */
  .uk-pull-1-5,
  .uk-pull-2-10 {
    left: -20%;
  }
  .uk-pull-2-5,
  .uk-pull-4-10 {
    left: -40%;
  }
  .uk-pull-3-5,
  .uk-pull-6-10 {
    left: -60%;
  }
  .uk-pull-4-5,
  .uk-pull-8-10 {
    left: -80%;
  }
  /* Sixths */
  .uk-pull-1-6 {
    left: -16.666%;
  }
  .uk-pull-5-6 {
    left: -83.333%;
  }
  /* Tenths */
  .uk-pull-1-10 {
    left: -10%;
  }
  .uk-pull-3-10 {
    left: -30%;
  }
  .uk-pull-7-10 {
    left: -70%;
  }
  .uk-pull-9-10 {
    left: -90%;
  }
}
/* ========================================================================
   Component: Panel
 ========================================================================== */
/*
 * 1. Needed for `a` elements
 * 2. Create position context for badges
 */
.uk-panel {
  /* 1 */
  display: block;
  /* 2 */
  position: relative;
}
/*
 * Allow panels to be anchors
 */
.uk-panel,
.uk-panel:hover {
  text-decoration: none;
}
/*
 * Micro clearfix to make panels more robust
 */
.uk-panel:before,
.uk-panel:after {
  content: "";
  display: table;
}
.uk-panel:after {
  clear: both;
}
/*
 * Remove margin from the last-child if not `uk-widget-title`
 */
.uk-panel > :not(.uk-panel-title):last-child {
  margin-bottom: 0;
}
/* Sub-object: `uk-panel-title`
 ========================================================================== */
.uk-panel-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  text-transform: none;
  color: #444444;
}
/* Sub-object: `uk-panel-badge`
 ========================================================================== */
.uk-panel-badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
/* Sub-object: `uk-panel-teaser`
 ========================================================================== */
.uk-panel-teaser {
  margin-bottom: 15px;
}
/* Sub-object: `uk-panel-body`
 ========================================================================== */
.uk-panel-body {
  padding: 15px;
}
/* Modifier: `uk-panel-box`
 ========================================================================== */
.uk-panel-box {
  padding: 15px;
  background: #f5f5f5;
  color: #444444;
}
.uk-panel-box-hover:hover {
  color: #444444;
}
.uk-panel-box .uk-panel-title {
  color: #444444;
}
.uk-panel-box .uk-panel-badge {
  top: 10px;
  right: 10px;
}
.uk-panel-box > .uk-panel-teaser {
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
}
/*
 * Nav in panel
 */
.uk-panel-box > .uk-nav-side {
  margin: 0 -15px;
}
/*
 * Sub-modifier: `uk-panel-box-primary`
 */
.uk-panel-box-primary {
  background-color: #ebf7fd;
  color: #2d7091;
}
.uk-panel-box-primary-hover:hover {
  color: #2d7091;
}
.uk-panel-box-primary .uk-panel-title {
  color: #2d7091;
}
/*
 * Sub-modifier: `uk-panel-box-secondary`
 */
.uk-panel-box-secondary {
  background-color: #eeeeee;
  color: #444444;
}
.uk-panel-box-secondary-hover:hover {
  color: #444444;
}
.uk-panel-box-secondary .uk-panel-title {
  color: #444444;
}
/* Modifier: `uk-panel-hover`
 ========================================================================== */
.uk-panel-hover {
  padding: 15px;
  color: #444444;
}
.uk-panel-hover:hover {
  background: #f5f5f5;
  color: #444444;
}
.uk-panel-hover .uk-panel-badge {
  top: 10px;
  right: 10px;
}
.uk-panel-hover > .uk-panel-teaser {
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
}
/* Modifier: `uk-panel-header`
 ========================================================================== */
.uk-panel-header .uk-panel-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  color: #444444;
}
/* Modifier: `uk-panel-space`
 ========================================================================== */
.uk-panel-space {
  padding: 30px;
}
.uk-panel-space .uk-panel-badge {
  top: 30px;
  right: 30px;
}
/* Modifier: `uk-panel-divider`
 ========================================================================== */
.uk-panel + .uk-panel-divider {
  margin-top: 50px !important;
}
.uk-panel + .uk-panel-divider:before {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  border-top: 1px solid #dddddd;
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-panel + .uk-panel-divider {
    margin-top: 70px !important;
  }
  .uk-panel + .uk-panel-divider:before {
    top: -35px;
  }
}
/* ========================================================================
   Component: Block
 ========================================================================== */
.uk-block {
  position: relative;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* Phone landscape and bigger */
@media (min-width: 768px) {
  .uk-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/*
 * Micro clearfix to make blocks more robust
 */
.uk-block:before,
.uk-block:after {
  content: "";
  display: table;
}
.uk-block:after {
  clear: both;
}
/*
 * Remove margin from the last-child
 */
.uk-block > :last-child {
  margin-bottom: 0;
}
/* Padding Modifier
 ========================================================================== */
/*
 * Large padding
 */
.uk-block-large {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* Tablets and bigger */
@media (min-width: 768px) {
  .uk-block-large {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-block-large {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
/* Color Modifier
 ========================================================================== */
/*
 * Default
 */
.uk-block-default {
  background: #ffffff;
}
/*
 * Muted
 */
.uk-block-muted {
  background: #f9f9f9;
}
/*
 * Primary
 */
.uk-block-primary {
  background: #00a8e6;
}
/*
 * Secondary
 */
.uk-block-secondary {
  background: #222222;
}
/*
     * Adjust padding between equal colored blocks
     */
.uk-block-default + .uk-block-default,
.uk-block-muted + .uk-block-muted,
.uk-block-primary + .uk-block-primary,
.uk-block-secondary + .uk-block-secondary {
  padding-top: 0;
}
/* ========================================================================
   Component: Article
 ========================================================================== */
/*
 * Micro clearfix to make articles more robust
 */
.uk-article:before,
.uk-article:after {
  content: "";
  display: table;
}
.uk-article:after {
  clear: both;
}
/*
 * Remove margin from the last-child
 */
.uk-article > :last-child {
  margin-bottom: 0;
}
/*
 * Vertical gutter for articles
 */
.uk-article + .uk-article {
  margin-top: 25px;
}
/* Sub-object `uk-article-title`
 ========================================================================== */
.uk-article-title {
  font-size: 36px;
  line-height: 42px;
  font-weight: normal;
  text-transform: none;
}
.uk-article-title a {
  color: inherit;
  text-decoration: none;
}
/* Sub-object `uk-article-meta`
 ========================================================================== */
.uk-article-meta {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
}
/* Sub-object `uk-article-lead`
 ========================================================================== */
.uk-article-lead {
  color: #444444;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}
/* Sub-object `uk-article-divider`
 ========================================================================== */
.uk-article-divider {
  margin-bottom: 25px;
  border-color: #dddddd;
}
* + .uk-article-divider {
  margin-top: 25px;
}
/* ========================================================================
   Component: Comment
 ========================================================================== */
/* Sub-object `uk-comment-header`
 ========================================================================== */
.uk-comment-header {
  margin-bottom: 15px;
}
/*
 * Micro clearfix
 */
.uk-comment-header:before,
.uk-comment-header:after {
  content: "";
  display: table;
}
.uk-comment-header:after {
  clear: both;
}
/* Sub-object `uk-comment-avatar`
 ========================================================================== */
.uk-comment-avatar {
  margin-right: 15px;
  float: left;
}
/* Sub-object `uk-comment-title`
 ========================================================================== */
.uk-comment-title {
  margin: 5px 0 0 0;
  font-size: 16px;
  line-height: 22px;
}
/* Sub-object `uk-comment-meta`
 ========================================================================== */
.uk-comment-meta {
  margin: 2px 0 0 0;
  font-size: 11px;
  line-height: 16px;
  color: #999999;
}
/* Sub-object `uk-comment-body`
 ========================================================================== */
/*
 * Remove margin from the last-child
 */
.uk-comment-body > :last-child {
  margin-bottom: 0;
}
/* Sub-object `uk-comment-list`
 ========================================================================== */
.uk-comment-list {
  padding: 0;
  list-style: none;
}
.uk-comment-list .uk-comment + ul {
  margin: 15px 0 0 0;
  list-style: none;
}
.uk-comment-list > li:nth-child(n+2),
.uk-comment-list .uk-comment + ul > li:nth-child(n+2) {
  margin-top: 15px;
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-comment-list .uk-comment + ul {
    padding-left: 100px;
  }
}
/* Modifier `uk-comment-primary`
 ========================================================================== */
/* ========================================================================
   Component: Cover
 ========================================================================== */
/*
 * Background image always covers and centers its element
 */
.uk-cover-background {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
/*
 * Emulates image cover, works with video and image elements
 * 1. Parent container which clips resized object
 * 2. Resizes the object to always covers its container
 * 3. Reset the responsive image CSS
 * 4. Center object
 */
/* 1 */
.uk-cover {
  overflow: hidden;
}
.uk-cover-object {
  /* 2 */
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  /* 3 */
  max-width: none;
  /* 4 */
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*
 * To center iframes use `data-uk-cover` JavaScript
 */
[data-uk-cover] {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* ========================================================================
   Component: Nav
 ========================================================================== */
.uk-nav,
.uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*
 * Items
 */
.uk-nav li > a {
  display: block;
  text-decoration: none;
}
.uk-nav > li > a {
  padding: 5px 15px;
}
/*
 * Nested items
 */
.uk-nav ul {
  padding-left: 15px;
}
.uk-nav ul a {
  padding: 2px 0;
}
/*
 * Item subtitle
 */
.uk-nav li > a > div {
  font-size: 12px;
  line-height: 18px;
}
/* Sub-object: `uk-nav-header`
 ========================================================================== */
.uk-nav-header {
  padding: 5px 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
.uk-nav-header:not(:first-child) {
  margin-top: 15px;
}
/* Sub-object: `uk-nav-divider`
 ========================================================================== */
.uk-nav-divider {
  margin: 9px 15px;
}
/* Sub-object: `uk-nav-sub`
 ========================================================================== */
/*
 * `ul` needed for higher specificity to override padding
 */
ul.uk-nav-sub {
  padding: 5px 0 5px 15px;
}
/* Modifier: `uk-nav-parent-icon`
 ========================================================================== */
.uk-nav-parent-icon > .uk-parent > a:after {
  content: "\f104";
  width: 20px;
  margin-right: -10px;
  float: right;
  font-family: FontAwesome;
  text-align: center;
}
.uk-nav-parent-icon > .uk-parent.uk-open > a:after {
  content: "\f107";
}
/* Modifier `uk-nav-side`
 ========================================================================== */
/*
 * Items
 */
.uk-nav-side > li > a {
  color: #444444;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-nav-side > li > a:hover,
.uk-nav-side > li > a:focus {
  background: rgba(0, 0, 0, 0.05);
  color: #444444;
  /* 2 */
  outline: none;
}
/* Active */
.uk-nav-side > li.uk-active > a {
  background: #00a8e6;
  color: #ffffff;
}
/*
 * Sub-object: `uk-nav-header`
 */
.uk-nav-side .uk-nav-header {
  color: #444444;
}
/*
 * Sub-object: `uk-nav-divider`
 */
.uk-nav-side .uk-nav-divider {
  border-top: 1px solid #dddddd;
}
/*
 * Nested items
 */
.uk-nav-side ul a {
  color: #0077dd;
}
.uk-nav-side ul a:hover {
  color: #005599;
}
/* Modifier `uk-nav-dropdown`
 ========================================================================== */
/*
 * Items
 */
.uk-nav-dropdown > li > a {
  color: #444444;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-nav-dropdown > li > a:hover,
.uk-nav-dropdown > li > a:focus {
  background: #00a8e6;
  color: #ffffff;
  /* 2 */
  outline: none;
}
/*
 * Sub-object: `uk-nav-header`
 */
.uk-nav-dropdown .uk-nav-header {
  color: #999999;
}
/*
 * Sub-object: `uk-nav-divider`
 */
.uk-nav-dropdown .uk-nav-divider {
  border-top: 1px solid #dddddd;
}
/*
 * Nested items
 */
.uk-nav-dropdown ul a {
  color: #0077dd;
}
.uk-nav-dropdown ul a:hover {
  color: #005599;
}
/* Modifier `uk-nav-navbar`
 ========================================================================== */
/*
 * Items
 */
.uk-nav-navbar > li > a {
  color: #444444;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-nav-navbar > li > a:hover,
.uk-nav-navbar > li > a:focus {
  background: #00a8e6;
  color: #ffffff;
  /* 2 */
  outline: none;
}
/*
 * Sub-object: `uk-nav-header`
 */
.uk-nav-navbar .uk-nav-header {
  color: #999999;
}
/*
 * Sub-object: `uk-nav-divider`
 */
.uk-nav-navbar .uk-nav-divider {
  border-top: 1px solid #dddddd;
}
/*
 * Nested items
 */
.uk-nav-navbar ul a {
  color: #0077dd;
}
.uk-nav-navbar ul a:hover {
  color: #005599;
}
/* Modifier `uk-nav-offcanvas`
 ========================================================================== */
/*
 * Items
 */
.uk-nav-offcanvas > li > a {
  color: #cccccc;
  padding: 10px 15px;
}
/*
 * Hover
 * No hover on touch devices because it behaves buggy in fixed offcanvas
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-nav-offcanvas > .uk-open > a,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
  background: #404040;
  color: #ffffff;
  /* 2 */
  outline: none;
}
/*
 * Active
 * `html .uk-nav` needed for higher specificity to override hover
 */
html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
  background: #1a1a1a;
  color: #ffffff;
}
/*
 * Sub-object: `uk-nav-header`
 */
.uk-nav-offcanvas .uk-nav-header {
  color: #777777;
}
/*
 * Sub-object: `uk-nav-divider`
 */
.uk-nav-offcanvas .uk-nav-divider {
  border-top: 1px solid #1a1a1a;
}
/*
 * Nested items
 * No hover on touch devices because it behaves buggy in fixed offcanvas
 */
.uk-nav-offcanvas ul a {
  color: #cccccc;
}
html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
  color: #ffffff;
}
/* ========================================================================
   Component: Navbar
 ========================================================================== */
.uk-navbar {
  background: #eeeeee;
  color: #444444;
}
/*
 * Micro clearfix
 */
.uk-navbar:before,
.uk-navbar:after {
  content: "";
  display: table;
}
.uk-navbar:after {
  clear: both;
}
/* Sub-object: `uk-navbar-nav`
 ========================================================================== */
.uk-navbar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
/*
 * 1. Create position context for dropdowns
 */
.uk-navbar-nav > li {
  float: left;
  /* 1 */
  position: relative;
}
/*
 * 1. Dimensions
 * 2. Style
 */
.uk-navbar-nav > li > a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  /* 1 */
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  /* 2 */
  color: #444444;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
/* Appear not as link */
.uk-navbar-nav > li > a[href='#'] {
  cursor: text;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Also apply if dropdown is opened
 * 3. Remove default focus style
 */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
  background-color: #f5f5f5;
  color: #444444;
  /* 3 */
  outline: none;
}
/* OnClick */
.uk-navbar-nav > li > a:active {
  background-color: #dddddd;
  color: #444444;
}
/* Active */
.uk-navbar-nav > li.uk-active > a {
  background-color: #f5f5f5;
  color: #444444;
}
/* Sub-objects: `uk-navbar-nav-subtitle`
 ========================================================================== */
.uk-navbar-nav .uk-navbar-nav-subtitle {
  line-height: 28px;
}
.uk-navbar-nav-subtitle > div {
  margin-top: -6px;
  font-size: 10px;
  line-height: 12px;
}
/* Sub-objects: `uk-navbar-content`, `uk-navbar-brand`, `uk-navbar-toggle`
 ========================================================================== */
/*
 * Imitate navbar items
 */
.uk-navbar-content,
.uk-navbar-brand,
.uk-navbar-toggle {
  box-sizing: border-box;
  display: block;
  height: 40px;
  padding: 0 15px;
  float: left;
}
/*
 * Helper to center all child elements vertically
 */
.uk-navbar-content:before,
.uk-navbar-brand:before,
.uk-navbar-toggle:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/* Sub-objects: `uk-navbar-content`
 ========================================================================== */
/*
 * Better sibling spacing
 */
.uk-navbar-content + .uk-navbar-content:not(.uk-navbar-center) {
  padding-left: 0;
}
/*
 * Link colors
 */
.uk-navbar-content > a:not([class]) {
  color: #0077dd;
}
.uk-navbar-content > a:not([class]):hover {
  color: #005599;
}
/* Sub-objects: `uk-navbar-brand`
 ========================================================================== */
.uk-navbar-brand {
  font-size: 18px;
  color: #444444;
  text-decoration: none;
}
/*
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-navbar-brand:hover,
.uk-navbar-brand:focus {
  color: #444444;
  text-decoration: none;
  /* 2 */
  outline: none;
}
/* Sub-object: `uk-navbar-toggle`
 ========================================================================== */
.uk-navbar-toggle {
  font-size: 18px;
  color: #444444;
  text-decoration: none;
}
/*
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus {
  color: #444444;
  text-decoration: none;
  /* 2 */
  outline: none;
}
/*
 * 1. Center icon vertically
 */
.uk-navbar-toggle:after {
  content: "\f0c9";
  font-family: FontAwesome;
  /* 1 */
  vertical-align: middle;
}
.uk-navbar-toggle-alt:after {
  content: "\f002";
}
/* Sub-object: `uk-navbar-center`
 ========================================================================== */
/*
 * The element with this class needs to be last child in the navbar
 * 1. This hack is needed because other float elements shift centered text
 */
.uk-navbar-center {
  float: none;
  text-align: center;
  /* 1 */
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}
/* Sub-object: `uk-navbar-flip`
 ========================================================================== */
.uk-navbar-flip {
  float: right;
}
/* ========================================================================
   Component: Subnav
 ========================================================================== */
/*
 * 1. Gutter
 * 2. Remove default list style
 */
.uk-subnav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 1 */
  margin-left: -10px;
  margin-top: -10px;
  /* 2 */
  padding: 0;
  list-style: none;
}
/*
 * 1. Space is allocated solely based on content dimensions
 * 2. Horizontal gutter is using `padding` so `uk-width-*` classes can be applied
 * 3. Create position context for dropdowns
 */
.uk-subnav > * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  /* 2 */
  padding-left: 10px;
  margin-top: 10px;
  /* 3 */
  position: relative;
}
/*
 * DEPRECATED IE9 Support
 */
.uk-subnav:before,
.uk-subnav:after {
  content: "";
  display: block;
  overflow: hidden;
}
.uk-subnav:after {
  clear: both;
}
.uk-subnav > * {
  float: left;
}
/* Items
 ========================================================================== */
.uk-subnav > * > * {
  display: inline-block;
  color: #444444;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 */
.uk-subnav > * > :hover,
.uk-subnav > * > :focus {
  color: #0077dd;
  text-decoration: none;
}
/*
 * Active
 */
.uk-subnav > .uk-active > * {
  color: #0077dd;
}
/* Modifier: 'subnav-line'
 ========================================================================== */
.uk-subnav-line > :before {
  content: "";
  display: inline-block;
  height: 10px;
  vertical-align: middle;
}
.uk-subnav-line > :nth-child(n+2):before {
  margin-right: 10px;
  border-left: 1px solid #dddddd;
}
/* Modifier: 'subnav-pill'
 ========================================================================== */
.uk-subnav-pill > * > * {
  padding: 3px 9px;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-subnav-pill > * > :hover,
.uk-subnav-pill > * > :focus {
  background: #eeeeee;
  color: #444444;
  text-decoration: none;
  /* 2 */
  outline: none;
}
/*
 * Active
 * `li` needed for higher specificity to override hover
 */
.uk-subnav-pill > .uk-active > * {
  background: #00a8e6;
  color: #ffffff;
}
/* Disabled state
 ========================================================================== */
.uk-subnav > .uk-disabled > * {
  background: none;
  color: #999999;
  text-decoration: none;
  cursor: text;
}
/* ========================================================================
   Component: Breadcrumb
 ========================================================================== */
/*
 * 1. Remove default list style
 * 2. Remove whitespace between child elements when using `inline-block`
 */
.uk-breadcrumb {
  /* 1 */
  padding: 0;
  list-style: none;
  /* 2 */
  font-size: 0.001px;
}
/* Items
 ========================================================================== */
/*
 * Reset whitespace hack
 */
.uk-breadcrumb > li {
  font-size: 1rem;
  vertical-align: top;
}
.uk-breadcrumb > li,
.uk-breadcrumb > li > a,
.uk-breadcrumb > li > span {
  display: inline-block;
}
.uk-breadcrumb > li:nth-child(n+2):before {
  content: "/";
  display: inline-block;
  margin: 0 8px;
}
/*
 * Disabled
 */
.uk-breadcrumb > li:not(.uk-active) > span {
  color: #999999;
}
/* ========================================================================
   Component: Pagination
 ========================================================================== */
/*
 * 1. Remove default list style
 * 2. Center pagination by default
 * 3. Remove whitespace between child elements when using `inline-block`
 */
.uk-pagination {
  /* 1 */
  padding: 0;
  list-style: none;
  /* 2 */
  text-align: center;
  /* 3 */
  font-size: 0.001px;
}
/*
 * Micro clearfix
 * Needed if `uk-pagination-previous` or `uk-pagination-next` sub-objects are used
 */
.uk-pagination:before,
.uk-pagination:after {
  content: "";
  display: table;
}
.uk-pagination:after {
  clear: both;
}
/* Items
 ========================================================================== */
/*
 * 1. Reset whitespace hack
 * 2. Remove the gap at the bottom of it container
 */
.uk-pagination > li {
  display: inline-block;
  /* 1 */
  font-size: 1rem;
  /* 2 */
  vertical-align: top;
}
.uk-pagination > li:nth-child(n+2) {
  margin-left: 5px;
}
/*
 * 1. Makes pagination more robust against different box-sizing use
 * 2. Reset text-align to center if alignment modifier is used
 */
.uk-pagination > li > a,
.uk-pagination > li > span {
  display: inline-block;
  min-width: 16px;
  padding: 3px 5px;
  line-height: 20px;
  text-decoration: none;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
  text-align: center;
}
/*
 * Links
 */
.uk-pagination > li > a {
  background: #eeeeee;
  color: #444444;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-pagination > li > a:hover,
.uk-pagination > li > a:focus {
  background-color: #f5f5f5;
  color: #444444;
  /* 2 */
  outline: none;
}
/* OnClick */
.uk-pagination > li > a:active {
  background-color: #dddddd;
  color: #444444;
}
/*
 * Active
 */
.uk-pagination > .uk-active > span {
  background: #00a8e6;
  color: #ffffff;
}
/*
 * Disabled
 */
.uk-pagination > .uk-disabled > span {
  background-color: #f5f5f5;
  color: #999999;
}
/* Previous and next navigation
 ========================================================================== */
.uk-pagination-previous {
  float: left;
}
.uk-pagination-next {
  float: right;
}
/* Alignment modifiers
 ========================================================================== */
.uk-pagination-left {
  text-align: left;
}
.uk-pagination-right {
  text-align: right;
}
/* ========================================================================
   Component: Tab
 ========================================================================== */
.uk-tab {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #dddddd;
}
/*
 * Micro clearfix on the deepest container
 */
.uk-tab:before,
.uk-tab:after {
  content: "";
  display: table;
}
.uk-tab:after {
  clear: both;
}
/*
 * Items
 * 1. Create position context for dropdowns
 */
.uk-tab > li {
  margin-bottom: -1px;
  float: left;
  /* 1 */
  position: relative;
}
.uk-tab > li > a {
  display: block;
  padding: 8px 12px 8px 12px;
  border: 1px solid transparent;
  border-bottom-width: 0;
  color: #0077dd;
  text-decoration: none;
}
.uk-tab > li:nth-child(n+2) > a {
  margin-left: 5px;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Also apply if dropdown is opened
 * 3. Remove default focus style
 */
.uk-tab > li > a:hover,
.uk-tab > li > a:focus,
.uk-tab > li.uk-open > a {
  border-color: #f5f5f5;
  background: #f5f5f5;
  color: #005599;
  /* 2 */
  outline: none;
}
.uk-tab > li:not(.uk-active) > a:hover,
.uk-tab > li:not(.uk-active) > a:focus,
.uk-tab > li.uk-open:not(.uk-active) > a {
  margin-bottom: 1px;
  padding-bottom: 7px;
}
/* Active */
.uk-tab > li.uk-active > a {
  border-color: #dddddd;
  border-bottom-color: transparent;
  background: #ffffff;
  color: #444444;
}
/* Disabled */
.uk-tab > li.uk-disabled > a {
  color: #999999;
  cursor: text;
}
.uk-tab > li.uk-disabled > a:hover,
.uk-tab > li.uk-disabled > a:focus,
.uk-tab > li.uk-disabled.uk-active > a {
  background: none;
  border-color: transparent;
}
/* Modifier: 'tab-flip'
 ========================================================================== */
.uk-tab-flip > li {
  float: right;
}
.uk-tab-flip > li:nth-child(n+2) > a {
  margin-left: 0;
  margin-right: 5px;
}
/* Modifier: 'tab-responsive'
 ========================================================================== */
.uk-tab > li.uk-tab-responsive > a {
  margin-left: 0;
  margin-right: 0;
}
/*
 * Icon
 */
.uk-tab-responsive > a:before {
  content: "\f0c9\00a0";
  font-family: FontAwesome;
}
/* Modifier: 'tab-center'
 ========================================================================== */
.uk-tab-center {
  border-bottom: 1px solid #dddddd;
}
.uk-tab-center-bottom {
  border-bottom: none;
  border-top: 1px solid #dddddd;
}
.uk-tab-center:before,
.uk-tab-center:after {
  content: "";
  display: table;
}
.uk-tab-center:after {
  clear: both;
}
/*
 * 1. Using `right` to prevent vertical scrollbar caused by centering if to many tabs
 */
.uk-tab-center .uk-tab {
  position: relative;
  right: 50%;
  border: none;
  float: right;
}
.uk-tab-center .uk-tab > li {
  position: relative;
  right: -50%;
}
.uk-tab-center .uk-tab > li > a {
  text-align: center;
}
/* Modifier: 'tab-bottom'
 ========================================================================== */
.uk-tab-bottom {
  border-top: 1px solid #dddddd;
  border-bottom: none;
}
.uk-tab-bottom > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.uk-tab-bottom > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom-width: 1px;
  border-top-width: 0;
}
.uk-tab-bottom > li:not(.uk-active) > a:hover,
.uk-tab-bottom > li:not(.uk-active) > a:focus,
.uk-tab-bottom > li.uk-open:not(.uk-active) > a {
  margin-bottom: 0;
  margin-top: 1px;
  padding-bottom: 8px;
  padding-top: 7px;
}
.uk-tab-bottom > li.uk-active > a {
  border-top-color: transparent;
  border-bottom-color: #dddddd;
}
/* Modifier: 'tab-grid'
 ========================================================================== */
/*
 * 1. Create position context to prevent hidden border because of negative `z-index`
 */
.uk-tab-grid {
  margin-left: -5px;
  border-bottom: none;
  /* 1 */
  position: relative;
  z-index: 0;
}
.uk-tab-grid:before {
  display: block;
  position: absolute;
  left: 5px;
  right: 0;
  bottom: -1px;
  border-top: 1px solid #dddddd;
  /* 1 */
  z-index: -1;
}
.uk-tab-grid > li:first-child > a {
  margin-left: 5px;
}
.uk-tab-grid > li > a {
  text-align: center;
}
/*
 * If `uk-tab-bottom`
 */
.uk-tab-grid.uk-tab-bottom {
  border-top: none;
}
.uk-tab-grid.uk-tab-bottom:before {
  top: -1px;
  bottom: auto;
}
/* Modifier: 'tab-left', 'tab-right'
 ========================================================================== */
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-tab-left,
  .uk-tab-right {
    border-bottom: none;
  }
  .uk-tab-left > li,
  .uk-tab-right > li {
    margin-bottom: 0;
    float: none;
  }
  .uk-tab-left > li > a,
  .uk-tab-right > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .uk-tab-left > li:nth-child(n+2) > a,
  .uk-tab-right > li:nth-child(n+2) > a {
    margin-left: 0;
    margin-top: 5px;
  }
  .uk-tab-left > li.uk-active > a,
  .uk-tab-right > li.uk-active > a {
    border-color: #dddddd;
  }
  /*
     * Modifier: 'tab-left'
     */
  .uk-tab-left {
    border-right: 1px solid #dddddd;
  }
  .uk-tab-left > li {
    margin-right: -1px;
  }
  .uk-tab-left > li > a {
    border-bottom-width: 1px;
    border-right-width: 0;
  }
  .uk-tab-left > li:not(.uk-active) > a:hover,
  .uk-tab-left > li:not(.uk-active) > a:focus {
    margin-bottom: 0;
    margin-right: 1px;
    padding-bottom: 8px;
    padding-right: 11px;
  }
  .uk-tab-left > li.uk-active > a {
    border-right-color: transparent;
  }
  /*
     * Modifier: 'tab-right'
     */
  .uk-tab-right {
    border-left: 1px solid #dddddd;
  }
  .uk-tab-right > li {
    margin-left: -1px;
  }
  .uk-tab-right > li > a {
    border-bottom-width: 1px;
    border-left-width: 0;
  }
  .uk-tab-right > li:not(.uk-active) > a:hover,
  .uk-tab-right > li:not(.uk-active) > a:focus {
    margin-bottom: 0;
    margin-left: 1px;
    padding-bottom: 8px;
    padding-left: 11px;
  }
  .uk-tab-right > li.uk-active > a {
    border-left-color: transparent;
  }
}
/* ========================================================================
   Component: Thumbnav
 ========================================================================== */
/*
 * 1. Gutter
 * 2. Remove default list style
 */
.uk-thumbnav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 1 */
  margin-left: -10px;
  margin-top: -10px;
  /* 2 */
  padding: 0;
  list-style: none;
}
/*
 * 1. Space is allocated solely based on content dimensions
 * 2. Horizontal gutter is using `padding` so `uk-width-*` classes can be applied
 */
.uk-thumbnav > * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  /* 2 */
  padding-left: 10px;
  margin-top: 10px;
}
/*
 * DEPRECATED IE9 Support
 */
.uk-thumbnav:before,
.uk-thumbnav:after {
  content: "";
  display: block;
  overflow: hidden;
}
.uk-thumbnav:after {
  clear: both;
}
.uk-thumbnav > * {
  float: left;
}
/* Items
 ========================================================================== */
.uk-thumbnav > * > * {
  display: block;
  background: #ffffff;
}
.uk-thumbnav > * > * > img {
  opacity: 0.7;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/*
 * Hover
 */
.uk-thumbnav > * > :hover > img,
.uk-thumbnav > * > :focus > img {
  opacity: 1;
}
/*
 * Active
 */
.uk-thumbnav > .uk-active > * > img {
  opacity: 1;
}
/* ========================================================================
   Component: List
 ========================================================================== */
.uk-list {
  padding: 0;
  list-style: none;
}
/*
 * Micro clearfix to make list more robust
 */
.uk-list > li:before,
.uk-list > li:after {
  content: "";
  display: table;
}
.uk-list > li:after {
  clear: both;
}
/*
 * Remove margin from the last-child
 */
.uk-list > li > :last-child {
  margin-bottom: 0;
}
/*
 * Nested lists
 */
.uk-list ul {
  margin: 0;
  padding-left: 20px;
  list-style: none;
}
/* Modifier: `uk-list-line`
 ========================================================================== */
.uk-list-line > li:nth-child(n+2) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #dddddd;
}
/* Modifier: `uk-list-striped`
 ========================================================================== */
.uk-list-striped > li {
  padding: 5px 5px;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #f5f5f5;
}
/* Modifier: `uk-list-space`
 ========================================================================== */
.uk-list-space > li:nth-child(n+2) {
  margin-top: 10px;
}
/* ========================================================================
   Component: Description list
 ========================================================================== */
/* Modifier: `uk-description-list-horizontal`
 ========================================================================== */
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-description-list-horizontal {
    overflow: hidden;
  }
  .uk-description-list-horizontal > dt {
    width: 160px;
    float: left;
    clear: both;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .uk-description-list-horizontal > dd {
    margin-left: 180px;
  }
}
/* Modifier: `uk-description-list-line`
 ========================================================================== */
.uk-description-list-line > dt {
  font-weight: normal;
}
.uk-description-list-line > dt:nth-child(n+2) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #dddddd;
}
.uk-description-list-line > dd {
  color: #999999;
}
/* ========================================================================
   Component: Table
 ========================================================================== */
/*
 * 1. Remove most spacing between table cells.
 * 2. Block element behavior
 * 3. Style
 */
.uk-table {
  /* 1 */
  border-collapse: collapse;
  border-spacing: 0;
  /* 2 */
  width: 100%;
  /* 3 */
  margin-bottom: 15px;
}
/*
 * Add margin if adjacent element
 */
* + .uk-table {
  margin-top: 15px;
}
.uk-table th,
.uk-table td {
  padding: 8px 8px;
}
/*
 * Set alignment
 */
.uk-table th {
  text-align: left;
}
.uk-table td {
  vertical-align: top;
}
.uk-table thead th {
  vertical-align: bottom;
}
/*
 * Caption and footer
 */
.uk-table caption,
.uk-table tfoot {
  font-size: 12px;
  font-style: italic;
}
.uk-table caption {
  text-align: left;
  color: #999999;
}
/*
 * Active State
 */
.uk-table tbody tr.uk-active {
  background: #eeeeee;
}
/* Sub-modifier: `uk-table-middle`
 ========================================================================== */
.uk-table-middle,
.uk-table-middle td {
  vertical-align: middle !important;
}
/* Modifier: `uk-table-striped`
 ========================================================================== */
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f5f5f5;
}
/* Modifier: `uk-table-condensed`
 ========================================================================== */
.uk-table-condensed td {
  padding: 4px 8px;
}
/* Modifier: `uk-table-hover`
 ========================================================================== */
.uk-table-hover tbody tr:hover {
  background: #eeeeee;
}
/* ========================================================================
   Component: Form
 ========================================================================== */
/*
 * 1. Define consistent box sizing.
 *    Default is `content-box` with following exceptions set to `border-box`
 *    `button`, `select`, `input[type="checkbox"]` and `input[type="radio"]`
 *    `input[type="search"]` in Chrome, Safari and Opera
 *    `input[type="color"]` in Firefox
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Correct `font` properties and `color` not being inherited.
 */
.uk-form input,
.uk-form select,
.uk-form textarea {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
  color: inherit;
}
/*
 * Address inconsistent `text-transform` inheritance which is only inherit in Firefox
 */
.uk-form select {
  text-transform: none;
}
/*
 * 1. Correct `font` properties not being inherited.
 * 2. Don't inherit the `font-weight` and use `bold` instead.
 * NOTE: Both declarations don't work in Chrome, Safari and Opera.
 */
.uk-form optgroup {
  /* 1 */
  font: inherit;
  /* 2 */
  font-weight: bold;
}
/*
 * Removes inner padding and border in Firefox 4+.
 */
.uk-form input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * Removes excess padding in IE 8/9/10.
 */
.uk-form input[type="checkbox"],
.uk-form input[type="radio"] {
  padding: 0;
}
/*
 * Improves consistency of cursor style for clickable elements
 */
.uk-form input[type="checkbox"]:not(:disabled),
.uk-form input[type="radio"]:not(:disabled) {
  cursor: pointer;
}
/*
 * Remove default style in iOS.
 */
.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="number"],
.uk-form input[type="datetime"] {
  -webkit-appearance: none;
}
/*
 * Remove inner padding and search cancel button in Chrome, Safari and Opera on OS X.
 */
.uk-form input[type="search"]::-webkit-search-cancel-button,
.uk-form input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
.uk-form input[type="number"]::-webkit-inner-spin-button,
.uk-form input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/*
 * Define consistent border, margin, and padding.
 */
.uk-form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE 8/9/10/11.
 * 2. Improve readability and alignment in all browsers.
 */
.uk-form textarea {
  /* 1 */
  overflow: auto;
  /* 2 */
  vertical-align: top;
}
/*
 * Removes placeholder transparency in Firefox.
 */
.uk-form ::-moz-placeholder {
  opacity: 1;
}
/*
 * Removes `box-shadow` for invalid controls in Firefox.
 */
.uk-form :invalid {
  box-shadow: none;
}
/*
 * Vertical alignment
 */
.uk-form input:not([type="radio"]):not([type="checkbox"]),
.uk-form select {
  vertical-align: middle;
}
/* Style
 ========================================================================== */
/*
 * Remove margin from the last-child
 */
.uk-form > :last-child {
  margin-bottom: 0;
}
/*
 * Controls
 * Except for `range`, `radio`, `checkbox`, `file`, `submit`, `reset`, `button` and `image`
 * 1. Must be `height` because `min-height` is not working in OSX
 * 2. Responsiveness: Sets a maximum width relative to the parent to scale on narrower viewports
 * 3. Vertical `padding` needed for `select` elements in Firefox
 * 4. Style
 */
.uk-form select,
.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="datetime"],
.uk-form input[type="datetime-local"],
.uk-form input[type="date"],
.uk-form input[type="month"],
.uk-form input[type="time"],
.uk-form input[type="week"],
.uk-form input[type="number"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="color"] {
  /* 1 */
  height: 30px;
  /* 2 */
  max-width: 100%;
  /* 3 */
  padding: 4px 6px;
  /* 4 */
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #444444;
  -webkit-transition: all 0.2s linear;
  -webkit-transition-property: border, background, color, box-shadow, padding;
  transition: all 0.2s linear;
  transition-property: border, background, color, box-shadow, padding;
}
.uk-form select:focus,
.uk-form textarea:focus,
.uk-form input:not([type]):focus,
.uk-form input[type="text"]:focus,
.uk-form input[type="password"]:focus,
.uk-form input[type="datetime"]:focus,
.uk-form input[type="datetime-local"]:focus,
.uk-form input[type="date"]:focus,
.uk-form input[type="month"]:focus,
.uk-form input[type="time"]:focus,
.uk-form input[type="week"]:focus,
.uk-form input[type="number"]:focus,
.uk-form input[type="email"]:focus,
.uk-form input[type="url"]:focus,
.uk-form input[type="search"]:focus,
.uk-form input[type="tel"]:focus,
.uk-form input[type="color"]:focus {
  border-color: #99baca;
  outline: 0;
  background: #f5fbfe;
  color: #444444;
}
.uk-form select:disabled,
.uk-form textarea:disabled,
.uk-form input:not([type]):disabled,
.uk-form input[type="text"]:disabled,
.uk-form input[type="password"]:disabled,
.uk-form input[type="datetime"]:disabled,
.uk-form input[type="datetime-local"]:disabled,
.uk-form input[type="date"]:disabled,
.uk-form input[type="month"]:disabled,
.uk-form input[type="time"]:disabled,
.uk-form input[type="week"]:disabled,
.uk-form input[type="number"]:disabled,
.uk-form input[type="email"]:disabled,
.uk-form input[type="url"]:disabled,
.uk-form input[type="search"]:disabled,
.uk-form input[type="tel"]:disabled,
.uk-form input[type="color"]:disabled {
  border-color: #dddddd;
  background-color: #f5f5f5;
  color: #999999;
}
/*
 * Placeholder
 */
.uk-form :-ms-input-placeholder {
  color: #999999 !important;
}
.uk-form ::-moz-placeholder {
  color: #999999;
}
.uk-form ::-webkit-input-placeholder {
  color: #999999;
}
.uk-form :disabled:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-form :disabled::-moz-placeholder {
  color: #999999;
}
.uk-form :disabled::-webkit-input-placeholder {
  color: #999999;
}
/*
 * Legend
 * 1. Behave like block element
 * 2. Correct `color` not being inherited in IE 8/9/10/11.
 * 3. Remove padding
 * 4. `margin-bottom` is not working in Safari and Opera.
 *    Using `padding` and :after instead to create the border
 * 5. Style
 */
.uk-form legend {
  /* 1 */
  width: 100%;
  /* 2 */
  border: 0;
  /* 3 */
  padding: 0;
  /* 4 */
  padding-bottom: 15px;
  /* 5 */
  font-size: 18px;
  line-height: 30px;
}
/*
 * 1. Fixes IE9
 */
.uk-form legend:after {
  content: "";
  display: block;
  border-bottom: 1px solid #dddddd;
  /* 1 */
  width: 100%;
}
/* Size modifiers
 * Higher specificity needed to override defaults
 ========================================================================== */
select.uk-form-small,
textarea.uk-form-small,
input[type].uk-form-small,
input:not([type]).uk-form-small {
  height: 25px;
  padding: 3px 3px;
  font-size: 12px;
}
select.uk-form-large,
textarea.uk-form-large,
input[type].uk-form-large,
input:not([type]).uk-form-large {
  height: 40px;
  padding: 8px 6px;
  font-size: 16px;
}
/* Reset height
 * Must be after size modifiers
 ========================================================================== */
.uk-form textarea,
.uk-form select[multiple],
.uk-form select[size] {
  height: auto;
}
/* Validation states
 * Using !important to keep the selector simple
 ========================================================================== */
/*
 * Error state
 */
.uk-form-danger {
  border-color: #dc8d99 !important;
  background: #fff7f8 !important;
  color: #d85030 !important;
}
/*
 * Success state
 */
.uk-form-success {
  border-color: #8ec73b !important;
  background: #fafff2 !important;
  color: #659f13 !important;
}
/* Style modifiers
 * Using !important to keep the selector simple
 ========================================================================== */
/*
 * Blank form
 */
.uk-form-blank {
  border-color: transparent !important;
  border-style: dashed !important;
  background: none !important;
}
.uk-form-blank:focus {
  border-color: #dddddd !important;
}
/* Size sub-modifiers
 ========================================================================== */
/*
 * Fixed widths
 * Different widths for mini sized `input` and `select` elements
 */
input.uk-form-width-mini {
  width: 40px;
}
select.uk-form-width-mini {
  width: 65px;
}
.uk-form-width-small {
  width: 130px;
}
.uk-form-width-medium {
  width: 200px;
}
.uk-form-width-large {
  width: 500px;
}
/* Sub-objects: `uk-form-row`
 * Groups labels and controls in rows
 ========================================================================== */
/*
 * Micro clearfix
 * Needed for `uk-form-horizontal` modifier
 */
.uk-form-row:before,
.uk-form-row:after {
  content: "";
  display: table;
}
.uk-form-row:after {
  clear: both;
}
/*
 * Vertical gutter
 */
.uk-form-row + .uk-form-row {
  margin-top: 15px;
}
/* Help text
 * Sub-object: `uk-form-help-inline`, `uk-form-help-block`
 ========================================================================== */
.uk-form-help-inline {
  display: inline-block;
  margin: 0 0 0 10px;
}
.uk-form-help-block {
  margin: 5px 0 0 0;
}
/* Controls content
 * Sub-object: `uk-form-controls`, `uk-form-controls-condensed`
 ========================================================================== */
/*
 * Remove margins
 */
.uk-form-controls > :first-child {
  margin-top: 0;
}
.uk-form-controls > :last-child {
  margin-bottom: 0;
}
/*
 * Group controls and text into blocks with a small spacing between blocks
 */
.uk-form-controls-condensed {
  margin: 5px 0;
}
/* Modifier: `uk-form-stacked`
 * Requires sub-object: `uk-form-label`
 ========================================================================== */
.uk-form-stacked .uk-form-label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
/* Modifier: `uk-form-horizontal`
 * Requires sub-objects: `uk-form-label`, `uk-form-controls`
 ========================================================================== */
/* Tablet portrait and smaller */
@media (max-width: 959px) {
  /* Behave like `uk-form-stacked` */
  .uk-form-horizontal .uk-form-label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-form-horizontal .uk-form-label {
    width: 200px;
    margin-top: 5px;
    float: left;
  }
  .uk-form-horizontal .uk-form-controls {
    margin-left: 215px;
  }
  /* Better vertical alignment if controls are checkboxes and radio buttons with text */
  .uk-form-horizontal .uk-form-controls-text {
    padding-top: 5px;
  }
}
/* Sub-object: `uk-form-icon`
 ========================================================================== */
/*
 * 1. Container width fits its content
 * 2. Create position context
 * 3. Prevent `inline-block` consequences
 */
.uk-form-icon {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
}
/*
 * 1. Make form element clickable through icon
 */
.uk-form-icon > [class*='uk-icon-'] {
  position: absolute;
  top: 50%;
  width: 30px;
  margin-top: -7px;
  font-size: 14px;
  color: #999999;
  text-align: center;
  /* 1 */
  pointer-events: none;
}
.uk-form-icon:not(.uk-form-icon-flip) > input {
  padding-left: 30px !important;
}
/*
 * Sub-modifier: `uk-form-icon-flip`
 */
.uk-form-icon-flip > [class*='uk-icon-'] {
  right: 0;
}
.uk-form-icon-flip > input {
  padding-right: 30px !important;
}
/* ========================================================================
   Component: Button
 ========================================================================== */
/*
 * Removes inner padding and border in Firefox 4+.
 */
.uk-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Correct inability to style clickable `input` types in iOS.
 * 2. Remove margins in Chrome, Safari and Opera.
 * 3. Remove borders for `button`.
 * 4. Address `overflow` set to `hidden` in IE 8/9/10/11.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Address inconsistent `text-transform` inheritance which is only inherit in Firefox and IE
 * 7. Style
 * 8. `line-height` is used to create a height
 * 9. `min-height` is necessary for `input` elements in Firefox and Opera because `line-height` is not working.
 * 10. Reset button group whitespace hack
 * 11. Required for `a`.
 */
.uk-button {
  /* 1 */
  -webkit-appearance: none;
  /* 2 */
  margin: 0;
  /* 3 */
  border: none;
  /* 4 */
  overflow: visible;
  /* 5 */
  font: inherit;
  color: #444444;
  /* 6 */
  text-transform: none;
  /* 7 */
  display: inline-block;
  box-sizing: border-box;
  padding: 0 12px;
  background: #eeeeee;
  vertical-align: middle;
  /* 8 */
  line-height: 30px;
  /* 9 */
  min-height: 30px;
  /* 10 */
  font-size: 1rem;
  /* 11 */
  text-decoration: none;
  text-align: center;
}
.uk-button:not(:disabled) {
  cursor: pointer;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 * 3. Required for `a` elements
 */
.uk-button:hover,
.uk-button:focus {
  background-color: #f5f5f5;
  color: #444444;
  /* 2 */
  outline: none;
  /* 3 */
  text-decoration: none;
}
/* Active */
.uk-button:active,
.uk-button.uk-active {
  background-color: #dddddd;
  color: #444444;
}
/* Color modifiers
 ========================================================================== */
/*
 * Modifier: `uk-button-primary`
 */
.uk-button-primary {
  background-color: #00a8e6;
  color: #ffffff;
}
/* Hover */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #35b3ee;
  color: #ffffff;
}
/* Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  background-color: #0091ca;
  color: #ffffff;
}
/*
 * Modifier: `uk-button-success`
 */
.uk-button-success {
  background-color: #8cc14c;
  color: #ffffff;
}
/* Hover */
.uk-button-success:hover,
.uk-button-success:focus {
  background-color: #8ec73b;
  color: #ffffff;
}
/* Active */
.uk-button-success:active,
.uk-button-success.uk-active {
  background-color: #72ae41;
  color: #ffffff;
}
/*
 * Modifier: `uk-button-danger`
 */
.uk-button-danger {
  background-color: #da314b;
  color: #ffffff;
}
/* Hover */
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: #e4354f;
  color: #ffffff;
}
/* Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #c91032;
  color: #ffffff;
}
/* Disabled state
 * Overrides also the color modifiers
 ========================================================================== */
/* Equal for all button types */
.uk-button:disabled {
  background-color: #f5f5f5;
  color: #999999;
}
/* Modifier: `uk-button-link`
 ========================================================================== */
/* Reset */
.uk-button-link,
.uk-button-link:hover,
.uk-button-link:focus,
.uk-button-link:active,
.uk-button-link.uk-active,
.uk-button-link:disabled {
  border-color: transparent;
  background: none;
}
/* Color */
.uk-button-link {
  color: #0077dd;
}
.uk-button-link:hover,
.uk-button-link:focus,
.uk-button-link:active,
.uk-button-link.uk-active {
  color: #005599;
  text-decoration: underline;
}
.uk-button-link:disabled {
  color: #999999;
}
/* Focus */
.uk-button-link:focus {
  outline: 1px dotted;
}
/* Size modifiers
 ========================================================================== */
.uk-button-mini {
  min-height: 20px;
  padding: 0 6px;
  line-height: 20px;
  font-size: 11px;
}
.uk-button-small {
  min-height: 25px;
  padding: 0 10px;
  line-height: 25px;
  font-size: 12px;
}
.uk-button-large {
  min-height: 40px;
  padding: 0 15px;
  line-height: 40px;
  font-size: 16px;
}
/* Sub-object `uk-button-group`
 ========================================================================== */
/*
 * 1. Behave like buttons
 * 2. Create position context for dropdowns
 * 3. Remove whitespace between child elements when using `inline-block`
 * 4. Prevent buttons from wrapping
 * 5. Remove whitespace between child elements when using `inline-block`
 */
.uk-button-group {
  /* 1 */
  display: inline-block;
  vertical-align: middle;
  /* 2 */
  position: relative;
  /* 3 */
  font-size: 0.001px;
  /* 4 */
  white-space: nowrap;
}
.uk-button-group > * {
  display: inline-block;
}
/* 5 */
.uk-button-group .uk-button {
  vertical-align: top;
}
/* Sub-object: `uk-button-dropdown`
 ========================================================================== */
/*
 * 1. Behave like buttons
 * 2. Create position context for dropdowns
 */
.uk-button-dropdown {
  /* 1 */
  display: inline-block;
  vertical-align: middle;
  /* 2 */
  position: relative;
}
/* ========================================================================
   Component: Icon
 ========================================================================== */
@font-face {
  font-family: 'FontAwesome';
  src: url(/Components/Gll/_Shared/Views/fonts/fontawesome-webfont.woff2) format('woff2'), url(/Components/Gll/_Shared/Views/fonts/fontawesome-webfont.woff) format("woff"), url(/Components/Gll/_Shared/Views/fonts/fontawesome-webfont.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*
 * 1. Allow margin
 * 2. Prevent inherit font style
 * 4. Correct line-height
 * 5. Better font rendering
 * 6. Remove `text-decoration` for anchors
 */
[class*='uk-icon-'] {
  font-family: FontAwesome;
  /* 1 */
  display: inline-block;
  /* 2 */
  font-weight: normal;
  font-style: normal;
  /* 4 */
  line-height: 1;
  /* 5 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* 6 */
[class*='uk-icon-'],
[class*='uk-icon-']:hover,
[class*='uk-icon-']:focus {
  text-decoration: none;
}
/* Size modifiers
 ========================================================================== */
.uk-icon-small {
  font-size: 150%;
  vertical-align: -10%;
}
.uk-icon-medium {
  font-size: 200%;
  vertical-align: -16%;
}
.uk-icon-large {
  font-size: 250%;
  vertical-align: -22%;
}
/* Modifier: `uk-icon-justify`
 ========================================================================== */
.uk-icon-justify {
  width: 1em;
  text-align: center;
}
/* Modifier: `uk-icon-spin`
 ========================================================================== */
.uk-icon-spin {
  display: inline-block;
  -webkit-animation: uk-rotate 2s infinite linear;
  animation: uk-rotate 2s infinite linear;
}
/* Modifier: `uk-icon-hover`
 ========================================================================== */
.uk-icon-hover {
  color: #999999;
}
/*
 * Hover
 */
.uk-icon-hover:hover {
  color: #444444;
}
/* Modifier: `uk-icon-button`
 ========================================================================== */
.uk-icon-button {
  box-sizing: border-box;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: #eeeeee;
  line-height: 35px;
  color: #444444;
  font-size: 18px;
  text-align: center;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: #f5f5f5;
  color: #444444;
  /* 2 */
  outline: none;
}
/* Active */
.uk-icon-button:active {
  background-color: #dddddd;
  color: #444444;
}
/* Icon mapping
 ========================================================================== */
.uk-icon-glass:before {
  content: "\f000";
}
.uk-icon-music:before {
  content: "\f001";
}
.uk-icon-search:before {
  content: "\f002";
}
.uk-icon-envelope-o:before {
  content: "\f003";
}
.uk-icon-heart:before {
  content: "\f004";
}
.uk-icon-star:before {
  content: "\f005";
}
.uk-icon-star-o:before {
  content: "\f006";
}
.uk-icon-user:before {
  content: "\f007";
}
.uk-icon-film:before {
  content: "\f008";
}
.uk-icon-th-large:before {
  content: "\f009";
}
.uk-icon-th:before {
  content: "\f00a";
}
.uk-icon-th-list:before {
  content: "\f00b";
}
.uk-icon-check:before {
  content: "\f00c";
}
.uk-icon-remove:before,
.uk-icon-close:before,
.uk-icon-times:before {
  content: "\f00d";
}
.uk-icon-search-plus:before {
  content: "\f00e";
}
.uk-icon-search-minus:before {
  content: "\f010";
}
.uk-icon-power-off:before {
  content: "\f011";
}
.uk-icon-signal:before {
  content: "\f012";
}
.uk-icon-gear:before,
.uk-icon-cog:before {
  content: "\f013";
}
.uk-icon-trash-o:before {
  content: "\f014";
}
.uk-icon-home:before {
  content: "\f015";
}
.uk-icon-file-o:before {
  content: "\f016";
}
.uk-icon-clock-o:before {
  content: "\f017";
}
.uk-icon-road:before {
  content: "\f018";
}
.uk-icon-download:before {
  content: "\f019";
}
.uk-icon-arrow-circle-o-down:before {
  content: "\f01a";
}
.uk-icon-arrow-circle-o-up:before {
  content: "\f01b";
}
.uk-icon-inbox:before {
  content: "\f01c";
}
.uk-icon-play-circle-o:before {
  content: "\f01d";
}
.uk-icon-rotate-right:before,
.uk-icon-repeat:before {
  content: "\f01e";
}
.uk-icon-refresh:before {
  content: "\f021";
}
.uk-icon-list-alt:before {
  content: "\f022";
}
.uk-icon-lock:before {
  content: "\f023";
}
.uk-icon-flag:before {
  content: "\f024";
}
.uk-icon-headphones:before {
  content: "\f025";
}
.uk-icon-volume-off:before {
  content: "\f026";
}
.uk-icon-volume-down:before {
  content: "\f027";
}
.uk-icon-volume-up:before {
  content: "\f028";
}
.uk-icon-qrcode:before {
  content: "\f029";
}
.uk-icon-barcode:before {
  content: "\f02a";
}
.uk-icon-tag:before {
  content: "\f02b";
}
.uk-icon-tags:before {
  content: "\f02c";
}
.uk-icon-book:before {
  content: "\f02d";
}
.uk-icon-bookmark:before {
  content: "\f02e";
}
.uk-icon-print:before {
  content: "\f02f";
}
.uk-icon-camera:before {
  content: "\f030";
}
.uk-icon-font:before {
  content: "\f031";
}
.uk-icon-bold:before {
  content: "\f032";
}
.uk-icon-italic:before {
  content: "\f033";
}
.uk-icon-text-height:before {
  content: "\f034";
}
.uk-icon-text-width:before {
  content: "\f035";
}
.uk-icon-align-left:before {
  content: "\f036";
}
.uk-icon-align-center:before {
  content: "\f037";
}
.uk-icon-align-right:before {
  content: "\f038";
}
.uk-icon-align-justify:before {
  content: "\f039";
}
.uk-icon-list:before {
  content: "\f03a";
}
.uk-icon-dedent:before,
.uk-icon-outdent:before {
  content: "\f03b";
}
.uk-icon-indent:before {
  content: "\f03c";
}
.uk-icon-video-camera:before {
  content: "\f03d";
}
.uk-icon-photo:before,
.uk-icon-image:before,
.uk-icon-picture-o:before {
  content: "\f03e";
}
.uk-icon-pencil:before {
  content: "\f040";
}
.uk-icon-map-marker:before {
  content: "\f041";
}
.uk-icon-adjust:before {
  content: "\f042";
}
.uk-icon-tint:before {
  content: "\f043";
}
.uk-icon-edit:before,
.uk-icon-pencil-square-o:before {
  content: "\f044";
}
.uk-icon-share-square-o:before {
  content: "\f045";
}
.uk-icon-check-square-o:before {
  content: "\f046";
}
.uk-icon-arrows:before {
  content: "\f047";
}
.uk-icon-step-backward:before {
  content: "\f048";
}
.uk-icon-fast-backward:before {
  content: "\f049";
}
.uk-icon-backward:before {
  content: "\f04a";
}
.uk-icon-play:before {
  content: "\f04b";
}
.uk-icon-pause:before {
  content: "\f04c";
}
.uk-icon-stop:before {
  content: "\f04d";
}
.uk-icon-forward:before {
  content: "\f04e";
}
.uk-icon-fast-forward:before {
  content: "\f050";
}
.uk-icon-step-forward:before {
  content: "\f051";
}
.uk-icon-eject:before {
  content: "\f052";
}
.uk-icon-chevron-left:before {
  content: "\f053";
}
.uk-icon-chevron-right:before {
  content: "\f054";
}
.uk-icon-plus-circle:before {
  content: "\f055";
}
.uk-icon-minus-circle:before {
  content: "\f056";
}
.uk-icon-times-circle:before {
  content: "\f057";
}
.uk-icon-check-circle:before {
  content: "\f058";
}
.uk-icon-question-circle:before {
  content: "\f059";
}
.uk-icon-info-circle:before {
  content: "\f05a";
}
.uk-icon-crosshairs:before {
  content: "\f05b";
}
.uk-icon-times-circle-o:before {
  content: "\f05c";
}
.uk-icon-check-circle-o:before {
  content: "\f05d";
}
.uk-icon-ban:before {
  content: "\f05e";
}
.uk-icon-arrow-left:before {
  content: "\f060";
}
.uk-icon-arrow-right:before {
  content: "\f061";
}
.uk-icon-arrow-up:before {
  content: "\f062";
}
.uk-icon-arrow-down:before {
  content: "\f063";
}
.uk-icon-mail-forward:before,
.uk-icon-share:before {
  content: "\f064";
}
.uk-icon-expand:before {
  content: "\f065";
}
.uk-icon-compress:before {
  content: "\f066";
}
.uk-icon-plus:before {
  content: "\f067";
}
.uk-icon-minus:before {
  content: "\f068";
}
.uk-icon-asterisk:before {
  content: "\f069";
}
.uk-icon-exclamation-circle:before {
  content: "\f06a";
}
.uk-icon-gift:before {
  content: "\f06b";
}
.uk-icon-leaf:before {
  content: "\f06c";
}
.uk-icon-fire:before {
  content: "\f06d";
}
.uk-icon-eye:before {
  content: "\f06e";
}
.uk-icon-eye-slash:before {
  content: "\f070";
}
.uk-icon-warning:before,
.uk-icon-exclamation-triangle:before {
  content: "\f071";
}
.uk-icon-plane:before {
  content: "\f072";
}
.uk-icon-calendar:before {
  content: "\f073";
}
.uk-icon-random:before {
  content: "\f074";
}
.uk-icon-comment:before {
  content: "\f075";
}
.uk-icon-magnet:before {
  content: "\f076";
}
.uk-icon-chevron-up:before {
  content: "\f077";
}
.uk-icon-chevron-down:before {
  content: "\f078";
}
.uk-icon-retweet:before {
  content: "\f079";
}
.uk-icon-shopping-cart:before {
  content: "\f07a";
}
.uk-icon-folder:before {
  content: "\f07b";
}
.uk-icon-folder-open:before {
  content: "\f07c";
}
.uk-icon-arrows-v:before {
  content: "\f07d";
}
.uk-icon-arrows-h:before {
  content: "\f07e";
}
.uk-icon-bar-chart-o:before,
.uk-icon-bar-chart:before {
  content: "\f080";
}
.uk-icon-twitter-square:before {
  content: "\f081";
}
.uk-icon-facebook-square:before {
  content: "\f082";
}
.uk-icon-camera-retro:before {
  content: "\f083";
}
.uk-icon-key:before {
  content: "\f084";
}
.uk-icon-gears:before,
.uk-icon-cogs:before {
  content: "\f085";
}
.uk-icon-comments:before {
  content: "\f086";
}
.uk-icon-thumbs-o-up:before {
  content: "\f087";
}
.uk-icon-thumbs-o-down:before {
  content: "\f088";
}
.uk-icon-star-half:before {
  content: "\f089";
}
.uk-icon-heart-o:before {
  content: "\f08a";
}
.uk-icon-sign-out:before {
  content: "\f08b";
}
.uk-icon-linkedin-square:before {
  content: "\f08c";
}
.uk-icon-thumb-tack:before {
  content: "\f08d";
}
.uk-icon-external-link:before {
  content: "\f08e";
}
.uk-icon-sign-in:before {
  content: "\f090";
}
.uk-icon-trophy:before {
  content: "\f091";
}
.uk-icon-github-square:before {
  content: "\f092";
}
.uk-icon-upload:before {
  content: "\f093";
}
.uk-icon-lemon-o:before {
  content: "\f094";
}
.uk-icon-phone:before {
  content: "\f095";
}
.uk-icon-square-o:before {
  content: "\f096";
}
.uk-icon-bookmark-o:before {
  content: "\f097";
}
.uk-icon-phone-square:before {
  content: "\f098";
}
.uk-icon-twitter:before {
  content: "\f099";
}
.uk-icon-facebook-f:before,
.uk-icon-facebook:before {
  content: "\f09a";
}
.uk-icon-github:before {
  content: "\f09b";
}
.uk-icon-unlock:before {
  content: "\f09c";
}
.uk-icon-credit-card:before {
  content: "\f09d";
}
.uk-icon-rss:before {
  content: "\f09e";
}
.uk-icon-hdd-o:before {
  content: "\f0a0";
}
.uk-icon-bullhorn:before {
  content: "\f0a1";
}
.uk-icon-bell:before {
  content: "\f0f3";
}
.uk-icon-certificate:before {
  content: "\f0a3";
}
.uk-icon-hand-o-right:before {
  content: "\f0a4";
}
.uk-icon-hand-o-left:before {
  content: "\f0a5";
}
.uk-icon-hand-o-up:before {
  content: "\f0a6";
}
.uk-icon-hand-o-down:before {
  content: "\f0a7";
}
.uk-icon-arrow-circle-left:before {
  content: "\f0a8";
}
.uk-icon-arrow-circle-right:before {
  content: "\f0a9";
}
.uk-icon-arrow-circle-up:before {
  content: "\f0aa";
}
.uk-icon-arrow-circle-down:before {
  content: "\f0ab";
}
.uk-icon-globe:before {
  content: "\f0ac";
}
.uk-icon-wrench:before {
  content: "\f0ad";
}
.uk-icon-tasks:before {
  content: "\f0ae";
}
.uk-icon-filter:before {
  content: "\f0b0";
}
.uk-icon-briefcase:before {
  content: "\f0b1";
}
.uk-icon-arrows-alt:before {
  content: "\f0b2";
}
.uk-icon-group:before,
.uk-icon-users:before {
  content: "\f0c0";
}
.uk-icon-chain:before,
.uk-icon-link:before {
  content: "\f0c1";
}
.uk-icon-cloud:before {
  content: "\f0c2";
}
.uk-icon-flask:before {
  content: "\f0c3";
}
.uk-icon-cut:before,
.uk-icon-scissors:before {
  content: "\f0c4";
}
.uk-icon-copy:before,
.uk-icon-files-o:before {
  content: "\f0c5";
}
.uk-icon-paperclip:before {
  content: "\f0c6";
}
.uk-icon-save:before,
.uk-icon-floppy-o:before {
  content: "\f0c7";
}
.uk-icon-square:before {
  content: "\f0c8";
}
.uk-icon-navicon:before,
.uk-icon-reorder:before,
.uk-icon-bars:before {
  content: "\f0c9";
}
.uk-icon-list-ul:before {
  content: "\f0ca";
}
.uk-icon-list-ol:before {
  content: "\f0cb";
}
.uk-icon-strikethrough:before {
  content: "\f0cc";
}
.uk-icon-underline:before {
  content: "\f0cd";
}
.uk-icon-table:before {
  content: "\f0ce";
}
.uk-icon-magic:before {
  content: "\f0d0";
}
.uk-icon-truck:before {
  content: "\f0d1";
}
.uk-icon-pinterest:before {
  content: "\f0d2";
}
.uk-icon-pinterest-square:before {
  content: "\f0d3";
}
.uk-icon-google-plus-square:before {
  content: "\f0d4";
}
.uk-icon-google-plus:before {
  content: "\f0d5";
}
.uk-icon-money:before {
  content: "\f0d6";
}
.uk-icon-caret-down:before {
  content: "\f0d7";
}
.uk-icon-caret-up:before {
  content: "\f0d8";
}
.uk-icon-caret-left:before {
  content: "\f0d9";
}
.uk-icon-caret-right:before {
  content: "\f0da";
}
.uk-icon-columns:before {
  content: "\f0db";
}
.uk-icon-unsorted:before,
.uk-icon-sort:before {
  content: "\f0dc";
}
.uk-icon-sort-down:before,
.uk-icon-sort-desc:before {
  content: "\f0dd";
}
.uk-icon-sort-up:before,
.uk-icon-sort-asc:before {
  content: "\f0de";
}
.uk-icon-envelope:before {
  content: "\f0e0";
}
.uk-icon-linkedin:before {
  content: "\f0e1";
}
.uk-icon-rotate-left:before,
.uk-icon-undo:before {
  content: "\f0e2";
}
.uk-icon-legal:before,
.uk-icon-gavel:before {
  content: "\f0e3";
}
.uk-icon-dashboard:before,
.uk-icon-tachometer:before {
  content: "\f0e4";
}
.uk-icon-comment-o:before {
  content: "\f0e5";
}
.uk-icon-comments-o:before {
  content: "\f0e6";
}
.uk-icon-flash:before,
.uk-icon-bolt:before {
  content: "\f0e7";
}
.uk-icon-sitemap:before {
  content: "\f0e8";
}
.uk-icon-umbrella:before {
  content: "\f0e9";
}
.uk-icon-paste:before,
.uk-icon-clipboard:before {
  content: "\f0ea";
}
.uk-icon-lightbulb-o:before {
  content: "\f0eb";
}
.uk-icon-exchange:before {
  content: "\f0ec";
}
.uk-icon-cloud-download:before {
  content: "\f0ed";
}
.uk-icon-cloud-upload:before {
  content: "\f0ee";
}
.uk-icon-user-md:before {
  content: "\f0f0";
}
.uk-icon-stethoscope:before {
  content: "\f0f1";
}
.uk-icon-suitcase:before {
  content: "\f0f2";
}
.uk-icon-bell-o:before {
  content: "\f0a2";
}
.uk-icon-coffee:before {
  content: "\f0f4";
}
.uk-icon-cutlery:before {
  content: "\f0f5";
}
.uk-icon-file-text-o:before {
  content: "\f0f6";
}
.uk-icon-building-o:before {
  content: "\f0f7";
}
.uk-icon-hospital-o:before {
  content: "\f0f8";
}
.uk-icon-ambulance:before {
  content: "\f0f9";
}
.uk-icon-medkit:before {
  content: "\f0fa";
}
.uk-icon-fighter-jet:before {
  content: "\f0fb";
}
.uk-icon-beer:before {
  content: "\f0fc";
}
.uk-icon-h-square:before {
  content: "\f0fd";
}
.uk-icon-plus-square:before {
  content: "\f0fe";
}
.uk-icon-angle-double-left:before {
  content: "\f100";
}
.uk-icon-angle-double-right:before {
  content: "\f101";
}
.uk-icon-angle-double-up:before {
  content: "\f102";
}
.uk-icon-angle-double-down:before {
  content: "\f103";
}
.uk-icon-angle-left:before {
  content: "\f104";
}
.uk-icon-angle-right:before {
  content: "\f105";
}
.uk-icon-angle-up:before {
  content: "\f106";
}
.uk-icon-angle-down:before {
  content: "\f107";
}
.uk-icon-desktop:before {
  content: "\f108";
}
.uk-icon-laptop:before {
  content: "\f109";
}
.uk-icon-tablet:before {
  content: "\f10a";
}
.uk-icon-mobile-phone:before,
.uk-icon-mobile:before {
  content: "\f10b";
}
.uk-icon-circle-o:before {
  content: "\f10c";
}
.uk-icon-quote-left:before {
  content: "\f10d";
}
.uk-icon-quote-right:before {
  content: "\f10e";
}
.uk-icon-spinner:before {
  content: "\f110";
}
.uk-icon-circle:before {
  content: "\f111";
}
.uk-icon-mail-reply:before,
.uk-icon-reply:before {
  content: "\f112";
}
.uk-icon-github-alt:before {
  content: "\f113";
}
.uk-icon-folder-o:before {
  content: "\f114";
}
.uk-icon-folder-open-o:before {
  content: "\f115";
}
.uk-icon-smile-o:before {
  content: "\f118";
}
.uk-icon-frown-o:before {
  content: "\f119";
}
.uk-icon-meh-o:before {
  content: "\f11a";
}
.uk-icon-gamepad:before {
  content: "\f11b";
}
.uk-icon-keyboard-o:before {
  content: "\f11c";
}
.uk-icon-flag-o:before {
  content: "\f11d";
}
.uk-icon-flag-checkered:before {
  content: "\f11e";
}
.uk-icon-terminal:before {
  content: "\f120";
}
.uk-icon-code:before {
  content: "\f121";
}
.uk-icon-mail-reply-all:before,
.uk-icon-reply-all:before {
  content: "\f122";
}
.uk-icon-star-half-empty:before,
.uk-icon-star-half-full:before,
.uk-icon-star-half-o:before {
  content: "\f123";
}
.uk-icon-location-arrow:before {
  content: "\f124";
}
.uk-icon-crop:before {
  content: "\f125";
}
.uk-icon-code-fork:before {
  content: "\f126";
}
.uk-icon-unlink:before,
.uk-icon-chain-broken:before {
  content: "\f127";
}
.uk-icon-question:before {
  content: "\f128";
}
.uk-icon-info:before {
  content: "\f129";
}
.uk-icon-exclamation:before {
  content: "\f12a";
}
.uk-icon-superscript:before {
  content: "\f12b";
}
.uk-icon-subscript:before {
  content: "\f12c";
}
.uk-icon-eraser:before {
  content: "\f12d";
}
.uk-icon-puzzle-piece:before {
  content: "\f12e";
}
.uk-icon-microphone:before {
  content: "\f130";
}
.uk-icon-microphone-slash:before {
  content: "\f131";
}
.uk-icon-shield:before {
  content: "\f132";
}
.uk-icon-calendar-o:before {
  content: "\f133";
}
.uk-icon-fire-extinguisher:before {
  content: "\f134";
}
.uk-icon-rocket:before {
  content: "\f135";
}
.uk-icon-maxcdn:before {
  content: "\f136";
}
.uk-icon-chevron-circle-left:before {
  content: "\f137";
}
.uk-icon-chevron-circle-right:before {
  content: "\f138";
}
.uk-icon-chevron-circle-up:before {
  content: "\f139";
}
.uk-icon-chevron-circle-down:before {
  content: "\f13a";
}
.uk-icon-html5:before {
  content: "\f13b";
}
.uk-icon-css3:before {
  content: "\f13c";
}
.uk-icon-anchor:before {
  content: "\f13d";
}
.uk-icon-unlock-alt:before {
  content: "\f13e";
}
.uk-icon-bullseye:before {
  content: "\f140";
}
.uk-icon-ellipsis-h:before {
  content: "\f141";
}
.uk-icon-ellipsis-v:before {
  content: "\f142";
}
.uk-icon-rss-square:before {
  content: "\f143";
}
.uk-icon-play-circle:before {
  content: "\f144";
}
.uk-icon-ticket:before {
  content: "\f145";
}
.uk-icon-minus-square:before {
  content: "\f146";
}
.uk-icon-minus-square-o:before {
  content: "\f147";
}
.uk-icon-level-up:before {
  content: "\f148";
}
.uk-icon-level-down:before {
  content: "\f149";
}
.uk-icon-check-square:before {
  content: "\f14a";
}
.uk-icon-pencil-square:before {
  content: "\f14b";
}
.uk-icon-external-link-square:before {
  content: "\f14c";
}
.uk-icon-share-square:before {
  content: "\f14d";
}
.uk-icon-compass:before {
  content: "\f14e";
}
.uk-icon-toggle-down:before,
.uk-icon-caret-square-o-down:before {
  content: "\f150";
}
.uk-icon-toggle-up:before,
.uk-icon-caret-square-o-up:before {
  content: "\f151";
}
.uk-icon-toggle-right:before,
.uk-icon-caret-square-o-right:before {
  content: "\f152";
}
.uk-icon-euro:before,
.uk-icon-eur:before {
  content: "\f153";
}
.uk-icon-gbp:before {
  content: "\f154";
}
.uk-icon-dollar:before,
.uk-icon-usd:before {
  content: "\f155";
}
.uk-icon-rupee:before,
.uk-icon-inr:before {
  content: "\f156";
}
.uk-icon-cny:before,
.uk-icon-rmb:before,
.uk-icon-yen:before,
.uk-icon-jpy:before {
  content: "\f157";
}
.uk-icon-ruble:before,
.uk-icon-rouble:before,
.uk-icon-rub:before {
  content: "\f158";
}
.uk-icon-won:before,
.uk-icon-krw:before {
  content: "\f159";
}
.uk-icon-bitcoin:before,
.uk-icon-btc:before {
  content: "\f15a";
}
.uk-icon-file:before {
  content: "\f15b";
}
.uk-icon-file-text:before {
  content: "\f15c";
}
.uk-icon-sort-alpha-asc:before {
  content: "\f15d";
}
.uk-icon-sort-alpha-desc:before {
  content: "\f15e";
}
.uk-icon-sort-amount-asc:before {
  content: "\f160";
}
.uk-icon-sort-amount-desc:before {
  content: "\f161";
}
.uk-icon-sort-numeric-asc:before {
  content: "\f162";
}
.uk-icon-sort-numeric-desc:before {
  content: "\f163";
}
.uk-icon-thumbs-up:before {
  content: "\f164";
}
.uk-icon-thumbs-down:before {
  content: "\f165";
}
.uk-icon-youtube-square:before {
  content: "\f166";
}
.uk-icon-youtube:before {
  content: "\f167";
}
.uk-icon-xing:before {
  content: "\f168";
}
.uk-icon-xing-square:before {
  content: "\f169";
}
.uk-icon-youtube-play:before {
  content: "\f16a";
}
.uk-icon-dropbox:before {
  content: "\f16b";
}
.uk-icon-stack-overflow:before {
  content: "\f16c";
}
.uk-icon-instagram:before {
  content: "\f16d";
}
.uk-icon-flickr:before {
  content: "\f16e";
}
.uk-icon-adn:before {
  content: "\f170";
}
.uk-icon-bitbucket:before {
  content: "\f171";
}
.uk-icon-bitbucket-square:before {
  content: "\f172";
}
.uk-icon-tumblr:before {
  content: "\f173";
}
.uk-icon-tumblr-square:before {
  content: "\f174";
}
.uk-icon-long-arrow-down:before {
  content: "\f175";
}
.uk-icon-long-arrow-up:before {
  content: "\f176";
}
.uk-icon-long-arrow-left:before {
  content: "\f177";
}
.uk-icon-long-arrow-right:before {
  content: "\f178";
}
.uk-icon-apple:before {
  content: "\f179";
}
.uk-icon-windows:before {
  content: "\f17a";
}
.uk-icon-android:before {
  content: "\f17b";
}
.uk-icon-linux:before {
  content: "\f17c";
}
.uk-icon-dribbble:before {
  content: "\f17d";
}
.uk-icon-skype:before {
  content: "\f17e";
}
.uk-icon-foursquare:before {
  content: "\f180";
}
.uk-icon-trello:before {
  content: "\f181";
}
.uk-icon-female:before {
  content: "\f182";
}
.uk-icon-male:before {
  content: "\f183";
}
.uk-icon-gittip:before,
.uk-icon-gratipay:before {
  content: "\f184";
}
.uk-icon-sun-o:before {
  content: "\f185";
}
.uk-icon-moon-o:before {
  content: "\f186";
}
.uk-icon-archive:before {
  content: "\f187";
}
.uk-icon-bug:before {
  content: "\f188";
}
.uk-icon-vk:before {
  content: "\f189";
}
.uk-icon-weibo:before {
  content: "\f18a";
}
.uk-icon-renren:before {
  content: "\f18b";
}
.uk-icon-pagelines:before {
  content: "\f18c";
}
.uk-icon-stack-exchange:before {
  content: "\f18d";
}
.uk-icon-arrow-circle-o-right:before {
  content: "\f18e";
}
.uk-icon-arrow-circle-o-left:before {
  content: "\f190";
}
.uk-icon-toggle-left:before,
.uk-icon-caret-square-o-left:before {
  content: "\f191";
}
.uk-icon-dot-circle-o:before {
  content: "\f192";
}
.uk-icon-wheelchair:before {
  content: "\f193";
}
.uk-icon-vimeo-square:before {
  content: "\f194";
}
.uk-icon-turkish-lira:before,
.uk-icon-try:before {
  content: "\f195";
}
.uk-icon-plus-square-o:before {
  content: "\f196";
}
.uk-icon-space-shuttle:before {
  content: "\f197";
}
.uk-icon-slack:before {
  content: "\f198";
}
.uk-icon-envelope-square:before {
  content: "\f199";
}
.uk-icon-wordpress:before {
  content: "\f19a";
}
.uk-icon-openid:before {
  content: "\f19b";
}
.uk-icon-institution:before,
.uk-icon-bank:before,
.uk-icon-university:before {
  content: "\f19c";
}
.uk-icon-mortar-board:before,
.uk-icon-graduation-cap:before {
  content: "\f19d";
}
.uk-icon-yahoo:before {
  content: "\f19e";
}
.uk-icon-google:before {
  content: "\f1a0";
}
.uk-icon-reddit:before {
  content: "\f1a1";
}
.uk-icon-reddit-square:before {
  content: "\f1a2";
}
.uk-icon-stumbleupon-circle:before {
  content: "\f1a3";
}
.uk-icon-stumbleupon:before {
  content: "\f1a4";
}
.uk-icon-delicious:before {
  content: "\f1a5";
}
.uk-icon-digg:before {
  content: "\f1a6";
}
.uk-icon-pied-piper:before {
  content: "\f1a7";
}
.uk-icon-pied-piper-alt:before {
  content: "\f1a8";
}
.uk-icon-drupal:before {
  content: "\f1a9";
}
.uk-icon-joomla:before {
  content: "\f1aa";
}
.uk-icon-language:before {
  content: "\f1ab";
}
.uk-icon-fax:before {
  content: "\f1ac";
}
.uk-icon-building:before {
  content: "\f1ad";
}
.uk-icon-child:before {
  content: "\f1ae";
}
.uk-icon-paw:before {
  content: "\f1b0";
}
.uk-icon-spoon:before {
  content: "\f1b1";
}
.uk-icon-cube:before {
  content: "\f1b2";
}
.uk-icon-cubes:before {
  content: "\f1b3";
}
.uk-icon-behance:before {
  content: "\f1b4";
}
.uk-icon-behance-square:before {
  content: "\f1b5";
}
.uk-icon-steam:before {
  content: "\f1b6";
}
.uk-icon-steam-square:before {
  content: "\f1b7";
}
.uk-icon-recycle:before {
  content: "\f1b8";
}
.uk-icon-automobile:before,
.uk-icon-car:before {
  content: "\f1b9";
}
.uk-icon-cab:before,
.uk-icon-taxi:before {
  content: "\f1ba";
}
.uk-icon-tree:before {
  content: "\f1bb";
}
.uk-icon-spotify:before {
  content: "\f1bc";
}
.uk-icon-deviantart:before {
  content: "\f1bd";
}
.uk-icon-soundcloud:before {
  content: "\f1be";
}
.uk-icon-database:before {
  content: "\f1c0";
}
.uk-icon-file-pdf-o:before {
  content: "\f1c1";
}
.uk-icon-file-word-o:before {
  content: "\f1c2";
}
.uk-icon-file-excel-o:before {
  content: "\f1c3";
}
.uk-icon-file-powerpoint-o:before {
  content: "\f1c4";
}
.uk-icon-file-photo-o:before,
.uk-icon-file-picture-o:before,
.uk-icon-file-image-o:before {
  content: "\f1c5";
}
.uk-icon-file-zip-o:before,
.uk-icon-file-archive-o:before {
  content: "\f1c6";
}
.uk-icon-file-sound-o:before,
.uk-icon-file-audio-o:before {
  content: "\f1c7";
}
.uk-icon-file-movie-o:before,
.uk-icon-file-video-o:before {
  content: "\f1c8";
}
.uk-icon-file-code-o:before {
  content: "\f1c9";
}
.uk-icon-vine:before {
  content: "\f1ca";
}
.uk-icon-codepen:before {
  content: "\f1cb";
}
.uk-icon-jsfiddle:before {
  content: "\f1cc";
}
.uk-icon-life-bouy:before,
.uk-icon-life-buoy:before,
.uk-icon-life-saver:before,
.uk-icon-support:before,
.uk-icon-life-ring:before {
  content: "\f1cd";
}
.uk-icon-circle-o-notch:before {
  content: "\f1ce";
}
.uk-icon-ra:before,
.uk-icon-rebel:before {
  content: "\f1d0";
}
.uk-icon-ge:before,
.uk-icon-empire:before {
  content: "\f1d1";
}
.uk-icon-git-square:before {
  content: "\f1d2";
}
.uk-icon-git:before {
  content: "\f1d3";
}
.uk-icon-hacker-news:before {
  content: "\f1d4";
}
.uk-icon-tencent-weibo:before {
  content: "\f1d5";
}
.uk-icon-qq:before {
  content: "\f1d6";
}
.uk-icon-wechat:before,
.uk-icon-weixin:before {
  content: "\f1d7";
}
.uk-icon-send:before,
.uk-icon-paper-plane:before {
  content: "\f1d8";
}
.uk-icon-send-o:before,
.uk-icon-paper-plane-o:before {
  content: "\f1d9";
}
.uk-icon-history:before {
  content: "\f1da";
}
.uk-icon-genderless:before,
.uk-icon-circle-thin:before {
  content: "\f1db";
}
.uk-icon-header:before {
  content: "\f1dc";
}
.uk-icon-paragraph:before {
  content: "\f1dd";
}
.uk-icon-sliders:before {
  content: "\f1de";
}
.uk-icon-share-alt:before {
  content: "\f1e0";
}
.uk-icon-share-alt-square:before {
  content: "\f1e1";
}
.uk-icon-bomb:before {
  content: "\f1e2";
}
.uk-icon-soccer-ball-o:before,
.uk-icon-futbol-o:before {
  content: "\f1e3";
}
.uk-icon-tty:before {
  content: "\f1e4";
}
.uk-icon-binoculars:before {
  content: "\f1e5";
}
.uk-icon-plug:before {
  content: "\f1e6";
}
.uk-icon-slideshare:before {
  content: "\f1e7";
}
.uk-icon-twitch:before {
  content: "\f1e8";
}
.uk-icon-yelp:before {
  content: "\f1e9";
}
.uk-icon-newspaper-o:before {
  content: "\f1ea";
}
.uk-icon-wifi:before {
  content: "\f1eb";
}
.uk-icon-calculator:before {
  content: "\f1ec";
}
.uk-icon-paypal:before {
  content: "\f1ed";
}
.uk-icon-google-wallet:before {
  content: "\f1ee";
}
.uk-icon-cc-visa:before {
  content: "\f1f0";
}
.uk-icon-cc-mastercard:before {
  content: "\f1f1";
}
.uk-icon-cc-discover:before {
  content: "\f1f2";
}
.uk-icon-cc-amex:before {
  content: "\f1f3";
}
.uk-icon-cc-paypal:before {
  content: "\f1f4";
}
.uk-icon-cc-stripe:before {
  content: "\f1f5";
}
.uk-icon-bell-slash:before {
  content: "\f1f6";
}
.uk-icon-bell-slash-o:before {
  content: "\f1f7";
}
.uk-icon-trash:before {
  content: "\f1f8";
}
.uk-icon-copyright:before {
  content: "\f1f9";
}
.uk-icon-at:before {
  content: "\f1fa";
}
.uk-icon-eyedropper:before {
  content: "\f1fb";
}
.uk-icon-paint-brush:before {
  content: "\f1fc";
}
.uk-icon-birthday-cake:before {
  content: "\f1fd";
}
.uk-icon-area-chart:before {
  content: "\f1fe";
}
.uk-icon-pie-chart:before {
  content: "\f200";
}
.uk-icon-line-chart:before {
  content: "\f201";
}
.uk-icon-lastfm:before {
  content: "\f202";
}
.uk-icon-lastfm-square:before {
  content: "\f203";
}
.uk-icon-toggle-off:before {
  content: "\f204";
}
.uk-icon-toggle-on:before {
  content: "\f205";
}
.uk-icon-bicycle:before {
  content: "\f206";
}
.uk-icon-bus:before {
  content: "\f207";
}
.uk-icon-ioxhost:before {
  content: "\f208";
}
.uk-icon-angellist:before {
  content: "\f209";
}
.uk-icon-cc:before {
  content: "\f20a";
}
.uk-icon-shekel:before,
.uk-icon-sheqel:before,
.uk-icon-ils:before {
  content: "\f20b";
}
.uk-icon-meanpath:before {
  content: "\f20c";
}
.uk-icon-buysellads:before {
  content: "\f20d";
}
.uk-icon-connectdevelop:before {
  content: "\f20e";
}
.uk-icon-dashcube:before {
  content: "\f210";
}
.uk-icon-forumbee:before {
  content: "\f211";
}
.uk-icon-leanpub:before {
  content: "\f212";
}
.uk-icon-sellsy:before {
  content: "\f213";
}
.uk-icon-shirtsinbulk:before {
  content: "\f214";
}
.uk-icon-simplybuilt:before {
  content: "\f215";
}
.uk-icon-skyatlas:before {
  content: "\f216";
}
.uk-icon-cart-plus:before {
  content: "\f217";
}
.uk-icon-cart-arrow-down:before {
  content: "\f218";
}
.uk-icon-diamond:before {
  content: "\f219";
}
.uk-icon-ship:before {
  content: "\f21a";
}
.uk-icon-user-secret:before {
  content: "\f21b";
}
.uk-icon-motorcycle:before {
  content: "\f21c";
}
.uk-icon-street-view:before {
  content: "\f21d";
}
.uk-icon-heartbeat:before {
  content: "\f21e";
}
.uk-icon-venus:before {
  content: "\f221";
}
.uk-icon-mars:before {
  content: "\f222";
}
.uk-icon-mercury:before {
  content: "\f223";
}
.uk-icon-transgender:before {
  content: "\f224";
}
.uk-icon-transgender-alt:before {
  content: "\f225";
}
.uk-icon-venus-double:before {
  content: "\f226";
}
.uk-icon-mars-double:before {
  content: "\f227";
}
.uk-icon-venus-mars:before {
  content: "\f228";
}
.uk-icon-mars-stroke:before {
  content: "\f229";
}
.uk-icon-mars-stroke-v:before {
  content: "\f22a";
}
.uk-icon-mars-stroke-h:before {
  content: "\f22b";
}
.uk-icon-neuter:before {
  content: "\f22c";
}
.uk-icon-facebook-official:before {
  content: "\f230";
}
.uk-icon-pinterest-p:before {
  content: "\f231";
}
.uk-icon-whatsapp:before {
  content: "\f232";
}
.uk-icon-server:before {
  content: "\f233";
}
.uk-icon-user-plus:before {
  content: "\f234";
}
.uk-icon-user-times:before {
  content: "\f235";
}
.uk-icon-hotel:before,
.uk-icon-bed:before {
  content: "\f236";
}
.uk-icon-viacoin:before {
  content: "\f237";
}
.uk-icon-train:before {
  content: "\f238";
}
.uk-icon-subway:before {
  content: "\f239";
}
.uk-icon-medium-logo:before {
  content: "\f23a";
}
.uk-icon-500px:before {
  content: "\f26e";
}
.uk-icon-amazon:before {
  content: "\f270";
}
.uk-icon-balance-scale:before {
  content: "\f24e";
}
.uk-icon-battery-empty:before,
.uk-icon-battery-0:before {
  content: "\f244";
}
.uk-icon-battery-quarter:before,
.uk-icon-battery-1:before {
  content: "\f243";
}
.uk-icon-battery-half:before,
.uk-icon-battery-2:before {
  content: "\f242";
}
.uk-icon-battery-three-quarters:before,
.uk-icon-battery-3:before {
  content: "\f241";
}
.uk-icon-battery-full:before,
.uk-icon-battery-4:before {
  content: "\f240";
}
.uk-icon-black-tie:before {
  content: "\f27e";
}
.uk-icon-calendar-check-o:before {
  content: "\f274";
}
.uk-icon-calendar-minus-o:before {
  content: "\f272";
}
.uk-icon-calendar-plus-o:before {
  content: "\f271";
}
.uk-icon-calendar-times-o:before {
  content: "\f273";
}
.uk-icon-cc-diners-club:before {
  content: "\f24c";
}
.uk-icon-cc-jcb:before {
  content: "\f24b";
}
.uk-icon-chrome:before {
  content: "\f268";
}
.uk-icon-clone:before {
  content: "\f24d";
}
.uk-icon-commenting:before {
  content: "\f27a";
}
.uk-icon-commenting-o:before {
  content: "\f27b";
}
.uk-icon-contao:before {
  content: "\f26d";
}
.uk-icon-creative-commons:before {
  content: "\f25e";
}
.uk-icon-expeditedssl:before {
  content: "\f23e";
}
.uk-icon-firefox:before {
  content: "\f269";
}
.uk-icon-fonticons:before {
  content: "\f280";
}
.uk-icon-get-pocket:before {
  content: "\f265";
}
.uk-icon-gg:before {
  content: "\f260";
}
.uk-icon-gg-circle:before {
  content: "\f261";
}
.uk-icon-hand-lizard-o:before {
  content: "\f258";
}
.uk-icon-hand-stop-o:before,
.uk-icon-hand-paper-o:before {
  content: "\f256";
}
.uk-icon-hand-peace-o:before {
  content: "\f25b";
}
.uk-icon-hand-pointer-o:before {
  content: "\f25a";
}
.uk-icon-hand-grab-o:before,
.uk-icon-hand-rock-o:before {
  content: "\f255";
}
.uk-icon-hand-scissors-o:before {
  content: "\f257";
}
.uk-icon-hand-spock-o:before {
  content: "\f259";
}
.uk-icon-hourglass:before {
  content: "\f254";
}
.uk-icon-hourglass-o:before {
  content: "\f250";
}
.uk-icon-hourglass-1:before,
.uk-icon-hourglass-start:before {
  content: "\f251";
}
.uk-icon-hourglass-2:before,
.uk-icon-hourglass-half:before {
  content: "\f252";
}
.uk-icon-hourglass-3:before,
.uk-icon-hourglass-end:before {
  content: "\f253";
}
.uk-icon-houzz:before {
  content: "\f27c";
}
.uk-icon-i-cursor:before {
  content: "\f246";
}
.uk-icon-industry:before {
  content: "\f275";
}
.uk-icon-internet-explorer:before {
  content: "\f26b";
}
.uk-icon-map:before {
  content: "\f279";
}
.uk-icon-map-o:before {
  content: "\f278";
}
.uk-icon-map-pin:before {
  content: "\f276";
}
.uk-icon-map-signs:before {
  content: "\f277";
}
.uk-icon-mouse-pointer:before {
  content: "\f245";
}
.uk-icon-object-group:before {
  content: "\f247";
}
.uk-icon-object-ungroup:before {
  content: "\f248";
}
.uk-icon-odnoklassniki:before {
  content: "\f263";
}
.uk-icon-odnoklassniki-square:before {
  content: "\f264";
}
.uk-icon-opencart:before {
  content: "\f23d";
}
.uk-icon-opera:before {
  content: "\f26a";
}
.uk-icon-optin-monster:before {
  content: "\f23c";
}
.uk-icon-registered:before {
  content: "\f25d";
}
.uk-icon-safari:before {
  content: "\f267";
}
.uk-icon-sticky-note:before {
  content: "\f249";
}
.uk-icon-sticky-note-o:before {
  content: "\f24a";
}
.uk-icon-tv:before,
.uk-icon-television:before {
  content: "\f26c";
}
.uk-icon-trademark:before {
  content: "\f25c";
}
.uk-icon-tripadvisor:before {
  content: "\f262";
}
.uk-icon-vimeo:before {
  content: "\f27d";
}
.uk-icon-wikipedia-w:before {
  content: "\f266";
}
.uk-icon-yc:before,
.uk-icon-y-combinator:before {
  content: "\f23b";
}
.uk-icon-yc-square:before,
.uk-icon-y-combinator-square:before {
  content: "\f1d4";
}
.uk-icon-bluetooth:before {
  content: "\f293";
}
.uk-icon-bluetooth-b:before {
  content: "\f294";
}
.uk-icon-codiepie:before {
  content: "\f284";
}
.uk-icon-credit-card-alt:before {
  content: "\f283";
}
.uk-icon-edge:before {
  content: "\f282";
}
.uk-icon-fort-awesome:before {
  content: "\f286";
}
.uk-icon-hashtag:before {
  content: "\f292";
}
.uk-icon-mixcloud:before {
  content: "\f289";
}
.uk-icon-modx:before {
  content: "\f285";
}
.uk-icon-pause-circle:before {
  content: "\f28b";
}
.uk-icon-pause-circle-o:before {
  content: "\f28c";
}
.uk-icon-percent:before {
  content: "\f295";
}
.uk-icon-product-hunt:before {
  content: "\f288";
}
.uk-icon-reddit-alien:before {
  content: "\f281";
}
.uk-icon-scribd:before {
  content: "\f28a";
}
.uk-icon-shopping-bag:before {
  content: "\f290";
}
.uk-icon-shopping-basket:before {
  content: "\f291";
}
.uk-icon-stop-circle:before {
  content: "\f28d";
}
.uk-icon-stop-circle-o:before {
  content: "\f28e";
}
.uk-icon-usb:before {
  content: "\f287";
}
.uk-icon-american-sign-language-interpreting:before,
.uk-icon-asl-interpreting:before {
  content: "\f2a3";
}
.uk-icon-assistive-listening-systems:before {
  content: "\f2a2";
}
.uk-icon-audio-description:before {
  content: "\f29e";
}
.uk-icon-blind:before {
  content: "\f29d";
}
.uk-icon-braille:before {
  content: "\f2a1";
}
.uk-icon-deaf:before {
  content: "\f2a4";
}
.uk-icon-deafness:before {
  content: "\f2a4";
}
.uk-icon-envira:before {
  content: "\f299";
}
.uk-icon-gitlab:before {
  content: "\f296";
}
.uk-icon-glide:before {
  content: "\f2a5";
}
.uk-icon-glide-g:before {
  content: "\f2a6";
}
.uk-icon-hard-of-hearing:before {
  content: "\f2a4";
}
.uk-icon-low-vision:before {
  content: "\f2a8";
}
.uk-icon-question-circle-o:before {
  content: "\f29c";
}
.uk-icon-sign-language:before,
.uk-icon-signing:before {
  content: "\f2a7";
}
.uk-icon-snapchat:before {
  content: "\f2ab";
}
.uk-icon-snapchat-ghost:before {
  content: "\f2ac";
}
.uk-icon-snapchat-square:before {
  content: "\f2ad";
}
.uk-icon-universal-access:before {
  content: "\f29a";
}
.uk-icon-viadeo:before {
  content: "\f2a9";
}
.uk-icon-viadeo-square:before {
  content: "\f2aa";
}
.uk-icon-volume-control-phone:before {
  content: "\f2a0";
}
.uk-icon-wheelchair-alt:before {
  content: "\f29b";
}
.uk-icon-wpbeginner:before {
  content: "\f297";
}
.uk-icon-wpforms:before {
  content: "\f298";
}
/* ========================================================================
   Component: Close
 ========================================================================== */
/*
 * Removes inner padding and border in Firefox 4+.
 */
.uk-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Correct inability to style clickable `input` types in iOS.
 * 2. Remove margins in Chrome, Safari and Opera.
 * 3. Remove borders for `button`.
 * 4. Address `overflow` set to `hidden` in IE 8/9/10/11.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Address inconsistent `text-transform` inheritance which is only inherit in Firefox and IE
 * 7. Remove default `button` padding and background color
 * 8. Style
 */
.uk-close {
  /* 1 */
  -webkit-appearance: none;
  /* 2 */
  margin: 0;
  /* 3 */
  border: none;
  /* 4 */
  overflow: visible;
  /* 5 */
  font: inherit;
  color: inherit;
  /* 6 */
  text-transform: none;
  /* 7. */
  padding: 0;
  background: transparent;
  /* 8 */
  display: inline-block;
  box-sizing: content-box;
  width: 20px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  opacity: 0.3;
}
/* Icon */
.uk-close:after {
  display: block;
  content: "\f00d";
  font-family: FontAwesome;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 * 3. Required for `a` elements
 */
.uk-close:hover,
.uk-close:focus {
  opacity: 0.5;
  /* 2 */
  outline: none;
  /* 3 */
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
/* Modifier
 ========================================================================== */
.uk-close-alt {
  padding: 2px;
  border-radius: 50%;
  background: #eeeeee;
  opacity: 1;
}
/* Hover */
.uk-close-alt:hover,
.uk-close-alt:focus {
  opacity: 1;
}
/* Icon */
.uk-close-alt:after {
  opacity: 0.5;
}
.uk-close-alt:hover:after,
.uk-close-alt:focus:after {
  opacity: 0.8;
}
/* ========================================================================
   Component: Badge
 ========================================================================== */
.uk-badge {
  display: inline-block;
  padding: 0 5px;
  background: #00a8e6;
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  text-transform: none;
}
/*
 * Keep color when badge is a link
 */
a.uk-badge:hover {
  color: #ffffff;
}
/* Modifier: `uk-badge-notification`;
 ========================================================================== */
.uk-badge-notification {
  box-sizing: border-box;
  min-width: 18px;
  border-radius: 500px;
  font-size: 12px;
  line-height: 18px;
}
/* Color modifier
 ========================================================================== */
/*
 * Modifier: `uk-badge-success`
 */
.uk-badge-success {
  background-color: #8cc14c;
}
/*
 * Modifier: `uk-badge-warning`
 */
.uk-badge-warning {
  background-color: #faa732;
}
/*
 * Modifier: `uk-badge-danger`
 */
.uk-badge-danger {
  background-color: #da314b;
}
/* ========================================================================
   Component: Alert
 ========================================================================== */
.uk-alert {
  margin-bottom: 15px;
  padding: 10px;
  background: #ebf7fd;
  color: #2d7091;
}
/*
 * Add margin if adjacent element
 */
* + .uk-alert {
  margin-top: 15px;
}
/*
 * Remove margin from the last-child
 */
.uk-alert > :last-child {
  margin-bottom: 0;
}
/*
 * Keep color for headings if the default heading color is changed
 */
.uk-alert h1,
.uk-alert h2,
.uk-alert h3,
.uk-alert h4,
.uk-alert h5,
.uk-alert h6 {
  color: inherit;
}
/* Close in alert
 ========================================================================== */
.uk-alert > .uk-close:first-child {
  float: right;
}
/*
 * Remove margin from adjacent element
 */
.uk-alert > .uk-close:first-child + * {
  margin-top: 0;
}
/* Modifier: `uk-alert-success`
 ========================================================================== */
.uk-alert-success {
  background: #f2fae3;
  color: #659f13;
}
/* Modifier: `uk-alert-warning`
 ========================================================================== */
.uk-alert-warning {
  background: #fffceb;
  color: #e28327;
}
/* Modifier: `uk-alert-danger`
 ========================================================================== */
.uk-alert-danger {
  background: #fff1f0;
  color: #d85030;
}
/* Modifier: `uk-alert-large`
 ========================================================================== */
.uk-alert-large {
  padding: 20px;
}
.uk-alert-large > .uk-close:first-child {
  margin: -10px -10px 0 0;
}
/* ========================================================================
   Component: Thumbnail
 ========================================================================== */
/*
 * 1. Container width fits its content
 * 2. Responsive behavior
 * 3. Corrects `max-width` behavior sed
 * 4. Required for `figure` element
 * 5. Style
 */
.uk-thumbnail {
  /* 1 */
  display: inline-block;
  /* 2 */
  max-width: 100%;
  /* 3 */
  box-sizing: border-box;
  /* 3 */
  margin: 0;
  /* 4 */
  padding: 4px;
  border: 1px solid #dddddd;
  background: #ffffff;
}
/*
 * Hover state for `a` elements
 * 1. Apply hover style also to focus state
 * 2. Needed for caption
 * 3. Remove default focus style
 */
a.uk-thumbnail:hover,
a.uk-thumbnail:focus {
  border-color: #aaaaaa;
  background-color: #ffffff;
  /* 2 */
  text-decoration: none;
  /* 3 */
  outline: none;
}
/* Caption
 ========================================================================== */
.uk-thumbnail-caption {
  padding-top: 4px;
  text-align: center;
  color: #444444;
}
/* Sizes
 ========================================================================== */
.uk-thumbnail-mini {
  width: 150px;
}
.uk-thumbnail-small {
  width: 200px;
}
.uk-thumbnail-medium {
  width: 300px;
}
.uk-thumbnail-large {
  width: 400px;
}
.uk-thumbnail-expand,
.uk-thumbnail-expand > img {
  width: 100%;
}
/* ========================================================================
   Component: Overlay
 ========================================================================== */
/*
 * 1. Container width fits its content
 * 2. Create position context
 * 3. Set max-width for responsive images to prevent `inline-block` consequences
 * 4. Remove the gap between the container and its child element
 * 5. Needed for transitions and to fixed wrong scaling calculation for images in Chrome
 * 6. Fixed `overflow: hidden` to be ignored with border-radius and CSS transforms in Webkit
 * 7. Reset margin
 */
.uk-overlay {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle;
  /* 5 */
  overflow: hidden;
  /* 6 */
  -webkit-transform: translateZ(0);
  /* 7 */
  margin: 0;
}
/* 6 for Safari */
.uk-overlay.uk-border-circle {
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
/*
 * Remove margin from content
 */
.uk-overlay > :first-child {
  margin-bottom: 0;
}
/* Sub-object `uk-overlay-panel`
 ========================================================================== */
/*
 * 1. Position cover
 * 2. Style
 */
.uk-overlay-panel {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* 2 */
  padding: 20px;
  color: #ffffff;
}
/*
 * Remove margin from the last-child
 */
.uk-overlay-panel > :last-child,
.uk-overlay-panel.uk-flex > * > :last-child {
  margin-bottom: 0;
}
/*
 * Keep color for headings if the default heading color is changed
 */
.uk-overlay-panel h1,
.uk-overlay-panel h2,
.uk-overlay-panel h3,
.uk-overlay-panel h4,
.uk-overlay-panel h5,
.uk-overlay-panel h6 {
  color: inherit;
}
.uk-overlay-panel a:not([class]) {
  color: inherit;
  text-decoration: underline;
}
.uk-overlay-panel a[class*='uk-icon-']:not(.uk-icon-button) {
  color: inherit;
}
/* Sub-object `uk-overlay-hover` and `uk-overlay-active`
 ========================================================================== */
.uk-overlay-hover:not(:hover):not(.uk-hover) .uk-overlay-panel:not(.uk-ignore) {
  opacity: 0;
}
.uk-overlay-active :not(.uk-active) > .uk-overlay-panel:not(.uk-ignore) {
  opacity: 0;
}
/* Modifier `uk-overlay-background`
 ========================================================================== */
.uk-overlay-background {
  background: rgba(0, 0, 0, 0.5);
}
/* Modifier `uk-overlay-image`
 ========================================================================== */
/*
 * Reset panel
 */
.uk-overlay-image {
  padding: 0;
}
/* Position modifiers
 ========================================================================== */
.uk-overlay-top {
  bottom: auto;
}
.uk-overlay-bottom {
  top: auto;
}
.uk-overlay-left {
  right: auto;
}
.uk-overlay-right {
  left: auto;
}
/* Sub-object `uk-overlay-icon`
 ========================================================================== */
.uk-overlay-icon:before {
  content: "\f002";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  font-size: 50px;
  line-height: 1;
  font-family: FontAwesome;
  text-align: center;
  color: #ffffff;
}
/* Transitions
 ========================================================================== */
.uk-overlay-fade,
.uk-overlay-scale,
.uk-overlay-spin,
.uk-overlay-grayscale,
.uk-overlay-blur,
[class*='uk-overlay-slide'] {
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition-property: opacity, transform, filter;
}
.uk-overlay-active .uk-overlay-fade,
.uk-overlay-active .uk-overlay-scale,
.uk-overlay-active .uk-overlay-spin,
.uk-overlay-active [class*='uk-overlay-slide'] {
  transition-duration: 0.8s;
}
/*
 * Fade
 */
.uk-overlay-fade {
  opacity: 0.7;
}
.uk-overlay-hover:hover .uk-overlay-fade,
.uk-overlay-hover.uk-hover .uk-overlay-fade,
.uk-overlay-active .uk-active > .uk-overlay-fade {
  opacity: 1;
}
/*
 * Scale
 */
.uk-overlay-scale {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.uk-overlay-hover:hover .uk-overlay-scale,
.uk-overlay-hover.uk-hover .uk-overlay-scale,
.uk-overlay-active .uk-active > .uk-overlay-scale {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/*
 * Spin
 */
.uk-overlay-spin {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.uk-overlay-hover:hover .uk-overlay-spin,
.uk-overlay-hover.uk-hover .uk-overlay-spin,
.uk-overlay-active .uk-active > .uk-overlay-spin {
  -webkit-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}
/*
 * Grayscale
 */
.uk-overlay-grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.uk-overlay-hover:hover .uk-overlay-grayscale,
.uk-overlay-hover.uk-hover .uk-overlay-grayscale,
.uk-overlay-active .uk-active > .uk-overlay-grayscale {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
/*
 * Slide
 */
[class*='uk-overlay-slide'] {
  opacity: 0;
}
/* Top */
.uk-overlay-slide-top {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* Bottom */
.uk-overlay-slide-bottom {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
/* Left */
.uk-overlay-slide-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
/* Right */
.uk-overlay-slide-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
/* Hover */
.uk-overlay-hover:hover [class*='uk-overlay-slide'],
.uk-overlay-hover.uk-hover [class*='uk-overlay-slide'],
.uk-overlay-active .uk-active > [class*='uk-overlay-slide'] {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}
/* DEPRECATED
 * Sub-object `uk-overlay-area`
 ========================================================================== */
/*
 * 1. Set position
 * 2. Set style
 * 3. Fade-in transition
 */
.uk-overlay-area {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* 2 */
  background: rgba(0, 0, 0, 0.3);
  /* 3 */
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transform: translate3d(0, 0, 0);
}
/*
 * Hover
 * 1. `uk-hover` to support touch devices
 * 2. Use optional `uk-overlay-toggle` to trigger the overlay earlier
 */
.uk-overlay:hover .uk-overlay-area,
.uk-overlay.uk-hover .uk-overlay-area,
.uk-overlay-toggle:hover .uk-overlay-area,
.uk-overlay-toggle.uk-hover .uk-overlay-area {
  opacity: 1;
}
/*
 * Icon
 */
.uk-overlay-area:empty:before {
  content: "\f002";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  font-size: 50px;
  line-height: 1;
  font-family: FontAwesome;
  text-align: center;
  color: #ffffff;
}
/* DEPRECATED
 * Sub-object `uk-overlay-area-content`
 ========================================================================== */
/*
 * Remove whitespace between child elements when using `inline-block`
 * Needed for Firefox
 */
.uk-overlay-area:not(:empty) {
  font-size: 0.001px;
}
/*
 * 1. Needed for vertical alignment
 */
.uk-overlay-area:not(:empty):before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/*
 * 1. Set vertical alignment
 * 2. Reset whitespace hack
 * 3. Set horizontal alignment
 * 4. Set style
 */
.uk-overlay-area-content {
  /* 1 */
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  vertical-align: middle;
  /* 2 */
  font-size: 1rem;
  /* 3 */
  text-align: center;
  /* 4 */
  padding: 0 15px;
  color: #ffffff;
}
/*
 * Remove margin from the last-child
 */
.uk-overlay-area-content > :last-child {
  margin-bottom: 0;
}
/*
 * Links in overlay area
 */
.uk-overlay-area-content a:not([class]),
.uk-overlay-area-content a:not([class]):hover {
  color: inherit;
}
/* DEPRECATED
 * Sub-object `uk-overlay-caption`
 ========================================================================== */
/*
 * 1. Set position
 * 2. Set style
 * 3. Fade-in transition
 */
.uk-overlay-caption {
  /* 1 */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* 2 */
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  /* 3 */
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transform: translate3d(0, 0, 0);
}
/*
 * Hover
 * 1. `uk-hover` to support touch devices
 * 2. Use optional `uk-overlay-toggle` to trigger the overlay earlier
 */
.uk-overlay:hover .uk-overlay-caption,
.uk-overlay.uk-hover .uk-overlay-caption,
.uk-overlay-toggle:hover .uk-overlay-caption,
.uk-overlay-toggle.uk-hover .uk-overlay-caption {
  opacity: 1;
}
/* ========================================================================
   Component: Column
 ========================================================================== */
[class*='uk-column-'] {
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
}
/* Width modifiers
 ========================================================================== */
.uk-column-1-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.uk-column-1-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.uk-column-1-4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
.uk-column-1-5 {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
}
.uk-column-1-6 {
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;
}
/* Phone landscape and bigger */
@media (min-width: 480px) {
  .uk-column-small-1-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .uk-column-small-1-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .uk-column-small-1-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .uk-column-small-1-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
  .uk-column-small-1-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-column-medium-1-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .uk-column-medium-1-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .uk-column-medium-1-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .uk-column-medium-1-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
  .uk-column-medium-1-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-column-large-1-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .uk-column-large-1-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .uk-column-large-1-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .uk-column-large-1-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
  .uk-column-large-1-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-column-xlarge-1-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .uk-column-xlarge-1-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .uk-column-xlarge-1-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .uk-column-xlarge-1-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
  .uk-column-xlarge-1-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
}
/* ========================================================================
   Component: Animation
 ========================================================================== */
[class*='uk-animation-'] {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* Hide animated element if scrollspy is used */
@media screen {
  [data-uk-scrollspy*='uk-animation-']:not([data-uk-scrollspy*='target']) {
    opacity: 0;
  }
}
/*
 * Fade
 * Higher specificity (!important) needed because of reverse modifier
 */
.uk-animation-fade {
  -webkit-animation-name: uk-fade;
  animation-name: uk-fade;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}
/*
 * Fade with scale
 */
.uk-animation-scale-up {
  -webkit-animation-name: uk-fade-scale-02;
  animation-name: uk-fade-scale-02;
}
.uk-animation-scale-down {
  -webkit-animation-name: uk-fade-scale-18;
  animation-name: uk-fade-scale-18;
}
/*
 * Fade with slide
 */
.uk-animation-slide-top {
  -webkit-animation-name: uk-fade-top;
  animation-name: uk-fade-top;
}
.uk-animation-slide-bottom {
  -webkit-animation-name: uk-fade-bottom;
  animation-name: uk-fade-bottom;
}
.uk-animation-slide-left {
  -webkit-animation-name: uk-fade-left;
  animation-name: uk-fade-left;
}
.uk-animation-slide-right {
  -webkit-animation-name: uk-fade-right;
  animation-name: uk-fade-right;
}
/*
 * Scale
 */
.uk-animation-scale {
  -webkit-animation-name: uk-scale-12;
  animation-name: uk-scale-12;
}
/*
 * Shake
 */
.uk-animation-shake {
  -webkit-animation-name: uk-shake;
  animation-name: uk-shake;
}
/* Direction modifiers
 ========================================================================== */
.uk-animation-reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* Duration modifiers
========================================================================== */
.uk-animation-15 {
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
}
/* Origin modifiers
========================================================================== */
.uk-animation-top-left {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.uk-animation-top-center {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.uk-animation-top-right {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.uk-animation-middle-left {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.uk-animation-middle-right {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.uk-animation-bottom-left {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.uk-animation-bottom-center {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.uk-animation-bottom-right {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
/* Sub-object: `uk-animation-hover`
========================================================================== */
/*
 * Enable animation only on hover
 * Note: Firefox also needs this because animations are not triggered when switching between display `hidden` and `block`
 */
.uk-animation-hover:not(:hover),
.uk-animation-hover:not(:hover) [class*='uk-animation-'],
.uk-touch .uk-animation-hover:not(.uk-hover),
.uk-touch .uk-animation-hover:not(.uk-hover) [class*='uk-animation-'] {
  -webkit-animation-name: none;
  animation-name: none;
}
/* Keyframes: Fade
 * Used by dropdown, datepicker and slideshow component
 ========================================================================== */
@-webkit-keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Keyframes: Fade with slide
 ========================================================================== */
/*
 * Top
 */
@-webkit-keyframes uk-fade-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Bottom
 */
@-webkit-keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Left
 */
@-webkit-keyframes uk-fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Right
 */
@-webkit-keyframes uk-fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-fade-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* Keyframes: Fade with scale
 ========================================================================== */
/*
 * Scale by 0.2
 */
@-webkit-keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*
 * Scale by 1.5
 * Used by slideshow component
 */
@-webkit-keyframes uk-fade-scale-15 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes uk-fade-scale-15 {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*
 * Scale by 1.8
 */
@-webkit-keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* Keyframes: Slide
 * Used by slideshow component
 ========================================================================== */
/*
 * Left
 */
@-webkit-keyframes uk-slide-left {
  0% {
    -webkit-transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
/*
 * Right
 */
@-webkit-keyframes uk-slide-right {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
/*
 * Left third
 */
@-webkit-keyframes uk-slide-left-33 {
  0% {
    -webkit-transform: translateX(33%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-left-33 {
  0% {
    transform: translateX(33%);
  }
  100% {
    transform: translateX(0);
  }
}
/*
 * Right third
 */
@-webkit-keyframes uk-slide-right-33 {
  0% {
    -webkit-transform: translateX(-33%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-right-33 {
  0% {
    transform: translateX(-33%);
  }
  100% {
    transform: translateX(0);
  }
}
/* Keyframes: Scale
 ========================================================================== */
@-webkit-keyframes uk-scale-12 {
  0% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes uk-scale-12 {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/* Keyframes: Rotate
 * Used by icon component
 ========================================================================== */
@-webkit-keyframes uk-rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes uk-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Keyframes: Shake
 ========================================================================== */
@-webkit-keyframes uk-shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-9px);
  }
  20% {
    -webkit-transform: translateX(8px);
  }
  30% {
    -webkit-transform: translateX(-7px);
  }
  40% {
    -webkit-transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(4px);
  }
  70% {
    -webkit-transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
  }
  90% {
    -webkit-transform: translateX(-1px);
  }
}
@keyframes uk-shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-9px);
  }
  20% {
    transform: translateX(8px);
  }
  30% {
    transform: translateX(-7px);
  }
  40% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(4px);
  }
  70% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  90% {
    transform: translateX(-1px);
  }
}
/* Keyframes: Fade with slide fixed
 * Used by dropdown and search component
 ========================================================================== */
/*
 * Top fixed
 */
@-webkit-keyframes uk-slide-top-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-slide-top-fixed {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Bottom fixed
 */
@-webkit-keyframes uk-slide-bottom-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-slide-bottom-fixed {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ========================================================================
   Component: Dropdown
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Box-sizing is needed for `uk-dropdown-justify`
 * 4. Set width
 */
.uk-dropdown,
.uk-dropdown-blank {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  /* 4 */
  width: 200px;
}
/*
 * Dropdown style
 * 1. Reset button group whitespace hack
 */
.uk-dropdown {
  padding: 15px;
  background: #f5f5f5;
  color: #444444;
  /* 1 */
  font-size: 1rem;
  vertical-align: top;
}
/*
 * 1. Show dropdown
 * 2. Set animation
 * 3. Needed for scale animation
 */
.uk-open > .uk-dropdown,
.uk-open > .uk-dropdown-blank {
  /* 1 */
  display: block;
  /* 2 */
  -webkit-animation: uk-fade 0.2s ease-in-out;
  animation: uk-fade 0.2s ease-in-out;
  /* 3 */
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* Alignment modifiers
 ========================================================================== */
/*
 * Modifier
 */
.uk-dropdown-top {
  margin-top: -5px;
}
.uk-dropdown-bottom {
  margin-top: 5px;
}
.uk-dropdown-left {
  margin-left: -5px;
}
.uk-dropdown-right {
  margin-left: 5px;
}
/* Nav in dropdown
 ========================================================================== */
.uk-dropdown .uk-nav {
  margin: 0 -15px;
}
/* Grid and panel in dropdown
 ========================================================================== */
/*
* Vertical gutter
*/
/*
 * Grid
 * Higher specificity to override large gutter
 */
.uk-grid .uk-dropdown-grid + .uk-dropdown-grid {
  margin-top: 15px;
}
/* Panels */
.uk-dropdown-grid > [class*='uk-width-'] > .uk-panel + .uk-panel {
  margin-top: 15px;
}
/* Tablet and bigger */
@media (min-width: 768px) {
  /*
     * Horizontal gutter
     */
  .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid {
    margin-left: -15px;
    margin-right: -15px;
  }
  .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*='uk-width-'] {
    padding-left: 15px;
    padding-right: 15px;
  }
  /*
     * Column divider
     */
  .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
    border-left: 1px solid #dddddd;
  }
  /*
     * Width multiplier for dropdown columns
     */
  .uk-dropdown-width-2:not(.uk-dropdown-stack) {
    width: 400px;
  }
  .uk-dropdown-width-3:not(.uk-dropdown-stack) {
    width: 600px;
  }
  .uk-dropdown-width-4:not(.uk-dropdown-stack) {
    width: 800px;
  }
  .uk-dropdown-width-5:not(.uk-dropdown-stack) {
    width: 1000px;
  }
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
  /*
     * Stack columns and take full width
     */
  .uk-dropdown-grid > [class*='uk-width-'] {
    width: 100%;
  }
  /*
     * Vertical gutter
     */
  .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
    margin-top: 15px;
  }
}
/*
* Stack grid columns
*/
.uk-dropdown-stack > .uk-dropdown-grid > [class*='uk-width-'] {
  width: 100%;
}
.uk-dropdown-stack > .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
  margin-top: 15px;
}
/* Modifier `uk-dropdown-small`
 ========================================================================== */
/*
 * Set min-width and text expands dropdown if needed
 */
.uk-dropdown-small {
  min-width: 150px;
  width: auto;
  padding: 5px;
  white-space: nowrap;
}
/*
 * Nav in dropdown
 */
.uk-dropdown-small .uk-nav {
  margin: 0 -5px;
}
/* Modifier: `uk-dropdown-navbar`
 ========================================================================== */
.uk-dropdown-navbar {
  margin-top: 0;
  background: #f5f5f5;
  color: #444444;
}
.uk-open > .uk-dropdown-navbar {
  -webkit-animation: uk-slide-top-fixed 0.2s ease-in-out;
  animation: uk-slide-top-fixed 0.2s ease-in-out;
}
/* Modifier `uk-dropdown-scrollable`
 ========================================================================== */
/*
 * Usefull for long lists
 */
.uk-dropdown-scrollable {
  overflow-y: auto;
  max-height: 200px;
}
/* Sub-object: `uk-dropdown-overlay`
 ========================================================================== */
/* ========================================================================
   Component: Modal
 ========================================================================== */
/*
 * This is the modal overlay and modal dialog container
 * 1. Hide by default
 * 2. Set fixed position
 * 3. Allow scrolling for the modal dialog
 * 4. Mask the background page
 * 5. Fade-in transition
 * 6. Deactivate browser history navigation in IE11
 * 7. force hardware acceleration to prevent browser rendering hiccups
 */
.uk-modal {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 4 */
  background: rgba(0, 0, 0, 0.6);
  /* 5 */
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  /* 6 */
  touch-action: cross-slide-y pinch-zoom double-tap-zoom;
  /* 7 */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
/*
 * Open state
 */
.uk-modal.uk-open {
  opacity: 1;
}
/*
 * Prevents duplicated scrollbar caused by 4.
 */
.uk-modal-page,
.uk-modal-page body {
  overflow: hidden;
}
/* Sub-object: `uk-modal-dialog`
 ========================================================================== */
/*
 * 1. Create position context for caption, spinner and close button
 * 2. Set box sizing
 * 3. Set style
 * 4. Slide-in transition
 */
.uk-modal-dialog {
  /* 1 */
  position: relative;
  /* 2 */
  box-sizing: border-box;
  margin: 50px auto;
  padding: 20px;
  width: 600px;
  max-width: 100%;
  max-width: calc(100% - 20px);
  /* 3 */
  background: #ffffff;
  /* 4 */
  opacity: 0;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s linear, transform 0.3s ease-out;
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
  /*
     * Fit in small screen
     */
  .uk-modal-dialog {
    width: auto;
    margin: 10px auto;
  }
}
/*
 * Open state
 */
.uk-open .uk-modal-dialog {
  /* 4 */
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/*
 * Remove margin from the last-child
 */
.uk-modal-dialog > :not([class*='uk-modal-']):last-child {
  margin-bottom: 0;
}
/* Close in modal
 ========================================================================== */
.uk-modal-dialog > .uk-close:first-child {
  margin: -10px -10px 0 0;
  float: right;
}
/*
 * Remove margin from adjacent element
 */
.uk-modal-dialog > .uk-close:first-child + :not([class*='uk-modal-']) {
  margin-top: 0;
}
/* Modifier: `uk-modal-dialog-lightbox`
 ========================================================================== */
.uk-modal-dialog-lightbox {
  margin: 15px auto;
  padding: 0;
  max-width: 95%;
  max-width: calc(100% - 30px);
  min-height: 50px;
}
/*
 * Close button
 */
.uk-modal-dialog-lightbox > .uk-close:first-child {
  position: absolute;
  top: -12px;
  right: -12px;
  margin: 0;
  float: none;
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
  .uk-modal-dialog-lightbox > .uk-close:first-child {
    top: -7px;
    right: -7px;
  }
}
/* Modifier: `uk-modal-dialog-blank`
 ========================================================================== */
.uk-modal-dialog-blank {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
/*
* Close button
*/
.uk-modal-dialog-blank > .uk-close:first-child {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  margin: 0;
  float: none;
}
/* Modifier: `uk-modal-dialog-large`
 ========================================================================== */
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-modal-dialog-large {
    width: 930px;
  }
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-modal-dialog-large {
    width: 1130px;
  }
}
/* Sub-Object: `uk-modal-header` and `uk-modal-footer`
 ========================================================================== */
.uk-modal-header {
  margin-bottom: 15px;
}
.uk-modal-footer {
  margin-top: 15px;
}
/*
 * Remove margin from the last-child
 */
.uk-modal-header > :last-child,
.uk-modal-footer > :last-child {
  margin-bottom: 0;
}
/* Sub-Object: `uk-modal-caption`
 ========================================================================== */
.uk-modal-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin-bottom: -10px;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* Sub-Object: `uk-modal-spinner`
 ========================================================================== */
.uk-modal-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 25px;
  color: #ddd;
}
.uk-modal-spinner:after {
  content: "\f110";
  display: block;
  font-family: FontAwesome;
  -webkit-animation: uk-rotate 2s infinite linear;
  animation: uk-rotate 2s infinite linear;
}
/* ========================================================================
   Component: Off-canvas
 ========================================================================== */
/*
 * This is the offcanvas overlay and bar container
 * 1. Hide by default
 * 2. Set fixed position
 * 3. Deactivate browser touch actions in IE11
 * 4. Mask the background page
 */
.uk-offcanvas {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  /* 3 */
  touch-action: none;
  /* 4 */
  background: rgba(0, 0, 0, 0.1);
}
.uk-offcanvas.uk-active {
  display: block;
}
/* Sub-object `uk-offcanvas-page`
 ========================================================================== */
/*
 * Prepares the whole HTML page to slide-out
 * 1. Fix the main page and disallow scrolling
 * 2. Side-out transition
 */
.uk-offcanvas-page {
  /* 1 */
  position: fixed;
  /* 2 */
  -webkit-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
}
/* Sub-object `uk-offcanvas-bar`
 ========================================================================== */
/*
 * This is the offcanvas bar
 * 1. Set fixed position
 * 2. Size and style
 * 3. Allow scrolling
 * 4. Side-out transition
 * 5. Deactivate scroll chaining in IE11
 */
.uk-offcanvas-bar {
  /* 1 */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1001;
  /* 2 */
  width: 270px;
  max-width: 100%;
  background: #333333;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 4 */
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  /* 5 */
  -ms-scroll-chaining: none;
}
.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
/* Modifier `uk-offcanvas-bar-flip`
 ========================================================================== */
.uk-offcanvas-bar-flip {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
/* Panel in offcanvas
 ========================================================================== */
.uk-offcanvas .uk-panel {
  margin: 20px 15px;
  color: #777777;
}
.uk-offcanvas .uk-panel-title {
  color: #cccccc;
}
.uk-offcanvas .uk-panel a:not([class]) {
  color: #cccccc;
}
.uk-offcanvas .uk-panel a:not([class]):hover {
  color: #ffffff;
}
/* ========================================================================
   Component: Switcher
 ========================================================================== */
/*
 * 1. Deactivate browser history navigation in IE11
 */
.uk-switcher {
  margin: 0;
  padding: 0;
  list-style: none;
  /* 1 */
  touch-action: cross-slide-y pinch-zoom double-tap-zoom;
}
/*
 * Items
 */
.uk-switcher > :not(.uk-active) {
  display: none;
}
/* ========================================================================
   Component: Text
 ========================================================================== */
/* Size modifiers
 ========================================================================== */
.uk-text-small {
  font-size: 11px;
  line-height: 16px;
}
.uk-text-large {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}
/* Weight modifiers
 ========================================================================== */
.uk-text-bold {
  font-weight: bold;
}
/* Color modifiers
 ========================================================================== */
.uk-text-muted {
  color: #999999 !important;
}
.uk-text-primary {
  color: #2d7091 !important;
}
.uk-text-success {
  color: #659f13 !important;
}
.uk-text-warning {
  color: #e28327 !important;
}
.uk-text-danger {
  color: #d85030 !important;
}
.uk-text-contrast {
  color: #ffffff !important;
}
/* Alignment modifiers
 ========================================================================== */
.uk-text-left {
  text-align: left !important;
}
.uk-text-right {
  text-align: right !important;
}
.uk-text-center {
  text-align: center !important;
}
.uk-text-justify {
  text-align: justify !important;
}
.uk-text-top {
  vertical-align: top !important;
}
.uk-text-middle {
  vertical-align: middle !important;
}
.uk-text-bottom {
  vertical-align: bottom !important;
}
/* Only tablets portrait and smaller */
@media (max-width: 959px) {
  .uk-text-center-medium {
    text-align: center !important;
  }
  .uk-text-left-medium {
    text-align: left !important;
  }
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
  .uk-text-center-small {
    text-align: center !important;
  }
  .uk-text-left-small {
    text-align: left !important;
  }
}
/* Wrap modifiers
 ========================================================================== */
/*
 * Prevent text from wrapping onto multiple lines
 */
.uk-text-nowrap {
  white-space: nowrap;
}
/*
 * Prevent text from wrapping onto multiple lines, and truncate with an ellipsis
 */
.uk-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*
 * Break strings if their length exceeds the width of their container
 */
.uk-text-break {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
/* ========================================================================
   Component: Utility
 ========================================================================== */
/* Container
 ========================================================================== */
.uk-container {
  box-sizing: border-box;
  max-width: 980px;
  padding: 0 25px;
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-container {
    max-width: 1200px;
    padding: 0 35px;
  }
}
/*
 * Micro clearfix
 */
.uk-container:before,
.uk-container:after {
  content: "";
  display: table;
}
.uk-container:after {
  clear: both;
}
/*
 * Center container
 */
.uk-container-center {
  margin-left: auto;
  margin-right: auto;
}
/* Clearing
 ========================================================================== */
/*
 * Micro clearfix
* `table-cell` is used with `:before` because `table` creates a 1px gap when it becomes a flex item, only in Webkit
 * `table` is used again with `:after` because `clear` only works with block elements.
 * Note: `display: block` with `overflow: hidden` is currently not working in the latest Safari
 */
.uk-clearfix:before {
  content: "";
  display: table-cell;
}
.uk-clearfix:after {
  content: "";
  display: table;
  clear: both;
}
/*
 *  Create a new block formatting context
 */
.uk-nbfc {
  overflow: hidden;
}
.uk-nbfc-alt {
  display: table-cell;
  width: 10000px;
}
/* Alignment of block elements
 ========================================================================== */
/*
 * Float blocks
 * 1. Prevent content overflow on small devices
 */
.uk-float-left {
  float: left;
}
.uk-float-right {
  float: right;
}
/* 1 */
[class*='uk-float-'] {
  max-width: 100%;
}
/* Alignment of images and objects
 ========================================================================== */
/*
 * Alignment
 */
[class*='uk-align-'] {
  display: block;
  margin-bottom: 15px;
}
.uk-align-left {
  margin-right: 15px;
  float: left;
}
.uk-align-right {
  margin-left: 15px;
  float: right;
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-align-medium-left {
    margin-right: 15px;
    float: left;
  }
  .uk-align-medium-right {
    margin-left: 15px;
    float: right;
  }
}
.uk-align-center {
  margin-left: auto;
  margin-right: auto;
}
/* Vertical alignment
 ========================================================================== */
/*
 * Remove whitespace between child elements when using `inline-block`
 */
.uk-vertical-align {
  font-size: 0.001px;
}
/*
 *  The `uk-vertical-align` container needs a specific height
 */
.uk-vertical-align:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/*
 * Sub-object which can have any height
 * 1. Reset whitespace hack
 */
.uk-vertical-align-middle,
.uk-vertical-align-bottom {
  display: inline-block;
  max-width: 100%;
  /* 1 */
  font-size: 1rem;
}
.uk-vertical-align-middle {
  vertical-align: middle;
}
.uk-vertical-align-bottom {
  vertical-align: bottom;
}
/* Height
 ========================================================================== */
/*
 * More robust if padding and border are used
 */
[class*='uk-height'] {
  box-sizing: border-box;
}
/*
 * Useful to extend the `html` and `body` element to the full height of the page.
 */
.uk-height-1-1 {
  height: 100%;
}
/*
 * Useful to create image teasers
 */
.uk-height-viewport {
  height: 100vh;
  min-height: 600px;
}
/* Responsive objects
 * Note: Images are already responsive by default, see Base component
 ========================================================================== */
/*
 * 1. Corrects `max-width` and `max-height` behavior if padding and border are used
 */
.uk-responsive-width,
.uk-responsive-height {
  box-sizing: border-box;
}
/*
 * Responsiveness: Sets a maximum width relative to the parent and auto scales the height
 * `important` needed to override `uk-img-preserve img`
 */
.uk-responsive-width {
  max-width: 100% !important;
  height: auto;
}
/*
 * Responsiveness: Sets a maximum height relative to the parent and auto scales the width
 * Only works if the parent element has a fixed height.
 */
.uk-responsive-height {
  max-height: 100%;
  width: auto;
}
/* Margin
 ========================================================================== */
/*
 * Create a block with the same margin of a paragraph
 * Add margin if adjacent element
 */
.uk-margin {
  margin-bottom: 15px;
}
* + .uk-margin {
  margin-top: 15px;
}
.uk-margin-top {
  margin-top: 15px !important;
}
.uk-margin-bottom {
  margin-bottom: 15px !important;
}
.uk-margin-left {
  margin-left: 15px !important;
}
.uk-margin-right {
  margin-right: 15px !important;
}
/*
 * Larger margins
 */
.uk-margin-large {
  margin-bottom: 50px;
}
* + .uk-margin-large {
  margin-top: 50px;
}
.uk-margin-large-top {
  margin-top: 50px !important;
}
.uk-margin-large-bottom {
  margin-bottom: 50px !important;
}
.uk-margin-large-left {
  margin-left: 50px !important;
}
.uk-margin-large-right {
  margin-right: 50px !important;
}
/*
 * Smaller margins
 */
.uk-margin-small {
  margin-bottom: 5px;
}
* + .uk-margin-small {
  margin-top: 5px;
}
.uk-margin-small-top {
  margin-top: 5px !important;
}
.uk-margin-small-bottom {
  margin-bottom: 5px !important;
}
.uk-margin-small-left {
  margin-left: 5px !important;
}
.uk-margin-small-right {
  margin-right: 5px !important;
}
/*
 * Remove margins
 */
.uk-margin-remove {
  margin: 0 !important;
}
.uk-margin-top-remove {
  margin-top: 0 !important;
}
.uk-margin-bottom-remove {
  margin-bottom: 0 !important;
}
/* Padding
 ========================================================================== */
.uk-padding-remove {
  padding: 0 !important;
}
.uk-padding-top-remove {
  padding-top: 0 !important;
}
.uk-padding-bottom-remove {
  padding-bottom: 0 !important;
}
.uk-padding-vertical-remove {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/* Border
 ========================================================================== */
.uk-border-circle {
  border-radius: 50%;
}
.uk-border-rounded {
  border-radius: 5px;
}
/* Headings
 ========================================================================== */
.uk-heading-large {
  font-size: 36px;
  line-height: 42px;
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-heading-large {
    font-size: 52px;
    line-height: 64px;
  }
}
/* Link
 ========================================================================== */
/*
 * Let links appear in default text color
 */
.uk-link-muted,
.uk-link-muted a {
  color: #444444;
}
.uk-link-muted:hover,
.uk-link-muted a:hover {
  color: #444444;
}
/*
 * Reset link style
 */
.uk-link-reset,
.uk-link-reset a,
.uk-link-reset:hover,
.uk-link-reset a:hover,
.uk-link-reset:focus,
.uk-link-reset a:focus {
  color: inherit;
  text-decoration: none;
}
/* Scrollable
 ========================================================================== */
/*
 * Enable scrolling for preformatted text
 */
.uk-scrollable-text {
  height: 300px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  resize: both;
}
/*
 * Box with scrolling enabled
 */
.uk-scrollable-box {
  box-sizing: border-box;
  height: 170px;
  padding: 10px;
  border: 1px solid #dddddd;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both;
}
.uk-scrollable-box > :last-child {
  margin-bottom: 0;
}
/* Overflow
 ========================================================================== */
.uk-overflow-hidden {
  overflow: hidden;
}
/*
 * Enable scrollbars if content is clipped
 */
.uk-overflow-container {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.uk-overflow-container > :last-child {
  margin-bottom: 0;
}
/* Position
 ========================================================================== */
.uk-position-absolute,
[class*='uk-position-top'],
[class*='uk-position-bottom'] {
  position: absolute !important;
}
/* Don't use `width: 100%` because it is wrong if the parent has padding. */
.uk-position-top {
  top: 0;
  left: 0;
  right: 0;
}
.uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}
.uk-position-top-left {
  top: 0;
  left: 0;
}
.uk-position-top-right {
  top: 0;
  right: 0;
}
.uk-position-bottom-left {
  bottom: 0;
  left: 0;
}
.uk-position-bottom-right {
  bottom: 0;
  right: 0;
}
/*
 * Cover
 */
.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/*
 * Relative
 */
.uk-position-relative {
  position: relative !important;
}
/*
 * Z-index
 */
.uk-position-z-index {
  z-index: 1;
}
/* Display
 ========================================================================== */
/*
 * Display
 * 1. Required if child is a responsive image
 */
.uk-display-block {
  display: block !important;
}
.uk-display-inline {
  display: inline !important;
}
.uk-display-inline-block {
  display: inline-block !important;
  /* 1 */
  max-width: 100%;
}
/*
 * Visibility
 * Avoids setting display to `block` so it works also with `inline-block` and `table`
 */
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-visible-small {
    display: none !important;
  }
  .uk-visible-medium {
    display: none !important;
  }
  .uk-hidden-large {
    display: none !important;
  }
}
/* Tablets portrait */
@media (min-width: 768px) and (max-width: 959px) {
  .uk-visible-small {
    display: none !important;
  }
  .uk-visible-large {
    display: none !important ;
  }
  .uk-hidden-medium {
    display: none !important;
  }
}
/* Phone landscape and smaller*/
@media (max-width: 767px) {
  .uk-visible-medium {
    display: none !important;
  }
  .uk-visible-large {
    display: none !important;
  }
  .uk-hidden-small {
    display: none !important;
  }
}
/* Remove from the flow and screen readers on any device */
.uk-hidden {
  display: none !important;
  visibility: hidden !important;
}
/* It's hidden, but still affects layout */
.uk-invisible {
  visibility: hidden !important;
}
/* Show on hover */
.uk-visible-hover:hover .uk-hidden,
.uk-visible-hover:hover .uk-invisible {
  display: block !important;
  visibility: visible !important;
}
.uk-visible-hover-inline:hover .uk-hidden,
.uk-visible-hover-inline:hover .uk-invisible {
  display: inline-block !important;
  visibility: visible !important;
}
/* Hide on touch */
.uk-touch .uk-hidden-touch,
.uk-notouch .uk-hidden-notouch {
  display: none !important;
}
/* ========================================================================
   Component: Flex
 ========================================================================== */
.uk-flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.uk-flex-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
/*
 * Fixes initial flex-shrink value in IE10
 */
.uk-flex > *,
.uk-flex-inline > * {
  -ms-flex-negative: 1;
}
/* Alignment
 ========================================================================== */
/*
 * Vertical alignment
 * Default value is `stretch`
 */
.uk-flex-top {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.uk-flex-middle {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.uk-flex-bottom {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
/*
 * Horizontal alignment
 * Default value is `flex-start`
 */
.uk-flex-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.uk-flex-right {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.uk-flex-space-between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.uk-flex-space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
/* Direction
 ========================================================================== */
.uk-flex-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.uk-flex-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.uk-flex-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
/* Wrap
 ========================================================================== */
.uk-flex-nowrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.uk-flex-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.uk-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
/*
 * Horizontal alignment
 * Default value is `stretch`
 */
.uk-flex-wrap-top {
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.uk-flex-wrap-middle {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
}
.uk-flex-wrap-bottom {
  -ms-flex-line-pack: end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
.uk-flex-wrap-space-between {
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
  align-content: space-between;
}
.uk-flex-wrap-space-around {
  -ms-flex-line-pack: distribute;
  -webkit-align-content: space-around;
  align-content: space-around;
}
/* Item ordering
 ========================================================================== */
/*
 * Default is 0
 */
.uk-flex-order-first {
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}
.uk-flex-order-last {
  -ms-flex-order: 99;
  -webkit-order: 99;
  order: 99;
}
/* Phone landscape and bigger */
@media (min-width: 480px) {
  .uk-flex-order-first-small {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .uk-flex-order-last-small {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-flex-order-first-medium {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .uk-flex-order-last-medium {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-flex-order-first-large {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .uk-flex-order-last-large {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-flex-order-first-xlarge {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .uk-flex-order-last-xlarge {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}
/* Item dimensions
 ========================================================================== */
/*
 * Initial: 0 1 auto
 * Content dimensions, but shrinks
 */
/*
 * No Flex: 0 0 auto
 * Content dimensions
 */
.uk-flex-item-none {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
}
/*
 * Relative Flex: 1 1 auto
 * Space is allocated considering content
 * 1. Fixes flex-shrink value in IE10
 */
.uk-flex-item-auto {
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
  /* 1 */
  -ms-flex-negative: 1;
}
/*
 * Absolute Flex: 1 1 0%
 * Space is allocated solely based on flex
 */
.uk-flex-item-1 {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
/* ========================================================================
   Component: Contrast
 ========================================================================== */
.uk-contrast {
  color: #ffffff;
  /* Active */
}
.uk-contrast a:not([class]),
.uk-contrast .uk-link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.uk-contrast a:not([class]):hover,
.uk-contrast .uk-link:hover {
  color: #ffffff;
  text-decoration: underline;
}
.uk-contrast :not(pre) > code,
.uk-contrast :not(pre) > kbd,
.uk-contrast :not(pre) > samp {
  color: #ffffff;
}
.uk-contrast em {
  color: #ffffff;
}
.uk-contrast h1,
.uk-contrast h2,
.uk-contrast h3,
.uk-contrast h4,
.uk-contrast h5,
.uk-contrast h6 {
  color: #ffffff;
}
.uk-contrast hr {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-contrast .uk-nav li > a,
.uk-contrast .uk-nav li > a:hover {
  text-decoration: none;
}
.uk-contrast .uk-nav-side > li > a {
  color: #ffffff;
}
.uk-contrast .uk-nav-side > li > a:hover,
.uk-contrast .uk-nav-side > li > a:focus {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.uk-contrast .uk-nav-side > li.uk-active > a {
  background: #ffffff;
  color: #444444;
}
.uk-contrast .uk-nav-side .uk-nav-header {
  color: #ffffff;
}
.uk-contrast .uk-nav-side .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-contrast .uk-nav-side ul a {
  color: rgba(255, 255, 255, 0.7);
}
.uk-contrast .uk-nav-side ul a:hover {
  color: #ffffff;
}
.uk-contrast .uk-subnav > * > a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.uk-contrast .uk-subnav > * > a:hover,
.uk-contrast .uk-subnav > * > a:focus {
  color: #ffffff;
  text-decoration: none;
}
.uk-contrast .uk-subnav > .uk-active > a {
  color: #ffffff;
}
.uk-contrast .uk-subnav-line > :nth-child(n+2):before {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.uk-contrast .uk-subnav-pill > * > a:hover,
.uk-contrast .uk-subnav-pill > * > a:focus {
  background: rgba(255, 255, 255, 0.7);
  color: #444444;
  text-decoration: none;
}
.uk-contrast .uk-subnav-pill > .uk-active > a {
  background: #ffffff;
  color: #444444;
}
.uk-contrast .uk-tab {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.uk-contrast .uk-tab > li > a {
  border-color: transparent;
  color: rgba(255, 255, 255, 0.7);
}
.uk-contrast .uk-tab > li > a:hover,
.uk-contrast .uk-tab > li > a:focus,
.uk-contrast .uk-tab > li.uk-open > a {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.7);
  color: #444444;
  text-decoration: none;
}
.uk-contrast .uk-tab > li.uk-active > a {
  border-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: transparent;
  background: #ffffff;
  color: #444444;
}
.uk-contrast .uk-tab-center {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.uk-contrast .uk-tab-grid:before {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-contrast .uk-list-line > li:nth-child(n+2) {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-contrast .uk-form select,
.uk-contrast .uk-form textarea,
.uk-contrast .uk-form input:not([type]),
.uk-contrast .uk-form input[type="text"],
.uk-contrast .uk-form input[type="password"],
.uk-contrast .uk-form input[type="datetime"],
.uk-contrast .uk-form input[type="datetime-local"],
.uk-contrast .uk-form input[type="date"],
.uk-contrast .uk-form input[type="month"],
.uk-contrast .uk-form input[type="time"],
.uk-contrast .uk-form input[type="week"],
.uk-contrast .uk-form input[type="number"],
.uk-contrast .uk-form input[type="email"],
.uk-contrast .uk-form input[type="url"],
.uk-contrast .uk-form input[type="search"],
.uk-contrast .uk-form input[type="tel"],
.uk-contrast .uk-form input[type="color"] {
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.8);
  color: #444444;
  background-clip: padding-box;
}
.uk-contrast .uk-form select:focus,
.uk-contrast .uk-form textarea:focus,
.uk-contrast .uk-form input:not([type]):focus,
.uk-contrast .uk-form input[type="text"]:focus,
.uk-contrast .uk-form input[type="password"]:focus,
.uk-contrast .uk-form input[type="datetime"]:focus,
.uk-contrast .uk-form input[type="datetime-local"]:focus,
.uk-contrast .uk-form input[type="date"]:focus,
.uk-contrast .uk-form input[type="month"]:focus,
.uk-contrast .uk-form input[type="time"]:focus,
.uk-contrast .uk-form input[type="week"]:focus,
.uk-contrast .uk-form input[type="number"]:focus,
.uk-contrast .uk-form input[type="email"]:focus,
.uk-contrast .uk-form input[type="url"]:focus,
.uk-contrast .uk-form input[type="search"]:focus,
.uk-contrast .uk-form input[type="tel"]:focus,
.uk-contrast .uk-form input[type="color"]:focus {
  border-color: #ffffff;
  background: #ffffff;
  color: #444444;
}
.uk-contrast .uk-form :-ms-input-placeholder {
  color: rgba(68, 68, 68, 0.7) !important;
}
.uk-contrast .uk-form ::-moz-placeholder {
  color: rgba(68, 68, 68, 0.7);
}
.uk-contrast .uk-form ::-webkit-input-placeholder {
  color: rgba(68, 68, 68, 0.7);
}
.uk-contrast .uk-button {
  color: #444444;
  background: #ffffff;
}
.uk-contrast .uk-button:hover,
.uk-contrast .uk-button:focus {
  background-color: rgba(255, 255, 255, 0.8);
  color: #444444;
}
.uk-contrast .uk-button:active,
.uk-contrast .uk-button.uk-active {
  background-color: rgba(255, 255, 255, 0.7);
  color: #444444;
}
.uk-contrast .uk-button-primary {
  background-color: #00a8e6;
  color: #ffffff;
}
.uk-contrast .uk-button-primary:hover,
.uk-contrast .uk-button-primary:focus {
  background-color: #35b3ee;
  color: #ffffff;
}
.uk-contrast .uk-button-primary:active,
.uk-contrast .uk-button-primary.uk-active {
  background-color: #0091ca;
  color: #ffffff;
}
.uk-contrast .uk-icon-hover {
  color: rgba(255, 255, 255, 0.7);
}
.uk-contrast .uk-icon-hover:hover {
  color: #ffffff;
}
.uk-contrast .uk-icon-button {
  background: #ffffff;
  color: #444444;
}
.uk-contrast .uk-icon-button:hover,
.uk-contrast .uk-icon-button:focus {
  background-color: rgba(255, 255, 255, 0.8);
  color: #444444;
}
.uk-contrast .uk-icon-button:active {
  background-color: rgba(255, 255, 255, 0.7);
  color: #444444;
}
.uk-contrast .uk-text-muted {
  color: rgba(255, 255, 255, 0.6) !important;
}
.uk-contrast .uk-text-primary {
  color: #2d7091 !important;
}


/*! UIkit 2.26.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Slideshow
 ========================================================================== */
/*
 * 1. Create position context
 * 2. Create stacking context to prevent z-index issues with other components
 * 3. Set width because child elements are positioned absolute. Height is set via JS
 * 4. Reset list style
 * 5. Clip child elements
 * 6. Deactivate browser history navigation in IE11
 */
.uk-slideshow {
  /* 1 */
  position: relative;
  /* 2 */
  z-index: 0;
  /* 3 */
  width: 100%;
  /* 4 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 5 */
  overflow: hidden;
  /* 6 */
  touch-action: pan-y;
}
/*
 * Sub-object item
 * 1. Position items above each other
 * 2. Expand to parent container width
 * 3. Hide by default
 */
.uk-slideshow > li {
  /* 1 */
  position: absolute;
  top: 0;
  left: 0;
  /* 2 */
  width: 100%;
  /* 3 */
  opacity: 0;
}
/*
 * Active
 * 1. Stack at first
 * 2. Show slide
 */
.uk-slideshow > .uk-active {
  /* 1 */
  z-index: 10;
  /* 2 */
  opacity: 1;
}
/*
 * Hide default images which is only relevant to keep existing proportions
 */
.uk-slideshow > li > img {
  visibility: hidden;
}
/*
 * Pointer for controls
 */
[data-uk-slideshow-slide] {
  cursor: pointer;
}
/* Modifier: `uk-slideshow-fullscreen`
 ========================================================================== */
.uk-slideshow-fullscreen,
.uk-slideshow-fullscreen > li {
  height: 100vh;
}
/* Animations
 ========================================================================== */
/*
 * Fade
 */
.uk-slideshow-fade-in {
  -webkit-animation: uk-fade 0.5s linear;
  animation: uk-fade 0.5s linear;
}
.uk-slideshow-fade-out {
  -webkit-animation: uk-fade 0.5s linear reverse;
  animation: uk-fade 0.5s linear reverse;
}
/*
 * Scroll
 */
.uk-slideshow-scroll-forward-in {
  -webkit-animation: uk-slide-right 0.5s ease-in-out;
  animation: uk-slide-right 0.5s ease-in-out;
}
.uk-slideshow-scroll-forward-out {
  -webkit-animation: uk-slide-left 0.5s ease-in-out reverse;
  animation: uk-slide-left 0.5s ease-in-out reverse;
}
.uk-slideshow-scroll-backward-in {
  -webkit-animation: uk-slide-left 0.5s ease-in-out;
  animation: uk-slide-left 0.5s ease-in-out;
}
.uk-slideshow-scroll-backward-out {
  -webkit-animation: uk-slide-right 0.5s ease-in-out reverse;
  animation: uk-slide-right 0.5s ease-in-out reverse;
}
/*
 * Scale
 */
.uk-slideshow-scale-out {
  -webkit-animation: uk-fade-scale-15 0.5s ease-in-out reverse;
  animation: uk-fade-scale-15 0.5s ease-in-out reverse;
}
/*
 * Swipe
 */
.uk-slideshow-swipe-forward-in {
  -webkit-animation: uk-slide-left-33 0.5s ease-in-out;
  animation: uk-slide-left-33 0.5s ease-in-out;
}
.uk-slideshow-swipe-forward-out {
  -webkit-animation: uk-slide-left 0.5s ease-in-out reverse;
  animation: uk-slide-left 0.5s ease-in-out reverse;
}
.uk-slideshow-swipe-backward-in {
  -webkit-animation: uk-slide-right-33 0.5s ease-in-out;
  animation: uk-slide-right-33 0.5s ease-in-out;
}
.uk-slideshow-swipe-backward-out {
  -webkit-animation: uk-slide-right 0.5s ease-in-out reverse;
  animation: uk-slide-right 0.5s ease-in-out reverse;
}
.uk-slideshow-swipe-forward-in:before,
.uk-slideshow-swipe-backward-in:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  -webkit-animation: uk-fade 0.5s ease-in-out reverse;
  animation: uk-fade 0.5s ease-in-out reverse;
}


/*! UIkit 2.26.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Slidenav
 ========================================================================== */
/*
 * 1. Required for `a` elements
 * 2. Dimension
 * 3. Style
 */
.uk-slidenav {
  /* 1 */
  display: inline-block;
  /* 2 */
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  /* 3 */
  line-height: 60px;
  color: rgba(50, 50, 50, 0.4);
  font-size: 60px;
  text-align: center;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 * 3. Required for `a` elements
 * 4. Style
 */
.uk-slidenav:hover,
.uk-slidenav:focus {
  /* 2 */
  outline: none;
  /* 3 */
  text-decoration: none;
  /* 4 */
  color: rgba(50, 50, 50, 0.7);
  cursor: pointer;
}
/* Active */
.uk-slidenav:active {
  color: rgba(50, 50, 50, 0.9);
}
/*
 * Icons
 */
.uk-slidenav-previous:before {
  content: "\f104";
  font-family: FontAwesome;
}
.uk-slidenav-next:before {
  content: "\f105";
  font-family: FontAwesome;
}
/* Sub-object: `uk-slidenav-position`
 ========================================================================== */
/*
 * Create position context
 */
.uk-slidenav-position {
  position: relative;
}
/*
 * Center vertically
 */
.uk-slidenav-position .uk-slidenav {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -30px;
}
.uk-slidenav-position:hover .uk-slidenav {
  display: block;
}
.uk-slidenav-position .uk-slidenav-previous {
  left: 20px;
}
.uk-slidenav-position .uk-slidenav-next {
  right: 20px;
}
/* Modifier: `uk-slidenav-contrast`
 ========================================================================== */
.uk-slidenav-contrast {
  color: rgba(255, 255, 255, 0.5);
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 */
.uk-slidenav-contrast:hover,
.uk-slidenav-contrast:focus {
  color: rgba(255, 255, 255, 0.7);
}
/* Active */
.uk-slidenav-contrast:active {
  color: rgba(255, 255, 255, 0.9);
}

/** {box-sizing:border-box;font-size: 16px;vertical-align: middle;}*/
/* 清除现代IE浏览器的输入框和密码框的默认交互按钮 */
::-ms-clear, ::-ms-reveal{display: none;}
input {box-sizing:border-box;}
input:active, input:focus{ outline:none; -moz-outline:none;} /* PC chrome文本输入框的边框焦点时候的颜色 */
input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner{ border:none;} /*去掉移动端firefox 按钮获得焦点显示虚线框的样式 */

/* main style */
.inputShowPwd {
	position:relative;
	display: inline-block;
}
.inputShowPwd > input {
	/*width: auto; 
	height: auto;*/ /*默认input的宽高可以同时结合width\height来重写input框的宽度/高度*/
	/*line-height: 36px;*/ /*控制input框文字的高度可以同时结合height来重写input框文字的高度*/
	padding-right: 36px !important;
	padding-right: 36px;
	padding-left: 10px;
}
.inputShowPwd > .showEle {

	display: none;
	position: absolute;
	height: 24px;
	width: 24px;
	top: 50%;
	margin-top: -12px;
	right: 20px;
    background:url(/Components/Gll/_Shared/Views/Styles/image/hide_password.png) 50% 50% no-repeat;
	background-size: 24px 24px;
	z-index: 1;
	cursor: pointer;

  
}

.password-tooltip  .inputShowPwd > .unMaskEle {
	display: none;
	position: absolute;
	height: 24px;
	width: 24px;
	top: 50%;
	margin-top: -12px;
	right: 20px;
    background:url(/Components/Gll/_Shared/Views/Styles/image/show_password.png) 50% 50% no-repeat;
	background-size: 24px 24px;
	z-index: 1;
	cursor: pointer;

}
.inputShowPwd > input[type="text"] {
	display: none;
}

.password-tooltip  .inputShowPwd > .showEle .showEletooltiptext {
    visibility: hidden;
}

.password-tooltip  .inputShowPwd > .showEle:hover .showEletooltiptext {
    visibility: visible;
}

.password-tooltip  .inputShowPwd > .showEle .unMaskEletooltiptext {
    visibility: hidden;
}

.password-tooltip  .inputShowPwd > .unMaskEle .showEletooltiptext {
    visibility: hidden;
}

.password-tooltip  .inputShowPwd > .unMaskEle .unMaskEletooltiptext {
    visibility: hidden;
}

.password-tooltip  .inputShowPwd > .unMaskEle:hover .unMaskEletooltiptext {
    visibility: visible;
}

.password-tooltip  .inputShowPwd .pswd_info{
		padding:15px 15px 20px 15px;
        top:56px;
}

.password-tooltip  .showEle span, .unMaskEle span {
    position: absolute;
    top: -30px;
    width: 100%;
    min-width: 100px;
    left: -54px;
}

.password-tooltip  .showEle span, .unMaskEle span {
    position: absolute;
    top: -30px;
    width: 100%;
    min-width: 150px;
    left: -54px;
}

.password-tooltip .pswd_info:before, .password-tooltip .pswd_info:after{
    right:45%;
}

.password-tooltip .pswd_info ul li{
    height :auto !important;
}



body[dir="rtl"]  .password-tooltip .showEle{

        left: 20px !important;
        right:auto;
}

body[dir="rtl"]  .password-tooltip .unMaskEle{

        left: 20px !important;
        right:auto;
}


body[dir="rtl"]  .password-tooltip  .showEle span, .unMaskEle span{
    left: -13px;
}


body[dir="rtl"] .password-tooltip .pswd_info ul {
    text-align: right;
    padding-right: 15px;
    padding-left: 0px !important; 
}

body[dir="rtl"] .password-tooltip .pswd_info ul > li{
    background-position: 100% .4em;
    padding-right: 24px !important;
    padding-left: 0px !important
}
.strength_wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
	width: 100%;
}

.strength_input{
    /* width: 250px; */
    /* font-size: 25px; */
    background: transparent;
}

.strength_meter {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: -1;
    overflow: hidden;
}

.button_strength {
    text-decoration: none;
    color: #4d4d4d;
    font-size: 13px;
    display: block;
}

.strength_meter div {
    width: 0%;
    height: 34px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.strength_meter div p {
    position: absolute;
    right: 10px;
    color: #4d4d4d;
    font-size: 13px;
    padding-right: 30px;
}

/*
GL - 09.29.2017 - Comment Color Styling
.veryweak {
    background-color: #FF7979;
    width: 25% !important;
}
.weak {
    background-color: #FDA068;
    width: 50% !important;
}
.medium {
    background-color: #FFE560;
    width: 75% !important;
}
.strong {
    background-color: #9BF47D;
    width: 100% !important;
}
*/

/* Styles for verification */
.pswd_info {
	list-style-type: none;
	position:absolute;
	width: 100%;
	padding:15px;
	background:#fefefe; 
	font-size:20px;
	border-radius:15px;
	box-shadow:0 1px 3px #ccc;
	border:1px solid #ddd;
	display:none;
    z-index: 1000;
    top: 62px;
    right: 0;
    background-color: rgb(238,238,238);
    box-shadow: 5px 5px 5px #888888;
}

.pswd_info:before,
.pswd_info:after {
    position: absolute;
    bottom: 100%;
    content: '';
}

.pswd_info:before {
    right: 52px;
    border-right: 17px solid transparent;
    border-bottom: 17px solid #ddd;
    border-left: 17px solid transparent;
}

.pswd_info:after {
   right: 53px;
    border-right: 16px solid transparent;
    border-bottom: 16px solid rgb(238,238,238);
    border-left: 16px solid transparent;
}

.pswd_info h4 {
	margin:0 0 10px 0; 
	padding:0;
	font-weight:normal;
    font-size: 1em;
    font-size: 0.7em;
}

.pswd_info ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.pswd_info ul li {
    visibility: visible !important;
    height: 20px !important;
    min-height: 20px !important;
	line-height:24px;
    font-size: 0.7em !important; 
    padding-left: 24px !important;
}

.pswd_info .invalid {
	background:url(/Components/Gll/_Shared/Views/Styles/image/invalid.png) no-repeat 0 50%;
	color:#ec3f41;
	list-style-type:none !important;

    background-position: 0px 4px;
}
.pswd_info .valid {
	background:url(/Components/Gll/_Shared/Views/Styles/image/valid.png) no-repeat 0 50%;   
	color:#3a7d34;
	list-style-type:none !important;

    background-position: 0px 4px;
}
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	z-index:1;
}
.swiper-container-no-flexbox .swiper-slide {
	float:left;
}
.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient:vertical;
	-moz-box-orient:vertical;
	-ms-flex-direction:column;
	-webkit-flex-direction:column;
	flex-direction:column;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	/*height:100%;*/
	z-index:1;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-transition-property:-webkit-transform;
	-moz-transition-property:-moz-transform;
	-o-transition-property:-o-transform;
	-ms-transition-property:-ms-transform;
	transition-property:transform;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform:translate3d(0px, 0, 0);
	-moz-transform:translate3d(0px, 0, 0);
	-o-transform:translate(0px, 0px);
	-ms-transform:translate3d(0px, 0, 0);
	transform:translate3d(0px, 0, 0);
}
.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function:ease-out;
	-moz-transition-timing-function:ease-out;
	-ms-transition-timing-function:ease-out;
	-o-transition-timing-function:ease-out;
	transition-timing-function:ease-out;
	margin:0 auto;
}
.swiper-slide {
	-webkit-flex-shrink:0;
	-ms-flex:0 0 auto;
	flex-shrink:0;
	width:100%;
	/*height:100%;*/
	position:relative;
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height:auto;
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align:start;
	-ms-flex-align:start;
	-webkit-align-items:flex-start;
	align-items:flex-start;
	-webkit-transition-property:-webkit-transform, height;
	-moz-transition-property:-moz-transform;
	-o-transition-property:-o-transform;
	-ms-transition-property:-ms-transform;
	transition-property:transform, height;
}
.swiper-container .swiper-notification {
	position:absolute;
	left:0;
	top:0;
	pointer-events:none;
	opacity:0;
	z-index:-1000;
}
.swiper-wp8-horizontal {
	-ms-touch-action:pan-y;
	touch-action:pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action:pan-x;
	touch-action:pan-x;
}
.swiper-button-prev, .swiper-button-next {
	position:absolute;
	top:50%;
	width:100px;
	height:100px;
	margin-top:-50px;
	z-index:10;
	font-size:100px; line-height:1;
	cursor:pointer;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	opacity: 0.7;
}
.swiper-button-prev:hover, .swiper-button-next:hover { opacity: 1;}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
	opacity:0.35;
	cursor:auto;
	pointer-events:none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	/*background-image:url(/Components/Gll/_Shared/Views/Styles/data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);*/
	left:0;
	right:auto;
}
/*.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image:url(/Components/Gll/_Shared/Views/Styles/data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E);
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image:url(/Components/Gll/_Shared/Views/Styles/data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E);
}*/
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	/*background-image:url(/Components/Gll/_Shared/Views/Styles/data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);*/
	right:0;
	left:auto;
}
/*.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image:url(/Components/Gll/_Shared/Views/Styles/data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E);
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image:url(/Components/Gll/_Shared/Views/Styles/data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E);
}*/
.swiper-pagination {
	position:absolute;
	text-align:center;
	-webkit-transition:300ms;
	-moz-transition:300ms;
	-o-transition:300ms;
	transition:300ms;
	-webkit-transform:translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0);
	-o-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
	z-index:10;
}
.swiper-pagination.swiper-pagination-hidden {
	opacity:0;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom:10px;
	left:0;
	width:100%;
}
.swiper-pagination-bullet {
	width:10px;
	height:10px;
	display:inline-block;
	border-radius:100%;
	border:1px solid #fff;
	margin:3px;
}
button.swiper-pagination-bullet {
	border:none;
	margin:0;
	padding:0;
	box-shadow:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-webkit-appearance:none;
	appearance:none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor:pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
	background:#fff;
}
.swiper-pagination-bullet-active {
	opacity:1;
	width:12px;
	height:12px;
	margin:2px;
	background:#fff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background:#fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background:#000;
}
.swiper-container-vertical>.swiper-pagination-bullets {
	right:10px;
	top:50%;
	-webkit-transform:translate3d(0px, -50%, 0);
	-moz-transform:translate3d(0px, -50%, 0);
	-o-transform:translate(0px, -50%);
	-ms-transform:translate3d(0px, -50%, 0);
	transform:translate3d(0px, -50%, 0);
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin:5px 0;
	display:block;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	/*margin:0 5px;*/
}
.swiper-pagination-progress {
	background:rgba(0, 0, 0, 0.25);
	position:absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
	background:#007aff;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	-webkit-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
	-webkit-transform-origin:left top;
	-moz-transform-origin:left top;
	-ms-transform-origin:left top;
	-o-transform-origin:left top;
	transform-origin:left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin:right top;
	-moz-transform-origin:right top;
	-ms-transform-origin:right top;
	-o-transform-origin:right top;
	transform-origin:right top;
}
.swiper-container-horizontal>.swiper-pagination-progress {
	width:100%;
	height:4px;
	left:0;
	top:0;
}
.swiper-container-vertical>.swiper-pagination-progress {
	width:4px;
	height:100%;
	left:0;
	top:0;
}
.swiper-pagination-progress.swiper-pagination-white {
	background:rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background:#fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background:#000;
}
.swiper-container-3d {
	-webkit-perspective:1200px;
	-moz-perspective:1200px;
	-o-perspective:1200px;
	perspective:1200px;
}
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
	-webkit-transform-style:preserve-3d;
	-moz-transform-style:preserve-3d;
	-ms-transform-style:preserve-3d;
	transform-style:preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	pointer-events:none;
	z-index:10;
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image:-webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image:-moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image:-o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image:-webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image:-webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image:-moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image:-o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image:-webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image:-moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image:-o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image:-webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image:-webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image:-moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image:-o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
	-ms-perspective:1200px;
}
.swiper-container-cube, .swiper-container-flip {
	overflow:visible;
}
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
	pointer-events:none;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	backface-visibility:hidden;
	z-index:1;
}
.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events:none;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events:auto;
}
.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-right {
	z-index:0;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	backface-visibility:hidden;
}
.swiper-container-cube .swiper-slide {
	visibility:hidden;
	-webkit-transform-origin:0 0;
	-moz-transform-origin:0 0;
	-ms-transform-origin:0 0;
	transform-origin:0 0;
	width:100%;
	height:100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin:100% 0;
	-moz-transform-origin:100% 0;
	-ms-transform-origin:100% 0;
	transform-origin:100% 0;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next+.swiper-slide {
	pointer-events:auto;
	visibility:visible;
}
.swiper-container-cube .swiper-cube-shadow {
	position:absolute;
	left:0;
	bottom:0px;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.6;
	-webkit-filter:blur(50px);
	filter:blur(50px);
	z-index:0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function:ease-out;
	-moz-transition-timing-function:ease-out;
	-ms-transition-timing-function:ease-out;
	-o-transition-timing-function:ease-out;
	transition-timing-function:ease-out;
}
.swiper-container-fade .swiper-slide {
	pointer-events:none;
	-webkit-transition-property:opacity;
	-moz-transition-property:opacity;
	-o-transition-property:opacity;
	transition-property:opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events:none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events:auto;
}
.swiper-scrollbar {
	border-radius:10px;
	position:relative;
	-ms-touch-action:none;
	background:rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal>.swiper-scrollbar {
	position:absolute;
	left:1%;
	bottom:3px;
	z-index:50;
	height:5px;
	width:98%;
}
.swiper-container-vertical>.swiper-scrollbar {
	position:absolute;
	right:3px;
	top:1%;
	z-index:50;
	width:5px;
	height:98%;
}
.swiper-scrollbar-drag {
	height:100%;
	width:100%;
	position:relative;
	background:rgba(0, 0, 0, 0.5);
	border-radius:10px;
	left:0;
	top:0;
}
.swiper-scrollbar-cursor-drag {
	cursor:move;
}
.swiper-lazy-preloader {
	width:42px;
	height:42px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-21px;
	margin-top:-21px;
	z-index:10;
	-webkit-transform-origin:50%;
	-moz-transform-origin:50%;
	transform-origin:50%;
	-webkit-animation:swiper-preloader-spin 1s steps(12, end) infinite;
	-moz-animation:swiper-preloader-spin 1s steps(12, end) infinite;
	animation:swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
	display:block;
	content:"";
	width:100%;
	height:100%;
	background-image:url(/Components/Gll/_Shared/Views/Styles/data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position:50%;
	-webkit-background-size:100%;
	background-size:100%;
	background-repeat:no-repeat;
}
.swiper-lazy-preloader-white:after {
	background-image:url(/Components/Gll/_Shared/Views/Styles/data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
100% {
-webkit-transform:rotate(360deg);
}
}
@keyframes swiper-preloader-spin {
100% {
transform:rotate(360deg);
}
}
@media (min-width: 768px) {
	.swiper-pagination { display:none;}
}
@media (max-width: 767px) {
	.swiper-button-prev,.swiper-button-next { display:none;}
}

