/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Variables declared here can be overridden by consuming applications, with
 * the help of the `!default` flag.
 *
 * @example
 *     // overriding $hoverColor
 *     $hoverColor: rgba(red, 0.05);
 *
 *     // overriding image path
 *     $flagsImagePath: "images/";
 *
 *     // import the scss file after the overrides
 *     @import "bower_component/intl-tel-input/src/css/intlTelInput";
 */
.intl-tel-input {
  position: relative;
  display: inline-block; }
  .intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .intl-tel-input .hide {
    display: none; }
  .intl-tel-input .v-hide {
    visibility: hidden; }
  .intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 8px; }
    .intl-tel-input .selected-flag .iti-flag {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
    .intl-tel-input .selected-flag .iti-arrow {
      position: absolute;
      top: 50%;
      margin-top: -2px;
      right: 6px;
      width: 0;
      height: 0;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      border-top: 4px solid #555; }
      .intl-tel-input .selected-flag .iti-arrow.up {
        border-top: none;
        border-bottom: 4px solid #555; }
  .intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    width: 95vw;
    max-width: 435px;
    overflow-y: scroll; }
    .intl-tel-input .country-list.dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    .intl-tel-input .country-list .flag-box {
      display: inline-block;
      width: 20px; }
    @media (max-width: 530px) {
      .intl-tel-input .country-list {
        width: unset;
        white-space: normal; } }
    .intl-tel-input .country-list .divider {
      padding-bottom: 5px;
      margin-bottom: 5px;
      border-bottom: 1px solid #CCC; }
    .intl-tel-input .country-list .country {
      padding: 5px 10px; }
      .intl-tel-input .country-list .country .dial-code {
        color: #999; }
    .intl-tel-input .country-list .country.highlight {
      background-color: rgba(0, 0, 0, 0.05); }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
      vertical-align: middle; }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
      margin-right: 6px; }
  .intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0; }
  .intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    width: 46px; }
  .intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer; }
    .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
    cursor: default; }
    .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
      background-color: transparent; }
  .intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    display: table; }
  .intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px; }
  .intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
    padding-left: 66px; }
  .intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 60px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
    padding-left: 76px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 70px; }
  .intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
    padding-left: 74px; }
  .intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
    padding-left: 84px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px; }
  .intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
    padding-left: 82px; }
  .intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 76px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
    padding-left: 92px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px; }
  .intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
    padding-left: 90px; }
  .intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 84px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
    padding-left: 100px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 94px; }
  .intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .intl-tel-input.iti-container:hover {
      cursor: pointer; }

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%; }
  .iti-mobile .intl-tel-input .country-list .country {
    padding: 10px 10px;
    line-height: 1.5em; }

.iti-flag {
  width: 20px; }
  .iti-flag.be {
    width: 18px; }
  .iti-flag.ch {
    width: 15px; }
  .iti-flag.mc {
    width: 19px; }
  .iti-flag.ne {
    width: 18px; }
  .iti-flag.np {
    width: 13px; }
  .iti-flag.va {
    width: 15px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
      background-size: 5630px 15px; } }
  .iti-flag.ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti-flag.ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti-flag.ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti-flag.af {
    height: 14px;
    background-position: -66px 0px; }
  .iti-flag.ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti-flag.ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti-flag.al {
    height: 15px;
    background-position: -132px 0px; }
  .iti-flag.am {
    height: 10px;
    background-position: -154px 0px; }
  .iti-flag.ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti-flag.aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti-flag.ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti-flag.as {
    height: 10px;
    background-position: -242px 0px; }
  .iti-flag.at {
    height: 14px;
    background-position: -264px 0px; }
  .iti-flag.au {
    height: 10px;
    background-position: -286px 0px; }
  .iti-flag.aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti-flag.ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti-flag.az {
    height: 10px;
    background-position: -352px 0px; }
  .iti-flag.ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti-flag.bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti-flag.bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti-flag.be {
    height: 15px;
    background-position: -440px 0px; }
  .iti-flag.bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti-flag.bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti-flag.bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti-flag.bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti-flag.bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti-flag.bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti-flag.bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti-flag.bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti-flag.bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti-flag.bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti-flag.br {
    height: 14px;
    background-position: -680px 0px; }
  .iti-flag.bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti-flag.bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti-flag.bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti-flag.bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti-flag.by {
    height: 10px;
    background-position: -790px 0px; }
  .iti-flag.bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti-flag.ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti-flag.cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti-flag.cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti-flag.cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti-flag.cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti-flag.ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti-flag.ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti-flag.ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti-flag.cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti-flag.cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti-flag.cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti-flag.co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti-flag.cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti-flag.cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti-flag.cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti-flag.cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti-flag.cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti-flag.cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti-flag.cy {
    height: 13px;
    background-position: -1225px 0px; }
  .iti-flag.cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti-flag.de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti-flag.dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti-flag.dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti-flag.dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti-flag.dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti-flag.do {
    height: 13px;
    background-position: -1379px 0px; }
  .iti-flag.dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti-flag.ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti-flag.ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti-flag.ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti-flag.eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti-flag.eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti-flag.er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti-flag.es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti-flag.et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti-flag.eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti-flag.fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti-flag.fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti-flag.fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti-flag.fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti-flag.fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti-flag.fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti-flag.ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti-flag.gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti-flag.gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti-flag.ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti-flag.gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti-flag.gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti-flag.gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti-flag.gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti-flag.gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti-flag.gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti-flag.gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti-flag.gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti-flag.gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti-flag.gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti-flag.gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti-flag.gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti-flag.gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti-flag.gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti-flag.gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti-flag.hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti-flag.hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti-flag.hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti-flag.hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti-flag.ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti-flag.hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti-flag.ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti-flag.id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti-flag.ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti-flag.il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti-flag.im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti-flag.in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti-flag.io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti-flag.iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti-flag.ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti-flag.is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti-flag.it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti-flag.je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti-flag.jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti-flag.jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti-flag.jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti-flag.ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti-flag.kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti-flag.kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti-flag.ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti-flag.km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti-flag.kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti-flag.kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti-flag.kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti-flag.kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti-flag.ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti-flag.kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti-flag.la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti-flag.lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti-flag.lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti-flag.li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti-flag.lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti-flag.lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti-flag.ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti-flag.lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti-flag.lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti-flag.lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti-flag.ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti-flag.ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti-flag.mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti-flag.md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti-flag.me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti-flag.mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti-flag.mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti-flag.mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti-flag.mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti-flag.ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti-flag.mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti-flag.mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti-flag.mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti-flag.mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti-flag.mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti-flag.mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti-flag.ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti-flag.mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti-flag.mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti-flag.mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti-flag.mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti-flag.mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti-flag.my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti-flag.mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti-flag.na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti-flag.nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti-flag.ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti-flag.nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti-flag.ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti-flag.ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti-flag.nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti-flag.no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti-flag.np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti-flag.nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti-flag.nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti-flag.nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti-flag.om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti-flag.pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti-flag.pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti-flag.pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti-flag.pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti-flag.ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti-flag.pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti-flag.pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti-flag.pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti-flag.pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti-flag.pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti-flag.ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti-flag.pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti-flag.pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti-flag.py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti-flag.qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti-flag.re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti-flag.ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti-flag.rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti-flag.ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti-flag.rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti-flag.sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti-flag.sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti-flag.sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti-flag.sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti-flag.se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti-flag.sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti-flag.sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti-flag.si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti-flag.sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti-flag.sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti-flag.sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti-flag.sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti-flag.sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti-flag.so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti-flag.sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti-flag.ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti-flag.st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti-flag.sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti-flag.sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti-flag.sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti-flag.sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti-flag.ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti-flag.tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti-flag.td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti-flag.tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti-flag.tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti-flag.th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti-flag.tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti-flag.tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti-flag.tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti-flag.tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti-flag.tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti-flag.to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti-flag.tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti-flag.tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti-flag.tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti-flag.tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti-flag.tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti-flag.ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti-flag.ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti-flag.um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti-flag.us {
    height: 11px;
    background-position: -5241px 0px; }
  .iti-flag.uy {
    height: 14px;
    background-position: -5263px 0px; }
  .iti-flag.uz {
    height: 10px;
    background-position: -5285px 0px; }
  .iti-flag.va {
    height: 15px;
    background-position: -5307px 0px; }
  .iti-flag.vc {
    height: 14px;
    background-position: -5324px 0px; }
  .iti-flag.ve {
    height: 14px;
    background-position: -5346px 0px; }
  .iti-flag.vg {
    height: 10px;
    background-position: -5368px 0px; }
  .iti-flag.vi {
    height: 14px;
    background-position: -5390px 0px; }
  .iti-flag.vn {
    height: 14px;
    background-position: -5412px 0px; }
  .iti-flag.vu {
    height: 12px;
    background-position: -5434px 0px; }
  .iti-flag.wf {
    height: 14px;
    background-position: -5456px 0px; }
  .iti-flag.ws {
    height: 10px;
    background-position: -5478px 0px; }
  .iti-flag.xk {
    height: 15px;
    background-position: -5500px 0px; }
  .iti-flag.ye {
    height: 14px;
    background-position: -5522px 0px; }
  .iti-flag.yt {
    height: 14px;
    background-position: -5544px 0px; }
  .iti-flag.za {
    height: 14px;
    background-position: -5566px 0px; }
  .iti-flag.zm {
    height: 14px;
    background-position: -5588px 0px; }
  .iti-flag.zw {
    height: 10px;
    background-position: -5610px 0px; }

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../media/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
      background-image: url("../media/flags@2x.png"); } }

.iti-flag.np {
  background-color: transparent; }

.intl-tel-input {width: 100%;}
@import url(https://fonts.googleapis.com/css?family=Muli:300,400);

/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=4745acfffe9935f158b3)
 * Config saved to config.json and https://gist.github.com/4745acfffe9935f158b3
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-size:14px;
	line-height:22px;
	color:#ffffff;
}
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;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
a:focus,
a:active,
a:hover {
	outline: 0;
	cursor:pointer;
}
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;
}
.stretch{
	width:100%;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	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"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	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;
	font-weight:300;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		-webkit-box-shadow: none !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;
	}
	select {
		background: #fff !important;
	}
	.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;
	}
}
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../../fonticons/glyphicons-halflings-regular.eot');
	src: url('../../fonticons/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
	url('../../fonticons/glyphicons-halflings-regular.woff2') format('woff2'),
	url('../../fonticons/glyphicons-halflings-regular.woff') format('woff'),
	url('../../fonticons/glyphicons-halflings-regular.ttf') format('truetype'),
	url('../../fonticons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
	content: "\2a";
}
.glyphicon-plus:before {
	content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
	content: "\20ac";
}
.glyphicon-minus:before {
	content: "\2212";
}
.glyphicon-cloud:before {
	content: "\2601";
}
.glyphicon-envelope:before {
	content: "\2709";
}
.glyphicon-pencil:before {
	content: "\270f";
}
.glyphicon-glass:before {
	content: "\e001";
}
.glyphicon-music:before {
	content: "\e002";
}
.glyphicon-search:before {
	content: "\e003";
}
.glyphicon-heart:before {
	content: "\e005";
}
.glyphicon-star:before {
	content: "\e006";
}
.glyphicon-star-empty:before {
	content: "\e007";
}
.glyphicon-user:before {
	content: "\e008";
}
.glyphicon-film:before {
	content: "\e009";
}
.glyphicon-th-large:before {
	content: "\e010";
}
.glyphicon-th:before {
	content: "\e011";
}
.glyphicon-th-list:before {
	content: "\e012";
}
.glyphicon-ok:before {
	content: "\e013";
}
.glyphicon-remove:before {
	content: "\e014";
}
.glyphicon-zoom-in:before {
	content: "\e015";
}
.glyphicon-zoom-out:before {
	content: "\e016";
}
.glyphicon-off:before {
	content: "\e017";
}
.glyphicon-signal:before {
	content: "\e018";
}
.glyphicon-cog:before {
	content: "\e019";
}
.glyphicon-trash:before {
	content: "\e020";
}
.glyphicon-home:before {
	content: "\e021";
}
.glyphicon-file:before {
	content: "\e022";
}
.glyphicon-time:before {
	content: "\e023";
}
.glyphicon-road:before {
	content: "\e024";
}
.glyphicon-download-alt:before {
	content: "\e025";
}
.glyphicon-download:before {
	content: "\e026";
}
.glyphicon-upload:before {
	content: "\e027";
}
.glyphicon-inbox:before {
	content: "\e028";
}
.glyphicon-play-circle:before {
	content: "\e029";
}
.glyphicon-repeat:before {
	content: "\e030";
}
.glyphicon-refresh:before {
	content: "\e031";
}
.glyphicon-list-alt:before {
	content: "\e032";
}
.glyphicon-lock:before {
	content: "\e033";
}
.glyphicon-flag:before {
	content: "\e034";
}
.glyphicon-headphones:before {
	content: "\e035";
}
.glyphicon-volume-off:before {
	content: "\e036";
}
.glyphicon-volume-down:before {
	content: "\e037";
}
.glyphicon-volume-up:before {
	content: "\e038";
}
.glyphicon-qrcode:before {
	content: "\e039";
}
.glyphicon-barcode:before {
	content: "\e040";
}
.glyphicon-tag:before {
	content: "\e041";
}
.glyphicon-tags:before {
	content: "\e042";
}
.glyphicon-book:before {
	content: "\e043";
}
.glyphicon-bookmark:before {
	content: "\e044";
}
.glyphicon-print:before {
	content: "\e045";
}
.glyphicon-camera:before {
	content: "\e046";
}
.glyphicon-font:before {
	content: "\e047";
}
.glyphicon-bold:before {
	content: "\e048";
}
.glyphicon-italic:before {
	content: "\e049";
}
.glyphicon-text-height:before {
	content: "\e050";
}
.glyphicon-text-width:before {
	content: "\e051";
}
.glyphicon-align-left:before {
	content: "\e052";
}
.glyphicon-align-center:before {
	content: "\e053";
}
.glyphicon-align-right:before {
	content: "\e054";
}
.glyphicon-align-justify:before {
	content: "\e055";
}
.glyphicon-list:before {
	content: "\e056";
}
.glyphicon-indent-left:before {
	content: "\e057";
}
.glyphicon-indent-right:before {
	content: "\e058";
}
.glyphicon-facetime-video:before {
	content: "\e059";
}
.glyphicon-picture:before {
	content: "\e060";
}
.glyphicon-map-marker:before {
	content: "\e062";
}
.glyphicon-adjust:before {
	content: "\e063";
}
.glyphicon-tint:before {
	content: "\e064";
}
.glyphicon-edit:before {
	content: "\e065";
}
.glyphicon-share:before {
	content: "\e066";
}
.glyphicon-check:before {
	content: "\e067";
}
.glyphicon-move:before {
	content: "\e068";
}
.glyphicon-step-backward:before {
	content: "\e069";
}
.glyphicon-fast-backward:before {
	content: "\e070";
}
.glyphicon-backward:before {
	content: "\e071";
}
.glyphicon-play:before {
	content: "\e072";
}
.glyphicon-pause:before {
	content: "\e073";
}
.glyphicon-stop:before {
	content: "\e074";
}
.glyphicon-forward:before {
	content: "\e075";
}
.glyphicon-fast-forward:before {
	content: "\e076";
}
.glyphicon-step-forward:before {
	content: "\e077";
}
.glyphicon-eject:before {
	content: "\e078";
}
.glyphicon-chevron-left:before {
	content: "\e079";
}
.glyphicon-chevron-right:before {
	content: "\e080";
}
.glyphicon-plus-sign:before {
	content: "\e081";
}
.glyphicon-minus-sign:before {
	content: "\e082";
}
.glyphicon-remove-sign:before {
	content: "\e083";
}
.glyphicon-ok-sign:before {
	content: "\e084";
}
.glyphicon-question-sign:before {
	content: "\e085";
}
.glyphicon-info-sign:before {
	content: "\e086";
}
.glyphicon-screenshot:before {
	content: "\e087";
}
.glyphicon-remove-circle:before {
	content: "\e088";
}
.glyphicon-ok-circle:before {
	content: "\e089";
}
.glyphicon-ban-circle:before {
	content: "\e090";
}
.glyphicon-arrow-left:before {
	content: "\e091";
}
.glyphicon-arrow-right:before {
	content: "\e092";
}
.glyphicon-arrow-up:before {
	content: "\e093";
}
.glyphicon-arrow-down:before {
	content: "\e094";
}
.glyphicon-share-alt:before {
	content: "\e095";
}
.glyphicon-resize-full:before {
	content: "\e096";
}
.glyphicon-resize-small:before {
	content: "\e097";
}
.glyphicon-exclamation-sign:before {
	content: "\e101";
}
.glyphicon-gift:before {
	content: "\e102";
}
.glyphicon-leaf:before {
	content: "\e103";
}
.glyphicon-fire:before {
	content: "\e104";
}
.glyphicon-eye-open:before {
	content: "\e105";
}
.glyphicon-eye-close:before {
	content: "\e106";
}
.glyphicon-warning-sign:before {
	content: "\e107";
}
.glyphicon-plane:before {
	content: "\e108";
}
.glyphicon-calendar:before {
	content: "\e109";
}
.glyphicon-random:before {
	content: "\e110";
}
.glyphicon-comment:before {
	content: "\e111";
}
.glyphicon-magnet:before {
	content: "\e112";
}
.glyphicon-chevron-up:before {
	content: "\e113";
}
.glyphicon-chevron-down:before {
	content: "\e114";
}
.glyphicon-retweet:before {
	content: "\e115";
}
.glyphicon-shopping-cart:before {
	content: "\e116";
}
.glyphicon-folder-close:before {
	content: "\e117";
}
.glyphicon-folder-open:before {
	content: "\e118";
}
.glyphicon-resize-vertical:before {
	content: "\e119";
}
.glyphicon-resize-horizontal:before {
	content: "\e120";
}
.glyphicon-hdd:before {
	content: "\e121";
}
.glyphicon-bullhorn:before {
	content: "\e122";
}
.glyphicon-bell:before {
	content: "\e123";
}
.glyphicon-certificate:before {
	content: "\e124";
}
.glyphicon-thumbs-up:before {
	content: "\e125";
}
.glyphicon-thumbs-down:before {
	content: "\e126";
}
.glyphicon-hand-right:before {
	content: "\e127";
}
.glyphicon-hand-left:before {
	content: "\e128";
}
.glyphicon-hand-up:before {
	content: "\e129";
}
.glyphicon-hand-down:before {
	content: "\e130";
}
.glyphicon-circle-arrow-right:before {
	content: "\e131";
}
.glyphicon-circle-arrow-left:before {
	content: "\e132";
}
.glyphicon-circle-arrow-up:before {
	content: "\e133";
}
.glyphicon-circle-arrow-down:before {
	content: "\e134";
}
.glyphicon-globe:before {
	content: "\e135";
}
.glyphicon-wrench:before {
	content: "\e136";
}
.glyphicon-tasks:before {
	content: "\e137";
}
.glyphicon-filter:before {
	content: "\e138";
}
.glyphicon-briefcase:before {
	content: "\e139";
}
.glyphicon-fullscreen:before {
	content: "\e140";
}
.glyphicon-dashboard:before {
	content: "\e141";
}
.glyphicon-paperclip:before {
	content: "\e142";
}
.glyphicon-heart-empty:before {
	content: "\e143";
}
.glyphicon-link:before {
	content: "\e144";
}
.glyphicon-phone:before {
	content: "\e145";
}
.glyphicon-pushpin:before {
	content: "\e146";
}
.glyphicon-usd:before {
	content: "\e148";
}
.glyphicon-gbp:before {
	content: "\e149";
}
.glyphicon-sort:before {
	content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
	content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152";
}
.glyphicon-sort-by-order:before {
	content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
	content: "\e154";
}
.glyphicon-sort-by-attributes:before {
	content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
	content: "\e156";
}
.glyphicon-unchecked:before {
	content: "\e157";
}
.glyphicon-expand:before {
	content: "\e158";
}
.glyphicon-collapse-down:before {
	content: "\e159";
}
.glyphicon-collapse-up:before {
	content: "\e160";
}
.glyphicon-log-in:before {
	content: "\e161";
}
.glyphicon-flash:before {
	content: "\e162";
}
.glyphicon-log-out:before {
	content: "\e163";
}
.glyphicon-new-window:before {
	content: "\e164";
}
.glyphicon-record:before {
	content: "\e165";
}
.glyphicon-save:before {
	content: "\e166";
}
.glyphicon-open:before {
	content: "\e167";
}
.glyphicon-saved:before {
	content: "\e168";
}
.glyphicon-import:before {
	content: "\e169";
}
.glyphicon-export:before {
	content: "\e170";
}
.glyphicon-send:before {
	content: "\e171";
}
.glyphicon-floppy-disk:before {
	content: "\e172";
}
.glyphicon-floppy-saved:before {
	content: "\e173";
}
.glyphicon-floppy-remove:before {
	content: "\e174";
}
.glyphicon-floppy-save:before {
	content: "\e175";
}
.glyphicon-floppy-open:before {
	content: "\e176";
}
.glyphicon-credit-card:before {
	content: "\e177";
}
.glyphicon-transfer:before {
	content: "\e178";
}
.glyphicon-cutlery:before {
	content: "\e179";
}
.glyphicon-header:before {
	content: "\e180";
}
.glyphicon-compressed:before {
	content: "\e181";
}
.glyphicon-earphone:before {
	content: "\e182";
}
.glyphicon-phone-alt:before {
	content: "\e183";
}
.glyphicon-tower:before {
	content: "\e184";
}
.glyphicon-stats:before {
	content: "\e185";
}
.glyphicon-sd-video:before {
	content: "\e186";
}
.glyphicon-hd-video:before {
	content: "\e187";
}
.glyphicon-subtitles:before {
	content: "\e188";
}
.glyphicon-sound-stereo:before {
	content: "\e189";
}
.glyphicon-sound-dolby:before {
	content: "\e190";
}
.glyphicon-sound-5-1:before {
	content: "\e191";
}
.glyphicon-sound-6-1:before {
	content: "\e192";
}
.glyphicon-sound-7-1:before {
	content: "\e193";
}
.glyphicon-copyright-mark:before {
	content: "\e194";
}
.glyphicon-registration-mark:before {
	content: "\e195";
}
.glyphicon-cloud-download:before {
	content: "\e197";
}
.glyphicon-cloud-upload:before {
	content: "\e198";
}
.glyphicon-tree-conifer:before {
	content: "\e199";
}
.glyphicon-tree-deciduous:before {
	content: "\e200";
}
.glyphicon-cd:before {
	content: "\e201";
}
.glyphicon-save-file:before {
	content: "\e202";
}
.glyphicon-open-file:before {
	content: "\e203";
}
.glyphicon-level-up:before {
	content: "\e204";
}
.glyphicon-copy:before {
	content: "\e205";
}
.glyphicon-paste:before {
	content: "\e206";
}
.glyphicon-alert:before {
	content: "\e209";
}
.glyphicon-equalizer:before {
	content: "\e210";
}
.glyphicon-king:before {
	content: "\e211";
}
.glyphicon-queen:before {
	content: "\e212";
}
.glyphicon-pawn:before {
	content: "\e213";
}
.glyphicon-bishop:before {
	content: "\e214";
}
.glyphicon-knight:before {
	content: "\e215";
}
.glyphicon-baby-formula:before {
	content: "\e216";
}
.glyphicon-tent:before {
	content: "\26fa";
}
.glyphicon-blackboard:before {
	content: "\e218";
}
.glyphicon-bed:before {
	content: "\e219";
}
.glyphicon-apple:before {
	content: "\f8ff";
}
.glyphicon-erase:before {
	content: "\e221";
}
.glyphicon-hourglass:before {
	content: "\231b";
}
.glyphicon-lamp:before {
	content: "\e223";
}
.glyphicon-duplicate:before {
	content: "\e224";
}
.glyphicon-piggy-bank:before {
	content: "\e225";
}
.glyphicon-scissors:before {
	content: "\e226";
}
.glyphicon-bitcoin:before {
	content: "\e227";
}
.glyphicon-btc:before {
	content: "\e227";
}
.glyphicon-xbt:before {
	content: "\e227";
}
.glyphicon-yen:before {
	content: "\00a5";
}
.glyphicon-jpy:before {
	content: "\00a5";
}
.glyphicon-ruble:before {
	content: "\20bd";
}
.glyphicon-rub:before {
	content: "\20bd";
}
.glyphicon-scale:before {
	content: "\e230";
}
.glyphicon-ice-lolly:before {
	content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
	content: "\e232";
}
.glyphicon-education:before {
	content: "\e233";
}
.glyphicon-option-horizontal:before {
	content: "\e234";
}
.glyphicon-option-vertical:before {
	content: "\e235";
}
.glyphicon-menu-hamburger:before {
	content: "\e236";
}
.glyphicon-modal-window:before {
	content: "\e237";
}
.glyphicon-oil:before {
	content: "\e238";
}
.glyphicon-grain:before {
	content: "\e239";
}
.glyphicon-sunglasses:before {
	content: "\e240";
}
.glyphicon-text-size:before {
	content: "\e241";
}
.glyphicon-text-color:before {
	content: "\e242";
}
.glyphicon-text-background:before {
	content: "\e243";
}
.glyphicon-object-align-top:before {
	content: "\e244";
}
.glyphicon-object-align-bottom:before {
	content: "\e245";
}
.glyphicon-object-align-horizontal:before {
	content: "\e246";
}
.glyphicon-object-align-left:before {
	content: "\e247";
}
.glyphicon-object-align-vertical:before {
	content: "\e248";
}
.glyphicon-object-align-right:before {
	content: "\e249";
}
.glyphicon-triangle-right:before {
	content: "\e250";
}
.glyphicon-triangle-left:before {
	content: "\e251";
}
.glyphicon-triangle-bottom:before {
	content: "\e252";
}
.glyphicon-triangle-top:before {
	content: "\e253";
}
.glyphicon-console:before {
	content: "\e254";
}
.glyphicon-superscript:before {
	content: "\e255";
}
.glyphicon-subscript:before {
	content: "\e256";
}
.glyphicon-menu-left:before {
	content: "\e257";
}
.glyphicon-menu-right:before {
	content: "\e258";
}
.glyphicon-menu-down:before {
	content: "\e259";
}
.glyphicon-menu-up:before {
	content: "\e260";
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	font-family:'Muli', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #ffffff;
}
input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	color: #09A3EE;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #007ac2;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.overflow-hidden{
	overflow:hidden;
}
.img-rounded {
	border-radius: 6px;
}
.img-thumbnail {
	padding: 5px;
	line-height: 1.42857143;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	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 #ddd;
}
hr.small,
hr.none{
	margin:10px 0;
}
hr.xsmall{
	margin:4px 0;
}
hr.none{
	border-top:1px solid transparent;
}
.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: 300;
	line-height: 1.1;
	color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
	font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
	font-size: 75%;
}
h1,
.h1 {
	font-size: 36px;
}
h2,
.h2 {
	font-size: 30px;
}
h3,
.h3 {
	font-size: 24px;
}
h4,
.h4 {
	font-size: 18px;
}
h5,
.h5 {
	font-size: 14px;
}
h6,
.h6 {
	font-size: 12px;
}
p {
	margin: 0 0 10px;
}
.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}
@media (min-width: 768px) {
	.lead {
		font-size: 21px;
	}
}
small,
.small {
	font-size: 85%;
}
mark,
.mark {
	background-color: #fcf8e3;
	padding: .2em;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}
.text-justify {
	text-align: justify !important;
}
.text-nowrap {
	white-space: nowrap;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-muted {
	color: #777777;
}
.text-primary {
	color: #09A3EE;
}
a.text-primary:hover {
	cursor:pointer;
	color: #0089d1;
	text-decoration:underline;
}
.text-success {
	color: #14cb5d;
}
a.text-success:hover {
	cursor:pointer;
	color: #00af43;
	text-decoration:underline;
}
.text-info {
	color: #32373a;
}
a.text-info:hover {
	cursor:pointer;
	color: #1d2326;
	text-decoration:underline;
}
.text-warning {
	color: #ffb23e;
}
a.text-warning:hover {
	cursor:pointer;
	color: #ec971f;
	text-decoration:underline;
}
.text-danger {
	color: #ed4b4b;
}
a.text-danger:hover {
	cursor:pointer;
	color: #cc2934;
	text-decoration:underline;
}
.text-default{
	color:#777;
}
a.text-default:hover {
	cursor:pointer;
	color: #777;
	text-decoration:underline;
}
.bg-primary {
	color: #fff;
	background-color: #09A3EE;
}
a.bg-primary:hover {
	cursor:pointer;
	background-color: #0089d1;
}
.bg-success {
	background-color: #14cb5d;
}
a.bg-success:hover {
	cursor:pointer;
	background-color: #00af43;
}
.bg-info {
	background-color: #32373a;
}
a.bg-info:hover {
	cursor:pointer;
	background-color: #1d2326;
}
.bg-warning {
	background-color: #ffb23e;
}
a.bg-warning:hover {
	cursor:pointer;
	background-color: #ec971f;
}
.bg-danger {
	background-color: #ed4b4b;
}
a.bg-danger:hover {
	cursor:pointer;
	background-color: #cc2934;
}
.page-header {
	margin: 40px 0 20px;
	border-bottom: 1px solid #eeeeee;
}
ul,
ol {
	margin-top: 0;
	margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}
.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
dl {
	margin-top: 0;
	margin-bottom: 20px;
}
dt,
dd {
	line-height: 1.42857143;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 0;
}
@media (min-width: 768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.dl-horizontal dd {
		margin-left: 180px;
	}
}
abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #777777;
}
.initialism {
	font-size: 90%;
	text-transform: uppercase;
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
	margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
	content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
	text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
	content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
	content: '\00A0 \2014';
}
address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
	font-family:'Muli', sans-serif;
}
code {
	background:#32373a;
	color:#a6abba;
	padding:5px 10px;
	font-size: 12px;
	line-height:16px;
	display:block;
}
kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #ffffff;
	background-color: #333333;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	-webkit-box-shadow: none;
	box-shadow: none;
}
pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	word-break: break-all;
	word-wrap: break-word;
	color: #777777;
	background-color: #eef0f0;
	border: 1px solid #dddddd;
	border-radius: 4px;
	overflow:hidden;
}
.paginate pre{
	padding:5.5px 10px;
	font-size:12px;
	line-height:18px;
	margin-top:20px;
	background:#fff;
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 1024px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1400px) {
	.container {
		width: 1370px;
	}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0%;
}
@media (min-width: 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-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 1024px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.66666667%;
	}
	.col-md-push-10 {
		left: 83.33333333%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66666667%;
	}
	.col-md-push-7 {
		left: 58.33333333%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.66666667%;
	}
	.col-md-push-4 {
		left: 33.33333333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.66666667%;
	}
	.col-md-push-1 {
		left: 8.33333333%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 1400px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.66666667%;
	}
	.col-lg-pull-10 {
		right: 83.33333333%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.66666667%;
	}
	.col-lg-pull-7 {
		right: 58.33333333%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.66666667%;
	}
	.col-lg-pull-4 {
		right: 33.33333333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.66666667%;
	}
	.col-lg-pull-1 {
		right: 8.33333333%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.66666667%;
	}
	.col-lg-push-10 {
		left: 83.33333333%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.66666667%;
	}
	.col-lg-push-7 {
		left: 58.33333333%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.66666667%;
	}
	.col-lg-push-4 {
		left: 33.33333333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-2 {
		left: 16.66666667%;
	}
	.col-lg-push-1 {
		left: 8.33333333%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
}
table {
	border:1px solid #ddd;
	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;
	border-radius:4px;
}
.table.border-radius-four{
	border-radius:4px;
	border-collapse:separate;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	padding: 15px 8px 13px;
	line-height: 22px;
	vertical-align: top;
	border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
	vertical-align: bottom;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
	border-top: 0;
}
.table > tbody + tbody {
	border-top: 2px solid #dddddd;
}
.table .table {
	background-color: #ffffff;
}
.table td .media{
	max-width:28px;
	max-height:28px;
	background:#efefef;
	margin-top:-6px;
	position:relative;
	top:2px;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
	padding: 5px;
}
.table-bordered {
	border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border: 1px solid #dddddd;
}
.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: #eef0f0;
}
table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
	background-color: #eef0f0;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
	background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
	background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
	background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
	background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
	background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
	background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
	background-color: #ebcccc;
}
.table-responsive {
	overflow-x: auto;
	min-height: 0.01%;
}
@media screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #dddddd;
	}
	.table-responsive > .table {
		margin-bottom: 0;
	}
	.table-responsive > .table > thead > tr > th,
	.table-responsive > .table > tbody > tr > th,
	.table-responsive > .table > tfoot > tr > th,
	.table-responsive > .table > thead > tr > td,
	.table-responsive > .table > tbody > tr > td,
	.table-responsive > .table > tfoot > tr > td {
		white-space: nowrap;
	}
	.table-responsive > .table-bordered {
		border: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:first-child,
	.table-responsive > .table-bordered > tbody > tr > th:first-child,
	.table-responsive > .table-bordered > tfoot > tr > th:first-child,
	.table-responsive > .table-bordered > thead > tr > td:first-child,
	.table-responsive > .table-bordered > tbody > tr > td:first-child,
	.table-responsive > .table-bordered > tfoot > tr > td:first-child {
		border-left: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:last-child,
	.table-responsive > .table-bordered > tbody > tr > th:last-child,
	.table-responsive > .table-bordered > tfoot > tr > th:last-child,
	.table-responsive > .table-bordered > thead > tr > td:last-child,
	.table-responsive > .table-bordered > tbody > tr > td:last-child,
	.table-responsive > .table-bordered > tfoot > tr > td:last-child {
		border-right: 0;
	}
	.table-responsive > .table-bordered > tbody > tr:last-child > th,
	.table-responsive > .table-bordered > tfoot > tr:last-child > th,
	.table-responsive > .table-bordered > tbody > tr:last-child > td,
	.table-responsive > .table-bordered > tfoot > tr:last-child > td {
		border-bottom: 0;
	}
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 300;
}
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}
input[type="file"] {
	display: block;
}
input[type="range"] {
	display: block;
	width: 100%;
}
select[multiple],
select[size] {
	height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 13px;
	line-height: 20px;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #dddddd;
	border-radius: 4px;
	box-shadow:none;
	-webkit-appearance:none;
}
input:-webkit-autofill {
	-webkit-text-fill-color:#5f5f5f !important;
	-webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}
input[type="checkbox"].form-control,
input[type="radio"].form-control{
	height:inherit;
	display:inline-block;
	width:auto;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
}
.form-control:-moz-placeholder {
	color: #5f5f5f;
	opacity: 0.5;
}
.form-control::-moz-placeholder {
	color: #5f5f5f;
	opacity: 0.5;
}
.form-control:-ms-input-placeholder {
	color: #5f5f5f;
	opacity: 0.5;
}
.form-control::-webkit-input-placeholder {
	color: #5f5f5f;
	opacity: 0.5;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	/*background-color: #eeeeee;*/
	opacity: 1;
	border:1px solid #ddd;
}
.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed;
}
textarea.form-control {
	height: auto;
	max-width:100%;
	min-width:100%;
	height:80px;
	min-height:80px;
	max-height:140px;
	-webkit-appearance:none;
}
input[type="search"] {
	-webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input[type="date"],
	input[type="time"],
	input[type="datetime-local"],
	input[type="month"] {
		line-height: 34px;
	}
	input[type="date"].input-sm,
	input[type="time"].input-sm,
	input[type="datetime-local"].input-sm,
	input[type="month"].input-sm,
	.input-group-sm input[type="date"],
	.input-group-sm input[type="time"],
	.input-group-sm input[type="datetime-local"],
	.input-group-sm input[type="month"] {
		line-height: 30px;
	}
	input[type="date"].input-lg,
	input[type="time"].input-lg,
	input[type="datetime-local"].input-lg,
	input[type="month"].input-lg,
	.input-group-lg input[type="date"],
	.input-group-lg input[type="time"],
	.input-group-lg input[type="datetime-local"],
	.input-group-lg input[type="month"] {
		line-height: 46px;
	}
}
.form-group {
	margin-bottom: 15px;
}
.radio,
.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
}
.radio label,
.checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight:300;
	cursor: pointer;
	font-size:14px;
	line-height:22px;
}
.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: 20px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
	cursor: not-allowed;
}
.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
	padding-left: 0;
	padding-right: 0;
}
.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
select.input-sm {
	height: 30px;
	line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
	height: auto;
}
.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
select.form-group-sm .form-control {
	height: 30px;
	line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
	height: auto;
}
.form-group-sm .form-control-static {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	min-height: 32px;
}
.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
select.input-lg {
	height: 46px;
	line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
	height: auto;
}
.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
select.form-group-lg .form-control {
	height: 46px;
	line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
	height: auto;
}
.form-group-lg .form-control-static {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	min-height: 38px;
}
.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 {
	width: 46px;
	height: 46px;
	line-height: 46px;
}
.input-sm + .form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
	color: #3c763d;
}
.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8;
}
.has-success .form-control-feedback {
	color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
	color: #8a6d3b;
}
.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
	color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
	color: #a94442;
}
.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	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;
}
@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: 14.333333px;
	}
}
@media (min-width: 768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
	}
}
.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: 13px;
	line-height: 20px;
	font-weight: 300;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
}
.btn:hover,
.btn:focus,
.btn.focus {
	text-decoration: none;
}
.btn:active,
.btn.active {
	outline: 0;
	background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-default {
	color: #5f5f5f;
	background-color: #ffffff;
	border: 1px solid #ddd;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	background-color: #e6e6e6;
	border-color: #dddddd;
	color:#5f5f5f;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: #ffffff;
	border-color: #dddddd;
}
.btn-default .badge {
	color: #ffffff;
	background-color: #333333;
}
.btn-primary {
	color: #ffffff;
	background-color: #09A3EE;
	border:none;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #0089d1;
	border-color: none;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	opacity:0.6;
	border-color: none;
}
.btn-primary .badge {
	color: #09A3EE;
	background-color: #ffffff;
}
.btn-success {
	color: #ffffff;
	background-color: #14cb5d;
	border-color: none;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	color: #ffffff;
	background-color: #00af43;
	border-color: none;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	opacity:0.6;
	border-color: none;
}
.btn-success .badge {
	color: #14cb5d;
	background-color: #ffffff;
}
.btn-info {
	color: #ffffff;
	background-color: #32373a;
	border-color: none;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
	color: #ffffff;
	background-color: #1d2326;
	border-color: none;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
	background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
	opacity:0.6;
	border-color: none;
}
.btn-info .badge {
	color: #32373a;
	background-color: #ffffff;
}
.btn-warning {
	color: #ffffff;
	background-color: #ffb23e;
	border-color: none;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
	color: #ffffff;
	background-color: #ec971f;
	border-color: none;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
	background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
	opacity:0.6;
	border-color: none;
}
.btn-warning .badge {
	color: #ffb23e;
	background-color: #ffffff;
}
.btn-danger {
	color: #ffffff;
	background-color: #ed4b4b;
	border-color: none;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
	color: #ffffff;
	background-color: #cc2934;
	border-color: none;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
	background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	opacity:0.6;
	border-color: none;
}
.btn-danger .badge {
	color: #ed4b4b;
	background-color: #ffffff;
}
.btn-link {
	color: #09A3EE;
	font-weight: normal;
	border-radius: 0;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
	color: #0089d1;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
	color: #777777;
	text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 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%;
}
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
	border:1px solid transparent;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity 0.35s linear;
	-o-transition: opacity 0.35s linear;
	transition: opacity 0.35s 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;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
}
.caret {
	display:inline-block;
	font-size:11px;
	font-weight:400 !important;
	margin-left:11px;
	position:relative;
	top:1px;
	color:#5f5f5f;
	-webkit-text-stroke: 0;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.caret:after{
	content:'\e60f';
	font-family: 'icomoon';
}
.chevron {
	display:inline-block;
	font-size:11px;
	font-weight:600 !important;
	margin-left:11px;
	position:relative;
	top:5px;
	color:#5f5f5f;
	-webkit-text-stroke: 0;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.open span.chevron,
.open span.caret{
	transform:rotate(-180deg);
	-ms-transform:rotate(-180deg);
	-webkit-transform:rotate(-180deg);
}
a.btn-primary .chevron,
a.btn-success .chevron,
a.btn-info .chevron,
a.btn-warning .chevron,
a.btn-danger .chevron{
	color:#fff;
}
.dropup,
.dropdown {
	position: relative;
}
.dropdown-toggle a.btn{
	border:1px solid #ddd;
}
.dropdown-toggle:focus {
	outline: 0;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	width:100%;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #ffffff;
	border-radius: 4px;
	padding:0;
	border:1px solid #dddddd;
	max-height:290px;
	max-height:244px;
	overflow:auto;
}
.modal-content .dropdown-menu{
	max-height:162px;
	max-height:180px;
}
.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: 6px 12px;
	clear: both;
	font-weight: normal;
	font-size:13px;
	line-height: 20px;
	font-weight:300;
	color: #5f5f5f;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	text-decoration: none;
	background-color:#eef0f0;
	padding-left:18px;
	padding-right:12px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	background-color: #09A3EE;
}
.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;
}
.dropdown-menu > li > a.text-right:hover{
	padding-left:12px;
	padding-right:18px;
}
.dropdown .dropdown-toggle img,
.dropdown .dropdown-menu img{
	max-width:20px;
	height:auto;
	margin-right:8px;

	border-radius:6px;
}
.open > .dropdown-menu {
	display: block;
}
.open > a {
	outline: 0;
}
.dropdown-menu-right {
	left: auto;
	right: 0;
}
.dropdown-menu-left {
	left: 0;
	right: auto;
}
.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777777;
	white-space: nowrap;
}
.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}
.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid;
	content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}
@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		left: auto;
		right: 0;
	}
	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto;
	}
}
.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
	position: relative;
	float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
	z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
	margin-left: -1px;
}
.btn-toolbar {
	margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
	float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
	margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}
.btn-group > .btn:first-child {
	margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.btn-group > .btn-group {
	float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0;
}
.dropup .btn-lg .caret {
	border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
	float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
	margin-top: -1px;
	margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
	border-bottom-left-radius: 4px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
	float: none;
	display: table-cell;
	width: 1%;
}
.btn-group-justified > .btn-group .btn {
	width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
	left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}
.input-group[class*="col-"] {
	float: none;
	padding-left: 0;
	padding-right: 0;
}
.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
	height: 46px;
	line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
	height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
	height: 30px;
	line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
	height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
	display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}
.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #555555;
	text-align: center;
	background-color: #eeeeee;
	border: 1px solid #dddddd;
	border-radius: 4px;
}
.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px;
}
.input-group-addon.input-lg {
	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 {
	margin-left: -1px;
}
.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.nav > li {
	position: relative;
	display: block;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 8px 15px;
	cursor:pointer;
}
.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background-color: #fff;
}
.nav > li.disabled > a {
	color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
	color: #777777;
	text-decoration: none;
	cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: #eeeeee;
	border-color: #09A3EE;
}
.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.nav > li > a > img {
	max-width: none;
}
.nav-tabs {
	overflow:hidden;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li:first-child > a{
	border-left:1px solid #ddd;
	border-radius:4px 0 0 4px;
}
.nav-tabs > li:last-child > a{
	border-radius:0 4px 4px 0;
}
.nav-tabs > li:only-child > a{
	border-radius:4px !important;
}
.nav-tabs > li > a {
	color:#888;
	margin-right: 2px;
	font-size:14px;
	line-height:20px;
	border: 1px solid #dddddd;
	border-left:none;
	background:#eef0f0;
}
.nav-tabs > li > a:hover {
	border-color: #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li > a.active,
.nav-tabs > li > a.active:hover,
.nav-tabs > li > a.active:focus {
	color: #09a3ee;
	background-color: #fff;
	cursor: default;
	border-bottom:1px solid #09a3ee;
}
.nav-tabs.nav-justified {
	width: 100%;
}
.nav-tabs.nav-justified > li {
	float: none;
}
.nav-tabs.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}
.nav-tabs > li a:hover,
.nav-tabs > li a:focus{
	color:#09a3ee;
}
@media (min-width: 768px) {
	.nav-tabs.nav-justified > li {
		display: table-cell;
		width: 1%;
	}
	.nav-tabs.nav-justified > li > a {
		margin-bottom: 0;
	}
}

/* Fix for plugin tabs */
html[buildfire='control'] .nav-tabs.nav-justified > li {
	display: table-cell;
	width: 1%;
}
html[buildfire='control'] .nav-tabs.nav-justified > li > a {
	margin-bottom: 0;
}

.nav-tabs.nav-justified > li > a {
	margin-right: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {

}
@media (min-width: 768px) {
}
.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: #ffffff;
	background-color: #09A3EE;
}
.nav-stacked > li {
	float: none;
}
.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0;
}
.nav-justified {
	width: 100%;
}
.nav-justified > li {
	float: none;
}
.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}
@media (min-width: 768px) {
	.nav-justified > li {
		display: table-cell;
		width: 1%;
	}
	.nav-justified > li > a {
		margin-bottom: 0;
	}
}
.nav-tabs-justified {
	border-bottom: 0;
}
.nav-tabs-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
	border: 1px solid #dddddd;
}
@media (min-width: 768px) {
	.nav-tabs-justified > li > a {
		border-bottom: 1px solid #dddddd;
		border-radius: 4px 4px 0 0;
	}
	.nav-tabs-justified > .active > a,
	.nav-tabs-justified > .active > a:hover,
	.nav-tabs-justified > .active > a:focus {
		border-bottom-color: #ffffff;
	}
}
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}
@media (min-width: 768px) {
	.navbar {
		border-radius: 4px;
	}
}
@media (min-width: 768px) {
	.navbar-header {
		float: left;
	}
}
.navbar-collapse {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
	overflow-y: auto;
}
@media (min-width: 768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
	.navbar-collapse.in {
		overflow-y: visible;
	}
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
	max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
	.navbar-fixed-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		max-height: 200px;
	}
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}
@media (min-width: 768px) {
	.container > .navbar-header,
	.container-fluid > .navbar-header,
	.container > .navbar-collapse,
	.container-fluid > .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}
.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}
@media (min-width: 768px) {
	.navbar-static-top {
		border-radius: 0;
	}
}
.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}
@media (min-width: 768px) {
	.navbar-fixed-top,
	.navbar-fixed-bottom {
		border-radius: 0;
	}
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
	background-color: #101010;
	color: #ffffff;
}
.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}
.navbar-brand {
	float: left;
	padding: 15px 15px;
	font-size: 16px;
	line-height: 20px;
	height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none;
}
.navbar-brand > img {
	display: block;
}
@media (min-width: 768px) {
	.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: 768px) {
	.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: 767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		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: 768px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}
	.navbar-nav > li {
		float: left;
	}
	.navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
.navbar-form {
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	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: 767px) {
	.navbar-form .form-group {
		margin-bottom: 5px;
	}
	.navbar-form .form-group:last-child {
		margin-bottom: 0;
	}
}
@media (min-width: 768px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}
.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	margin-bottom: 0;
	border-top-right-radius: 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 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px;
}
.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px;
}
@media (min-width: 768px) {
	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px;
	}
}
@media (min-width: 768px) {
	.navbar-left {
		float: left !important;
	}
	.navbar-right {
		float: right !important;
		margin-right: -15px;
	}
	.navbar-right ~ .navbar-right {
		margin-right: 0;
	}
}
.navbar-default {
	border-radius:0;
	background-color: #f8f8f8;
	border-bottom:1px solid #ddd;
}
.navbar-default .navbar-brand {
	color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-default .navbar-text {
	color: #777777;
}
.navbar-default .navbar-nav > li > a {
	color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #333333;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #555555;
	background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
	color: #cccccc;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #888888;
}
.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: #555555;
}
@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #777777;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #333333;
		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: #555555;
		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: #cccccc;
		background-color: transparent;
	}
}
.navbar-default .navbar-link {
	color: #777777;
}
.navbar-default .navbar-link:hover {
	color: #333333;
}
.navbar-default .btn-link {
	color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
	color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
	color: #cccccc;
}
.navbar-inverse {
	background-color: #222222;
	border-color: #080808;
}
.navbar-inverse .navbar-brand {
	color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #ffffff;
	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: #ffffff;
	background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	color: #ffffff;
	background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
	color: #444444;
	background-color: transparent;
}
.navbar-inverse .navbar-toggle {
	border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #080808;
	color: #ffffff;
}
@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #080808;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #9d9d9d;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #ffffff;
		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: #ffffff;
		background-color: #080808;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #444444;
		background-color: transparent;
	}
}
.navbar-inverse .navbar-link {
	color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
	color: #ffffff;
}
.navbar-inverse .btn-link {
	color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
	color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #444444;
}
.breadcrumb {
	margin-bottom:15px;
	list-style: none;
}
.breadcrumb > li {
	display: inline-block;
}
.breadcrumb > li + li:before {
	content: "/\00a0";
	margin-left:10px;
	margin-right:0px;
	color: #cccccc;
}
.breadcrumb li .ellipsis{
	max-width:160px;
	display:inline-block;
	vertical-align:bottom;
}
.breadcrumb > .active {
	color: #777777;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
	vertical-align:top;
}
.pagination > li {
	display: inline-block;
}
.pagination > li a{
	border-radius:4px;
}
.pagination > li a.active,
.pagination > li a.active:hover{
	background:#09a3ee;
	color:#fff;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #09A3EE;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	margin-left: -1px;
	font-size:13px;
	line-height:18px;
}
.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 + li{
	margin-left:4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #0089d1;
	background-color: #eeeeee;
	border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #09A3EE;
	border-color: #09A3EE;
	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: #ffffff;
	border-color: #dddddd;
	cursor: not-allowed;
	opacity:0.6;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
}
.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;
}
.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 li {
	display: inline;
}
.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	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: #ffffff;
	cursor: not-allowed;
}
.label {
	display: inline-block;
	padding: 6px 6px 4px;
	font-size: 70%;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}
a.label:hover,
a.label:focus {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
.label:empty {
	display: none;
}
.btn .label {
	position: relative;
	top: -1px;
}
.label-default {
	background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #5e5e5e;
}
.label-primary {
	background-color: #09A3EE;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #0089d1;
}
.label-success {
	background-color: #14cb5d;
}
.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #00af43;
}
.label-info {
	background-color: #32373a;
}
.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #48b9e3;
}
.label-warning {
	background-color: #ffb23e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #ec971f;
}
.label-danger {
	background-color: #ed4b4b;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #cc2934;
}
.badge {
	display: inline-block;
	min-width: 21px;
	padding: 5px 5px 3px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	background-color: #777777;
	border-radius: 10px;
}
.badge:empty {
	display: none;
}
.btn .badge {
	position: relative;
	top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
	top: 0;
	padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
	color: #09A3EE;
	background-color: #ffffff;
}
.list-group-item > .badge {
	float: right;
}
.list-group-item > .badge + .badge {
	margin-right: 5px;
}
.nav-pills > li > a > .badge {
	margin-left: 3px;
}
.jumbotron {
	padding: 30px 15px;
	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;
}
.jumbotron .container {
	max-width: 100%;
}
@media screen and (min-width: 768px) {
	.jumbotron {
		padding: 48px 0;
	}
	.container .jumbotron,
	.container-fluid .jumbotron {
		padding-left: 60px;
		padding-right: 60px;
	}
	.jumbotron h1,
	.jumbotron .h1 {
		font-size: 63px;
	}
}
.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: border 0.2s ease-in-out;
	-o-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
	margin-left: auto;
	margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #09A3EE;
}
.thumbnail .caption {
	padding: 9px;
	color: #333333;
}
.alert {
	padding: 15px;
	border: 1px solid transparent;
	border-radius: 4px;
	font-size:13px;

	text-align:center;
	padding: 6px;
	font-size:12px;
}
.alert.alert-sm{
	padding:6px;
	font-size:12px;
}
.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-primary {
	background-color: #09a3ee;
	border-color: none;
	color: #fff;
}
.alert-primary hr{
	border-top-color:#fff;
}
.alert-success {
	background-color: #14cb5d;
	border-color: none;
	color: #fff;
}
.alert-success hr {
	border-top-color: #fff;
}
.alert-success .alert-link {
	color: #2b542c;
}
.alert-info {
	background-color: #32373a;
	border-color: none;
	color: #fff;
}
.alert-info hr {
	border-top-color: #fff;
}
.alert-info .alert-link {
	color: #245269;
}
.alert-warning {
	background-color:#ffce5b;
	background-color: #ffb23e;
	border-color: none;
	color: #fff;
}
.alert-warning hr {
	border-top-color: #fff;
}
.alert-warning .alert-link {
	color: #66512c;
}
.alert-danger {
	background-color: #ed4b4b;
	border-color: none;
	color: #fff;
}
.alert-danger hr {
	border-top-color: #fff;
}
.alert-danger .alert-link {
	color: #843534;
}
.site-alert.alert{
	position:absolute;
	top:-50px;
	left:221px;
	min-width:200px;
	max-width:350px;
	padding:7px 10px;
	opacity:0;
	top:13px;
	height:38px;
	overflow:hidden;
	text-transform:capitalize;
}
.site-alert.alert.active{
	opacity:1;
}
.site-alert.alert-message{
	background:#eef0f0;
	color:#5f5f5f;
	border:1px solid #ddd;
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
@-o-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
.progress {
	overflow: hidden;
	height: 20px;
	margin-bottom: 20px;
	background-color: #eef0f0;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
	background-color: #09A3EE;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
	background-color: #14cb5d;
}
.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
	background-color: #32373a;
}
.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
	background-color: #ffb23e;
}
.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
	background-color: #ed4b4b;
}
.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
	margin-top: 15px;
	max-width:100%;
}
.media:first-child {
	margin-top: 0;
}
.media,
.media-body {
	zoom: 1;
	overflow: hidden;
}
.media-body {
	width: 10000px;
}
.media-object {
	display: block;
}
.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: #ffffff;
	border: 1px solid #dddddd;
}
.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 {
	color: #555555;
}
a.list-group-item .list-group-item-heading {
	color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
	text-decoration: none;
	color: #555555;
	background-color: #eef0f0;
}
.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: #ffffff;
	background-color: #09A3EE;
	border-color: #09A3EE;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
	color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
	color: #c7ddef;
}
.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8;
}
a.list-group-item-success {
	color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
	color: inherit;
}
a.list-group-item-success:hover,
a.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 {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d;
}
.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7;
}
a.list-group-item-info {
	color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
	color: inherit;
}
a.list-group-item-info:hover,
a.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 {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f;
}
.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
}
a.list-group-item-warning {
	color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
	color: inherit;
}
a.list-group-item-warning:hover,
a.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 {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b;
}
.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede;
}
a.list-group-item-danger {
	color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
	color: inherit;
}
a.list-group-item-danger:hover,
a.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 {
	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: #ffffff;
	border: 1px solid transparent;
	border-radius: 4px;
	overflow:hidden;
}
.panel-body {
	padding: 25px 15px;
}
.panel-heading {
	border-bottom: 1px solid transparent;
	border-radius:4px;
	padding:8px 15px;
}
.panel-heading > .dropdown .dropdown-toggle {
	color: inherit;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
	color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
	color: inherit;
}
.panel-heading .panel-title a{
	display:block;
	padding: 10px 15px;
}
.panel-footer {
	padding: 10px 15px;
	background-color: #eef0f0;
	border-top: 1px solid #dddddd;
	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-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-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
	border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
	border-top-right-radius: 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-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
	border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
	border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
	border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
	border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
	border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
	border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
	border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
	border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
	border-bottom: 0;
}
.panel > .table-responsive {
	border: 0;
	margin-bottom: 0;
}
.panel-group {
	margin-bottom: 20px;
}
accordion.margin-bottom-zero .panel-group{
	margin-bottom:0;
}
.accordion-holder .panel-group{
	margin-bottom:0;
	font-size:13px;
}
.accordion-holder .panel-heading .panel-title a{
	padding:4px 0px;
	font-size:13px;
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
	background-color: #eef0f0;
}
.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 #dddddd;
}
.panel-group .panel-footer {
	border-top: 0;
}
.panel-group .panel-collapse{
	background:#fff;
	border-radius:0 0 4px 4px;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
	border-bottom: 1px solid #dddddd;
}
.panel-default {
	border-color: #dddddd;
}
.panel-default > .panel-heading {
	background-color: #eef0f0;
	border-color: #dddddd;
}
/*
.panel-default > .panel-heading:hover{
  background-color:#fff;
}
*/
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
	color: #eef0f0;
	background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #dddddd;
}
.panel-primary {
	border-color: #09A3EE;
}
.panel-primary > .panel-heading {
	color: #ffffff;
	background-color: #09A3EE;
	border-color: #09A3EE;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #09A3EE;
}
.panel-primary > .panel-heading .badge {
	color: #09A3EE;
	background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #09A3EE;
}
.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: #eef0f0;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);

	box-shadow:none;
	border:1px solid #dddddd;
	background:#eef0f0;
}
.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: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
.modal-open {
	overflow: hidden;
}
.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto !important;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-content {
	position: relative;
	background-color: #ffffff;
	outline: 0;
	border-radius:4px;
	/*overflow:hidden;*/
}
.modal-content .header{
	border-radius:4px 4px 0 0;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #32373a;
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.modal-backdrop.in {
	opacity: 0.78;
	filter: alpha(opacity=50);
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.42857143px;
}
.modal-header .close {
	margin-top: -2px;
}
.modal-title {
	margin: 0;
	line-height: 1.42857143;
}
.modal-body {
	position: relative;
	padding: 15px;
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}
@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 85px auto 30px;
	}
	.modal-sm {
		width: 400px;
		margin-top:155px;
	}
}
@media (min-width: 1024px) {
	.modal-lg {
		width: 894px;
	}
}
.tooltip {
	position: absolute;
	width:180px;
	z-index: 1070;
	display: block;
	font-family:'Muli', sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.tooltip.top {
	margin-top: -5px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 5px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 5px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -5px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 220px;
	padding: 8px 12px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #32373a;
	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: #32373a;
}
.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #32373a;
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #32373a;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #32373a;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #32373a;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #32373a;
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #32373a;
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #32373a;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family:'Muli', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: left;
	background-color: #ffffff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #dddddd;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	white-space: normal;
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
	bottom: -10px;
}
.carousel {
	position: relative;
}
.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.carousel-inner > .item {
	display: none;
	position: relative;
	-webkit-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-inner > .item {
		-webkit-transition: -webkit-transform 0.6s ease-in-out;
		-o-transition: -o-transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000;
		perspective: 1000;
	}
	.carousel-inner > .item.next,
	.carousel-inner > .item.active.right {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		left: 0;
	}
	.carousel-inner > .item.prev,
	.carousel-inner > .item.active.left {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		left: 0;
	}
	.carousel-inner > .item.next.left,
	.carousel-inner > .item.prev.right,
	.carousel-inner > .item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block;
}
.carousel-inner > .active {
	left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner > .next {
	left: 100%;
}
.carousel-inner > .prev {
	left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
	left: 0;
}
.carousel-inner > .active.left {
	left: -100%;
}
.carousel-inner > .active.right {
	left: 100%;
}
.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
	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: #ffffff;
	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%;
	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;
	margin-top: -10px;
	line-height: 1;
	font-family:'Muli', sans-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 #ffffff;
	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: #ffffff;
}
.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff;
	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: -15px;
		font-size: 30px;
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -15px;
	}
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -15px;
	}
	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px;
	}
	.carousel-indicators {
		bottom: 20px;
	}
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
	content: " ";
	display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
	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,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}
@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
	table.visible-xs {
		display: table;
	}
	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: 1023px) {
	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.visible-sm-block {
		display: block !important;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.visible-sm-inline {
		display: inline !important;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 1024px) and (max-width: 1399px) {
	.visible-md {
		display: block !important;
	}
	table.visible-md {
		display: table;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}
@media (min-width: 1024px) and (max-width: 1399px) {
	.visible-md-block {
		display: block !important;
	}
}
@media (min-width: 1024px) and (max-width: 1399px) {
	.visible-md-inline {
		display: inline !important;
	}
}
@media (min-width: 1024px) and (max-width: 1399px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 1400px) {
	.visible-lg {
		display: block !important;
	}
	table.visible-lg {
		display: table;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
}
@media (min-width: 1400px) {
	.visible-lg-block {
		display: block !important;
	}
}
@media (min-width: 1400px) {
	.visible-lg-inline {
		display: inline !important;
	}
}
@media (min-width: 1400px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}
@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 1024px) and (max-width: 1399px) {
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1400px) {
	.hidden-lg {
		display: none !important;
	}
}
.visible-print {
	display: none !important;
}
@media print {
	.visible-print {
		display: block !important;
	}
	table.visible-print {
		display: table;
	}
	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;
	}
}



/* Awesome Bootstrap Checkbox Add On */
.checkbox {
	padding-left: 20px;
	display:inline-block;
}
.checkbox label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 10px;
	font-size:13px !important;
	line-height:20px !important;
}
.checkbox.no-label label{
	padding:0;
}
.checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 19px;
	height: 19px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #ddd;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 4px;
	top: -1px;
	margin-left: -20px;
	font-size: 10px;
	font-weight:600;
	color: #fff;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
	opacity: 0;
	z-index: 1;
	z-index:0;
	cursor:pointer;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
	font-family: "icomoon";
	content: "\e60d";
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
	opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
	background-color: #eeeeee;
	cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
	border-radius: 50%;
}
.checkbox.checkbox-inline {
	margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
	background-color: #101010;
	border-color: #101010;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
	color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
	background-color: #ed4b4b;
	border-color: #ed4b4b;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
	color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
	background-color: #32373a;
	border-color: #32373a;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
	color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
	background-color: #ffb23e;
	border-color: #ffb23e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
	color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
	background-color: #14cb5d;
	border-color: #14cb5d;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
	color: #fff;
}
.radio {
	padding-left: 20px;
	display:inline-block;
}
.radio label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 10px;
	font-size:13px !important;
	line-height:20px !important;
}
.radio label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 19px;
	height: 19px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #cccccc;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out;
	transition: border 0.15s ease-in-out;
}
.radio label::after {
	display: inline-block;
	position: absolute;
	content: " ";
	width: 13px;
	height: 13px;
	left: 3px;
	top: 3px;
	margin-left: -20px;
	border-radius: 50%;
	background-color: #555555;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
	opacity: 0;
	z-index: 1;
	cursor:pointer;
}
.radio input[type="radio"]:checked + label::after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
	opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
	cursor: not-allowed;
}
.radio.radio-inline {
	margin-top: 0;
}
.radio-primary input[type="radio"] + label::after {
	background-color: #09a3ee;
}
.radio-primary input[type="radio"]:checked + label::before {
	border-color: #09a3ee;
}
.radio-primary input[type="radio"]:checked + label::after {
	background-color: #09a3ee;
}
.radio-danger input[type="radio"] + label::after {
	background-color: #ed4b4b;
}
.radio-danger input[type="radio"]:checked + label::before {
	border-color: #ed4b4b;
}
.radio-danger input[type="radio"]:checked + label::after {
	background-color: #ed4b4b;
}
.radio-info input[type="radio"] + label::after {
	background-color: #32373a;
}
.radio-info input[type="radio"]:checked + label::before {
	border-color: #32373a;
}
.radio-info input[type="radio"]:checked + label::after {
	background-color: #32373a;
}
.radio-warning input[type="radio"] + label::after {
	background-color: #ffb23e;
}
.radio-warning input[type="radio"]:checked + label::before {
	border-color: #ffb23e;
}
.radio-warning input[type="radio"]:checked + label::after {
	background-color: #ffb23e;
}
.radio-success input[type="radio"] + label::after {
	background-color: #14cb5d;
}
.radio-success input[type="radio"]:checked + label::before {
	border-color: #14cb5d;
}
.radio-success input[type="radio"]:checked + label::after {
	background-color: #14cb5d;
}
input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
	font-family: "icomoon";
	content: "\e60d";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
	color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
	color: #fff;
}







/*******************************************************
Variables
*******************************************************/
/*******************************************************
Animation
*******************************************************/
@-webkit-keyframes popIn {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	25% {
		-webkit-transform: scale(1.2, 1);
		transform: scale(1.2, 1);
	}
	50% {
		-webkit-transform: scale(1.4, 1);
		transform: scale(1.4, 1);
	}
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}
@keyframes popIn {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	25% {
		-webkit-transform: scale(1.2, 1);
		transform: scale(1.2, 1);
	}
	50% {
		-webkit-transform: scale(1.4, 1);
		transform: scale(1.4, 1);
	}
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}
@-webkit-keyframes popOut {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	25% {
		-webkit-transform: scale(1.2, 1);
		transform: scale(1.2, 1);
	}
	50% {
		-webkit-transform: scale(1.4, 1);
		transform: scale(1.4, 1);
	}
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}
@keyframes popOut {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	25% {
		-webkit-transform: scale(1.2, 1);
		transform: scale(1.2, 1);
	}
	50% {
		-webkit-transform: scale(1.4, 1);
		transform: scale(1.4, 1);
	}
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}
@-webkit-keyframes splashIn {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		opacity: 0.8;
	}
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		opacity: .9;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}
@keyframes splashIn {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		opacity: 0.8;
	}
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		opacity: .9;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}
@-webkit-keyframes splashOut {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	25% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0.8;
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: .9;
	}
	100% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 1;
	}
}
@keyframes splashOut {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	25% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0.8;
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: .9;
	}
	100% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 1;
	}
}
/*******************************************************
Main Slider basics
*******************************************************/
.checkbox-toggle {
	position: relative;
}
.checkbox-toggle input {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 0%;
	margin: 0 0;
	cursor: pointer;
	zoom: 1;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.checkbox-toggle input + span {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkbox-toggle input + span:before {
	position: absolute;
	left: 0px;
	display: inline-block;
}
.checkbox-toggle input + span > h4 {
	display: inline;
}
/*******************************************************
Main Slider
*******************************************************/
.checkbox-slider {
	position: relative;
}
.checkbox-slider input {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 0%;
	margin: 0 0;
	cursor: pointer;
	zoom: 1;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.checkbox-slider input + span {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkbox-slider input + span:before {
	position: absolute;
	left: 0px;
	display: inline-block;
}
.checkbox-slider input + span > h4 {
	display: inline;
}
.checkbox-slider input + span {
	padding-left: 40px;
}
.checkbox-slider input + span:before {
	content: "";
	height: 20px;
	width: 40px;
	background: rgba(100, 100, 100, 0.2);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
	transition: background 0.2s ease-out;
}
.checkbox-slider input + span:after {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0px;
	top: 0;
	display: block;
	background: #ffffff;
	transition: margin-left 0.1s ease-in-out;
	text-align: center;
	font-weight: bold;
	content: "";
}
.checkbox-slider input:checked + span:after {
	margin-left: 20px;
	content: "";
}
.checkbox-slider input:checked + span:before {
	transition: background 0.2s ease-in;
}
/*******************************************************
Slider default
*******************************************************/
.checkbox-slider--default {
	position: relative;
}
.checkbox-slider--default input {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 0%;
	margin: 0 0;
	cursor: pointer;
	zoom: 1;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.checkbox-slider--default input + span {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkbox-slider--default input + span:before {
	position: absolute;
	left: 0px;
	display: inline-block;
}
.checkbox-slider--default input + span > h4 {
	display: inline;
}
.checkbox-slider--default input + span {
	padding-left: 40px;
}
.checkbox-slider--default input + span:before {
	content: "";
	height: 20px;
	width: 40px;
	background: rgba(100, 100, 100, 0.2);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
	transition: background 0.2s ease-out;
}
.checkbox-slider--default input + span:after {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0px;
	top: 0;
	display: block;
	background: #ffffff;
	transition: margin-left 0.1s ease-in-out;
	text-align: center;
	font-weight: bold;
	content: "";
}
.checkbox-slider--default input:checked + span:after {
	margin-left: 20px;
	content: "";
}
.checkbox-slider--default input:checked + span:before {
	transition: background 0.2s ease-in;
}
.checkbox-slider--default input + span:after {
	background: #ffffff;
	border: solid transparent 1px;
	background-clip: content-box;
}
.checkbox-slider--default input:checked + span:after {
	background: #5cb85c;
	border: solid transparent 1px;
	background-clip: content-box;
}
/*******************************************************
Slider default rounded
*******************************************************/
.checkbox-slider--a-rounded {
	position: relative;
}
.checkbox-slider--a-rounded input {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 0%;
	margin: 0 0;
	cursor: pointer;
	zoom: 1;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.checkbox-slider--a-rounded input + span {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkbox-slider--a-rounded input + span:before {
	position: absolute;
	left: 0px;
	display: inline-block;
}
.checkbox-slider--a-rounded input + span > h4 {
	display: inline;
}
.checkbox-slider--a-rounded input + span {
	padding-left: 40px;
}
.checkbox-slider--a-rounded input + span:before {
	content: "";
	height: 20px;
	width: 40px;
	background: rgba(100, 100, 100, 0.2);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
	transition: background 0.2s ease-out;
}
.checkbox-slider--a-rounded input + span:after {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0px;
	top: 0;
	display: block;
	background: #ffffff;
	transition: margin-left 0.1s ease-in-out;
	text-align: center;
	font-weight: bold;
	content: "";
}
.checkbox-slider--a-rounded input:checked + span:after {
	margin-left: 20px;
	content: "";
}
.checkbox-slider--a-rounded input:checked + span:before {
	transition: background 0.2s ease-in;
}
.checkbox-slider--a-rounded input + span:after {
	background: #ffffff;
	border: solid transparent 1px;
	background-clip: content-box;
}
.checkbox-slider--a-rounded input:checked + span:after {
	background: #5cb85c;
	border: solid transparent 1px;
	background-clip: content-box;
}
.checkbox-slider--a-rounded input + span:after,
.checkbox-slider--a-rounded input + span:before {
	border-radius: 4px;
}
.checkbox-slider--a-rounded input + span:after,
.checkbox-slider--a-rounded input:checked + span:after {
	border: solid transparent 2px;
	background-clip: content-box;
}
/*******************************************************
Slider default rounded Sizes
*******************************************************/
.checkbox-slider--a-rounded.checkbox-slider-sm input + span:before,
.checkbox-slider--a-rounded.checkbox-slider-sm input + span:after {
	border-radius: 3px;
}
.checkbox-slider--a-rounded.checkbox-slider-md input + span:before,
.checkbox-slider--a-rounded.checkbox-slider-md input + span:after {
	border-radius: 4px;
}
.checkbox-slider--a-rounded.checkbox-slider-lg input + span:before,
.checkbox-slider--a-rounded.checkbox-slider-lg input + span:after {
	border-radius: 6px;
}
/*******************************************************
Slider A
*******************************************************/
.checkbox-slider--a {
	position: relative;
}
.checkbox-slider--a input {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 0%;
	margin: 0 0;
	cursor: pointer;
	zoom: 1;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.checkbox-slider--a input + span {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkbox-slider--a input + span:before {
	position: absolute;
	left: 0px;
	display: inline-block;
}
.checkbox-slider--a input + span > h4 {
	display: inline;
}
.checkbox-slider--a input + span {
	padding-left: 40px;
}
.checkbox-slider--a input + span:before {
	content: "";
	height: 20px;
	width: 40px;
	background: rgba(100, 100, 100, 0.2);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
	transition: background 0.2s ease-out;
}
.checkbox-slider--a input + span:after {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0px;
	top: 0;
	display: block;
	background: #ffffff;
	transition: margin-left 0.1s ease-in-out;
	text-align: center;
	font-weight: bold;
	content: "";
}
.checkbox-slider--a input:checked + span:after {
	margin-left: 20px;
	content: "";
}
.checkbox-slider--a input:checked + span:before {
	transition: background 0.2s ease-in;
}
.checkbox-slider--a input + span {
	padding-left: 60px;
}
.checkbox-slider--a input + span:before {
	content: "";
	width: 60px;
}
.checkbox-slider--a input + span:after {
	width: 40px;
	font-size: 10px;
	color: #000000;
	content: "Off";
	border: solid transparent 1px;
	background-clip: content-box;
}
.checkbox-slider--a input:checked + span:after {
	content: "On";
	color: #ffffff;
	background: #5cb85c;
	border: solid transparent 1px;
	background-clip: content-box;
}
/*******************************************************
Slider A SIZES
*******************************************************/
.checkbox-slider--a.checkbox-slider-sm input + span {
	padding-left: 30px;
}
.checkbox-slider--a.checkbox-slider-sm input + span:before {
	width: 30px;
}
.checkbox-slider--a.checkbox-slider-sm input + span:after {
	width: 20px;
	font-size: 5px;
}
.checkbox-slider--a.checkbox-slider-sm input:checked + span:after {
	margin-left: 10px;
}
.checkbox-slider--a.checkbox-slider-md input + span {
	padding-left: 90px;
}
.checkbox-slider--a.checkbox-slider-md input + span:before {
	width: 90px;
}
.checkbox-slider--a.checkbox-slider-md input + span:after {
	width: 60px;
	font-size: 15px;
}
.checkbox-slider--a.checkbox-slider-md input:checked + span:after {
	margin-left: 30px;
}
.checkbox-slider--a.checkbox-slider-lg input + span {
	padding-left: 120px;
}
.checkbox-slider--a.checkbox-slider-lg input + span:before {
	width: 120px;
}
.checkbox-slider--a.checkbox-slider-lg input + span:after {
	width: 80px;
	font-size: 20px;
}
.checkbox-slider--a.checkbox-slider-lg input:checked + span:after {
	margin-left: 40px;
}
/*******************************************************
Slider B
*******************************************************/
.checkbox-slider--b {
	position: relative;
}
.checkbox-slider--b input {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 0%;
	margin: 0 0;
	cursor: pointer;
	zoom: 1;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.checkbox-slider--b input + span {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkbox-slider--b input + span:before {
	position: absolute;
	left: 0px;
	display: inline-block;
}
.checkbox-slider--b input + span > h4 {
	display: inline;
}
.checkbox-slider--b input + span {
	padding-left: 40px;
}
.checkbox-slider--b input + span:before {
	content: "";
	height: 20px;
	width: 40px;
	background: rgba(100, 100, 100, 0.2);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
	transition: background 0.2s ease-out;
}
.checkbox-slider--b input + span:after {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0px;
	top: 0;
	display: block;
	background: #ffffff;
	transition: margin-left 0.1s ease-in-out;
	text-align: center;
	font-weight: bold;
	content: "";
}
.checkbox-slider--b input:checked + span:after {
	margin-left: 20px;
	content: "";
}
.checkbox-slider--b input:checked + span:before {
	transition: background 0.2s ease-in;
}
.checkbox-slider--b input + span {
	padding-left: 40px;
}
.checkbox-slider--b input + span:before {
	border-radius: 20px;
	width: 40px;
}
.checkbox-slider--b input + span:after {
	background: #ffffff;
	content: "";
	width: 20px;
	border: solid transparent 2px;
	background-clip: padding-box;
	border-radius: 20px;
}
.checkbox-slider--b input:not(:checked) + span:after {
	-webkit-animation: popOut ease-in 0.3s normal;
	animation: popOut ease-in 0.3s normal;
}
.checkbox-slider--b input:checked + span:after {
	content: "";
	margin-left: 20px;
	border: solid transparent 2px;
	background-clip: padding-box;
	-webkit-animation: popIn ease-in 0.3s normal;
	animation: popIn ease-in 0.3s normal;
}
.checkbox-slider--b input:checked + span:before {
	background: #5cb85c;
}
/*******************************************************
Slider B Sizes
*******************************************************/
.checkbox-slider--b.checkbox-slider-md input + span:before {
	border-radius: 30px;
}
.checkbox-slider--b.checkbox-slider-md input + span:after {
	border-radius: 30px;
}
.checkbox-slider--b.checkbox-slider-lg input + span:before {
	border-radius: 40px;
}
.checkbox-slider--b.checkbox-slider-lg input + span:after {
	border-radius: 40px;
}
/*******************************************************
Slider B-flat
*******************************************************/
.checkbox-slider--b-flat {
	position: relative;
}
.checkbox-slider--b-flat input {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 0%;
	margin: 0 0;
	cursor: pointer;
	zoom: 1;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.checkbox-slider--b-flat input + span {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkbox-slider--b-flat input + span:before {
	position: absolute;
	left: 0px;
	display: inline-block;
}
.checkbox-slider--b-flat input + span > h4 {
	display: inline;
}
.checkbox-slider--b-flat input + span {
	padding-left: 40px;
}
.checkbox-slider--b-flat input + span:before {
	content: "";
	height: 20px;
	width: 40px;
	background: rgba(100, 100, 100, 0.2);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
	transition: background 0.2s ease-out;
}
.checkbox-slider--b-flat input + span:after {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0px;
	top: 0;
	display: block;
	background: #ffffff;
	transition: margin-left 0.1s ease-in-out;
	text-align: center;
	font-weight: bold;
	content: "";
}
.checkbox-slider--b-flat input:checked + span:after {
	margin-left: 20px;
	content: "";
}
.checkbox-slider--b-flat input:checked + span:before {
	transition: background 0.2s ease-in;
}
.checkbox-slider--b-flat input + span {
	padding-left: 40px;
}
.checkbox-slider--b-flat input + span:before {
	border-radius: 20px;
	width: 40px;
}
.checkbox-slider--b-flat input + span:after {
	background: #ffffff;
	content: "";
	width: 20px;
	border: solid transparent 2px;
	background-clip: padding-box;
	border-radius: 20px;
}
.checkbox-slider--b-flat input:not(:checked) + span:after {
	-webkit-animation: popOut ease-in 0.3s normal;
	animation: popOut ease-in 0.3s normal;
}
.checkbox-slider--b-flat input:checked + span:after {
	content: "";
	margin-left: 20px;
	border: solid transparent 2px;
	background-clip: padding-box;
	-webkit-animation: popIn ease-in 0.3s normal;
	animation: popIn ease-in 0.3s normal;
}
.checkbox-slider--b-flat input:checked + span:before {
	background: #5cb85c;
}
.checkbox-slider--b-flat.checkbox-slider-md input + span:before {
	border-radius: 30px;
}
.checkbox-slider--b-flat.checkbox-slider-md input + span:after {
	border-radius: 30px;
}
.checkbox-slider--b-flat.checkbox-slider-lg input + span:before {
	border-radius: 40px;
}
.checkbox-slider--b-flat.checkbox-slider-lg input + span:after {
	border-radius: 40px;
}
.checkbox-slider--b-flat input + span:before {
	box-shadow: none;
}
/*******************************************************
Slider C
*******************************************************/
.checkbox-slider--c {
	position: relative;
}
.checkbox-slider--c input {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 0%;
	margin: 0 0;
	cursor: pointer;
	zoom: 1;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.checkbox-slider--c input + span {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkbox-slider--c input + span:before {
	position: absolute;
	left: 0px;
	display: inline-block;
}
.checkbox-slider--c input + span > h4 {
	display: inline;
}
.checkbox-slider--c input + span {
	padding-left: 40px;
}
.checkbox-slider--c input + span:before {
	content: "";
	height: 20px;
	width: 40px;
	background: rgba(100, 100, 100, 0.2);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
	transition: background 0.2s ease-out;
}
.checkbox-slider--c input + span:after {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0px;
	top: 0;
	display: block;
	background: #ffffff;
	transition: margin-left 0.1s ease-in-out;
	text-align: center;
	font-weight: bold;
	content: "";
}
.checkbox-slider--c input:checked + span:after {
	margin-left: 20px;
	content: "";
}
.checkbox-slider--c input:checked + span:before {
	transition: background 0.2s ease-in;
}
.checkbox-slider--c input + span {
	padding-left: 40px;
}
.checkbox-slider--c input + span:before {
	height: 2px !important;
	top: 10px;
	box-shadow: none;
	width: 40px;
	background: #555555;
}
.checkbox-slider--c input + span:after {
	box-shadow: none;
	width: 20px;
	border: solid #555555 2px;
	border-radius: 20px;
}
.checkbox-slider--c input:checked + span:after {
	background: #5cb85c;
	margin-left: 20px;
	border: solid #5cb85c 2px;
	-webkit-animation: splashIn ease-in 0.3s normal;
	animation: splashIn ease-in 0.3s normal;
}
.checkbox-slider--c input:checked + span:before {
	background: #5cb85c;
}
/*******************************************************
Slider C Sizes
*******************************************************/
.checkbox-slider--c.checkbox-slider-sm input + span:before {
	top: 4px;
}
.checkbox-slider--c.checkbox-slider-md input + span:before {
	top: 14px;
}
.checkbox-slider--c.checkbox-slider-md input + span:after {
	width: 30px;
	border-radius: 30px;
}
.checkbox-slider--c.checkbox-slider-lg input + span:before {
	top: 19px;
}
.checkbox-slider--c.checkbox-slider-lg input + span:after {
	width: 40px;
	border-radius: 40px;
}
/*******************************************************
Slider C-weight
*******************************************************/
.checkbox-slider--c-weight {
	position: relative;
}
.checkbox-slider--c-weight input {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 0%;
	margin: 0 0;
	cursor: pointer;
	zoom: 1;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.checkbox-slider--c-weight input + span {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkbox-slider--c-weight input + span:before {
	position: absolute;
	left: 0px;
	display: inline-block;
}
.checkbox-slider--c-weight input + span > h4 {
	display: inline;
}
.checkbox-slider--c-weight input + span {
	padding-left: 40px;
}
.checkbox-slider--c-weight input + span:before {
	content: "";
	height: 20px;
	width: 40px;
	background: rgba(100, 100, 100, 0.2);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
	transition: background 0.2s ease-out;
}
.checkbox-slider--c-weight input + span:after {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0px;
	top: 0;
	display: block;
	background: #ffffff;
	transition: margin-left 0.1s ease-in-out;
	text-align: center;
	font-weight: bold;
	content: "";
}
.checkbox-slider--c-weight input:checked + span:after {
	margin-left: 20px;
	content: "";
}
.checkbox-slider--c-weight input:checked + span:before {
	transition: background 0.2s ease-in;
}
.checkbox-slider--c-weight input + span {
	padding-left: 40px;
}
.checkbox-slider--c-weight input + span:before {
	height: 2px !important;
	top: 10px;
	box-shadow: none;
	width: 40px;
	background: #555555;
}
.checkbox-slider--c-weight input + span:after {
	box-shadow: none;
	width: 20px;
	border: solid #555555 2px;
	border-radius: 20px;
}
.checkbox-slider--c-weight input:checked + span:after {
	background: #5cb85c;
	margin-left: 20px;
	border: solid #5cb85c 2px;
	-webkit-animation: splashIn ease-in 0.3s normal;
	animation: splashIn ease-in 0.3s normal;
}
.checkbox-slider--c-weight input:checked + span:before {
	background: #5cb85c;
}
.checkbox-slider--c-weight.checkbox-slider-sm input + span:before {
	top: 4px;
}
.checkbox-slider--c-weight.checkbox-slider-md input + span:before {
	top: 14px;
}
.checkbox-slider--c-weight.checkbox-slider-md input + span:after {
	width: 30px;
	border-radius: 30px;
}
.checkbox-slider--c-weight.checkbox-slider-lg input + span:before {
	top: 19px;
}
.checkbox-slider--c-weight.checkbox-slider-lg input + span:after {
	width: 40px;
	border-radius: 40px;
}
.checkbox-slider--c-weight input + span:before {
	height: 1px !important;
}
.checkbox-slider--c-weight input:checked + span:before {
	height: 2px !important;
}
.checkbox-slider--c-weight input:not(:checked) + span:after {
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	left: -6px;
}
/******************************************************
State Disabled
*******************************************************/
.checkbox-slider--default input:disabled + span:after {
	background: #777777;
}
.checkbox-slider--default input:disabled + span:before {
	box-shadow: 0 0 0 black;
}
.checkbox-slider--default input:disabled + span {
	color: #777777;
}
.checkbox-slider--a input:disabled + span:after {
	background: #777777;
	color: #ffffff;
}
.checkbox-slider--a input:disabled + span:before {
	box-shadow: 0 0 0 black;
}
.checkbox-slider--a input:disabled + span {
	color: #777777;
}
.checkbox-slider--b input:disabled + span:after {
	border: solid transparent 2px;
	border-radius: 40px;
}
.checkbox-slider--b input:disabled + span:before {
	box-shadow: 0 0 0 black;
}
.checkbox-slider--b input:disabled + span {
	color: #777777;
}
.checkbox-slider--c input:disabled:checked + span:after {
	background: #777777;
}
.checkbox-slider--c input:disabled + span:after {
	border-color: #777777;
}
.checkbox-slider--c input:disabled + span:before {
	background: #777777;
}
.checkbox-slider--c input:disabled + span {
	color: #777777;
}
/*******************************************************
Indicators
*******************************************************/
input:checked + .indicator-success {
	color: #5cb85c;
}
input:checked + .indicator-info {
	color: #5bc0de;
}
input:checked + .indicator-warning {
	color: #f0ad4e;
}
input:checked + .indicator-danger {
	color: #d9534f;
}
/*******************************************************
Sizes
*******************************************************/
.checkbox-slider-sm {
	line-height: 10px;
}
.checkbox-slider-sm input + span {
	padding-left: 20px;
}
.checkbox-slider-sm input + span:before {
	width: 20px;
}
.checkbox-slider-sm input + span:after,
.checkbox-slider-sm input + span:before {
	height: 10px;
	line-height: 10px;
}
.checkbox-slider-sm input + span:after {
	width: 10px;
	vertical-align: middle;
}
.checkbox-slider-sm input:checked + span:after {
	margin-left: 10px;
}
.checkbox-slider-md {
	line-height: 30px;
}
.checkbox-slider-md input + span {
	padding-left: 60px;
}
.checkbox-slider-md input + span:before {
	width: 60px;
}
.checkbox-slider-md input + span:after,
.checkbox-slider-md input + span:before {
	height: 30px;
	line-height: 30px;
}
.checkbox-slider-md input + span:after {
	width: 30px;
	vertical-align: middle;
}
.checkbox-slider-md input:checked + span:after {
	margin-left: 30px;
}
.checkbox-slider-lg {
	line-height: 40px;
}
.checkbox-slider-lg input + span {
	padding-left: 80px;
}
.checkbox-slider-lg input + span:before {
	width: 80px;
}
.checkbox-slider-lg input + span:after,
.checkbox-slider-lg input + span:before {
	height: 40px;
	line-height: 40px;
}
.checkbox-slider-lg input + span:after {
	width: 40px;
	vertical-align: middle;
}
.checkbox-slider-lg input:checked + span:after {
	margin-left: 40px;
}
/*******************************************************
Variations
*******************************************************/
.checkbox-slider-info.checkbox-slider--default input:checked + span:after,
.checkbox-slider-info.checkbox-slider--a input:checked + span:after,
.checkbox-slider-info.checkbox-slider--c input:checked + span:after,
.checkbox-slider-info.checkbox-slider--c-weight input:checked + span:after {
	background: #5bc0de;
	background-clip: content-box;
}
.checkbox-slider-info.checkbox-slider--c input:checked + span:after,
.checkbox-slider-info.checkbox-slider--c-weight input:checked + span:after {
	border-color: #5bc0de;
}
.checkbox-slider-info.checkbox-slider--b input:checked + span:before,
.checkbox-slider-info.checkbox-slider--b-flat input:checked + span:before,
.checkbox-slider-info.checkbox-slider--c input:checked + span:before,
.checkbox-slider-info.checkbox-slider--c-weight input:checked + span:before {
	background: #5bc0de;
}
.checkbox-slider-warning.checkbox-slider--default input:checked + span:after,
.checkbox-slider-warning.checkbox-slider--a input:checked + span:after,
.checkbox-slider-warning.checkbox-slider--c input:checked + span:after,
.checkbox-slider-warning.checkbox-slider--c-weight input:checked + span:after {
	background: #f0ad4e;
	background-clip: content-box;
}
.checkbox-slider-warning.checkbox-slider--c input:checked + span:after,
.checkbox-slider-warning.checkbox-slider--c-weight input:checked + span:after {
	border-color: #f0ad4e;
}
.checkbox-slider-warning.checkbox-slider--b input:checked + span:before,
.checkbox-slider-warning.checkbox-slider--b-flat input:checked + span:before,
.checkbox-slider-warning.checkbox-slider--c input:checked + span:before,
.checkbox-slider-warning.checkbox-slider--c-weight input:checked + span:before {
	background: #f0ad4e;
}
.checkbox-slider-danger.checkbox-slider--default input:checked + span:after,
.checkbox-slider-danger.checkbox-slider--a input:checked + span:after,
.checkbox-slider-danger.checkbox-slider--c input:checked + span:after,
.checkbox-slider-danger.checkbox-slider--c-weight input:checked + span:after {
	background: #d9534f;
	background-clip: content-box;
}
.checkbox-slider-danger.checkbox-slider--c input:checked + span:after,
.checkbox-slider-danger.checkbox-slider--c-weight input:checked + span:after {
	border-color: #d9534f;
}
.checkbox-slider-danger.checkbox-slider--b input:checked + span:before,
.checkbox-slider-danger.checkbox-slider--b-flat input:checked + span:before,
.checkbox-slider-danger.checkbox-slider--c input:checked + span:before,
.checkbox-slider-danger.checkbox-slider--c-weight input:checked + span:before {
	background: #d9534f;
}

.required-field:after{
	content:'*';
	position:relative;
	left:2px;
	color:#d9534f;

}

/* Override Bootstrap Columns for CP */
html[buildfire='control'] .col-xs-1,
html:not([buildfire]) .col-xs-1,
html[buildfire='control'] .col-sm-1,
html:not([buildfire]) .col-sm-1,
html[buildfire='control'] .col-md-1,
html:not([buildfire]) .col-md-1{
	width: 8.33333333%;
}
html[buildfire='control'] .col-xs-2,
html:not([buildfire]) .col-xs-2,
html[buildfire='control'] .col-sm-2,
html:not([buildfire]) .col-sm-2,
html[buildfire='control'] .col-md-2,
html:not([buildfire]) .col-md-2{
	width: 16.66666667%;
}
html[buildfire='control'] .col-xs-3,
html:not([buildfire]) .col-xs-3,
html[buildfire='control'] .col-sm-3,
html:not([buildfire]) .col-sm-3,
html[buildfire='control'] .col-md-3,
html:not([buildfire]) .col-md-3{
	width:25%;
}
html[buildfire='control'] .col-xs-4,
html:not([buildfire]) .col-xs-4,
html[buildfire='control'] .col-sm-4,
html:not([buildfire]) .col-sm-4,
html[buildfire='control'] .col-md-4,
html:not([buildfire]) .col-md-4{
	width: 33.33333333%;
}
html[buildfire='control'] .col-xs-5,
html:not([buildfire]) .col-xs-5,
html[buildfire='control'] .col-sm-5,
html:not([buildfire]) .col-sm-5,
html[buildfire='control'] .col-md-5,
html:not([buildfire]) .col-md-5{
	width: 41.66666667%;
}
html[buildfire='control'] .col-xs-6,
html:not([buildfire]) .col-xs-6,
html[buildfire='control'] .col-sm-6,
html:not([buildfire]) .col-sm-6,
html[buildfire='control'] .col-md-6,
html:not([buildfire]) .col-md-6{
	width: 50%;
}
html[buildfire='control'] .col-xs-7,
html:not([buildfire]) .col-xs-7,
html[buildfire='control'] .col-sm-7,
html:not([buildfire]) .col-sm-7,
html[buildfire='control'] .col-md-7,
html:not([buildfire]) .col-md-7{
	width: 58.33333333%;
}
html[buildfire='control'] .col-xs-8,
html:not([buildfire]) .col-xs-8,
html[buildfire='control'] .col-sm-8,
html:not([buildfire]) .col-sm-8,
html[buildfire='control'] .col-md-8,
html:not([buildfire]) .col-md-8{
	width: 66.66666667%;
}
html[buildfire='control'] .col-xs-9,
html:not([buildfire]) .col-xs-9,
html[buildfire='control'] .col-sm-9,
html:not([buildfire]) .col-sm-9,
html[buildfire='control'] .col-md-9,
html:not([buildfire]) .col-md-9{
	width: 75%;
}
html[buildfire='control'] .col-xs-10,
html:not([buildfire]) .col-xs-10,
html[buildfire='control'] .col-sm-10,
html:not([buildfire]) .col-sm-10,
html[buildfire='control'] .col-md-10,
html:not([buildfire]) .col-md-10{
	width: 83.33333333%;
}
html[buildfire='control'] .col-xs-11,
html:not([buildfire]) .col-xs-11,
html[buildfire='control'] .col-sm-11,
html:not([buildfire]) .col-sm-11,
html[buildfire='control'] .col-md-11,
html:not([buildfire]) .col-md-11{
	width: 91.66666667%;
}
html[buildfire='control'] .col-xs-12,
html:not([buildfire]) .col-xs-12,
html[buildfire='control'] .col-sm-12,
html:not([buildfire]) .col-sm-12,
html[buildfire='control'] .col-md-12,
html:not([buildfire]) .col-md-12{
	width: 100%;
}

/* White and Black Theme */
.whiteTheme,
.whiteTheme:hover,
.whiteTheme:focus{
	color:#fff !important;
}
.whiteBackgroundTheme,
.whiteBackgroundTheme:hover,
.whiteBackgroundTheme:focus{
	background:#fff !important;
}
.blackTheme,
.blackTheme:hover,
.blackTheme:focus{
	color:#000 !important;
}
.blackBackgroundTheme,
.blackBackgroundTheme:hover,
.blackBackgroundTheme:focus{
	background:#000 !important;
}

/* Borders */
.border-primary{
	border:1px solid #09a3ee;
}
.border-success{
	border:1px solid #14cb5d;
}
.border-info{
	border:1px solid #32373a;
}
.border-warning{
	border:1px solid #ffb23e;
}
.border-danger{
	border:1px solid #ed4b4b;
}


/* Modal for Plugins */
html[buildfire] .modal .modal-dialog{
	border-radius:4px;
	border:1px solid #ddd;
}
html[buildfire] .modal-backdrop {
	background:#fff;
}

html[buildfire] .modal-backdrop.in{
	opacity:0.9;
}

/* Vertically center widget modals */
html[type='app'] .modal{
	height:100%;
	/*background:rgba(0,0,0,0.8);*/
}
html[type='app'] .modal .modal-dialog{
	position:relative;
	top:50%;
	transform:translateY(-50%) !important;
	margin:0 15px !important;
	max-height:90%;
	/*overflow-y:auto;*/
}

/* Confirmation Popups */
.simple-popup .content{
	padding:20px;
	background:rgba(0,0,0,0.8);
	position:fixed;
	top:50%;
	transform:translateY(-50%);
	left:50%;
	margin-left:-80px;
	width:160px;
	z-index:101;
}
.simple-popup .content span.main-icon{
	font-weight:100;
	font-size:26px;
	padding:13px;
	border-radius:100%;
	border:5px solid #fff;
	display:inline-block;
	margin-top:10px;
}
/*!
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2015 Hakim El Hattab, http://hakim.se
 */.ladda-button{position:relative}.ladda-button .ladda-spinner{position:absolute;z-index:2;display:inline-block;width:32px;height:32px;top:50%;margin-top:0;opacity:0;pointer-events:none}.ladda-button .ladda-label{position:relative;z-index:3}.ladda-button .ladda-progress{position:absolute;width:0;height:100%;left:0;top:0;background:rgba(0,0,0,0.2);visibility:hidden;opacity:0;-webkit-transition:0.1s linear all !important;-moz-transition:0.1s linear all !important;-ms-transition:0.1s linear all !important;-o-transition:0.1s linear all !important;transition:0.1s linear all !important}.ladda-button[data-loading] .ladda-progress{opacity:1;visibility:visible}.ladda-button,.ladda-button .ladda-spinner,.ladda-button .ladda-label{-webkit-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;-moz-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;-ms-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;-o-transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;transition:0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important}.ladda-button[data-style=zoom-in],.ladda-button[data-style=zoom-in] .ladda-spinner,.ladda-button[data-style=zoom-in] .ladda-label,.ladda-button[data-style=zoom-out],.ladda-button[data-style=zoom-out] .ladda-spinner,.ladda-button[data-style=zoom-out] .ladda-label{-webkit-transition:0.3s ease all !important;-moz-transition:0.3s ease all !important;-ms-transition:0.3s ease all !important;-o-transition:0.3s ease all !important;transition:0.3s ease all !important}.ladda-button[data-style=expand-right] .ladda-spinner{right:-6px}.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner{right:-12px}.ladda-button[data-style=expand-right][data-loading]{padding-right:56px}.ladda-button[data-style=expand-right][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-right][data-loading][data-size="s"],.ladda-button[data-style=expand-right][data-loading][data-size="xs"]{padding-right:40px}.ladda-button[data-style=expand-left] .ladda-spinner{left:26px}.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner{left:4px}.ladda-button[data-style=expand-left][data-loading]{padding-left:56px}.ladda-button[data-style=expand-left][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-left][data-loading][data-size="s"],.ladda-button[data-style=expand-left][data-loading][data-size="xs"]{padding-left:40px}.ladda-button[data-style=expand-up]{overflow:hidden}.ladda-button[data-style=expand-up] .ladda-spinner{top:-32px;left:50%;margin-left:0}.ladda-button[data-style=expand-up][data-loading]{padding-top:54px}.ladda-button[data-style=expand-up][data-loading] .ladda-spinner{opacity:1;top:26px;margin-top:0}.ladda-button[data-style=expand-up][data-loading][data-size="s"],.ladda-button[data-style=expand-up][data-loading][data-size="xs"]{padding-top:32px}.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner{top:4px}.ladda-button[data-style=expand-down]{overflow:hidden}.ladda-button[data-style=expand-down] .ladda-spinner{top:62px;left:50%;margin-left:0}.ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner,.ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner{top:40px}.ladda-button[data-style=expand-down][data-loading]{padding-bottom:54px}.ladda-button[data-style=expand-down][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=expand-down][data-loading][data-size="s"],.ladda-button[data-style=expand-down][data-loading][data-size="xs"]{padding-bottom:32px}.ladda-button[data-style=slide-left]{overflow:hidden}.ladda-button[data-style=slide-left] .ladda-label{position:relative}.ladda-button[data-style=slide-left] .ladda-spinner{left:100%;margin-left:0}.ladda-button[data-style=slide-left][data-loading] .ladda-label{opacity:0;left:-100%}.ladda-button[data-style=slide-left][data-loading] .ladda-spinner{opacity:1;left:50%}.ladda-button[data-style=slide-right]{overflow:hidden}.ladda-button[data-style=slide-right] .ladda-label{position:relative}.ladda-button[data-style=slide-right] .ladda-spinner{right:100%;margin-left:0;left:16px}.ladda-button[data-style=slide-right][data-loading] .ladda-label{opacity:0;left:100%}.ladda-button[data-style=slide-right][data-loading] .ladda-spinner{opacity:1;left:50%}.ladda-button[data-style=slide-up]{overflow:hidden}.ladda-button[data-style=slide-up] .ladda-label{position:relative}.ladda-button[data-style=slide-up] .ladda-spinner{left:50%;margin-left:0;margin-top:1em}.ladda-button[data-style=slide-up][data-loading] .ladda-label{opacity:0;top:-1em}.ladda-button[data-style=slide-up][data-loading] .ladda-spinner{opacity:1;margin-top:0}.ladda-button[data-style=slide-down]{overflow:hidden}.ladda-button[data-style=slide-down] .ladda-label{position:relative}.ladda-button[data-style=slide-down] .ladda-spinner{left:50%;margin-left:0;margin-top:-2em}.ladda-button[data-style=slide-down][data-loading] .ladda-label{opacity:0;top:1em}.ladda-button[data-style=slide-down][data-loading] .ladda-spinner{opacity:1;margin-top:0}.ladda-button[data-style=zoom-out]{overflow:hidden}.ladda-button[data-style=zoom-out] .ladda-spinner{left:50%;margin-left:32px;-webkit-transform:scale(2.5);-moz-transform:scale(2.5);-ms-transform:scale(2.5);-o-transform:scale(2.5);transform:scale(2.5)}.ladda-button[data-style=zoom-out] .ladda-label{position:relative;display:inline-block}.ladda-button[data-style=zoom-out][data-loading] .ladda-label{opacity:0;-webkit-transform:scale(0.5);-moz-transform:scale(0.5);-ms-transform:scale(0.5);-o-transform:scale(0.5);transform:scale(0.5)}.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner{opacity:1;margin-left:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.ladda-button[data-style=zoom-in]{overflow:hidden}.ladda-button[data-style=zoom-in] .ladda-spinner{left:50%;margin-left:-16px;-webkit-transform:scale(0.2);-moz-transform:scale(0.2);-ms-transform:scale(0.2);-o-transform:scale(0.2);transform:scale(0.2)}.ladda-button[data-style=zoom-in] .ladda-label{position:relative;display:inline-block}.ladda-button[data-style=zoom-in][data-loading] .ladda-label{opacity:0;-webkit-transform:scale(2.2);-moz-transform:scale(2.2);-ms-transform:scale(2.2);-o-transform:scale(2.2);transform:scale(2.2)}.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner{opacity:1;margin-left:0;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}.ladda-button[data-style=contract]{overflow:hidden;width:100px}.ladda-button[data-style=contract] .ladda-spinner{left:50%;margin-left:0}.ladda-button[data-style=contract][data-loading]{border-radius:50%;width:52px}.ladda-button[data-style=contract][data-loading] .ladda-label{opacity:0}.ladda-button[data-style=contract][data-loading] .ladda-spinner{opacity:1}.ladda-button[data-style=contract-overlay]{overflow:hidden;width:100px;box-shadow:0px 0px 0px 2000px transparent}.ladda-button[data-style=contract-overlay] .ladda-spinner{left:50%;margin-left:0}.ladda-button[data-style=contract-overlay][data-loading]{border-radius:50%;width:52px;box-shadow:0px 0px 0px 2000px rgba(0,0,0,0.8)}.ladda-button[data-style=contract-overlay][data-loading] .ladda-label{opacity:0}.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner{opacity:1}
/* inject:imports */
@font-face {
  font-family: 'Inter_Medium';
  src: url('../fonts/inter-medium.otf');
  src: local('☺'), url('../fonts/inter-medium.woff2') format('woff'), url('../fonts/inter-medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Inter_Regular';
  src: url('../fonts/inter-regular.otf');
  src: local('☺'), url('../fonts/inter-regular.woff2') format('woff'), url('../fonts/inter-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonticons/icomoon.eot?422dgr');
  src: url('../fonticons/icomoon.eot?422dgr#iefix') format('embedded-opentype'), url('../fonticons/icomoon.ttf?422dgr') format('truetype'), url('../fonticons/icomoon.woff?422dgr') format('woff'), url('../fonticons/icomoon.svg?422dgr#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-check:before {
  content: "\e60d";
}
.icon-chevron-down:before {
  content: "\e60f";
}
.icon-chevron-left:before {
  content: "\e610";
}
.icon-chevron-right:before {
  content: "\e625";
}
.icon-city:before {
  content: "\e627";
}
.icon-fire:before {
  content: "\e638";
}
.icon-hammer-wrench2:before {
  content: "\e676";
}
.icon-heart2:before {
  content: "\e68c";
}
.icon-film-play:before {
  content: "\e6f8";
}
.icon-media:before {
  content: "\e6fa";
}
.icon-users22:before {
  content: "\e723";
}
.icon-bag-dollar:before {
  content: "\e75e";
}
.icon-map-marker:before {
  content: "\e77a";
}
.icon-map-marker-down:before {
  content: "\e77c";
}
.icon-map:before {
  content: "\e781";
}
.icon-location:before {
  content: "\e783";
}
.icon-calendar-full:before {
  content: "\e789";
}
.icon-smartphone-notification:before {
  content: "\e7a7";
}
.icon-bubble-dots:before {
  content: "\e7d8";
}
.icon-lifebuoy:before {
  content: "\e7ed";
}
.icon-brain:before {
  content: "\e7f2";
}
.icon-beaker:before {
  content: "\e7f3";
}
.icon-briefcase:before {
  content: "\e83a";
}
.icon-network:before {
  content: "\e886";
}
.icon-billing:before {
  content: "\e900";
}
.icon-enterprise:before {
  content: "\e901";
}
.icon-lock:before {
  content: "\e902";
}
.icon-payment:before {
  content: "\e903";
}
.icon-uniE904:before {
  content: "\e904";
}
.icon-uniE905:before {
  content: "\e905";
}
.icon-uniE906:before {
  content: "\e906";
}
.icon-header-check-mark:before {
  content: "\e907";
}
.icon-close:before {
  content: "\e90a";
}
.icon-star:before {
  content: "\e90c";
}
.icon-lock2:before {
  content: "\e90e";
}
.icon-circle:before {
  content: "\e90f";
}
.icon-code:before {
  content: "\e910";
}
.transition-none {
  -moz-transition: none !important;
  -o-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.transition-third {
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.transition-half {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.w-80-percent {
  width: 80% !important;
}
.border-radius-two {
  border-radius: 2px !important;
}
.border-radius-three {
  border-radius: 3px !important;
}
.border-radius-four {
  border-radius: 4px !important;
}
.border-radius-five {
  border-radius: 5px !important;
}
.border-radius-six {
  border-radius: 6px !important;
}
.border-radius-top-none {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.border-radius-bottom-none {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.default-color {
  color: #5f5f5f !important;
}
.default-background {
  background: #eef0f0 !important;
}
.default-background-hover:hover {
  background: #eef0f0 !important;
}
.primary-color {
  color: #09a3ee !important;
}
.primary-color-hover:hover {
  color: #09a3ee !important;
}
.primary-background-hover:hover {
  background: #09a3ee !important;
}
.no-background {
  background: none !important;
}
.no-background-hover:hover {
  background: none !important;
}
.margin-zero {
  margin: 0 !important;
}
.margin-top-zero {
  margin-top: 0 !important;
}
.margin-bottom-zero {
  margin-bottom: 0 !important;
}
.margin-left-zero {
  margin-left: 0 !important;
}
.margin-right-zero {
  margin-right: 0 !important;
}
.margin-top-five {
  margin-top: 5px !important;
}
.margin-bottom-five {
  margin-bottom: 5px !important;
}
.margin-left-five {
  margin-left: 5px !important;
}
.margin-right-five {
  margin-right: 5px !important;
}
.margin-top-ten {
  margin-top: 10px !important;
}
.margin-bottom-ten {
  margin-bottom: 10px !important;
}
.margin-left-ten {
  margin-left: 10px !important;
}
.margin-right-ten {
  margin-right: 10px !important;
}
.margin-top-fifteen {
  margin-top: 15px !important;
}
.margin-bottom-fifteen {
  margin-bottom: 15px !important;
}
.margin-left-fifteen {
  margin-left: 15px !important;
}
.margin-right-fifteen {
  margin-right: 15px !important;
}
.margin-top-twenty {
  margin-top: 20px !important;
}
.margin-bottom-twenty {
  margin-bottom: 20px !important;
}
.margin-left-twenty {
  margin-left: 20px !important;
}
.margin-right-twenty {
  margin-right: 20px !important;
}
.margin-top-thirty {
  margin-top: 30px !important;
}
.margin-bottom-thirty {
  margin-bottom: 30px !important;
}
.margin-bottom-sixty {
  margin-bottom: 60px !important;
}
.margin-left-thirty {
  margin-left: 30px !important;
}
.margin-right-thirty {
  margin-right: 30px !important;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.ellipsis-two {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.padding-zero {
  padding: 0 !important;
}
.padding-top-zero {
  padding-top: 0 !important;
}
.padding-bottom-zero {
  padding-bottom: 0 !important;
}
.padding-left-zero {
  padding-left: 0 !important;
}
.padding-right-zero {
  padding-right: 0 !important;
}
.padding-top-five {
  padding-top: 5px !important;
}
.padding-bottom-five {
  padding-bottom: 5px !important;
}
.padding-left-five {
  padding-left: 5px !important;
}
.padding-right-five {
  padding-right: 5px !important;
}
.padding-top-ten {
  padding-top: 10px !important;
}
.padding-bottom-ten {
  padding-bottom: 10px !important;
}
.padding-left-ten {
  padding-left: 10px !important;
}
.padding-right-ten {
  padding-right: 10px !important;
}
.padding-top-fifteen {
  padding-top: 15px !important;
}
.padding-bottom-fifteen {
  padding-bottom: 15px !important;
}
.padding-left-fifteen {
  padding-left: 15px !important;
}
.padding-right-fifteen {
  padding-right: 15px !important;
}
.padding-top-twenty {
  padding-top: 20px !important;
}
.padding-bottom-twenty {
  padding-bottom: 20px !important;
}
.padding-left-twenty {
  padding-left: 20px !important;
}
.padding-right-twenty {
  padding-right: 20px !important;
}
.padding-top-thirty {
  padding-top: 30px !important;
}
.padding-bottom-thirty {
  padding-bottom: 30px !important;
}
.padding-left-thirty {
  padding-left: 30px !important;
}
.padding-right-thirty {
  padding-right: 30px !important;
}
.border-grey {
  border: 1px solid #dddddd;
}
.border-top-grey {
  border-top: 1px solid #dddddd;
}
.border-left-grey {
  border-left: 1px solid #dddddd;
}
.border-right-grey {
  border-right: 1px solid #dddddd;
}
.border-bottom-grey {
  border-bottom: 1px solid #dddddd;
}
.border-none {
  border: 0 !important;
}
.btn-plus-icon {
  -webkit-text-stroke: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 22px;
  position: relative;
  border-radius: 50px;
  color: #ffffff;
  border: 0;
  cursor: pointer;
}
.btn-plus-icon:after {
  content: '+';
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
}
.btn-minus-icon {
  -webkit-text-stroke: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 22px;
  position: relative;
  border-radius: 50px;
  color: #ffffff;
  border: 0;
  cursor: pointer;
}
.btn-minus-icon:after {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: 600;
  content: '-';
  top: -2.5px;
  font-size: 22px;
}
.btn-check-icon {
  -webkit-text-stroke: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 22px;
  position: relative;
  border-radius: 50px;
  color: #ffffff;
  border: 0;
  cursor: pointer;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.btn-check-icon:after {
  position: absolute;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  content: '';
  width: 4px;
  height: 2px;
  background-color: transparent;
  left: 7px;
  top: 12px;
}
.btn-check-icon:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 9px;
  background-color: transparent;
  left: 10px;
  top: 5px;
}
.btn-edit-icon {
  -webkit-text-stroke: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 22px;
  position: relative;
  border-radius: 50px;
  color: #ffffff;
  border: 0;
  cursor: pointer;
}
.btn-edit-icon:after {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  text-align: center;
  content: '\e618';
  font-family: 'icomoon';
  font-size: 10px;
  font-weight: 100;
}
.btn-delete-icon {
  -webkit-text-stroke: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 22px;
  position: relative;
  border-radius: 50px;
  color: #ffffff;
  border: 0;
  cursor: pointer;
}
.btn-delete-icon:after {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  content: '\00d7';
  font-size: 17px;
  font-weight: 600;
  top: -1.5px;
}
.btn-exclamation-icon {
  -webkit-text-stroke: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 22px;
  position: relative;
  border-radius: 50px;
  color: #ffffff;
  border: 0;
  cursor: pointer;
}
.btn-exclamation-icon:after {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: 600;
  content: '!';
  font-size: 15px;
}
.btn-question-icon {
  -webkit-text-stroke: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 22px;
  position: relative;
  border-radius: 50px;
  color: #ffffff;
  border: 0;
  cursor: pointer;
}
.btn-question-icon:after {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: 600;
  content: '?';
  font-size: 13px;
  top: 0;
}
.btn-info-icon {
  -webkit-text-stroke: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 22px;
  position: relative;
  border-radius: 50px;
  color: #ffffff;
  border: 0;
  cursor: pointer;
}
.btn-info-icon:after {
  position: absolute;
  width: 100%;
  text-align: center;
  content: 'i';
  font-style: italic;
  font-size: 14px;
  left: -1px;
  top: -1px;
  font-weight: 400;
}
.btn-link-icon {
  -webkit-text-stroke: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 22px;
  position: relative;
  border-radius: 50px;
  color: #ffffff;
  border: 0;
  cursor: pointer;
}
.btn-link-icon:after {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: 600;
  content: '\e60b';
  font-family: 'icomoon';
  font-size: 12px;
}
.opacity-ten {
  opacity: 0.1;
}
.opacity-twenty {
  opacity: 0.2;
}
.opacity-thirty {
  opacity: 0.3;
}
.opacity-forty {
  opacity: 0.4;
}
.opacity-fifty {
  opacity: 0.5;
}
.opacity-sixty {
  opacity: 0.6;
}
.opacity-seventy {
  opacity: 0.7;
}
.opacity-eighty {
  opacity: 0.8;
}
.opacity-ninety {
  opacity: 0.9;
}
.rotate-90 {
  display: inline-block;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.rotate-180 {
  display: inline-block;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.rotate-270 {
  display: inline-block;
  transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
}
.rotate-360 {
  display: inline-block;
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.rotate-hover-90:hover {
  display: inline-block;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.rotate-hover-180:hover {
  display: inline-block;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.rotate-hover-270:hover {
  display: inline-block;
  transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
}
.rotate-hover-360:hover {
  display: inline-block;
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.hide-empty:empty {
  display: none;
}
.break-word {
  word-wrap: break-word;
}
.cursor-pointer {
  cursor: pointer;
}
.font-type-regular {
  font-family: 'Inter_Regular' !important;
}
html[buildfire] .btn-plus-icon::after {
  top: -2px;
}
html[buildfire] .btn-minus-icon::after {
  top: -2px;
}
html[buildfire] .btn-check-icon::after {
  top: -2px;
}
html[buildfire] .btn-delete-icon::after {
  top: -2.5px;
}
html[buildfire] .btn-exclamation-icon::after {
  top: -2px;
}
html[buildfire] .btn-question-icon::after {
  top: -2px;
}
html[buildfire] .btn-info-icon::after {
  top: -2px;
}
html[buildfire] .btn-link-icon::after {
  top: -2px;
}
@-webkit-keyframes "rotate" {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes "rotate" {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes "bounce" {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes "bounce" {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes "loading-bar-spinner" {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes "loading-bar-spinner" {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes "loading-bar-spinner" {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes "loading-bar-spinner" {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes "loading-bar-spinner" {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
* {
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  background: #101010;
  height: 100%;
  width: 100%;
}
body {
  color: inherit;
  background-color: inherit;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 14px;
  line-height: 22px;
  width: 100%;
  height: auto !important;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
img {
  max-width: 100%;
  vertical-align: top;
}
iframe {
  max-width: 100%;
  vertical-align: top;
  border: 0;
  outline: none;
  width: 100%;
}
object {
  max-width: 100%;
  vertical-align: top;
}
ul {
  padding: 0;
  margin: 0;
}
ul li + li {
  margin-top: 4px;
}
ol {
  padding: 0;
  margin: 0;
}
ol li + li {
  margin-top: 4px;
}
textarea {
  overflow: auto;
}
textarea.code {
  resize: none;
  height: 220px;
}
a {
  outline: none;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
a:hover {
  outline: none;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
a:focus {
  outline: none;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
::selection {
  background: #09a3ee;
  color: #ffffff;
}
::-moz-selection {
  background: #09a3ee;
  color: #ffffff;
}
.padded {
  padding: 15px;
}
p.info {
  font-size: 12px;
  line-height: 18px;
}
.wrapper {
  background: transparent;
  height: 100%;
}
.padding-right-5 {
  padding-right: 5px;
}
.padding-left-5 {
  padding-left: 5px;
}
.content {
  min-height: 622px;
  position: relative;
  margin: 125px 45px 0;
  height: calc(100vh - 70px);
  overflow: auto;
}
.content h1 {
  font-family: 'Inter_Regular';
  font-size: 24px;
  text-align: left;
  margin-bottom: 0;
  margin-top: 5px;
  color: inherit;
}
.content p {
  font-family: 'Inter_Regular';
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  margin-top: 4px;
  color: inherit;
}
.content .category-holder {
  width: 200px;
  margin-top: 24px;
  min-width: 200px;
}
.content .category-holder h4 {
  font-family: 'Inter_Medium';
  font-size: 10px;
  text-align: left;
  color: inherit;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 6px;
  text-transform: uppercase;
  margin: 0 30px 0 0;
}
.content .choose-template {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: nowrap;
  padding: 0 16px;
  justify-content: center;
  gap: 24px;
  display: flex;
  width: 100%;
}
.content .choose-template .template-holder {
  flex-grow: 1;
  overflow-y: auto;
  height: calc(100vh - 70px);
  margin-right: 10px;
  max-width: 810px;
  padding: 0 24px;
  padding-top: 16px;
  min-width: 300px;
}
.content .choose-template .template-holder::-webkit-scrollbar {
  display: none;
}
.content .choose-template .template-holder .template-flex-box {
  flex-direction: row;
  -webkit-box-flex: 1 0 auto;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1 0 auto;
  /* OLD - Firefox 19- */
  -webkit-flex: 1 0 auto;
  /* Chrome */
  -ms-flex: 1 0 auto;
  /* IE 10 */
  flex: 1 0 auto;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: flex-start;
  min-height: 520px;
  margin: 0 -24px;
}
.content .choose-template .template-holder .template-item {
  flex-direction: row;
  width: 33.33%;
  height: auto;
  float: left;
  color: inherit;
}
.content .choose-template .template-holder .template-item p {
  margin-bottom: 5px;
  font-size: 12px;
}
.content .emulator-holder {
  padding-top: 16px;
  padding-bottom: 16px;
  opacity: 0;
  width: 300px;
  display: flex !important;
}
.content .active-template-preview-image-container {
  height: 100%;
}
.content .active-template-preview-image {
  border-radius: 16px;
  aspect-ratio: 340/650;
  object-fit: cover;
  height: 100%;
}
.content .template-categories {
  margin-top: 8px;
}
.content .template-categories a {
  font-family: 'Inter_Regular';
  font-size: 14px;
  text-align: left;
  display: block;
  padding: 2px 0 4px;
  text-decoration: none;
  color: inherit;
  opacity: 0.7;
}
.content .template-categories a:first-child {
  padding: 4px 0 2px;
  color: inherit;
}
.content .template-categories a.active {
  opacity: 1;
}
.content .template-item {
  padding: 16px;
}
.content .template-item .hover-options {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  transition: opacity ease-in-out 0.2s;
  padding: 4px;
  z-index: 1;
}
.content .template-item .hover-options .btn {
  display: block;
  margin: 6px 0;
  width: 100%;
  font-family: 'Inter_Regular';
  font-weight: normal;
  padding: 4px;
}
.content .template-item .hover-options .btn.btn-preview {
  background-color: #000;
  color: #fff;
}
.content .template-item .hover-options .btn:not(.btn-preview) {
  color: #222 !important;
}
.content .template-item p {
  font-family: 'Inter_Regular';
  color: inherit;
  text-align: center;
  font-size: 14px;
  line-height: 15px;
  opacity: 0.7;
}
.content .template-item .template-view {
  height: 0;
  padding-top: 189%;
  position: relative;
}
.content .template-item .template-view img {
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.content .template-item .template-view .premium-icon {
  display: none;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
  width: auto;
  height: auto;
}
.content .template-item .template-view.premium .premium-icon {
  display: block;
}
.content .template-item .template-view.premium::after {
  content: '';
  width: 44px;
  height: 44px;
  border-top: 22px solid #14CB5D;
  border-left: 22px solid #14CB5D;
  border-right: 22px solid transparent;
  border-bottom: 22px solid transparent;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px 0 0 0;
}
.content .template-item:hover > .template-view {
  -moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.4s ease-in-out;
}
.content .template-item:hover > p {
  font-family: 'Inter_Medium';
}
.content .template-item.active .template-view {
  -moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.2);
  outline: solid 3px #ffffff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 10px;
}
.content .template-item.active p {
  font-family: 'Inter_Medium';
}
.content .selected-template-holder {
  position: relative;
  clear: both;
  width: 100%;
  height: 375px;
  text-align: center;
  display: none;
}
.content .selected-template-holder .template-title {
  font-family: 'Inter_Medium';
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  height: 22px;
}
.content .selected-template-holder .mobile-cover {
  position: relative;
  float: left;
  clear: both;
  width: 220px;
  margin: auto;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity: 0;
}
.content .selected-template-holder .mobile-cover .iphone-cover {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  clear: both;
}
.content .selected-template-holder .mobile-cover .selected-template-image {
  width: 196px;
  height: 350px;
  position: absolute;
  left: 12px;
  top: 39px;
}
.content .step {
  display: none;
  opacity: 0;
}
.content .step.active {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 1;
}
.content .step-two {
  opacity: 0;
  z-index: 4;
  top: -63px;
  position: relative;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.content .step-two .create-account {
  margin: 0 auto;
  max-width: 440px;
  width: 100%;
  background: #ffffff;
  padding: 24px 21px;
  color: #101010 !important;
}
.content .step-two .create-account .form-control {
  font-size: 14px;
  height: 40px;
}
.content .step-two .create-account form .dropdown .btn {
  font-size: 14px;
  height: 40px;
}
.content .step-two .create-account form .info {
  color: #000000;
  opacity: 0.5;
  font-weight: normal;
  margin-top: 9px;
  margin-bottom: 22px;
}
.content .step-two .create-account form .button-holder {
  margin-top: 24px;
}
.content .step-two .create-account form .button-holder .start-building {
  background-color: #00a1f1;
  color: #ffffff;
}
.content .moreoptions {
  text-align: center;
  margin-bottom: 15px;
}
.content .moreoptions a {
  display: inline-block;
  width: 44px;
  height: 44px;
  margin: 10px 10px -2px;
  border-radius: 100%;
}
.content .moreoptions a.facebook {
  background: url('../media/fb.png') no-repeat center center;
  background-size: 100% 100%;
}
.content .moreoptions a.twitter {
  background: url('../media/twitter.png') no-repeat center center;
  background-size: 100% 100%;
}
.content .moreoptions a.googleplus {
  background: url('../media/googleplus.png') no-repeat center center;
  background-size: 100% 100%;
}
.content .start-building {
  width: 100%;
  height: 40px;
}
.content .notsure-holder .checkbox-custom-step3 {
  background: white;
  border: solid 1px #dddddd;
  padding: 14px;
  margin-right: 16px;
  float: left;
  margin-top: 16px;
  width: 30px;
  height: 30px;
}
.content .notsure-holder .checkbox-custom-step3:hover,
.content .notsure-holder .checkbox-custom-step3.active {
  border-color: #00a1f1;
}
.content .notsure-holder .checkbox-custom-step3:hover:before,
.content .notsure-holder .checkbox-custom-step3.active:before {
  content: "\e907";
  color: #00a1f1;
  font-size: 12px;
  position: absolute;
  margin: -6px 0 0 -7px;
  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;
}
.content .notsure-holder span {
  color: #000000;
  font-size: 14px;
  font-family: 'Inter_Regular';
  float: left;
  line-height: 28px;
  margin-top: 16px;
}
.content.steptwo {
  background: none;
  border: 0;
  min-height: inherit;
  padding: 0;
  margin: 70px auto 0;
  max-width: 100%;
  background-color: #101010;
}
.content .selected-template-holder {
  position: relative;
  clear: both;
  width: 100%;
  height: 310px;
  text-align: center;
  background-color: transparent;
  padding-top: 56px;
  z-index: 1;
  overflow: hidden;
}
.content .selected-template-holder .template-title {
  font-family: 'Inter_Medium';
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 16px;
}
.content .selected-template-holder .mobile-cover {
  position: relative;
  clear: both;
  width: 220px;
  margin: auto;
  float: none;
}
.content .selected-template-holder .mobile-cover img {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  clear: both;
}
.tabletShow {
  display: none;
}
.step .status {
  background: #eef0f0;
  border-radius: 4px;
  padding: 4px 30px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}
.step .questions .question.active {
  opacity: 1;
}
.step .questions .question-two .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-align: left;
  padding-left: 10px;
}
.step .questions .question-two .subtitle {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  padding-left: 10px;
}
.step .questions .question-two .items {
  margin-top: 16px;
  width: 100%;
  padding: 0 10px;
  display: grid;
  grid-template-columns: auto auto auto auto auto;
}
.step .questions .question-two .items .item {
  text-align: center;
  width: 165px;
  height: 120px;
  border-radius: 4px;
  background-color: #ffffff;
  margin-right: 16px;
  margin-bottom: 16px;
  padding: 18px 8px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  border: 2px solid transparent;
  transition: all 0.3s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.step .questions .question-two .items .item:nth-child(5n) {
  margin-right: 0;
}
.step .questions .question-two .items .item:hover,
.step .questions .question-two .items .item.active {
  border: 2px solid #09a3ee;
  background-color: #ffffff;
  color: #5f5f5f;
}
.step .questions .question-two .items .item .item-img {
  width: 40px;
  height: 40px;
  margin: 0 !important;
}
.step .questions .question-two .items .item p {
  font-family: 'Inter_Regular';
  font-weight: normal;
  color: #000000;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
}
.step .questions .links a {
  width: 160px;
  text-align: center;
}
.step .questions .links a + a {
  margin-left: 10px;
}
.scroller-holder {
  position: relative;
  overflow: visible;
  margin-top: 70px;
}
#selectTemplateMobile {
  display: none;
}
/* Redesign for pricing page */
.upgrade-plan {
  /* Card inner style */
}
.upgrade-plan ul,
.upgrade-plan li,
.upgrade-plan p {
  font-family: 'Inter_Regular';
}
.upgrade-plan span {
  font-weight: inherit;
}
.upgrade-plan h1,
.upgrade-plan h2,
.upgrade-plan h3,
.upgrade-plan h4,
.upgrade-plan h5,
.upgrade-plan h6 {
  font-family: 'Inter_Medium';
}
.upgrade-plan .inner-center-holder {
  text-align: center;
  margin: 72px auto;
  /* Toggle buttons */
}
.upgrade-plan .inner-center-holder .upgrade-h1 {
  font-family: 'Inter_Regular';
  color: #ffffff;
}
.upgrade-plan .inner-center-holder .toggle.toggle--full {
  width: 100%;
  display: flex;
  overflow: hidden;
  margin: 32px auto;
  justify-content: center;
}
.upgrade-plan .inner-center-holder .toggle.toggle--full .toggle--container {
  display: inline-flex;
  border-radius: 28px;
  border: 1px rgba(255, 255, 255, 0.3) solid;
  max-width: 500px;
  flex-direction: row;
  justify-content: space-evenly;
}
.upgrade-plan .inner-center-holder .toggle--full .toggle__item input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.upgrade-plan .inner-center-holder .toggle--full .toggle__item label {
  display: block;
  padding: 14px;
  align-items: center;
  font-size: 14px;
  transition: color ease-in-out 0.2s, background-color ease-in-out 0.2s;
  margin: 0;
  border-radius: 28px;
  text-align: center;
}
.upgrade-plan .inner-center-holder .toggle--full .toggle__item input[type="radio"]:checked ~ label {
  background-color: #2080FB;
  color: #fff !important;
}
.upgrade-plan .plans {
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}
.upgrade-plan .plan-select {
  display: none;
}
.upgrade-plan .plan-holder {
  padding: 8px;
  flex: 1;
  min-width: 240px;
  position: relative;
  margin-bottom: 12px;
}
.upgrade-plan .plan-holder .popular-plan {
  display: none;
}
.upgrade-plan .plan-holder .plan {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  height: 100%;
}
.upgrade-plan .plan-holder .plan.flag::before {
  background: white;
  position: absolute;
  display: block;
  color: #101010;
  font-size: 11px;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  top: 3px;
  margin: 0 auto;
  border-radius: 10px;
  z-index: 1;
  height: 35px;
  min-width: 140px;
  text-align: center !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.upgrade-plan .plan-holder .plan.most-popular::before {
  content: 'MOST POPULAR';
  text-wrap-mode: nowrap;
}
.upgrade-plan .plan-holder .plan.most-popular:hover {
  border: 1px solid #ffffff;
}
.upgrade-plan .plan-holder .plan-price {
  color: #ffffff;
}
.upgrade-plan .plan-holder .plan.best-value::before {
  content: 'BEST VALUE';
}
.upgrade-plan .plan-holder .plan.limited-time::before {
  content: 'LIMITED TIME';
}
.upgrade-plan .plan-holder .plan-inner {
  height: 100%;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.upgrade-plan .plan-holder h3 {
  color: #ffffff;
  font-size: 20px;
}
.upgrade-plan .plan-holder h2 {
  color: rgba(255, 255, 255, 0.7);
  font-size: 30px;
}
.upgrade-plan .plan-holder .plan-save {
  color: #2080fb;
  font-size: 16px;
  margin: 24px auto 0;
}
.upgrade-plan .plan-holder .btn-primary {
  width: 100%;
  height: 50px;
  background-color: #2080fb;
  border: 1px solid #2080fb;
  font-size: 16px;
  margin: 24px auto;
}
.upgrade-plan .plan-holder .btn-primary.outlined {
  background-color: #fff !important;
  color: #101010 !important;
  border: 1px solid #101010;
}
.upgrade-plan .plan-holder .btn-primary:hover {
  background-color: #fff;
  color: #2080fb;
}
.upgrade-plan .plan-holder .btn-primary[ng-click="openContactUsUrl(plan)"] {
  background-color: #2080fb;
  border: 1px solid #2080fb;
}
.upgrade-plan .plan-holder .btn-primary[ng-click="openContactUsUrl(plan)"]:hover {
  background-color: #fff !important;
  color: #2080fb !important;
}
.upgrade-plan .plan-holder .btn-primary[ng-click="openLowerPlanContactUsUrl(plan)"] {
  background-color: #2080fb;
  border: 1px solid #2080fb;
}
.upgrade-plan .plan-holder .btn-primary[ng-click="openLowerPlanContactUsUrl(plan)"]:hover {
  background-color: #fff !important;
  color: #2080fb !important;
}
.upgrade-plan .plan-holder hr {
  margin: 24px auto;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.upgrade-plan .plan-holder h4 {
  text-transform: uppercase;
}
.upgrade-plan .plan-holder .plan-description {
  text-align: left;
  margin-top: 40px;
}
.upgrade-plan .plan-holder .plan-description ul li {
  list-style: none;
  line-height: 2;
}
.upgrade-plan .plan-holder .plan-description ul li::before {
  content: "";
  font-weight: 700;
  display: inline-block;
  width: 4px;
  font-size: 24px;
  height: 4px;
  background-color: #2080fb;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
}
.upgrade-plan .plan-holder .plan-media {
  height: 160px;
  border-radius: 4px 4px 0 0;
}
.upgrade-plan .plan-holder .plan-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.upgrade-plan .plan-holder .plan-copy {
  border: 0;
  padding: 40px 24px;
}
.upgrade-plan .plan-holder .currency {
  font-size: 26px;
  vertical-align: super;
  top: -10px;
  position: relative;
}
.upgrade-plan .plan-holder .price {
  font-size: 60px;
}
.upgrade-plan .plan-holder .plan-time {
  font-size: 20px;
  font-family: 'Inter_Regular';
}
.upgrade-plan .plan-holder ul {
  list-style: none;
  margin-top: 20px;
}
.upgrade-plan .plan-holder li {
  font-size: 16px;
  padding-bottom: 12px;
  text-indent: -20px;
  padding-left: 20px;
}
.upgrade-plan .plan-holder ul li::before {
  content: "";
  font-weight: 700;
  display: inline-block;
  width: 4px;
  font-size: 24px;
  height: 4px;
  background-color: #2080fb;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
}
.upgrade-plan .content-disclaimer {
  max-width: 1200px;
  min-height: auto;
  position: relative;
  margin: 0 auto !important;
  padding: 15px 15px 0;
  font-size: 16px;
  line-height: 1.5em;
}
.upgrade-plan .content-disclaimer h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-family: 'Inter_Regular';
  color: #ffffff;
}
.upgrade-plan .content-disclaimer p {
  color: rgba(255, 255, 255, 0.7);
}
.dropdown .dropdown-menu {
  max-height: 162px;
}
.dropdown.mobileShow {
  display: none;
}
.step-two .create-account .input .dropdown .dropdown-menu {
  max-height: 420px;
}
.step-two .create-account label {
  color: black;
}
.step-three {
  opacity: 0;
  z-index: 4;
  top: -63px;
  position: relative;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.step-three label {
  color: black;
}
.step-three .selection-holder {
  margin: 0 auto;
  max-width: 956px;
  background: #ffffff;
  padding: 24px 12px 24px 21px;
  border: 1px solid #dddddd;
  border-radius: 3px !important;
}
.step-three .questions h4 {
  color: black;
  height: 16px;
  font-family: inherit;
  font-size: 14px;
  text-align: left;
  margin-top: 0;
}
.step-three .questions .items {
  margin-top: 16px;
  width: 100%;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.step-three .questions .items .item {
  text-align: center;
  width: 127px;
  height: 127px;
  border-radius: 4.9px;
  background-color: #ffffff;
  border: solid 1.2px #dddddd;
  margin-right: 7px;
  margin-bottom: 8px;
}
.step-three .questions .items .item img {
  width: 41px;
  height: 41px;
  margin: 28px auto 12px;
}
.step-three .questions .items .item p {
  font-family: 'Inter_Regular';
  font-weight: normal;
  color: #000000;
  text-align: center;
  font-size: 13px;
}
.step-three .questions .describe-item {
  height: 103px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  margin-bottom: 12px;
}
.step-three .questions .describe-item:hover {
  border: 2px solid #09a3ee;
  cursor: default;
  background-color: #ffffff;
  color: #5f5f5f;
}
.step-three .questions .describe-item.active {
  border: 2px solid #09a3ee;
  cursor: default;
  background-color: #ffffff;
  color: #5f5f5f;
}
.step-three .questions .describe-item .copy {
  position: relative;
  float: left;
  margin: 32px auto auto;
}
.step-three .questions .describe-item .copy h5 {
  font-family: 'Inter_Medium';
  font-size: 18px;
  text-align: left;
  color: #000000;
  margin-top: 0;
  margin-bottom: 0;
}
.step-three .questions .describe-item .copy p {
  opacity: 0.5;
  font-family: 'Inter_Regular';
  font-size: 14px;
  text-align: left;
  color: #000000;
  margin-top: 2px!important;
}
.step-three .questions .describe-item:nth-child(1):before {
  content: "\e676";
  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;
  font-size: 40px;
  color: #000000;
  position: relative;
  float: left;
  margin: 31px;
}
.step-three .questions .describe-item:nth-child(2):before {
  content: "\e7ed";
  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;
  font-size: 40px;
  color: #000000;
  position: relative;
  float: left;
  margin: 31px;
}
.step-three .questions .describe-item:nth-child(3):before {
  content: "\e910";
  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;
  font-size: 40px;
  color: #000000;
  position: relative;
  float: left;
  margin: 31px;
}
.step-three .questions .button-holder {
  margin-top: 20px;
}
.step-three .questions .button-holder .start-building {
  background-color: #00a1f1;
  color: #ffffff;
}
.step-three .questions .button-holder .start-building span {
  font-family: 'Inter_Regular';
  letter-spacing: 1px;
  font-weight: normal;
}
iframe[name="google_conversion_frame"] {
  display: none!important;
}
.upgrade-blueline-toolbar {
  width: 100%;
  height: 120px;
}
.upgrade-blueline-toolbar .center-holder {
  max-width: 1180px;
  width: 100%;
  margin: auto;
  padding: 46px 15px;
}
.upgrade-blueline-toolbar .center-holder .icon-chevron-left:before {
  content: "\e610";
  margin-right: 5px;
  font-size: 14px;
  margin-top: 4px;
  position: absolute;
  margin-left: -17px;
  font-weight: bold;
}
.upgrade-blueline-toolbar .center-holder .back-btn {
  font-family: 'Inter_Regular';
  font-size: 16px;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
  padding-left: 15px;
}
.wrapper.purchase-page {
  padding-bottom: 50px;
}
.wrapper.purchase-page .content {
  width: 1150px;
  margin: 125px auto 0;
  margin-top: -30px;
  background-color: #ffffff;
  border: solid 1px #ededed;
  border-radius: 6px;
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}
.wrapper.purchase-page .content .pull-left {
  margin-left: 17px;
  width: 50%;
}
.wrapper.purchase-page .content .pull-left .contact-information-subcontainer {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
.wrapper.purchase-page .content .pull-left .contact-information-subcontainer .item {
  width: 50%;
}
.wrapper.purchase-page .content .pull-left .item {
  margin-bottom: 12px;
}
.wrapper.purchase-page .content .pull-left .item.section {
  margin-bottom: 16px;
  margin-top: 40px;
}
.wrapper.purchase-page .content .pull-left .item.section:first-child {
  margin-top: 20px;
}
.wrapper.purchase-page .content .pull-left .item .btn-success {
  min-width: 250px;
  float: left;
  margin-top: 32px;
}
.wrapper.purchase-page .content .pull-left .item .left-choose {
  float: left;
  width: 48%;
  clear: left;
}
.wrapper.purchase-page .content .pull-left .item .right-choose {
  float: right;
  clear: right;
  width: 48%;
}
.wrapper.purchase-page .content .pull-left .item .left-choose .pull-left,
.wrapper.purchase-page .content .pull-left .item .right-choose .pull-left {
  float: left!important;
  clear: left!important;
  padding: 0!important;
  width: auto;
  margin-left: 0;
}
.wrapper.purchase-page .content .pull-left .item .left-choose .pull-right,
.wrapper.purchase-page .content .pull-left .item .right-choose .pull-right {
  float: right!important;
  clear: right!important;
  padding: 0!important;
  width: auto;
}
.wrapper.purchase-page .content .pull-left .item .left-choose span,
.wrapper.purchase-page .content .pull-left .item .right-choose span {
  opacity: 0.5;
  font-family: 'Inter_Regular';
  font-size: 14px;
  text-align: left;
}
.wrapper.purchase-page .content .pull-left .item .left-choose .btn-default,
.wrapper.purchase-page .content .pull-left .item .right-choose .btn-default {
  height: 40px;
}
.wrapper.purchase-page .content .pull-left .item .left-choose img,
.wrapper.purchase-page .content .pull-left .item .right-choose img {
  margin-top: 6px;
}
.wrapper.purchase-page .content .pull-left .item .icon-lock {
  position: absolute;
  margin-top: 13px;
  margin-left: 373px;
}
.wrapper.purchase-page .content .pull-left h3 {
  font-family: 'Inter_Regular';
  font-weight: normal;
  font-size: 18px;
  text-align: left;
  color: #000000;
  margin: 0;
}
.wrapper.purchase-page .content .pull-left h3 .icon-billing {
  position: absolute;
  margin-left: -30px;
  font-size: 20px;
  color: #00a1f1;
}
.wrapper.purchase-page .content .pull-left h3 .icon-payment {
  font-size: 15px;
  margin-left: -30px;
  position: absolute;
  margin-top: 2px;
  color: #00a1f1;
}
.wrapper.purchase-page .content .pull-left .form-control {
  height: 40px;
}
.wrapper.purchase-page .content .pull-left .btn-success {
  border-radius: 5px;
  background-color: #00a1f1;
  height: 40px;
}
.wrapper.purchase-page .content .pull-left .btn-success span {
  font-family: 'Inter_Regular';
  font-size: 16px;
  text-align: center;
  color: #ffffff;
}
.wrapper.purchase-page .content .summary-box {
  margin: 25px 20px;
  border: none;
  border-radius: 10px;
  background: #f7f7f7;
  padding: 19px;
}
.wrapper.purchase-page .content .summary-box .media-holder {
  display: block;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 19px;
}
.wrapper.purchase-page .content .summary-box .media-holder img {
  width: 100%;
}
.wrapper.purchase-page .content .summary-box div,
.wrapper.purchase-page .content .summary-box p,
.wrapper.purchase-page .content .summary-box h3,
.wrapper.purchase-page .content .summary-box h2,
.wrapper.purchase-page .content .summary-box hr {
  position: relative;
  z-index: 2;
}
.wrapper.purchase-page .content .summary-box h3 {
  font-family: 'Inter_Medium';
  font-size: 16px;
  text-align: left;
  color: #000000;
  margin-top: 0;
  margin-bottom: 19px;
  z-index: 2;
}
.wrapper.purchase-page .content .summary-box h3.order-title {
  margin-top: 40px;
  margin-bottom: 21px;
  text-transform: none;
}
.wrapper.purchase-page .content .summary-box h4 {
  margin: 0;
  font-family: 'Inter_Regular';
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #000000;
  z-index: 2;
}
.wrapper.purchase-page .content .summary-box p {
  margin-top: 0;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #000000;
  z-index: 2;
}
.wrapper.purchase-page .content .summary-box p.plan-title {
  margin-bottom: 0;
}
.wrapper.purchase-page .content .summary-box .show-promo-code-btn {
  text-decoration: underline;
  color: #101010;
  cursor: pointer;
}
.wrapper.purchase-page .content .summary-box .order-block {
  z-index: 2;
}
.wrapper.purchase-page .content .summary-box .order-block .plan-name {
  width: 48%;
  float: left;
  clear: left;
  font-family: 'Inter_Regular';
  font-size: 16px;
  color: #000000;
  z-index: 2;
}
.wrapper.purchase-page .content .summary-box .order-block .plan-pricing {
  width: 48%;
  float: right;
  clear: right;
  text-align: right;
  font-family: 'Inter_Regular';
  font-size: 16px;
  color: #000000;
  z-index: 2;
}
.wrapper.purchase-page .content .summary-box .coupon-block input,
.wrapper.purchase-page .content .summary-box .coupon-block button {
  height: 40px;
  margin: 6px 0;
  z-index: 2;
}
.wrapper.purchase-page .content .summary-box .coupon-block input {
  font-family: 'Inter_Regular';
  font-size: 14px;
  z-index: 2;
}
.wrapper.purchase-page .content .summary-box .coupon-block button {
  border-radius: 5px;
  background-color: #00a1f1;
  font-family: 'Inter_Regular';
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  z-index: 2;
}
.wrapper.purchase-page .content .summary-box .total-block h3 {
  margin: 40px 0 25px;
  float: left;
  clear: left;
  width: auto;
  z-index: 2;
  text-transform: none;
}
.wrapper.purchase-page .content .summary-box .total-block p {
  margin: 40px 0 25px;
  float: right;
  clear: right;
  width: auto;
  font-family: 'Inter_Medium';
  font-size: 16px;
  text-align: right;
  color: #000000;
  z-index: 2;
}
.wrapper.purchase-page .content .pull-right {
  max-width: 490px;
  width: 100%;
}
.wrapper.purchase-page .content .pull-right .well {
  margin: 25px 20px;
  border: none;
  border-radius: 0;
  background: transparent;
}
.wrapper.purchase-page .content .pull-right .well div,
.wrapper.purchase-page .content .pull-right .well p,
.wrapper.purchase-page .content .pull-right .well h3,
.wrapper.purchase-page .content .pull-right .well h2,
.wrapper.purchase-page .content .pull-right .well hr {
  position: relative;
  z-index: 2;
}
.wrapper.purchase-page .content .pull-right .well img {
  position: absolute;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 1;
}
.wrapper.purchase-page .content .pull-right .well h3 {
  font-family: 'Inter_Medium';
  font-size: 16px;
  text-align: left;
  color: #000000;
  margin-top: 0;
  margin-bottom: 19px;
  text-transform: uppercase;
  z-index: 2;
}
.wrapper.purchase-page .content .pull-right .well h3.order-title {
  margin-top: 40px;
  margin-bottom: 21px;
  text-transform: none;
}
.wrapper.purchase-page .content .pull-right .well h4 {
  margin: 0;
  font-family: 'Inter_Regular';
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #000000;
  z-index: 2;
}
.wrapper.purchase-page .content .pull-right .well p {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #000000;
  z-index: 2;
}
.wrapper.purchase-page .content .pull-right .well p.plan-title {
  margin-bottom: 0;
}
.wrapper.purchase-page .content .pull-right .well .order-block {
  z-index: 2;
}
.wrapper.purchase-page .content .pull-right .well .order-block .plan-name {
  width: 48%;
  float: left;
  clear: left;
  font-family: 'Inter_Regular';
  font-size: 16px;
  color: #000000;
  z-index: 2;
}
.wrapper.purchase-page .content .pull-right .well .order-block .plan-pricing {
  width: 48%;
  float: right;
  clear: right;
  text-align: right;
  font-family: 'Inter_Regular';
  font-size: 16px;
  color: #000000;
  z-index: 2;
}
.wrapper.purchase-page .content .pull-right .well .coupon-block input,
.wrapper.purchase-page .content .pull-right .well .coupon-block button {
  height: 40px;
  margin: 6px 0;
  z-index: 2;
}
.wrapper.purchase-page .content .pull-right .well .coupon-block input {
  font-family: 'Inter_Regular';
  font-size: 14px;
  z-index: 2;
}
.wrapper.purchase-page .content .pull-right .well .coupon-block button {
  border-radius: 5px;
  background-color: #00a1f1;
  font-family: 'Inter_Regular';
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  z-index: 2;
}
.wrapper.purchase-page .content .pull-right .well .total-block h3 {
  margin: 40px 0 25px;
  float: left;
  clear: left;
  width: auto;
  z-index: 2;
  text-transform: none;
}
.wrapper.purchase-page .content .pull-right .well .total-block p {
  margin: 40px 0 25px;
  float: right;
  clear: right;
  width: auto;
  font-family: 'Inter_Medium';
  font-size: 16px;
  text-align: right;
  color: #000000;
  z-index: 2;
}
.wrapper.purchase-page .content .terms-conditions {
  font-family: 'Inter_Regular';
  font-size: 14px;
  text-align: left;
  color: #7f7f7f;
  position: relative;
  float: left;
  clear: both;
  margin-left: 18px;
  margin-bottom: 22px;
}
.wrapper.purchase-page .content .terms-conditions span {
  float: left;
  clear: left;
  margin-right: 7px;
}
.wrapper.purchase-page .content .terms-conditions a {
  float: left;
  clear: right;
  font-family: 'Inter_Medium';
}
.wrapper.purchase-page .content .recurly-hosted-field {
  width: 100%;
  height: 40px;
  padding: 0px;
  margin-top: 0px;
}
.wrapper.purchase-page .content .recurly-hosted-field-focus {
  border-color: #66afe9 !important;
  outline: 0;
}
.wrapper.purchase-page .content .three-d-secure-auth-container {
  width: 400px;
  height: 380px;
  padding: 0;
  display: block;
  z-index: 99999;
  margin: 0 auto;
}
.wrapper.purchase-page .content .three-d-secure-auth-container div {
  width: 100%;
  height: 100%;
}
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools:not(.mCSB_scrollTools_onDrag),
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools:not(.mCSB_scrollTools_onDrag),
.mCustomScrollBox:hover > .mCSB_scrollTools:not(.mCSB_scrollTools_onDrag),
.mCustomScrollBox:hover ~ .mCSB_scrollTools:not(.mCSB_scrollTools_onDrag) {
  opacity: 0;
}
.gdpr label {
  font-family: 'Inter_Regular';
}
/* The Modal (background) */
.bf-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  /* Modal Content/Box */
}
.bf-modal.bf-modal-open {
  display: block;
}
.bf-modal.bf-modal-open .three-d-secure-auth-container {
  opacity: 0;
  animation: fade-in-popup 1.5s ease-in-out forwards;
}
@keyframes fade-in-popup {
  0% {
    opacity: 0;
    transform: translateY(-200%);
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.bf-modal .bf-modal-content {
  padding: 20px;
  display: flex;
  align-items: center;
  height: 100vh;
}
/* Premium Templates popup */
.modal-header {
  padding: 15px;
  background: #eef0f0;
  position: relative;
  font-size: 15px;
  line-height: 26px;
  border-radius: 4px 4px 0 0;
}
.modal-header .icon-close {
  position: absolute;
  right: 15px;
  top: 17px;
}
.plans-modal-body {
  max-height: 64vh;
  overflow: auto;
}
.plans-modal-body p {
  font-family: 'Inter_Regular';
}
.plans-modal-body .plans-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.plans-modal-body .plan-container {
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  min-width: 200px;
  margin-right: 32px;
  margin-bottom: 32px;
}
.plans-modal-body .plan-scroll {
  max-height: 44vh;
  overflow: auto;
}
.plans-modal-body p {
  margin-top: 4px;
  font-size: 16px;
}
.plans-modal-body .unavailable-plan {
  color: #9E9E9E;
}
.plans-modal-body .available-plan {
  font-weight: bold;
  border: 1px solid #09A3EE;
  color: #000;
}
/* Toggle buttons */
.toggle.toggle--full {
  width: 100%;
  display: flex;
  overflow: hidden;
  margin: 32px auto;
  justify-content: center;
}
.toggle.toggle--full .toggle--container {
  display: inline-flex;
  border-radius: 28px;
  border: 1px solid #ddd;
  max-width: 500px;
  flex-direction: row;
  justify-content: space-evenly;
}
.toggle--full .toggle__item input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.toggle--full .toggle__item label {
  cursor: pointer;
  display: block;
  padding: 8px 15px;
  align-items: center;
  font-size: 14px;
  transition: color ease-in-out 0.2s, background-color ease-in-out 0.2s;
  margin: 0;
  border-radius: 28px;
  text-align: center;
  font-family: 'Inter_Regular';
}
.toggle--full .toggle__item input[type="radio"]:checked ~ label {
  background-color: #09A3EE;
  color: #fff !important;
  font-family: 'Inter_Medium';
}
.bottom {
  height: 66px;
  overflow: hidden;
  border-radius: 0 0 4px 4px;
  padding: 13px;
}
.bottom .btn-secondary {
  border: solid 1px #d8d8d8;
  color: #000;
}
.bottom a {
  min-width: 100px;
  font-family: 'Inter_Regular';
  padding: 8px;
  display: inline-block;
  text-decoration: none;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .question-two .items {
    grid-template-columns: auto auto auto auto;
  }
}
@media (max-width: 750px) {
  .question-two .items {
    grid-template-columns: auto auto auto;
  }
}
@media (max-width: 600px) {
  .question-two .items {
    grid-template-columns: auto auto;
  }
}
.hide-frame {
  padding: 0 !important;
  box-shadow: none !important;
}
.emulator-holder .owl-carousel {
  height: 100%;
  width: 100%;
}
.emulator-holder .owl-carousel .owl-stage-outer {
  height: 100%;
  border-radius: 16px;
}
.emulator-holder .owl-carousel .owl-stage {
  height: 100%;
}
.emulator-holder .owl-carousel .owl-item {
  height: 100%;
  cursor: grab;
}
.emulator-holder .owl-carousel .item {
  height: 100%;
}
.visible {
  visibility: visible !important;
  opacity: 1 !important;
}
.dark-dropdown-button {
  background-color: #101010;
  color: #ffffff !important;
  border: 1px rgba(255, 255, 255, 0.3) solid;
  border-radius: 4px;
}
.dark-dropdown-button .chevron {
  color: #ffffff !important;
}
.dark-dropdown-button:hover {
  background: #333 !important;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.signup-v1 .intl-tel-input .country-list {
  max-width: 396px !important;
}
:root {
  --app-height: 100%;
  --white-color: #FFFFFF;
  --black-color: #101010;
  scrollbar-color: #686868 #3C3C3C;
  scrollbar-width: thin;
}
:root::-webkit-scrollbar {
  width: 8px;
}
:root::-webkit-scrollbar-track {
  background: #3C3C3C;
}
:root::-webkit-scrollbar-thumb {
  background: #686868;
  border-radius: 4px;
}
/*html {
	background-color: #FFFFFF !important;

	body {
		background-color: #FFFFFF !important;
	}
}*/
.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: flex !important;
}
.justify-center {
  justify-content: center;
}
.gap-10 {
  gap: 10px;
}
.text-white {
  color: var(--white-color) !important;
}
.signup-v2 {
  position: relative;
}
@media screen and (max-width: 740px) {
  .signup-v2 *::-webkit-scrollbar {
    width: 8px;
  }
}
.signup-v2 header .contain {
  max-width: 1200px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 740px) {
  .signup-v2 header .contain {
    padding: 0 8px;
  }
}
.signup-v2 .content-wrapper {
  height: calc(var(--app-height) - 81px);
  overflow-y: auto;
}
.signup-v2 .content-wrapper.active-step-appTemplate {
  height: 100%;
}
@media screen and (min-width: 741px) {
  .signup-v2 .content-wrapper.active-step-appTemplate {
    height: auto;
  }
}
.signup-v2 .content-wrapper.active-step-appTemplate .content {
  margin: 0 45px;
  padding: 0 15px;
}
@media screen and (max-width: 740px) {
  .signup-v2 .content-wrapper.active-step-appTemplate .content {
    padding: 0 17px;
    margin: 0 auto;
  }
}
.signup-v2 .content-wrapper.active-step-form {
  height: 100%;
}
@media screen and (min-width: 741px) {
  .signup-v2 .content-wrapper.active-step-form {
    height: auto;
  }
}
.signup-v2 .content-wrapper.active-step-form .content {
  margin-top: 35px;
  padding: 0 15px;
}
@media screen and (max-width: 740px) {
  .signup-v2 .content-wrapper.active-step-form .content {
    padding: 0 17px;
  }
}
.signup-v2 .content {
  height: unset;
  min-height: unset;
  margin-top: 50px;
  padding: 0;
  overflow-x: hidden;
}
@media screen and (max-width: 740px) {
  .signup-v2 .content {
    margin-top: 20px;
    padding: 0 8px 30px 8px;
  }
}
.signup-v2 .content p.text-danger {
  color: #ed4b4b;
}
@media screen and (max-width: 740px) {
  .signup-v2 .step .step-info {
    padding: 0 7px;
  }
}
.signup-v2 .step .step-info .title {
  font-weight: 500;
  font-size: 48px;
  line-height: 48px;
  color: var(--white-color);
  text-align: center;
  font-style: normal;
  line-height: 115%;
  /* 55.2px */
  letter-spacing: -0.96px;
}
.signup-v2 .step .step-info .subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Inter_Regular';
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.15px;
  margin-top: 12px;
}
.signup-v2 .step.step-industry .industry-container {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 35px;
  row-gap: 14px;
  column-gap: 14px;
  width: 80%;
  max-width: 80%;
}
@media screen and (max-width: 740px) {
  .signup-v2 .step.step-industry .industry-container {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    gap: 7px;
  }
}
.signup-v2 .step.step-industry .industry-container .card {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 12px;
  text-align: center;
  color: var(--white-color);
  border: 2px solid transparent;
  transition: 0.25s ease-in-out;
}
@media screen and (max-width: 740px) {
  .signup-v2 .step.step-industry .industry-container .card {
    width: auto;
    max-width: unset;
    margin-bottom: 4px;
    margin-right: 0;
  }
}
.signup-v2 .step.step-industry .industry-container .card.active {
  background: rgba(255, 255, 255, 0.3);
}
.signup-v2 .step.step-industry .industry-container .title {
  font-family: 'Inter_Medium';
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--white-color);
}
@media screen and (max-width: 740px) {
  .signup-v2 .step.step-industry .industry-container .title {
    font-size: 13px;
    line-height: 15px;
  }
}
.signup-v2 .step.step-industry .industry-container .title.smaller {
  font-size: 12px;
}
.signup-v2 .step.step-industry .custom-industry-container {
  width: 100%;
  max-width: 438px;
  margin-top: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 740px) {
  .signup-v2 .step.step-industry .custom-industry-container {
    margin-top: 35px;
    padding: 0 9px;
  }
}
.signup-v2 .step.step-industry .custom-industry-container .title {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: var(--white-color);
}
.signup-v2 .step.step-industry .custom-industry-container input {
  font-family: 'Inter_Regular';
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #808080;
  margin-top: 10px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
}
.signup-v2 .step.step-industry .custom-industry-container input::placeholder {
  color: #808080;
}
.signup-v2 .step.step-appType .appTypes-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 35px;
  row-gap: 14px;
  column-gap: 14px;
  width: 75%;
  max-width: 80%;
}
@media screen and (max-width: 740px) {
  .signup-v2 .step.step-appType .appTypes-container {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    gap: 7px;
  }
}
.signup-v2 .step.step-appType .appTypes-container .card {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 82px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 12px;
  text-align: center;
  border: 2px solid transparent;
  transition: 0.25s ease-in-out;
}
@media screen and (max-width: 740px) {
  .signup-v2 .step.step-appType .appTypes-container .card {
    flex-direction: row;
    width: auto;
    max-width: unset;
    height: 44px;
    padding: 10px 12px;
    margin-bottom: 4px;
    margin-right: 0;
  }
}
.signup-v2 .step.step-appType .appTypes-container .card .title {
  font-family: 'Inter_Medium';
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--white-color);
}
@media screen and (max-width: 740px) {
  .signup-v2 .step.step-appType .appTypes-container .card .title {
    font-size: 13px;
    line-height: 15px;
  }
}
.signup-v2 .step.step-appType .appTypes-container .card .title.smaller {
  font-size: 12px;
}
.signup-v2 .step.step-appType .appTypes-container .card .icon {
  width: 24px;
  height: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 740px) {
  .signup-v2 .step.step-appType .appTypes-container .card .icon {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.signup-v2 .step.step-appType .appTypes-container .card.active {
  background: rgba(255, 255, 255, 0.3);
}
.signup-v2 .step.step-appTemplate h1 + p {
  font-size: 13px;
  line-height: 20px;
}
.signup-v2 .step.step-appTemplate .choose-template {
  padding: 0;
}
@media screen and (max-width: 740px) {
  .signup-v2 .step.step-appTemplate .choose-template {
    flex-direction: column;
  }
}
.signup-v2 .step.step-appTemplate .appType-select-container {
  width: 100%;
  min-width: 205px;
  margin-top: 24px;
}
@media (max-width: 935px) {
  .signup-v2 .step.step-appTemplate .appType-select-container {
    display: none;
  }
}
@media screen and (max-width: 740px) {
  .signup-v2 .step.step-appTemplate .appType-select-container {
    width: 100%;
  }
}
.signup-v2 .step.step-appTemplate .appType-select-container .info {
  margin-top: 0;
  margin-bottom: 10px;
}
.signup-v2 .step.step-appTemplate .appType-select-container .dropdown button span {
  font-family: 'Inter_Regular';
}
.signup-v2 .step.step-appTemplate .appType-select-container .dropdown li a {
  font-family: 'Inter_Regular';
}
.signup-v2 .step.step-appTemplate .template-holder {
  height: calc(var(--app-height) - 74px);
  padding-top: 12px;
}
@media screen and (max-width: 740px) {
  .signup-v2 .step.step-appTemplate .template-holder {
    width: 100%;
    padding: 0;
    padding-top: 16px;
  }
}
@media screen and (min-width: 935px) {
  .signup-v2 .step.step-appTemplate .template-holder.mobileShow {
    display: none;
  }
}
@media screen and (max-width: 935px) {
  .signup-v2 .step.step-appTemplate .template-holder.mobileShow {
    display: block;
  }
}
@media screen and (max-width: 935px) {
  .signup-v2 .step.step-appTemplate .template-holder .category-description {
    display: none;
  }
}
@media screen and (min-width: 935px) {
  .signup-v2 .step.step-appTemplate .template-holder .category-description.mobileShow {
    display: none;
  }
}
@media screen and (max-width: 935px) {
  .signup-v2 .step.step-appTemplate .template-holder .category-description.mobileShow {
    display: block;
  }
}
.signup-v2 .step.step-appTemplate .template-holder .template-dropdowns .info {
  margin-top: 0;
  margin-bottom: 10px;
}
.signup-v2 .step.step-appTemplate .template-holder .template-dropdowns .dropdown {
  margin: 0 !important;
}
.signup-v2 .step.step-appTemplate .template-holder .template-dropdowns .dropdown button span {
  font-family: 'Inter_Regular';
}
.signup-v2 .step.step-appTemplate .template-holder .template-dropdowns .dropdown li a {
  font-family: 'Inter_Regular';
}
.signup-v2 .step.step-appTemplate .category-holder {
  margin-top: 30px;
}
@media screen and (min-width: 935px) {
  .signup-v2 .step.step-appTemplate .category-holder.mobileShow {
    display: none;
  }
}
@media screen and (max-width: 935px) {
  .signup-v2 .step.step-appTemplate .category-holder.mobileShow {
    display: block;
  }
}
.signup-v2 .step.step-appTemplate .category-holder .suggested-templates {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: var(--white-color) !important;
}
.signup-v2 .step.step-appTemplate .category-holder .template-categories {
  margin-top: 20px;
}
.signup-v2 .step.step-appTemplate .category-holder .template-categories a {
  font-family: 'Inter_Regular';
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  padding: 5px 0 !important;
  text-decoration: none !important;
  opacity: 0.7;
}
.signup-v2 .step.step-appTemplate .category-holder .template-categories a :first-child {
  padding-top: 0;
}
.signup-v2 .step.step-appTemplate .category-holder .template-categories a.active {
  opacity: 1;
}
@media screen and (max-width: 740px) {
  .signup-v2 .step.step-appTemplate .template-dropdowns {
    flex-direction: column;
  }
}
.signup-v2 .step.step-appTemplate .templates-carousel {
  height: 100%;
  min-height: unset;
  display: none;
}
@media screen and (max-width: 740px) {
  .signup-v2 .step.step-appTemplate .templates-carousel {
    display: block;
  }
}
.signup-v2 .step.step-appTemplate .templates-carousel .owl-stage {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 25px !important;
}
.signup-v2 .step.step-appTemplate .templates-carousel .template-item {
  padding: 0 !important;
  margin-bottom: 0;
}
.signup-v2 .step.step-appTemplate .templates-carousel .template-item .template-view {
  width: 96px;
  height: 165px;
}
.signup-v2 .step.step-appTemplate #selectTemplate {
  background-color: #09A3EE;
  color: #FFFFFF;
}
@media screen and (max-width: 740px) {
  .signup-v2 .step.step-appTemplate #selectTemplate {
    display: none;
  }
}
@media screen and (max-width: 740px) {
  .signup-v2 .step.step-appTemplate #aboutTemplate {
    display: none;
  }
}
@media screen and (max-width: 740px) {
  .signup-v2 .step.step-appTemplate .emulator-holder {
    display: none;
  }
}
.signup-v2 .step.step-appTemplate .emulator-holder #emulatorContainer {
  margin-bottom: 0;
}
.signup-v2 .step.step-form .register-title-text {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  /* 36.8px */
  letter-spacing: -0.64px;
}
.signup-v2 .step.step-form .register-subtitle-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 22.5px */
  letter-spacing: -0.15px;
}
.signup-v2 .step.step-form .create-account {
  margin: 0 auto;
  max-width: 495px;
  width: 100%;
  background: white;
  padding: 30px;
  border-radius: 7.5px;
  color: #101010 !important;
}
.signup-v2 .step.step-form .create-account .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
  margin-bottom: 35px;
  text-align: center;
}
.signup-v2 .step.step-form .create-account .form-control {
  font-size: 14px;
  height: 40px;
  color: #101010 !important;
}
.signup-v2 .step.step-form .create-account form .dropdown .btn {
  font-size: 14px;
  height: 40px;
}
.signup-v2 .step.step-form .create-account form .info {
  opacity: 0.5;
  font-weight: normal;
  margin-top: 9px;
  margin-bottom: 22px;
}
.signup-v2 .step.step-form .create-account form .button-holder {
  margin-top: 58px;
}
.signup-v2 .step.step-form .create-account form .button-holder .start-building {
  background-color: #00a1f1;
  color: #ffffff;
}
.signup-v2 .step.step-form .create-account form .input {
  margin-bottom: 20px;
}
.signup-v2 .step.step-form .create-account form label {
  font-family: 'Inter_Regular';
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
}
.signup-v2 .step.step-form .create-account form .required-label::after {
  content: '*';
  color: #ed4b4b;
  font-weight: bold;
}
.signup-v2 .step.step-form .create-account form .input.has-error .password-input-container {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
.signup-v2 .step.step-form .create-account form .input .password-input-container {
  display: flex;
  align-items: center;
  width: 100%;
  height: 42px;
  font-size: 13px;
  line-height: 20px;
  color: #101010 !important;
  background-color: var(--white-color);
  background-image: none;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-appearance: none;
  padding: 6px 12px;
  box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}
.signup-v2 .step.step-form .create-account form .input .password-input-container:focus-within {
  border-color: #66afe9;
}
.signup-v2 .step.step-form .create-account form .input .password-input-container input {
  border: none;
  padding: 0;
  padding-right: 12px;
  box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}
.signup-v2 .step.step-form .create-account form .input .password-input-container img {
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.signup-v2 .actions-wrapper {
  background-color: var(--black-color);
  display: flex;
  justify-content: center;
}
.signup-v2 .actions-wrapper .actions-container {
  position: relative;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  padding-top: 15px;
  max-width: 80%;
}
@media screen and (max-width: 740px) {
  .signup-v2 .actions-wrapper .actions-container {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    background: var(--black-color);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 741px) and (max-height: 832px) {
  .signup-v2 .actions-wrapper .actions-container {
    position: absolute;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  }
}
.signup-v2 .actions-wrapper .actions-container .actions-inner-container {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1230px) {
  .signup-v2 .actions-wrapper .actions-container .actions-inner-container {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1075px) {
  .signup-v2 .actions-wrapper .actions-container .actions-inner-container {
    max-width: 920px;
  }
}
@media screen and (max-width: 935px) {
  .signup-v2 .actions-wrapper .actions-container .actions-inner-container {
    max-width: 720px;
  }
}
@media screen and (max-width: 740px) {
  .signup-v2 .actions-wrapper .actions-container .actions-inner-container {
    display: flex;
    justify-content: flex-end;
  }
}
.signup-v2 .actions-wrapper .actions-container .action-button {
  font-family: 'Inter_Regular';
  cursor: pointer;
  padding: 7px 16px;
  width: 119px;
  height: 34px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  transition: 0.25s ease-in-out;
}
.signup-v2 .actions-wrapper .actions-container .action-button.next {
  color: var(--white-color);
  background: #05ACF0;
}
.signup-v2 .actions-wrapper .actions-container .action-button.next[disabled="disabled"] {
  opacity: 0.3;
}
.signup-v2 .actions-wrapper .actions-container .action-button.back {
  background: transparent;
}
@media screen and (max-width: 740px) {
  .signup-v2 .actions-wrapper .actions-container .action-button.back {
    margin-right: 20px;
    margin-left: auto;
  }
}
.signup-v2 .actions-select-template-wrapper {
  background-color: var(--black-color);
}
@media screen and (min-width: 741px) {
  .signup-v2 .actions-select-template-wrapper {
    display: none !important;
  }
}
.signup-v2 .actions-select-template-wrapper .actions-container {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  padding: 0 10px;
}
.signup-v2 .actions-select-template-wrapper .actions-container a {
  width: 100%;
  max-width: 250px;
}
.signup-v2 .actions-select-template-wrapper .actions-container .start-button-title {
  margin-right: 11px;
}
header {
  background: inherit;
  border-bottom: 0.75px rgba(255, 255, 255, 0.15) solid;
  box-shadow: none !important;
  /* Steps layout */
  /* Mobile styles */
}
header span,
header p {
  font-family: 'Inter_Regular';
}
header .contain {
  margin: 0 auto;
  margin-left: 45px;
  max-width: 1200px;
  position: relative;
  min-height: 64px;
  padding: 0 15px;
}
header .contain.header-box {
  display: flex;
  align-items: center;
}
header a.logo {
  display: flex;
  align-items: center;
  width: 95px;
  padding: 17px 15px 16px 0;
  height: 64px;
  line-height: 38px;
}
header a.logo img {
  max-width: 95px;
  position: relative;
  top: 1px;
  max-height: 42px;
}
header .usermenus {
  padding: 15px 20px;
}
header .usermenus .dropdown .dropdown-toggle:hover {
  background: #ffffff !important;
}
header .usermenus .dropdown + .dropdown {
  margin-left: 15px;
}
header .usermenus .dropdown .dropdown-menu {
  border-radius: 0 0 4px 4px;
}
header .usermenus .dropdown .caret {
  height: 20px;
}
header .usermenus .dropdown.open .dropdown-toggle {
  background: #ffffff !important;
}
header .usermenus .button {
  margin-left: 15px;
  width: 100px;
}
header .appid p {
  margin-top: 6px;
}
header .user-email {
  margin-top: 23px;
  max-width: 220px;
  text-align: right;
}
header .step-status {
  position: absolute;
  left: 50%;
  margin-left: -250px;
  width: 490px;
  margin-top: 0;
  z-index: 9999;
  max-height: 64px;
}
header .step-status .step {
  width: 33.33%;
  float: left;
  text-align: center;
  margin-top: -13px;
  z-index: 9999;
  position: relative;
}
header .step-status .step p {
  font-family: 'Inter_Medium';
  font-size: 10px;
  line-height: 11px;
  margin: 6px 0 0;
  text-transform: uppercase;
}
header .step-status .step:before {
  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;
  content: "\e90f";
  font-size: 23px;
}
header .step-status .step1 {
  clear: left;
}
header .step-status .step2 p {
  color: #bbbbbb;
}
header .step-status .step3 p {
  color: #bbbbbb;
}
header .step-status .step-progress-bar {
  position: relative;
  margin-top: 13px;
  width: 66%;
  float: left;
  overflow: hidden;
  border-radius: 3px !important;
  transform: translateX(26%);
}
header .step-status .step-progress-bar div {
  float: left;
  width: 100%;
}
header .step-status .step-progress-bar div.grey-bar {
  background: #eef0f0;
  padding: 2px;
}
header .step-status .step-progress-bar div.green-bar {
  padding: 4px;
  position: absolute;
  top: 0;
  left: 0;
  background: #14cb5d;
  width: 0;
}
header .step-status .step-progress-bar div.blue-bar {
  background: #09a3ee;
  padding: 4px;
  position: absolute;
  top: 0;
  left: 0;
  width: 33%;
}
header .step-status.step2 .step1 p {
  color: #14cb5d;
}
header .step-status.step2 .step2 p {
  color: #5f5f5f;
}
header .step-status.step2 .step-progress-bar .blue-bar {
  width: 66%;
}
header .step-status.step2 .step-progress-bar .green-bar {
  z-index: 3;
  width: 33%;
}
header .step-status.step3 .step1 p {
  color: #14cb5d;
}
header .step-status.step3 .step2 p {
  color: #14cb5d;
}
header .step-status.step3 .step3 p {
  color: #5f5f5f;
}
header .step-status.step3 .step-progress-bar .blue-bar {
  width: 100%;
}
header .step-status.step3 .step-progress-bar .green-bar {
  z-index: 3;
  width: 66%;
}
header .step-status.noStep3 .step {
  width: 50%;
}
header .step-status.noStep3 .step.step3 {
  display: none;
}
header .step-status.noStep3 .step-progress-bar .blue-bar {
  width: 50%;
}
header .step-status.noStep3.step2 .step-progress-bar .green-bar {
  width: 50%;
}
header .step-status.noStep3.step2 .step-progress-bar .blue-bar {
  width: 100%;
}
header ul.progress-bar {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
header ul.progress-bar li.section {
  display: inline-block;
  padding-top: 30px;
  font-size: 10px;
  line-height: 22px;
  color: #939393;
  vertical-align: top;
  position: relative;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 3px;
  font-family: 'Inter_Regular';
  font-weight: normal;
  text-transform: uppercase;
}
header ul.progress-bar li.section span {
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  font-size: 23px;
  color: #939393;
}
header ul.progress-bar li.section span.icon-header-check-mark {
  color: #000000;
  font-size: 8px;
  top: 13px;
  opacity: 0;
}
header ul.progress-bar li.section.visited {
  color: #ffffff;
}
header ul.progress-bar li.section.visited span.icon-circle {
  color: #ffffff;
}
header ul.progress-bar li.section.visited span.icon-header-check-mark {
  opacity: 1;
}
header ul.progress-bar li.section.current {
  color: #ffffff;
}
header ul.progress-bar li.section.current span.icon-circle {
  color: #ffffff;
}
header ul.progress-bar li.section.current span.icon-header-check-mark {
  opacity: 0;
}
header .status-bar {
  height: 2px;
  background: #939393;
  position: relative;
  top: 20px;
  margin: 0 auto;
}
header .current-status {
  height: 2px;
  width: 0;
  border-radius: 1px;
  background: #ffffff;
}
header.darker ul.progress-bar li.section.visited {
  color: #ffffff;
}
header.darker ul.progress-bar li.section.visited span.icon-circle {
  color: #ffffff;
}
header.darker ul.progress-bar li.section.visited span.icon-header-check-mark {
  opacity: 1;
  color: #000000;
}
header.darker ul.progress-bar li.section.current {
  color: white;
}
header.darker ul.progress-bar li.section.current span.icon-circle {
  color: #ffffff;
}
header.darker ul.progress-bar li.section.current span.icon-header-check-mark {
  opacity: 0;
  color: #000000;
}
header.darker .current-status {
  background: #ffffff;
}
@keyframes changeBackgroundLight {
  from {
    color: #939393;
  }
  to {
    color: #ffffff;
  }
}
@keyframes changeBackground {
  from {
    color: #939393;
  }
  to {
    color: #000000;
  }
}
header .steps-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  gap: 50px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  font-weight: 400;
  cursor: auto;
}
header .steps-container .header-step-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  width: 180px;
  text-align: center;
  min-height: 64px;
}
header .steps-container .header-step-progress.active-step-progress {
  color: #ffffff;
  border-bottom: 5px solid #47C3FF;
  transition: 0.3s;
}
header .steps-container .step-label {
  white-space: nowrap;
}
@media (max-width: 767px) {
  header .steps-container {
    display: none;
  }
}
@media (max-width: 1000px) and (min-width: 768px) {
  header .steps-container .header-step-progress {
    width: unset;
  }
}
@media (max-width: 500px) {
  header ul.progress-bar li.section {
    color: transparent !important;
  }
  header ul.progress-bar li.visited {
    color: transparent !important;
  }
  header ul.progress-bar li.current {
    color: transparent !important;
  }
}
@media (max-width: 1400px) {
  header a.logo {
    padding: 17px 12px 17px 0;
    width: 95px;
  }
  header a.logo img {
    max-width: 95px;
  }
}
#emulator iframe#widget {
  height: 590px;
}
#emulator .screen {
  height: 535px;
  width: 290px;
}
#emulator .screen h3 {
  margin-top: 170px;
  text-align: center;
  padding: 50px;
  line-height: 28px;
}
#emulator .about-template-btn {
  display: none;
  width: 100%;
  min-width: 0;
  max-width: auto;
}
#emulator a.btn {
  position: relative;
  margin-bottom: 16px;
  width: 100%;
  background-color: #09A3EE;
  font-size: 14px;
  color: #ffffff;
  text-align: left;
  font-family: 'Inter_Medium';
  line-height: 24px;
  font-weight: normal;
  box-shadow: 0 2px 8px rgba(150, 150, 150, 0.1);
}
#emulator a.btn .start-button-title {
  float: left;
  clear: left;
  width: 100%;
  text-align: center;
}
#emulator a.btn .icon {
  font-weight: bold;
  float: right;
  clear: right;
  margin-top: 5px;
}
#emulator .message {
  position: absolute;
  top: -80px;
  left: 0;
  text-align: left;
  height: 70px;
  width: 100%;
  transition: 0.35s all ease-in-out;
  z-index: 2;
  border-radius: 16px 16px 0 0;
}
#emulator .message h4 {
  font-family: 'Inter_Regular';
  font-size: 13px;
  line-height: 21px;
  color: inherit;
  padding: 5px 40px 5px 15px;
}
#emulator .message span.icon {
  font-weight: 800;
  position: absolute;
  top: 18px;
  right: 15px;
  cursor: pointer;
}
#emulator .message.active {
  top: 0;
}
#emulator .message.transparent {
  background: rgba(9, 163, 238, 0.92);
}
#emulator .message.loader {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  display: none;
  z-index: 1;
  border: 0 !important;
  border-radius: 17px;
}
#emulator .message.loader.active {
  display: inline-block;
}
#emulator .message.loader .selected-template-image {
  width: 0%;
  height: 0%;
  opacity: 0;
  margin-left: 125px;
  margin-top: 225px;
}
#emulatorContainer {
  padding: 12px;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 0 8px 16px rgba(50, 50, 50, 0.3), inset -2px -4px 12px rgba(50, 50, 50, 0.2);
  position: relative;
  overflow: hidden;
  width: 321px;
  aspect-ratio: 340/650;
}
#emulatorContainer .about-template {
  position: absolute;
  left: 12px;
  top: 12px;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  background-color: #fff;
  z-index: 999;
  border-radius: 17px;
  border: 1px solid #ddd;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transform: translateY(100%);
  opacity: 0;
  animation: slide-up 0.3s ease-in-out forwards;
}
#emulatorContainer .about-template .about-template-header {
  color: #fff;
  padding: 16px;
  background-color: #09a3ee;
  display: flex;
  align-items: flex-start;
}
#emulatorContainer .about-template .about-template-header .caption {
  opacity: 0.7;
  font-size: 12px;
}
#emulatorContainer .about-template .about-template-header .btn-icon {
  background-color: transparent;
  border: 0;
}
#emulatorContainer .about-template .about-template-content {
  flex: auto;
  overflow-y: auto;
  padding: 16px;
}
#widget {
  overflow: hidden;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
@keyframes slide-up {
  0 {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#loading-screen {
  opacity: 1;
  position: absolute;
  z-index: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  border-radius: 100%;
  transition: all 0.5s;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
#loading-screen .loading-bg {
  display: none;
  opacity: 0.4;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}
#loading-screen .loading-dots {
  position: absolute;
  left: 50%;
  margin-left: -17px;
  top: 50%;
  margin-top: -17px;
  text-align: center;
  width: 34px;
  height: 34px;
  -webkit-animation: rotate 2s infinite linear;
  animation: rotate 2s infinite linear;
}
#loading-screen .loading-dots .dot1 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  border-radius: 100%;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
#loading-screen .loading-dots .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  border-radius: 100%;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
#loading-bar-spinner .spinner-icon {
  width: 2em;
  height: 2em;
  border: solid 3px transparent;
  border-top-color: #000000;
  border-left-color: #000000;
  border-radius: 50%;
  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  -moz-animation: loading-bar-spinner 400ms linear infinite;
  -ms-animation: loading-bar-spinner 400ms linear infinite;
  -o-animation: loading-bar-spinner 400ms linear infinite;
  animation: loading-bar-spinner 400ms linear infinite;
}
@media (max-width: 1230px) {
  header .contain {
    max-width: 1075px;
  }
  .upgrade-blueline-toolbar .center-holder {
    max-width: 1106px;
  }
  .content {
    max-width: 1075px;
    margin: 70px auto 0;
    height: calc(100vh - 70px);
  }
  .content .choose-template .template-holder {
    max-width: 670px;
  }
  .content .choose-template .template-holder .template-item {
    width: 50%;
    margin-bottom: 20px;
  }
  .content .choose-template .template-holder .template-item .template-view {
    height: 327px;
  }
  .content .choose-template .template-holder .template-item p {
    font-size: 12px;
  }
  .step-three h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .step-three h4 {
    font-size: 16px;
    line-height: 22px;
  }
  .step .questions .items .item {
    width: 24%;
  }
  .step .questions .items .item:nth-child(5n) {
    margin-right: 1.25%;
  }
  .step .questions .items .item:nth-child(4n) {
    margin-right: 0;
  }
  .step .questions .items .item .glyphicon {
    font-size: 42px;
  }
  .step .questions .question-three {
    margin-top: 65px;
  }
  .step .questions .question-four {
    margin-top: 65px;
  }
  .step .questions .links a {
    width: 140px;
  }
  .step .questions .question-one {
    padding-top: 1px;
  }
  .step .questions .question-two {
    padding-top: 1px;
  }
  .step .status {
    margin-top: 15px !important;
    font-size: 13px;
  }
}
@media (max-width: 1075px) {
  header .contain {
    max-width: 938px;
  }
  .upgrade-blueline-toolbar .center-holder {
    max-width: 970px;
  }
  .content {
    max-width: 938px;
  }
  .content .choose-template .template-holder .template-item {
    width: 50%;
  }
  .content .choose-template .template-holder .template-item .template-view {
    height: 232px;
  }
  .wrapper.purchase-page .content .pull-left {
    float: none!important;
    clear: both;
    margin: auto;
  }
  .wrapper.purchase-page .content .pull-left .btn-success {
    width: 100%;
  }
  .wrapper.purchase-page .content .pull-right {
    float: none!important;
    clear: both;
    margin: auto;
    padding-top: 20px;
    max-width: 439px;
  }
  .wrapper.purchase-page .content .pull-right img {
    max-width: 400px;
  }
  .wrapper.purchase-page .content .pull-right .total-block h3,
  .wrapper.purchase-page .content .pull-right .total-block p {
    margin-top: 15px!important;
  }
  .wrapper .terms-conditions {
    max-width: 400px;
    margin: auto!important;
    position: relative!important;
    clear: both!important;
    width: 100%!important;
    float: none!important;
  }
}
@media (max-height: 860px) and (min-width: 501px) {
  #emulator .screen {
    width: 100%;
    height: 534px;
  }
  #emulator .screen h3 {
    font-size: 20px;
    margin-top: 160px;
  }
  #emulator .message.loader {
    height: 99.6%;
  }
  .content .category-holder {
    width: 200px;
  }
}
@media (max-width: 935px) {
  header .contain {
    max-width: 803px;
  }
  header a.logo img {
    max-height: 35px;
  }
  header .step-status {
    margin-left: 0;
    width: 310px;
  }
  header .step-status .step p {
    font-size: 10px;
    line-height: 14px;
  }
  header .user-email {
    max-width: 160px;
  }
  .upgrade-blueline-toolbar .center-holder {
    max-width: 835px;
  }
  .content {
    max-width: 820px;
    margin-top: 70px;
    padding: 0;
  }
  .content .choose-template {
    padding: 0 16px;
  }
  .content .choose-template .template-holder {
    max-width: 330px;
  }
  .content .choose-template .template-holder .template-item {
    width: 50%;
  }
  .content .step-two .create-account {
    max-width: 440px;
    width: 100%;
  }
  #emulator .about-template-btn {
    display: none;
  }
  #emulatorContainer a.btn {
    width: 273px;
    margin-left: -10px;
    line-height: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #emulatorContainer a.btn .icon {
    margin: 0 12px;
  }
  .dropdown:after {
    clear: both;
  }
  .choose-template .emulator-holder {
    margin-top: 6px;
  }
  .step-one h1 {
    font-size: 26px;
  }
  .step-three h3 {
    font-size: 20px;
  }
  .step-three h4 {
    font-size: 14px;
  }
  .step-three .questions .items .item {
    padding: 5px;
  }
  .step-three .questions .items .item .glyphicon {
    font-size: 20px;
    position: relative;
    top: 5px;
  }
  .step .questions .question-three {
    margin-top: 30px;
  }
  .step .questions .question-four {
    margin-top: 30px;
  }
  .step .questions .links a {
    width: 120px;
  }
  .step .questions .items .item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .step .questions .items .item:nth-child(5n) {
    margin-right: 2%;
  }
  .step .questions .items .item:nth-child(4n) {
    margin-right: 2%;
  }
  .step .questions .items .item:nth-child(3n) {
    margin-right: 0;
  }
  .step .questions .items .item .copy {
    height: 40px;
  }
  .step .questions .items .item .glyphicon {
    font-size: 36px;
  }
  .step .questions .question-one {
    padding-top: 0px;
  }
  .step .questions .question-two {
    padding-top: 0px;
  }
  .step .status {
    font-size: 12px;
    margin: 0 !important;
  }
  .category-holder {
    display: none;
  }
  .dropdown.mobileShow {
    display: block;
  }
  .dropdown.mobileShow + .dropdown.mobileShow {
    display: none;
  }
  .dropdown:after {
    clear: both;
  }
  header .contain {
    max-width: 738px;
  }
  .content {
    max-width: 738px;
    padding: 0 16px;
  }
  .content .choose-template .template-holder {
    max-width: 480px;
  }
  .choose-template .template-holder {
    max-width: 350px;
  }
  .choose-template .emulator-holder {
    margin-top: 6px;
  }
  .choose-template .emulator-holder #emulatorContainer a.btn {
    top: -54px;
    text-align: center;
    width: 311px;
  }
  .choose-template .emulator-holder #emulatorContainer a.btn .start-button-title {
    text-align: center;
    width: 100%;
  }
  .choose-template .emulator-holder #emulatorContainer a.btn .icon {
    display: none;
  }
}
@media (max-width: 992px) {
  /* Redesign for responsive pricing page */
  .upgrade-plan .inner-center-holder {
    padding: 0 16px;
  }
  .upgrade-plan .cards-container {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 16px;
  }
  .upgrade-plan .cards-container .plan-select {
    display: block;
  }
  .upgrade-plan .cards-container .plan-select .plans-buttons {
    border-radius: 0;
    width: 100%;
    display: block;
    padding: 16px;
    margin: 0;
    font-size: 13px;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #101010;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  }
  .upgrade-plan .cards-container .plan-select .plans-buttons:hover {
    background-color: #2080fb;
    color: #fff;
  }
  .upgrade-plan .cards-container .plan-select .plans-buttons:not(:last-child) {
    border-bottom: 0;
  }
  .upgrade-plan .cards-container .plan-select .plans-buttons.btn-primary {
    background-color: #2080fb;
    color: #fff;
  }
  .upgrade-plan .plans {
    display: block;
    margin: 0 auto;
  }
  .upgrade-plan .plans .plan-holder {
    width: 100%;
    padding: 0;
    flex-basis: 100%;
  }
  .upgrade-plan .plans .plan-holder .plan-inner {
    display: none;
    margin-top: 32px;
  }
  .upgrade-plan .plans .plan-holder .plan-media {
    display: none;
  }
  .upgrade-plan .plans .plan-holder .collapse-section {
    display: block !important;
  }
  .upgrade-plan .plans .plan-holder .plan.flag::before {
    display: block;
    position: relative;
    border-radius: 0;
    left: 0;
    top: 0;
    text-align: center;
    transform: translateY(0) translateX(0);
    width: 100%;
    z-index: 1;
  }
  .upgrade-plan .content-disclaimer {
    max-width: 640px !important;
    margin: 32px auto !important;
    padding: 0 16px;
  }
}
@media (max-width: 740px) {
  header .contain {
    max-width: 602px;
  }
  .content {
    max-width: 602px;
  }
  #emulatorContainer {
    position: relative;
    margin-top: 10px;
  }
  #emulator .about-template-btn {
    display: block;
  }
  #emulator a.btn {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #emulator a.btn .icon {
    margin: 0 12px;
    margin-right: 0;
  }
  .choose-template {
    flex-direction: column;
  }
  .choose-template .template-holder {
    height: auto !important;
    max-width: none !important;
    overflow: visible !important;
  }
  .choose-template .template-holder .template-dropdowns {
    display: flex;
    justify-content: center;
  }
  .choose-template .template-holder .template-dropdowns .dropdown {
    flex: auto;
  }
  .choose-template .template-holder .template-dropdowns .dropdown:first-of-type {
    margin-right: 8px;
  }
  .choose-template .template-holder .template-dropdowns .dropdown:last-of-type {
    margin-left: 8px;
  }
  .choose-template .template-holder .category-description {
    display: none;
  }
  .choose-template .template-holder .template-flex-box {
    display: none;
  }
  .choose-template .emulator-holder {
    width: 100%;
    text-align: center;
    margin-top: 16px;
    padding-bottom: 16px;
    padding-top: 0;
  }
  .choose-template .emulator-holder #emulatorContainer a.btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .choose-template .emulator-holder #emulatorContainer a.btn .icon {
    margin: 0 12px;
  }
  .choose-template .emulator-holder #emulator {
    display: inline-block;
    margin: 0 auto;
  }
  .dropdown.mobileShow + .dropdown.mobileShow {
    display: block;
  }
}
@media (max-width: 500px) {
  #emulatorContainer {
    position: relative;
    margin-bottom: 30px;
  }
  #selectTemplateMobile {
    display: block;
    background-color: #09A3EE;
    color: #ffffff;
    margin: 32px;
    margin-bottom: 0;
  }
  #selectTemplateMobile a.btn {
    position: absolute;
    top: 20px;
    background-color: #ffffff;
    font-size: 14px;
    color: #000000;
    text-align: left;
    font-family: 'Inter_Medium';
    line-height: 24px;
    font-weight: normal;
  }
  header a.logo {
    width: 95px;
  }
  header a.logo img {
    max-height: 28px;
  }
  header ul.progress-bar li.section {
    color: transparent !important;
  }
  header ul.progress-bar li.visited {
    color: transparent!important;
  }
  header ul.progress-bar li.current {
    color: transparent!important;
  }
  header .step-status {
    display: none;
    width: 150px;
  }
  header .step-status .step span {
    display: none;
  }
  header .step-status .step p {
    line-height: 11px;
  }
  header .user-email {
    max-width: 140px;
  }
  .content {
    margin-top: 74px;
  }
  .content .emulator-holder {
    transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    position: relative;
    margin: 0 auto;
  }
  .content .step-two .create-account {
    padding: 12px;
  }
  .step-one h1 {
    font-size: 22px;
  }
  .step-one h1 + p {
    font-size: 13px;
    line-height: 20px;
  }
  .step-one .choose-template {
    display: block;
    overflow-y: auto;
    margin-top: 0!important;
    overflow-x: hidden;
    padding: 0;
  }
  .step-one .choose-template .template-holder {
    margin-right: 0;
    padding: 0;
    padding-top: 16px;
  }
  .step-one .choose-template .template-dropdowns {
    flex-direction: column;
  }
  .step-one .choose-template .template-dropdowns .dropdown {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .step-one .choose-template .emulator-holder {
    margin-top: 0;
  }
  .dropdown.mobileShow {
    width: 100%;
    float: inherit !important;
  }
  .choose-template .emulator-holder #emulatorContainer #app {
    margin-top: 0;
  }
  .step .questions .items .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    width: 165px !important;
    max-width: 100%;
  }
  .step .questions .items .item:nth-child(5n) {
    margin-right: 2%;
  }
  .step .questions .items .item:nth-child(4n) {
    margin-right: 2%;
  }
  .step .questions .items .item:nth-child(3n) {
    margin-right: 2%;
  }
  .step .questions .items .item:nth-child(2n) {
    margin-right: 0 !important;
  }
  .step .questions .items .item .glyphicon {
    font-size: 28px;
  }
  .step .questions .items .item p {
    font-size: 11px;
    line-height: 15px;
  }
  .step .questions .items .item p.lg {
    font-size: 19px;
  }
  section#emulator:before {
    display: none;
  }
}
@media (max-height: 720px) {
  .step-three .status {
    margin-top: 0 !important;
  }
  .step-three .questions {
    margin-top: 5px !important;
  }
  .step-three .questions .question {
    margin-top: 5px !important;
    padding-top: 5px !important;
  }
  .step-three .questions .items .item {
    padding: 5px;
    margin-bottom: 1%;
  }
  .step-three .questions .items .item .glyphicon {
    font-size: 20px;
  }
  .step-three .questions .items .item .copy {
    height: 36px;
  }
  .step-three .questions .items .item p {
    line-height: 14px;
  }
  .step-three .questions .question.question-three {
    margin-top: 20px !important;
    padding-top: 25px !important;
  }
  .step-three .questions .question.question-four {
    margin-top: 20px !important;
    padding-top: 25px !important;
  }
  .step-three .question h4 {
    margin: 5px 0 15px !important;
  }
  .step-two .create-account .input .dropdown .dropdown-menu {
    max-height: 255px;
  }
  .step-two .create-account .input .dropdown .dropdown-menu > li > a {
    padding: 4px 12px;
  }
}
@media (max-width: 768px) {
  .step-three .questions .items .item.mid-align {
    width: 55%;
  }
}
@media (max-width: 425px) {
  .step-three .questions .items .item.mid-align {
    width: 100%;
  }
}
@media (max-height: 832px) {
  .plan-scroll {
    max-height: 64vh;
    overflow: auto;
  }
  #emulatorContainer {
    height: 560px;
    width: 100%;
  }
  #emulator iframe#widget {
    height: 534px;
  }
}
@media (max-height: 625px) {
  .plan-scroll {
    max-height: 52vh;
    overflow: auto;
  }
}
@media (max-width: 991px) {
  .question-two .items {
    grid-template-columns: auto auto auto auto !important;
  }
}
@media (max-width: 750px) {
  .question-two .items {
    grid-template-columns: auto auto auto !important;
  }
}
@media (max-width: 600px) {
  .question-two .items {
    grid-template-columns: auto auto !important;
  }
}
@media (max-width: 450px) {
  .question-two .items {
    grid-template-columns: 50% 50% !important;
    column-gap: 5%;
  }
}
* {
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Inter_Medium', 'Helvetica', 'Sans-Serif', 'Arial';
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
html {
  font-family: 'Inter_Medium', 'Helvetica', 'Sans-Serif', 'Arial';
  font-weight: 100;
  color: #ffffff;
  margin: 0;
  height: 100%;
}
body {
  font-family: 'Inter_Medium', 'Helvetica', 'Sans-Serif', 'Arial';
  font-weight: 100;
  color: inherit!important;
  margin: 0;
  height: 100%;
  background-color: inherit!important;
}
html[view='app']::-webkit-scrollbar {
  display: none;
}
img {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}
iframe {
  max-width: 100%;
  vertical-align: top;
  border: 0;
  outline: none;
  width: 100%;
  display: block;
}
object {
  max-width: 100%;
  vertical-align: top;
}
.widget-content ul {
  overflow: auto;
}
textarea {
  overflow: auto;
}
/* scrollbar */
/* total width */
::-webkit-scrollbar {
  background-color: #0000;
  width: 12px;
}
/* background of the scrollbar except button or resizer */
::-webkit-scrollbar-track {
  background-color: #fff;
}
::-webkit-scrollbar-track:hover {
  background-color: #fff;
}
/* scrollbar itself */
::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 16px;
  border: 2px solid #fff;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #a0a0a5;
  border: 2px solid #fff;
}
.holder {
  padding: 15px;
}
.holder .btn.dropdown-toggle {
  width: 100%;
}
.holder .bottom.fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 11;
}
.holder .bottom div {
  padding: 0;
}
.holder .bottom div a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 8px;
  text-decoration: none;
}
.holder .bottom .padded {
  padding: 15px;
}
.holder .bottom > .hidden-content {
  background: #ffffff;
}
.holder .bottom .hidden-content .tabs .tab a {
  display: block;
  padding-top: 10px;
  color: #5f5f5f;
}
.holder .bottom .hidden-content .tabs .tab .tab {
  border-left: 1px solid #e5e5e5;
}
.holder .bottom .hidden-content .tabs .tab.active:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #09a3ee;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.holder .bottom .hidden-content .tab-content .tab {
  display: none;
  height: 229px;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
}
.holder .bottom .hidden-content .tab-content .tab.active {
  display: block;
}
.holder .bottom .hidden-content .tab-content a {
  height: auto;
}
.holder .bottom .hidden-content .tab-content a.list-item.active {
  background: #09a3ee;
  color: #ffffff;
}
.holder .bottom .hidden-content .toggle-btns {
  border: 1px solid #09a3ee;
}
.holder .bottom .hidden-content .toggle-btns a {
  padding: 6px 8px 4px;
  font-size: 12px;
  vertical-align: top;
}
.holder .bottom .hidden-content .toggle-btns a.active {
  color: #ffffff;
}
.holder .bottom .extra-links a {
  position: absolute;
  top: -45px;
  left: 10px;
  border-radius: 100%;
  font-size: 21px;
  padding: 7px;
  text-align: center;
  height: 35px;
  width: 35px;
  color: #ffffff;
  z-index: 13;
  opacity: 0.8;
}
.holder .bottom .extra-links a.view-type {
  top: -45px;
  left: inherit;
  right: 10px;
  padding-top: 6px;
  font-size: 22px;
}
.holder .bottom .viewing-label {
  position: absolute;
  top: -28px;
  padding: 3px;
}
.holder .places-plugin .bottom {
  bottom: -270px;
}
.holder .places-plugin .bottom.active {
  bottom: 0;
}
.holder .fixed-bottom.bottom {
  bottom: -270px;
}
.holder .fixed-bottom.bottom.active {
  bottom: 0;
}
.holder .plugin-banner {
  position: relative;
  border-bottom: 0 !important;
}
.holder .info-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  opacity: 0.85;
  z-index: 9;
  background: rgba(0, 0, 0, 0.8);
}
.holder .info-bar p {
  max-width: 100%;
}
.holder .info-bar .right-icon {
  margin-top: 7px;
}
.holder .info-bar .pull-right .padded-icon {
  padding: 5px;
  display: inline-block;
  width: 30px;
  height: 30px;
}
.holder .info-bar .pull-right span.icon {
  font-size: 24px;
  vertical-align: middle;
}
.holder .info-bar .pull-right span.icon.icon-sm {
  font-size: 14px;
  position: relative;
  top: -2px;
}
.holder .info-bar .pull-right.padded-icon span.icon {
  font-size: 18px;
  vertical-align: middle;
}
.holder .info-circle {
  position: absolute;
  padding: 10px 0;
  opacity: 0.85;
  z-index: 9;
  bottom: inherit;
  top: 28px;
  left: 50%;
  margin-left: -75px;
  width: 150px;
  height: 150px;
  text-align: center;
  border-radius: 100%;
  background: #efefef;
}
.holder .info-circle .info-circle-inner {
  margin-top: 33px;
}
.holder .info-circle .info-circle-inner h1 {
  font-size: 50px;
  line-height: 54px;
}
.holder .info-circle.bg-white {
  background: rgba(255, 255, 255, 0.8);
}
.holder .info-circle.small {
  width: 110px;
  height: 110px;
  margin-left: -55px;
}
.holder .info-circle.small .info-circle-inner {
  margin-top: 11px;
}
.holder .list-layout .add-to-cart {
  padding: 5px;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.holder .list-layout .add-to-cart .icon {
  font-size: 18px;
  vertical-align: middle;
}
.holder .media-layout .add-to-cart {
  padding: 4px;
  width: 30px;
  height: 30px;
}
.holder .media-layout .add-to-cart .icon {
  font-size: 18px;
  vertical-align: middle;
}
.holder .events-plugin .info-text {
  position: absolute;
  width: 100%;
  padding: 0 20px;
  top: 170px;
  color: #ffffff;
  text-align: center;
  z-index: 2;
}
.padded {
  padding: 15px;
}
#pluginNav {
  height: auto !important;
  background: #09a3ee;
  padding: 14px 10px;
  border-bottom: 0;
  margin-bottom: 0;
}
#pluginNav a.back-btn-icon {
  position: absolute;
  top: 17px;
  left: 10px;
  font-size: 15px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  cursor: default;
}
#pluginNav a.menu-btn-icon {
  position: absolute;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  cursor: default;
  left: auto;
  right: 10px;
  font-size: 21px;
  top: 15px;
}
#pluginNav h4 {
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  max-width: 75%;
  font-size: 16px;
  line-height: 18px;
  position: relative;
  top: 4px;
  font-weight: 100;
}
#pluginNav h5 {
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  max-width: 75%;
  font-size: 16px;
  line-height: 18px;
  position: relative;
  top: 4px;
  font-weight: 100;
}
#pluginNav #pluginTitle {
  padding: 15px;
  margin: -15px auto;
}
#pluginNav #btnBack {
  padding: 17px;
  margin: -17px;
}
#menuToggle {
  border-radius: 5px 0 0 5px;
  font-size: 21px;
  padding: 4px 10px;
  position: fixed;
  top: 11px;
  right: 0;
  z-index: 1040;
  background: #09a3ee;
  cursor: pointer;
}
#menuToggle span.icon {
  padding: 1em !important;
  margin: -1em !important;
  font-size: 21px;
  vertical-align: top;
  color: #ffffff;
}
#menuToggle .notification-circle {
  position: absolute;
  top: 8px;
  left: -12px;
  width: 22px;
  height: 22px;
  text-align: center;
  border-radius: 100%;
}
#menuToggle .notification-circle span {
  font-size: 10px;
  position: relative;
  top: -2px;
  text-align: center;
}
#menu {
  position: relative;
}
nav.menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: #ffffff;
  opacity: 0.95;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.35s ease;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
nav.menu a {
  display: block;
  width: 100%;
  padding: 10px 12px;
  text-decoration: none;
  position: relative;
}
nav.menu a .media {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 20px;
  margin-right: 12px;
  text-align: center;
}
nav.menu a .media img {
  vertical-align: middle;
  max-width: 22px;
  max-height: 22px;
  height: auto;
  width: auto;
  border-radius: 2px;
}
nav.menu a .media .main-icon {
  vertical-align: middle;
  font-size: 18px;
}
nav.menu a p {
  margin: 3px 0 0;
  max-width: 100%;
  font-size: 13px;
  line-height: 18px;
}
nav.menu a.username {
  padding-top: 15px;
  padding-bottom: 14px;
  padding-right: 37px;
}
nav.menu span.menu-close {
  position: absolute;
  top: 19px;
  right: 12px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  z-index: 99;
}
nav.menu #sideMenuCloseButton {
  padding: 15px;
  margin: -15px;
}
nav.menu a.divider {
  padding-top: 2px;
  padding-bottom: 4px;
  border-top: 0 !important;
  background: #efefef;
}
nav.menu a.notifications p {
  padding-right: 45px;
}
nav.menu a.notifications .notification-circle {
  position: absolute;
  top: 13px;
  right: 12px;
  height: 20px;
  padding: 0 7px;
  border-radius: 10px;
}
nav.menu a.notifications .notification-circle span {
  color: #ffffff !important;
  font-size: 11px;
  position: relative;
  top: -1px;
}
nav.menu.active {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.plugin-slider {
  max-height: 380px;
}
.plugin-slide {
  max-height: 380px;
}
.plugin-slide img {
  max-height: 380px;
  width: auto !important;
  margin: 0 auto;
}
.contact-maps {
  max-height: 380px;
}
.contact-maps img {
  max-height: 380px;
  width: auto !important;
  margin: 0 auto;
}
.plugin-slide.show-map {
  height: 320px;
}
.no-background .plugin-slide {
  background: none;
}
.holder.has-bottom {
  padding-bottom: 38px !important;
}
.holder.has-bottom.has-bottom-viewing {
  padding-bottom: 65px !important;
}
.places-plugin .bottom.fixed-bottom .col-xs-4 .col-xs-4 {
  border-left: 1px solid rgba(20, 20, 20, 0.25);
}
.places-plugin .bottom.fixed-bottom .col-xs-4.active {
  background: rgba(0, 0, 0, 0.15);
}
.places-plugin .location-map .map-holder {
  min-height: 280px;
}
.places-plugin .location-circle {
  border-radius: 100%;
  font-size: 14px !important;
  height: 35px;
  padding: 7px;
  width: 35px;
  color: #ffffff;
  opacity: 0.8;
}
.notification-plugin .tabs .tab a {
  color: #5f5f5f;
  padding: 10px 14px 8px 10px;
  display: block;
}
.notification-plugin .tabs .tab .tab {
  border-left: 1px solid #e5e5e5;
}
.notification-plugin .tabs .tab.active a {
  color: #09a3ee;
}
.notification-plugin .tabs .tab.active:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #09a3ee;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.notification-plugin .tab-content .tab {
  display: none;
}
.notification-plugin .tab-content .tab.active {
  display: block;
}
.notification-plugin .tab-content a {
  height: auto;
}
.notification-plugin .notification-item .checkbox label::after {
  left: -1px;
}
.people-banner .people-media img {
  max-width: 140px;
  max-height: 140px;
}
.people-plugin .people-info {
  position: relative;
}
.people-plugin .people-info .icon {
  color: #09a3ee;
  font-size: 24px;
  vertical-align: top;
}
.people-plugin.layout1 .people-info .icon-holder {
  position: absolute;
  height: 24px;
  display: inline-block;
  top: 50%;
  margin-top: -5px;
  right: 15px;
}
.people-plugin.layout2 .people-banner .people-bg {
  background: rgba(0, 0, 0, 0.8);
  padding: 35px 0 !important;
}
.people-plugin.layout2 .people-banner .people-holder {
  max-width: 400px;
  margin: 0 auto;
  padding: 0 15px;
}
.people-plugin.layout2 .people-banner .people-media {
  float: left;
  max-width: 100px;
}
.people-plugin.layout2 .people-banner .people-media img {
  max-width: 100%;
  height: auto;
}
.people-plugin.layout2 .people-banner .people-info {
  float: left;
  width: 62%;
  padding-right: 0;
  padding-top: 4px;
  text-align: left !important;
  color: #ffffff;
}
.people-plugin.layout3 .people-banner .people-bg {
  padding: 0 !important;
  position: relative;
}
.people-plugin.layout3 .people-banner .people-media {
  width: 140px;
  position: absolute;
  left: 0;
  top: 0;
}
.people-plugin.layout3 .people-banner .people-media img {
  width: 100%;
  border-radius: 0;
  border: 0;
  max-width: inherit;
  max-height: inherit;
}
.people-plugin.layout3 .people-banner .people-info {
  width: 100%;
  padding-left: 155px;
  float: left;
  height: 140px;
  margin-top: 0 !important;
  padding-top: 24px;
  text-align: left !important;
}
.people-plugin.layout4 .people-banner .people-bg {
  background: rgba(255, 255, 255, 0.9);
}
.contact-plugin.layout2 .contact-maps {
  position: relative;
}
.contact-plugin.layout2 .plugin-slider {
  max-height: 100px;
  background: none;
}
.contact-plugin.layout2 .plugin-slider .plugin-slide {
  background: none;
}
.contact-plugin.layout2 .plugin-slider .contact-slide {
  max-height: 100px;
  background: none;
}
.thumbnail-slider .thumbnail-slide img {
  max-width: 100%;
}
.media-center-plugin.layout2 .people-banner .people-bg {
  background: rgba(0, 0, 0, 0.8);
}
.media-center-plugin.layout2 .people-banner .people-info {
  color: #ffffff;
}
.link-list {
  padding-top: 2px;
}
.link-list a a {
  margin-left: 10px;
}
.list-items .list-item {
  position: relative;
}
.list-items .list-item .list-item {
  border-top: 1px solid #dddddd;
  padding-top: 10px;
  margin-top: 10px;
}
.list-items .list-item .media {
  width: 100px;
}
.list-items .list-item .content {
  padding-left: 110px;
  width: 100%;
}
.list-layout .list-item {
  padding-left: 15px;
  padding-right: 8px;
}
.list-layout .list-item .list-item {
  padding-left: 8px;
  padding-right: 15px;
}
.list-layout .list-item-media {
  position: relative;
  left: 0;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.list-layout .list-item-media .remove-btn {
  position: absolute;
  top: 0;
  right: -120px;
  padding: 25px 0;
  width: 100px;
  height: 100%;
  color: #ffffff;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.list-layout .list-item-media .list-media-holder {
  margin: 0 auto;
  max-width: 240px;
}
.list-layout .list-item-media.now-playing:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #09a3ee;
}
.list-layout .list-item-media.edit {
  left: -60px;
}
.list-layout .list-item-media.edit .remove-btn {
  right: -60px;
}
.list-layout .list-item-media.edit .btns {
  right: 58px;
}
.list-layout .list-item-copy {
  padding: 10px 0;
  min-height: 70px;
}
.list-layout .list-item-copy p.summary {
  font-size: 13px;
}
.list-layout span.list-item-date {
  font-size: 11px;
  font-style: italic;
  display: block;
  margin: -4px 0 -4px;
}
.layout4 .list-layout .list-item-media .list-media-holder {
  max-width: 200px;
}
.layout3 .list-layout {
  border-top: 1px solid #dddddd;
}
.layout3 .list-layout .list-item-media {
  background: none;
}
.layout3 .list-layout .list-item-media .list-media-holder {
  width: 110px;
  height: 60px;
  line-height: 58px;
  background: #efefef;
  border-radius: 4px;
  margin: 5px 10px 5px 5px;
  text-align: center;
}
.layout3 .list-layout .list-item-media .list-media-holder img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  border-radius: 2px;
}
.layout3 .list-layout .list-item-media .list-media-holder .main-icon {
  font-size: 44px;
  position: relative;
  top: 8px;
}
.layout3 .list-layout .list-item-media .list-media-holder.square-icon {
  width: 60px;
}
.layout3 .list-layout .list-item {
  padding: 0;
  border-bottom: 1px solid #dddddd;
  min-height: 71px;
}
.layout3 .list-layout .list-item-copy {
  padding: 6px 10px 5px;
}
.media-center-plugin.layout3 .list-layout .list-item-media .list-media-holder {
  background: none;
}
html[browser='Firefox'] .layout3 .list-layout .list-item-media .list-media-holder {
  line-height: 60px;
}
.shopping-cart .list-layout .list-item-media .list-media-holder.square-icon {
  height: 70px;
  width: 70px;
  line-height: 68px;
}
.shopping-cart .list-layout .list-item-copy p p {
  font-size: 13px;
  margin: 7px 0 !important;
}
.shopping-cart .list-layout .list-item-copy a {
  font-size: 13px;
  position: relative;
  top: 1px;
}
.shopping-cart .bottom div {
  padding: 6px 10px !important;
}
.shopping-cart .bottom div p {
  font-size: 13px;
  line-height: 16px;
}
.shopping-cart .bottom div a {
  padding: 5px 8px;
  max-width: 140px;
}
.ecommerce-plugin .list-layout.has-cart .list-item {
  position: relative;
}
.ecommerce-plugin .list-layout.has-cart .list-item-copy {
  padding-right: 88px !important;
}
.list-layout.has-btns .list-item {
  position: relative;
}
.list-layout.has-btns .list-item-copy {
  padding-right: 88px !important;
}
.list-layout.has-btns .btns {
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -18px;
  padding: 5px;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.list-layout.has-btns .btns .icon {
  font-size: 24px;
  color: #ffffff;
}
.list-layout.has-cart .add-to-cart {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  right: 18px;
}
.media-layout .media-item {
  margin-bottom: 15px;
}
.media-layout .media-item:nth-child(odd) {
  padding-left: 15px !important;
  padding-right: 7.5px !important;
}
.media-layout .media-item:nth-child(even) {
  padding-left: 7.5px !important;
  padding-right: 15px !important;
}
.media-layout .media-item .media-holder {
  background: #eef0f0;
  position: relative;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.media-layout .media-item .media-holder .media-img-holder {
  max-width: 450px;
  margin: 0 auto;
}
.media-layout .media-item .media-copy {
  border-radius: 0 0 3px 3px;
  padding: 6px 10px;
}
.ecommerce-plugin.layout1 .media-layout .media-item {
  margin-bottom: 10px;
}
.ecommerce-plugin.layout1 .media-layout .media-item:nth-child(odd) {
  padding-left: 10px !important;
  padding-right: 5px !important;
}
.ecommerce-plugin.layout1 .media-layout .media-item:nth-child(even) {
  padding-left: 5px !important;
  padding-right: 10px !important;
}
.ecommerce-plugin.layout1 .media-layout .media-item .media-holder .media-img-holder {
  max-width: 200px;
}
.ecommerce-plugin.layout1 .media-layout .media-item .info-bar {
  padding: 6px 0;
}
.holder.now-playing {
  margin-top: 0;
  height: 100%;
  padding: 50px 0 0 !important;
  color: #ffffff;
}
.holder.now-playing .blurred-image {
  -o-filter: blur(10px) brightness(0.2);
  -moz-filter: blur(10px) brightness(0.2);
  -webkit-filter: blur(10px) brightness(0.2);
  filter: blur(10px) brightness(0.2);
  position: absolute;
  top: -5%;
  left: -5%;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  height: 110%;
  width: 110%;
  z-index: 0;
}
.holder.now-playing .media-center-plugin {
  position: absolute;
  width: 300px;
  height: 530px;
  top: 50%;
  margin-top: -264px;
  left: 50%;
  margin-left: -150px;
}
.holder.now-playing .media-holder {
  display: table;
  text-align: center;
  width: 260px;
  height: 260px;
  max-width: 260px;
  max-height: 260px;
  margin: 0 auto;
}
.holder.now-playing .media-holder .media-inner {
  max-width: 260px;
  max-height: 260px;
  display: table-cell;
  vertical-align: middle;
}
.holder.now-playing .media-holder .media-inner img {
  max-width: 100%;
  max-height: 100%;
}
.holder.now-playing .media-player-info h4 {
  margin: 0;
}
.holder.now-playing .media-player-info p {
  margin: 0;
}
.holder.now-playing .media-header-link a {
  color: #ffffff;
}
.holder.now-playing .media-player-action-btns .icon {
  font-size: 25px;
}
.holder.now-playing .media-player-action-btns .icon .icon {
  margin-left: 60px;
}
.holder.now-playing .media-player-btns .icon.icon-sm {
  font-size: 22px;
  position: relative;
  top: -7px;
  color: #999999;
}
.holder.now-playing .media-player-btns .icon {
  font-size: 42px;
}
.holder.now-playing .media-player-btns .icon .icon {
  margin-left: 20px;
}
.holder.now-playing .media-player-btns .icon.icon-main {
  font-size: 58px;
  position: relative;
  top: 6px;
}
.more-info .media-holder {
  display: table;
  text-align: center;
  width: 260px;
  height: 260px;
  max-width: 260px;
  max-height: 260px;
  margin: 0 auto;
}
.more-info .media-holder .media-inner {
  max-width: 260px;
  max-height: 260px;
  display: table-cell;
  vertical-align: middle;
}
.media-player-more-info .media-holder {
  height: 140px !important;
  width: 140px !important;
}
.media-player-more-info .media-holder .media-inner {
  height: 140px !important;
  width: 140px !important;
}
.media-player-more-info .more-info-list .item {
  border-bottom: 1px solid #333333;
}
.media-player-more-info .more-info-list .item:first-child {
  border-top: 1px solid #333333;
}
.media-player-more-info .more-info-list .item a {
  color: #ffffff;
  padding: 10px;
  display: block;
  font-size: 15px;
  line-height: 20px;
}
.media-player-list-layout.layout3 .list-layout .list-item {
  border-bottom: 1px solid #333333;
}
.media-player-list-layout.layout3 .list-layout .list-item-media .list-media-holder {
  background: none;
}
.media-player-settings .settings-list .item {
  border-bottom: 1px solid #333333;
  padding: 12px 0;
}
.media-player-settings .settings-list .item:first-child {
  border-top: 1px solid #333333;
}
.media-player-settings .settings-list .item span {
  color: #ffffff;
  font-size: 15px;
  line-height: 20px;
}
.media-player-settings .settings-list .checkbox label::after {
  left: -1px;
}
.play-btn {
  position: relative;
}
.play-btn:after {
  content: '\e612';
  font-family: 'icomoon';
  position: absolute;
  width: 30px;
  height: 26px;
  color: #ffffff;
  font-size: 30px;
  line-height: 24px;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -15px;
}
.list-item-media .list-media-holder.play-btn:after {
  font-size: 24px;
  width: 24px;
  margin-left: -12px;
  margin-top: -12px;
}
.dynamic-links a {
  display: block;
  width: 100%;
  border-top: 1px solid #dddddd;
  padding: 10px 0;
  margin: 0;
}
.dynamic-links a img {
  width: 17px;
  height: auto;
  position: relative;
  top: 1px;
  border-radius: 2px;
}
.dynamic-links a .icon {
  font-size: 17px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.dynamic-links p {
  display: block;
  width: 100%;
  border-top: 1px solid #dddddd;
  padding: 10px 0;
  margin: 0;
}
.dynamic-links p:hover {
  cursor: pointer;
}
.dynamic-links p img {
  width: 17px;
  height: auto;
  position: relative;
  top: 1px;
  border-radius: 2px;
}
.dynamic-links p .icon {
  font-size: 17px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.places-plugin.item-list1 .plugin-banner .info-bar {
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
}
.places-plugin.item-list2 .plugin-banner .plugin-copy {
  padding: 8px 0 5px;
}
.events-plugin .location-map .map-holder {
  min-height: 280px;
}
.events-plugin .event-info {
  margin-top: -2px;
}
.events-plugin .event-info p p {
  margin-bottom: -1px !important;
}
.events-plugin .event-calendar-holder table {
  border: 0;
  width: 100%;
}
.events-plugin .event-calendar-holder table thead tr small {
  font-size: 13px;
}
.events-plugin .event-calendar-holder table thead tr .btn strong {
  font-weight: 100 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  max-width: 100%;
  display: block;
  font-size: 14px;
  line-height: 22px;
}
.events-plugin .event-calendar-holder .btn-default {
  background: none !important;
}
.events-plugin .event-calendar-holder .btn-default i.glyphicon-chevron-left:before {
  top: 0;
  font-family: 'icomoon';
  content: '\e610';
  font-weight: 700;
}
.events-plugin .event-calendar-holder .btn-default i.glyphicon-chevron-right:before {
  top: 0;
  font-family: 'icomoon';
  content: '\e625';
  font-weight: 700;
}
.events-plugin .event-calendar-holder .disabled {
  opacity: 0.6;
}
.events-plugin .event-calendar-holder .btn.btn-info {
  position: relative;
}
.events-plugin .event-calendar-holder .btn.btn-info:after {
  content: '';
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-left: -19px;
  position: absolute;
  top: -2px;
  left: 50%;
  -moz-box-shadow: 0 0 0 1px #09a3ee;
  -webkit-box-shadow: 0 0 0 1px #09a3ee;
  box-shadow: 0 0 0 1px #09a3ee;
  border-radius: 100%;
}
.events-plugin .event-list {
  position: absolute;
  bottom: 0;
  top: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.events-plugin .event-list .event-item {
  padding: 10px;
  right: 0;
  position: relative;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.events-plugin .event-list .event-item .event-item {
  border-top: 1px solid #dddddd;
}
.events-plugin .event-list .event-item .icon-menu {
  font-size: 25px;
  margin-top: 10px;
}
.events-plugin .event-list .event-item .event-media {
  width: 44px;
  height: 44px;
}
.events-plugin .event-list .event-item .event-date h3 {
  font-size: 19px;
  line-height: 19px;
}
.events-plugin .event-list .event-item .event-date h1 {
  font-size: 29px;
  line-height: 25px;
  position: relative;
  top: 4px;
}
.events-plugin .event-list .event-item .event-info {
  max-width: 50%;
}
.events-plugin .event-list .event-item .event-info h4 {
  margin-top: 7px;
}
.events-plugin .event-list .event-item .event-info p {
  line-height: 19px;
}
.events-plugin .event-list .event-item .calendar-icon {
  position: absolute;
  top: 0;
  left: -71px;
  padding: 25px 0;
  width: 71px;
  height: 100%;
  color: #ffffff;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.events-plugin .event-list .event-item .calendar-icon span {
  color: #ffffff !important;
  font-size: 28px;
  position: relative;
  top: -7px;
}
.events-plugin .event-list .event-item.active {
  right: -71px;
}
.map-layout1 .places-plugin .location-map .map-holder {
  padding-top: 100px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: #32373a;
  z-index: -1;
}
.map-layout1 .places-plugin .item-info {
  background: #ffffff;
  height: 60px;
}
.map-layout1 .places-plugin .item-info .col-xs-9 .pull-left {
  position: absolute;
  top: 0;
  left: 0;
}
.map-layout1 .places-plugin .item-info .col-xs-9 .copy {
  padding-left: 100px;
}
.map-layout2 .places-plugin .location-map .map-holder {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: #32373a;
  z-index: -1;
  padding-top: 380px;
}
.map-layout2 .places-plugin .info-bar .col-xs-3 {
  margin-bottom: -5px;
}
.events-plugin.long-month .event-list {
  top: 340px;
}
.events-plugin.event-layout3 .plugin-slider .plugin-slide:after {
  content: '';
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.events-plugin.event-layout4 .plugin-slider .plugin-slide:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.75);
}
.events-plugin.event-layout4 .info-text p {
  color: #5f5f5f;
}
.push-notifications .push-item {
  display: block;
}
.push-notifications .push-item .ellipsis-two {
  max-height: 45px;
  overflow: hidden;
}
.push-notifications .push-item .indicator {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  display: none;
}
.push-notifications .push-item .indicator.active {
  display: inline-block;
}
.user-profile .edit-profile {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.user-profile .edit-profile .inner {
  max-width: 677px;
  padding: 10px;
  width: 100%;
  margin: 0 auto;
}
.user-profile .edit-profile .cancel-link {
  max-width: 677px;
  width: 100%;
  margin: 0 auto;
  padding: 5px 15px 0 0;
}
.user-profile .edit-profile.done-editing {
  bottom: -27px;
}
.user-profile .user-info {
  max-width: 677px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  position: relative;
}
.user-profile .user-info .user-avatar {
  position: absolute;
  top: -60px;
  border-radius: 100%;
  border: 2px solid #ffffff;
  overflow: hidden;
  width: 120px;
  height: 120px;
  background: #32373a;
}
.user-profile .user-info .user-personal {
  padding-left: 140px;
}
.user-profile .user-list-items {
  margin: 70px auto 0;
  max-width: 677px;
}
.user-profile .user-list-items .item {
  border-top: 1px solid #dddddd;
  padding: 4px 0 2px;
  width: 100%;
}
.user-profile .user-list-items .item span {
  font-size: 12px;
  line-height: 12px;
}
.user-profile .user-list-items .item p {
  margin: -4px 0 0;
}
.user-profile .user-list-items .item:first-child {
  border-top: 0;
  padding-bottom: 0;
}
.user-profile .item.location {
  border-top: 0;
  padding-top: 0;
  margin-top: -10px;
}
.user-profile .item.location p {
  font-size: 12px;
}
.user-profile .item.bio {
  border-top: 0;
}
.user-profile.edit .plugin-slider:after {
  content: 'Upload Cover';
  position: absolute;
  left: 50%;
  text-align: center;
  color: #ffffff;
  top: 44%;
  font-size: 14px;
  line-height: 18px;
  width: 120px;
  margin-left: -60px;
}
.user-profile.edit .user-info .user-avatar:after {
  position: absolute;
  top: 37%;
  left: 50%;
  margin-left: -32px;
  font-size: 12px;
  line-height: 16px;
  width: 64px;
  text-align: center;
  color: #ffffff;
  content: 'Upload Avatar';
}
.user-profile.edit .user-info .user-avatar .user-media {
  height: 100%;
}
.user-profile.edit .form-control {
  border: 0;
  padding: 0;
  height: inherit;
  min-height: inherit;
  font-size: 14px;
  background: none;
}
.user-profile.edit textarea.form-control {
  min-height: 40px;
  resize: none;
}
.user-profile.edit .item.no-span .form-control {
  padding: 6px 0;
}
.appearance-sample .icons span.icon {
  font-size: 20px;
}
html[ios='true'][view='app'] #pluginNav {
  padding-top: 27px !important;
  height: 61px !important;
}
html[ios='true'][view='app'] #pluginNav a.back-btn-icon {
  top: 32px !important;
  padding-bottom: 13px !important;
}
html[ios='true'][view='app'] #pluginNav a.menu-btn-icon {
  top: 27px !important;
}
html[ios='true'][view='app'] #pluginNav h4 {
  padding-bottom: 8px !important;
}
html[ios='true'][view='app'] #pluginNav h5 {
  padding-bottom: 8px !important;
}
html[ios='true'][view='app'] #menuToggle {
  top: 23px !important;
}
html[ios='true'][view='app'] iframe#pluginFrame {
  padding-top: 61px !important;
}
html[ios='true'][view='app'] .login-holder .cancel-link {
  top: 27px !important;
}
html[ios='true'][view='app'] nav.menu a.username {
  padding-top: 26px !important;
}
html[ios='true'][view='app'] nav.menu span.menu-close {
  top: 30px !important;
}
section .pluginPage {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  background: none;
  overflow: hidden !important;
}
section .pluginPage #pluginContentPanel {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  background: none;
  overflow: hidden !important;
}
#iframeControl {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  background: none;
  overflow: hidden !important;
}
#iframeControl body {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  background: none;
  overflow: hidden !important;
}
#controlIFrame {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  background: none;
  overflow: hidden !important;
}
#controlIFrame body {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  background: none;
  overflow: hidden !important;
}
#pluginFrame {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  background: none;
  overflow: hidden !important;
}
#launcherPlugin {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  background: none;
  overflow: hidden !important;
  /* scrollbar */
  /* total width */
  /* background of the scrollbar except button or resizer */
  /* scrollbar itself */
}
#launcherPlugin ::-webkit-scrollbar {
  background-color: #0000;
  width: 12px;
}
#launcherPlugin ::-webkit-scrollbar-track {
  background-color: #fff;
}
#launcherPlugin ::-webkit-scrollbar-track:hover {
  background-color: #fff;
}
#launcherPlugin ::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 16px;
  border: 2px solid #fff;
}
#launcherPlugin ::-webkit-scrollbar-thumb:hover {
  background-color: #a0a0a5;
  border: 2px solid #fff;
}
html[buildfire] {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  background: none;
  overflow: hidden !important;
}
html[buildfire] body {
  height: 100% !important;
  width: 100% !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
}
html[buildfire] body.no-scroll {
  overflow: hidden !important;
  -webkit-overflow-scrolling: inherit !important;
}
html[buildfire] body.no-scroll .scrollable {
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
  height: 100% !important;
  width: 100% !important;
}
iframe[name="google_conversion_frame"] {
  display: none!important;
}
/* scrollbar */
/* total width */
::-webkit-scrollbar {
  background-color: #0000;
  width: 12px;
}
/* background of the scrollbar except button or resizer */
::-webkit-scrollbar-track {
  background-color: #fff;
}
::-webkit-scrollbar-track:hover {
  background-color: #fff;
}
/* scrollbar itself */
::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 16px;
  border: 2px solid #fff;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #a0a0a5;
  border: 2px solid #fff;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #pluginNav h4 {
    top: 3px;
  }
  #pluginNav h5 {
    top: 3px;
  }
}
@media (max-width: 767px) {
  .ecommerce-plugin.layout3 .media-layout .media-item {
    margin-bottom: 0;
  }
  .ecommerce-plugin.layout3 .media-layout .media-item .media-holder {
    border-radius: 0 !important;
  }
  .ecommerce-plugin.layout3 .media-layout .media-item:nth-child(odd) {
    padding: 0 !important;
  }
  .ecommerce-plugin.layout3 .media-layout .media-item:nth-child(even) {
    padding: 0 !important;
  }
}
@media (max-height: 540px) {
  .holder.now-playing .media-center-plugin {
    height: 464px;
    margin-top: -232px;
  }
  .holder.now-playing .media-holder {
    max-height: 200px;
    max-width: 200px;
  }
  .holder.now-playing .media-holder .media-inner img {
    max-height: 200px;
    max-width: 200px;
  }
  .holder.now-playing .media-player-btns .icon {
    font-size: 32px;
  }
  .holder.now-playing .media-player-btns .icon.icon-main {
    font-size: 52px;
  }
  .holder.now-playing .media-player-btns .icon.icon-sm {
    top: -5px;
  }
  .map-layout1 .places-plugin .plugin-slide img {
    max-height: 200px;
  }
  .map-layout1 .places-plugin .location-map .map-holder {
    padding-top: 200px;
  }
  .map-layout2 .places-plugin .plugin-slide img {
    max-height: 200px;
  }
  .map-layout2 .places-plugin .location-map .map-holder {
    padding-top: 200px;
  }
  .login-holder .moreoptions {
    margin-top: 0 !important;
  }
}
@media (max-height: 470px) {
  .holder.now-playing .media-center-plugin {
    height: 248px;
    margin-top: -124px;
  }
  .holder.now-playing .media-holder {
    display: none;
  }
  .login-holder .login.content.padded {
    padding-top: 60px !important;
  }
}
/* endinject */
