body {
  margin: 0;
  padding: 0;
}

div#main {
background: #00305a;
}

@font-face {
    font-family: MetronicPro;
    src: url(../fonts/MetronicProLight.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: MetronicPro;
    src: url(../fonts/MetronicProBold.woff) format("woff");
    font-weight: 500;
    font-style: normal;
}
.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
      width: 750px;
  }
}
@media (min-width: 992px){
  .container {
      width: 970px;
  }
}  
@media (min-width: 1200px){
  .container {
      width: 1170px;
  }
}
  

.visible-xs {
    display: none;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block;
    }
    .hidden-xs {
        display: none !important;
    }
}
.lb-loader, .lightbox {
  text-align: center;
  line-height: 0;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400;
  display: none;
}
.lb-outerContainer {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}
.lb-container {
  padding: 4px;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-data {
    padding: 0 4px;
    color: #ccc;
}
.lb-closeContainer {
    position: absolute;
    top: -35px;
}
.lb-closeContainer a {
    position: absolute;
    right: -40px;
    top: 30px;
}
.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    text-align: right;
    outline: 0;
    filter: alpha(Opacity=70);
    opacity: .7;
    transition: opacity .2s;
}
#lightbox_youtube.video_on .lb-outerContainer {
    width: auto;
    height: auto;
    display: inline-block;
    max-width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#lightbox_youtube.video_on {
    position: fixed;
    background: rgba(0,0,0,.8);
    left: 0;
    overflow: hidden;
}
#lightbox_youtube.video_on {
    top: 0;
    width: 100%;
    height: 100%;
}
#lightbox_youtube.video_on .lb-outerContainer iframe {
    max-width: 100%;
}
#lightbox_youtube.video_on .lb-closeContainer {
    width: 100%;
}
.land_wrapp a{
  text-decoration: none;
  outline: 0;
}
h1, h3, h4{
  margin: 10px 0;
}
p {
    margin: 0 0 10px;
}
.landing_wrapp .btn {
  border: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  padding: 11px 15px;
  text-shadow: none;
  box-shadow: 0 0 5px rgb(0 0 0 / 50%);
  border-radius: 14px;
}
.landing_wrapp .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.landing_wrapp .btn-primary {
    background: #01426A;
    color: #FFF;
}
.land_wrapp .container, .land_wrapp .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 992px) {
    .land_wrapp .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .land_wrapp .container {
        width: 1170px;
    }
}
.recommendet_products_carousel .slick-arrow {
    position: absolute;
    top: -45px;
    display: block;
    border: 0;
    box-shadow: none;
    width: 40px;
    height: 40px;
    background-color: transparent;
    background-repeat: no-repeat;
    text-indent: -9999px;
    transition: all .4s;
    outline: 0;
}
/*.land_wrapp *{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}*/
.text-center{
  text-align: center;
}
.text-left{
  text-align: left;
}
.text-right{
  text-align: right;
}
.land_wrapp img{
  max-width: 100%;
  vertical-align: middle;
}
.slick-dots {
    margin: 0;
    padding: 0;
    text-align: center;
}
.slick-dots li {
    display: inline-block;
    margin: 5px;
}
.slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #b1b1b1;
    border: 0;
    outline: 0;
    text-indent: -9999px;
    padding: 0;
}
.slick-initialized .slick-slide{
  outline: none;
}
.landing_wrapp *{
  box-sizing: border-box;
}
.landing_wrapp{
  max-width: 1920px;
  margin: 0 auto;
  font-family: Montserrat;
}
.slick-dots{
  margin: 0;
  padding: 0;
  list-style: none;
}
.slick-dots li button{
  text-indent: -9999px;
  background: #fff;
  border: 0;
  outline: none;
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 50%;
}
.slick-dots li{
  display: inline-block;
  margin: 5px;  
  overflow: hidden;
  opacity: 0.6;  
}
.slick-dots li.slick-active{
  opacity: 1;
}
.land_wrapp *{
  /*margin: 0;
  padding: 0;*/
  box-sizing: border-box;
}
.land_wrapp {
  margin: 0 auto;
  overflow: hidden;
  line-height: 1.2;
  max-width: 1920px;
  margin: 0 auto;
  font-family: Montserrat;
  color: #fff; }
  .land_wrapp .land_bg2 {
    /*-webkit-background-size: auto 100%;
    background-size: auto 100%; */
  }
  .land_wrapp section {
    margin: 0;
    padding: 0; }
  .land_wrapp h2 {
    margin: 0;
    padding: 0; }
  .land_wrapp .light_blue_col {
    color: #007fc5; }
  .land_wrapp .fg_b1 {
    height: 490px;
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
     }
    .land_wrapp .fg_b1:before {
      content: '';
      width: 2000px;
      background: #007dba;
      height: 160px;
      position: absolute;
      left: -200px;
      z-index: 0;
      -webkit-transform: rotate(-7deg);
      -ms-transform: rotate(-7deg);
      transform: rotate(-7deg);
      top: 30%;
      opacity: 0.7; }
    .land_wrapp .fg_b1 .container {
      position: relative; }
    .land_wrapp .fg_b1 .b1_info {
      text-align: left;
      padding: 40px 0;
      padding-bottom: 0; }
      .land_wrapp .fg_b1 .b1_info h1 {
        font-size: 42px;
        color: #fff;
        font-weight: 600;
        width: 50%;
        margin-top: 0px;
        text-align: left;
        margin-bottom: 25px; }
      .land_wrapp .fg_b1 .b1_info p {
        font-size: 30px;
        margin-bottom: 80px; }
    .land_wrapp .fg_b1 .b1_product_foto {
      width: auto;
      position: absolute;
      right: 70px;
      top: 40px; }
    @media screen and (max-width: 768px) {
      .land_wrapp .fg_b1 {
        height: auto;
        padding-bottom: 40px; }
        .land_wrapp .fg_b1 .b1_product_foto {
          position: static;
          max-width: 80%;
          margin: 0 auto;
          display: block; }
        .land_wrapp .fg_b1 .b1_info h1 {
          font-size: 6vw;
          width: 100%;
          margin-bottom: 10px; }
        .land_wrapp .fg_b1 .b1_info p {
          font-size: 5vw;
          margin-bottom: 40px; }
          .land_wrapp .fg_b1 .b1_info p br {
            display: none; }
        .land_wrapp .fg_b1 .b1_info img {
          max-width: 60%;
          margin-bottom: 50px; }
        .land_wrapp .fg_b1:before {
          height: 80px;
          top: 7%; } }
  .land_wrapp .fg_b2 {
    color: #fff;
    padding-top: 50px; }
    .land_wrapp .fg_b2 h2 {
      color: inherit;
      font-size: 42px;
      margin-bottom: 25px; }
      .land_wrapp .fg_b2 .b2_animation_wrapp{
        position: relative;
        overflow: hidden;
        width: 1004px;
        height: 544px;
        margin-left: 0px;
        margin-top: -49px;
        display: inline-block;
      }
      .land_wrapp .fg_b2 .b2_animation_wrapp img{
        opacity: 0;
      }
      .land_wrapp .fg_b2 .b2_animation_wrapp video{
        position: absolute;
        left: 0%;
        top: 0;
        width: 100%;
      }
    .land_wrapp .fg_b2 p {
      color: inherit !important;
      font-size: 22px;
      margin-bottom: 80px; }
    @media screen and (max-width: 768px) {
      .land_wrapp .fg_b2 img {
        max-width: 100%; }
      .land_wrapp .fg_b2 h2 {
        font-size: 7vw; }
      .land_wrapp .fg_b2 p {
        font-size: 4vw;
        margin-bottom: 10px; }
        .land_wrapp .fg_b2 p br {
          display: none; } 
          .land_wrapp .fg_b2 .b2_animation_wrapp{
            margin: 0;
            width: 100%;
            height: auto;
          }
          .land_wrapp .fg_b2 .b2_animation_wrapp img{
            opacity: 1;
          }
          .land_wrapp .fg_b2 .b2_animation_wrapp video{
            display: none;
          }
          }
  .land_wrapp .fg_b3 {
    text-align: center;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 10px; }
    .land_wrapp .fg_b3 .b3_imgtext_item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #fff;
      font-size: 18px;
      line-height: 1.3;
      margin-bottom: 70px; }
      .land_wrapp .fg_b3 .b3_imgtext_item h3 {
        color: inherit !important;
        font-weight: 600 !important;
        font-size: 38px; }
    @media screen and (max-width: 768px) {
      .land_wrapp .fg_b3 {
        padding-top: 50px; }
        .land_wrapp .fg_b3 .b3_imgtext_item {
          margin-bottom: 20px;
          font-size: 13px; }
          .land_wrapp .fg_b3 .b3_imgtext_item .text {
            width: 50%; }
          .land_wrapp .fg_b3 .b3_imgtext_item .col-md-5 {
            width: 50%; }
          .land_wrapp .fg_b3 .b3_imgtext_item h3 {
            font-size: 5.5vw; }
          .land_wrapp .fg_b3 .b3_imgtext_item img {
            max-width: 100%; } }
  .land_wrapp .fg_b4 {
    padding: 40px 0; }
    .land_wrapp .fg_b4 .container {
      max-width: 900px; }

   /* .land_wrapp .fg_b4 .video_player {
      margin: 0 auto;
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 56.25%; }
      .land_wrapp .fg_b4 .video_player iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        -webkit-border-radius: 30px;
        border-radius: 30px; }*/
        .land_wrapp .fg_b4 .video_thumb {
        display: inline-block;
        overflow: hidden;
        position: relative; 
        border-radius: 30px;
        overflow: hidden;
      }
        .land_wrapp .fg_b4 .video_thumb .play_video {
          position: absolute;
          left: 50%;
          top: 50%;
          width: 70px;
          height: 70px;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          .land_wrapp .fg_b4 .video_player {
            display: none;
            margin: 0 auto;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            right: 0;
            top: 0; 
            z-index: 2;
          }
          .land_wrapp .fg_b4 .video_thumb .play_video:hover {
            -webkit-filter: invert(16%) sepia(35%) saturate(3875%) hue-rotate(182deg) brightness(98%) contrast(99%);
            filter: invert(16%) sepia(35%) saturate(3875%) hue-rotate(182deg) brightness(98%) contrast(99%); }
        .land_wrapp .fg_b4 .video_player iframe {
          width: 100%;
          height: 100%; }
    @media screen and (max-width: 768px) {
      .land_wrapp .fg_b4 {
        padding: 40px 0; } }
  .land_wrapp .steam_products {
    text-align: center;
    padding: 50px 0;
    color: #fff; }
    .land_wrapp .steam_products h2 {
      font-size: 42px;
      color: inherit;
      margin-bottom: 25px; }
    .land_wrapp .steam_products h3 {
      font-size: 22px;
      color: inherit !important;
      margin-bottom: 40px;
      line-height: 1.3; }
    .land_wrapp .steam_products .products_carousel {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .land_wrapp .steam_products .products_carousel .slick-slide {
        margin-left: 25px;
        margin-right: 25px; }
      .land_wrapp .steam_products .products_carousel .carousel_item {
        width: 30%;
        background: #fff;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        padding: 50px 30px 25px; }
      .land_wrapp .steam_products .products_carousel .img {
        overflow: hidden;
        height: 240px; }
        .land_wrapp .steam_products .products_carousel .img img {
          vertical-align: middle;
          max-width: 100%;
          width: 225px;
          margin-top: -50px;
          display: inline; }
      .land_wrapp .steam_products .products_carousel .prod_title {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 25px; }
        .land_wrapp .steam_products .products_carousel .prod_title a {
          color: #0084c1; }
      .land_wrapp .steam_products .products_carousel .btn-primary {
        background: #0084c1;
        color: #fff;
        border: 0;
        width: 200px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .land_wrapp .steam_products .products_carousel .btn-primary:hover {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
      .land_wrapp .steam_products .products_carousel .slick-arrow {
        display: block;
        position: absolute;
        top: 50%;
        background: transparent;
        border: 0;
        outline: none;
        font-size: 50px;
        margin-top: -20px;
        line-height: 0.5; }
        .land_wrapp .steam_products .products_carousel .slick-arrow.slick-prev {
          left: -20px; }
        .land_wrapp .steam_products .products_carousel .slick-arrow.slick-next {
          right: -20px; }
    @media screen and (max-width: 768px) {
      .land_wrapp .steam_products {
        padding: 40px 0; }
        .land_wrapp .steam_products h2 {
          font-size: 7vw; }
        .land_wrapp .steam_products h3 {
          font-size: 4vw; }
        .land_wrapp .steam_products .products_carousel {
          padding-bottom: 50px; }
          .land_wrapp .steam_products .products_carousel .slick-arrow {
            z-index: 10; }
            .land_wrapp .steam_products .products_carousel .slick-arrow:before {
              content: '';
              background: rgba(119, 119, 119, 0.5);
              width: 60px;
              height: 60px;
              -webkit-border-radius: 50%;
              border-radius: 50%;
              position: absolute;
              left: -20px;
              top: -15px; }
            .land_wrapp .steam_products .products_carousel .slick-arrow.slick-prev {
              left: 0px; }
              .land_wrapp .steam_products .products_carousel .slick-arrow.slick-prev:before {
                left: -13px; }
            .land_wrapp .steam_products .products_carousel .slick-arrow.slick-next {
              right: 0px; }
        .land_wrapp .steam_products .slick-dots {
          position: absolute;
          bottom: -20px;
          width: 100%;
          text-align: center;
          margin: 0;
          padding: 0; }
          .land_wrapp .steam_products .slick-dots li button {
            width: 14px;
            height: 14px;
            background: transparent;
            border: 1px solid #fff; }
          .land_wrapp .steam_products .slick-dots li.slick-active button {
            background: #fff; } }
  .land_wrapp .fg_where_by {
    text-align: center;
    padding-bottom: 60px;
    padding-top: 60px; }
    .land_wrapp .fg_where_by h2 {
      color: #fff;
      font-size: 42px;
      margin-bottom: 25px; }

	.where-to-buy {
      display: block !important;
}

    .land_wrapp .fg_where_by .where-to-buy a {
      background: #fff; 
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      padding: 15px;
      height: 180px;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
      box-shadow: -1px 1px 5px rgb(0 0 0 / 20%);
      transition: all 0.5s;
    }
    .land_wrapp .fg_where_by a img {
      max-width: 100%;
      max-height: 105px;
    }
    .land_wrapp .where-to-buy > div {
      margin-bottom: 15px;
      text-align: center;
    }
    .land_wrapp .where-to-buy > div b {
      opacity: 0;
      transition: all 0.5s;
      position: absolute;
      bottom: 0;
      display: block;
      width: 100%;
      left: 0;
      text-align: center;
      font-size: 12px;
      text-transform: uppercase;
    }
    .land_wrapp .where-to-buy > div:hover b{
      opacity: 1;
    }


.animate_sunline_img_red {
  -webkit-animation: drawer_cycle_red 12s linear 0s infinite !important;
  animation: drawer_cycle_red 12s linear 0s infinite !important; }

.animate_sunline_img_green {
  -webkit-animation: drawer_cycle_green 12s linear 0s infinite !important;
  animation: drawer_cycle_green 12s linear 0s infinite !important; }

.animate_sunline_texts_blue {
  -webkit-animation: drawer_text_blue 12s linear 0s infinite !important;
  animation: drawer_text_blue 12s linear 0s infinite !important; }

.animate_sunline_texts_green {
  -webkit-animation: drawer_text_green 12s linear 0s infinite !important;
  animation: drawer_text_green 12s linear 0s infinite !important; }

.animate_sunline_texts_red {
  -webkit-animation: drawer_text_red 12s linear 0s infinite !important;
  animation: drawer_text_red 12s linear 0s infinite !important; }

@-webkit-keyframes clock_rotate {
  0% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }
  80%, to {
    -webkit-transform: rotate(178deg);
    transform: rotate(178deg); } }

@keyframes clock_rotate {
  0% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }
  80%, to {
    -webkit-transform: rotate(178deg);
    transform: rotate(178deg); } }

@-webkit-keyframes clock_dot_rotate {
  0% {
    border-color: #007dba; }
  40% {
    border-color: #129e37; }
  80%, to {
    border-color: #d52727; } }

@keyframes clock_dot_rotate {
  0% {
    border-color: #007dba; }
  40% {
    border-color: #129e37; }
  80%, to {
    border-color: #d52727; } }

@-webkit-keyframes drawer_cycle_green {
  0% {
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    opacity: 0; }
  to {
    opacity: 0; } }

@keyframes drawer_cycle_green {
  0% {
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    opacity: 0; }
  to {
    opacity: 0; } }

@-webkit-keyframes drawer_cycle_red {
  0% {
    opacity: 0; }
  40% {
    opacity: 0; }
  80% {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes drawer_cycle_red {
  0% {
    opacity: 0; }
  40% {
    opacity: 0; }
  80% {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes drawer_text_blue {
  0% {
    opacity: 1; }
  10% {
    opacity: 1; }
  20% {
    opacity: 1; }
  30% {
    opacity: 0; }
  40% {
    opacity: 0; }
  50% {
    opacity: 0; }
  60% {
    opacity: 0; }
  70% {
    opacity: 0; }
  80% {
    opacity: 0; }
  90% {
    opacity: 0; }
  to {
    opacity: 0; } }

@keyframes drawer_text_blue {
  0% {
    opacity: 1; }
  10% {
    opacity: 1; }
  20% {
    opacity: 1; }
  30% {
    opacity: 0; }
  40% {
    opacity: 0; }
  50% {
    opacity: 0; }
  60% {
    opacity: 0; }
  70% {
    opacity: 0; }
  80% {
    opacity: 0; }
  90% {
    opacity: 0; }
  to {
    opacity: 0; } }

@-webkit-keyframes drawer_text_green {
  0% {
    opacity: 0; }
  10% {
    opacity: 0; }
  20% {
    opacity: 0; }
  30% {
    opacity: 0; }
  40% {
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 1; }
  70% {
    opacity: 0; }
  80% {
    opacity: 0; }
  90% {
    opacity: 0; }
  to {
    opacity: 0; } }

@keyframes drawer_text_green {
  0% {
    opacity: 0; }
  10% {
    opacity: 0; }
  20% {
    opacity: 0; }
  30% {
    opacity: 0; }
  40% {
    opacity: 1; }
  50% {
    opacity: 1; }
  60% {
    opacity: 1; }
  70% {
    opacity: 0; }
  80% {
    opacity: 0; }
  90% {
    opacity: 0; }
  to {
    opacity: 0; } }

@-webkit-keyframes drawer_text_red {
  0% {
    opacity: 0; }
  10% {
    opacity: 0; }
  20% {
    opacity: 0; }
  30% {
    opacity: 0; }
  40% {
    opacity: 0; }
  50% {
    opacity: 0; }
  60% {
    opacity: 0; }
  70% {
    opacity: 0; }
  80% {
    opacity: 1; }
  90% {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes drawer_text_red {
  0% {
    opacity: 0; }
  10% {
    opacity: 0; }
  20% {
    opacity: 0; }
  30% {
    opacity: 0; }
  40% {
    opacity: 0; }
  50% {
    opacity: 0; }
  60% {
    opacity: 0; }
  70% {
    opacity: 0; }
  80% {
    opacity: 1; }
  90% {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes horizontal_move {
  0% {
    -webkit-transform: translateX(5%);
    transform: translateX(5%); }
  to {
    -webkit-transform: translateX(95%);
    transform: translateX(95%); } }

@keyframes horizontal_move {
  0% {
    -webkit-transform: translateX(5%);
    transform: translateX(5%); }
  to {
    -webkit-transform: translateX(95%);
    transform: translateX(95%); } }

.row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.fg_b3 .row {
  flex-wrap: nowrap !important;
}
.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 !important;
  min-height: 1px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.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 !important;
}
.col-xs-12 {
  width: 100% !important;
}
.col-xs-11 {
  width: 91.66666667% !important;
}
.col-xs-10 {
  width: 83.33333333% !important;
}
.col-xs-9 {
  width: 75% !important;
}
.col-xs-8 {
  width: 66.66666667% !important;
}
.col-xs-7 {
  width: 58.33333333% !important;
}
.col-xs-6 {
  width: 50% !important;
}
.col-xs-5 {
  width: 41.66666667% !important;
}
.col-xs-4 {
  width: 33.33333333% !important;
}
.col-xs-3 {
  width: 25% !important;
}
.col-xs-2 {
  width: 16.66666667% !important;
}
.col-xs-1 {
  width: 8.33333333% !important;
}
.col-xs-pull-12 {
  right: 100% !important;
}
.col-xs-pull-11 {
  right: 91.66666667% !important;
}
.col-xs-pull-10 {
  right: 83.33333333% !important;
}
.col-xs-pull-9 {
  right: 75% !important;
}
.col-xs-pull-8 {
  right: 66.66666667% !important;
}
.col-xs-pull-7 {
  right: 58.33333333% !important;
}
.col-xs-pull-6 {
  right: 50% !important;
}
.col-xs-pull-5 {
  right: 41.66666667% !important;
}
.col-xs-pull-4 {
  right: 33.33333333% !important;
}
.col-xs-pull-3 {
  right: 25% !important;
}
.col-xs-pull-2 {
  right: 16.66666667% !important;
}
.col-xs-pull-1 {
  right: 8.33333333% !important;
}
.col-xs-pull-0 {
  right: auto !important;
}
.col-xs-push-12 {
  left: 100% !important;
}
.col-xs-push-11 {
  left: 91.66666667% !important;
}
.col-xs-push-10 {
  left: 83.33333333% !important;
}
.col-xs-push-9 {
  left: 75% !important;
}
.col-xs-push-8 {
  left: 66.66666667% !important;
}
.col-xs-push-7 {
  left: 58.33333333% !important;
}
.col-xs-push-6 {
  left: 50% !important;
}
.col-xs-push-5 {
  left: 41.66666667% !important;
}
.col-xs-push-4 {
  left: 33.33333333% !important;
}
.col-xs-push-3 {
  left: 25% !important;
}
.col-xs-push-2 {
  left: 16.66666667% !important;
}
.col-xs-push-1 {
  left: 8.33333333% !important;
}
.col-xs-push-0 {
  left: auto !important;
}
.col-xs-offset-12 {
  margin-left: 100% !important;
}
.col-xs-offset-11 {
  margin-left: 91.66666667% !important;
}
.col-xs-offset-10 {
  margin-left: 83.33333333% !important;
}
.col-xs-offset-9 {
  margin-left: 75% !important;
}
.col-xs-offset-8 {
  margin-left: 66.66666667% !important;
}
.col-xs-offset-7 {
  margin-left: 58.33333333% !important;
}
.col-xs-offset-6 {
  margin-left: 50% !important;
}
.col-xs-offset-5 {
  margin-left: 41.66666667% !important;
}
.col-xs-offset-4 {
  margin-left: 33.33333333% !important;
}
.col-xs-offset-3 {
  margin-left: 25% !important;
}
.col-xs-offset-2 {
  margin-left: 16.66666667% !important;
}
.col-xs-offset-1 {
  margin-left: 8.33333333% !important;
}
.col-xs-offset-0 {
  margin-left: 0% !important;
}
@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 !important;
  }
  .col-sm-12 {
    width: 100% !important;
  }
  .col-sm-11 {
    width: 91.66666667% !important;
  }
  .col-sm-10 {
    width: 83.33333333% !important;
  }
  .col-sm-9 {
    width: 75% !important;
  }
  .col-sm-8 {
    width: 66.66666667% !important;
  }
  .col-sm-7 {
    width: 58.33333333% !important;
  }
  .col-sm-6 {
    width: 50% !important;
  }
  .col-sm-5 {
    width: 41.66666667% !important;
  }
  .col-sm-4 {
    width: 33.33333333% !important;
  }
  .col-sm-3 {
    width: 25% !important;
  }
  .col-sm-2 {
    width: 16.66666667% !important;
  }
  .col-sm-1 {
    width: 8.33333333% !important;
  }
  .col-sm-pull-12 {
    right: 100% !important;
  }
  .col-sm-pull-11 {
    right: 91.66666667% !important;
  }
  .col-sm-pull-10 {
    right: 83.33333333% !important;
  }
  .col-sm-pull-9 {
    right: 75% !important;
  }
  .col-sm-pull-8 {
    right: 66.66666667% !important;
  }
  .col-sm-pull-7 {
    right: 58.33333333% !important;
  }
  .col-sm-pull-6 {
    right: 50% !important;
  }
  .col-sm-pull-5 {
    right: 41.66666667% !important;
  }
  .col-sm-pull-4 {
    right: 33.33333333% !important;
  }
  .col-sm-pull-3 {
    right: 25% !important;
  }
  .col-sm-pull-2 {
    right: 16.66666667% !important;
  }
  .col-sm-pull-1 {
    right: 8.33333333% !important;
  }
  .col-sm-pull-0 {
    right: auto !important;
  }
  .col-sm-push-12 {
    left: 100% !important;
  }
  .col-sm-push-11 {
    left: 91.66666667% !important;
  }
  .col-sm-push-10 {
    left: 83.33333333% !important;
  }
  .col-sm-push-9 {
    left: 75% !important;
  }
  .col-sm-push-8 {
    left: 66.66666667% !important;
  }
  .col-sm-push-7 {
    left: 58.33333333% !important;
  }
  .col-sm-push-6 {
    left: 50% !important;
  }
  .col-sm-push-5 {
    left: 41.66666667% !important;
  }
  .col-sm-push-4 {
    left: 33.33333333% !important;
  }
  .col-sm-push-3 {
    left: 25% !important;
  }
  .col-sm-push-2 {
    left: 16.66666667% !important;
  }
  .col-sm-push-1 {
    left: 8.33333333% !important;
  }
  .col-sm-push-0 {
    left: auto !important;
  }
  .col-sm-offset-12 {
    margin-left: 100% !important;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667% !important;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333% !important;
  }
  .col-sm-offset-9 {
    margin-left: 75% !important;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667% !important;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333% !important;
  }
  .col-sm-offset-6 {
    margin-left: 50% !important;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667% !important;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333% !important;
  }
  .col-sm-offset-3 {
    margin-left: 25% !important;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667% !important;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333% !important;
  }
  .col-sm-offset-0 {
    margin-left: 0% !important;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left !important;
  }
  .col-md-12 {
    width: 100% !important;
  }
  .col-md-11 {
    width: 91.66666667% !important;
  }
  .col-md-10 {
    width: 83.33333333% !important;
  }
  .col-md-9 {
    width: 75% !important;
  }
  .col-md-8 {
    width: 66.66666667% !important;
  }
  .col-md-7 {
    width: 58.33333333% !important;
  }
  .col-md-6 {
    width: 50% !important;
  }
  .col-md-5 {
    width: 41.66666667% !important;
  }
  .col-md-4 {
    width: 33.33333333% !important;
  }
  .col-md-3 {
    width: 27% !important;
  }
  .col-md-2 {
    width: 16.66666667% !important;
  }
  .col-md-1 {
    width: 8.33333333% !important;
  }
  .col-md-pull-12 {
    right: 100% !important;
  }
  .col-md-pull-11 {
    right: 91.66666667% !important;
  }
  .col-md-pull-10 {
    right: 83.33333333% !important;
  }
  .col-md-pull-9 {
    right: 75% !important;
  }
  .col-md-pull-8 {
    right: 66.66666667% !important;
  }
  .col-md-pull-7 {
    right: 58.33333333% !important;
  }
  .col-md-pull-6 {
    right: 50% !important;
  }
  .col-md-pull-5 {
    right: 41.66666667% !important;
  }
  .col-md-pull-4 {
    right: 33.33333333% !important;
  }
  .col-md-pull-3 {
    right: 25% !important;
  }
  .col-md-pull-2 {
    right: 16.66666667% !important;
  }
  .col-md-pull-1 {
    right: 8.33333333% !important;
  }
  .col-md-pull-0 {
    right: auto !important;
  }
  .col-md-push-12 {
    left: 100% !important;
  }
  .col-md-push-11 {
    left: 91.66666667% !important;
  }
  .col-md-push-10 {
    left: 83.33333333% !important;
  }
  .col-md-push-9 {
    left: 75% !important;
  }
  .col-md-push-8 {
    left: 66.66666667% !important;
  }
  .col-md-push-7 {
    left: 58.33333333% !important;
  }
  .col-md-push-6 {
    left: 50% !important;
  }
  .col-md-push-5 {
    left: 41.66666667% !important;
  }
  .col-md-push-4 {
    left: 33.33333333% !important;
  }
  .col-md-push-3 {
    left: 25% !important;
  }
  .col-md-push-2 {
    left: 16.66666667% !important;
  }
  .col-md-push-1 {
    left: 8.33333333% !important;
  }
  .col-md-push-0 {
    left: auto !important;
  }
  .col-md-offset-12 {
    margin-left: 100% !important;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667% !important;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333% !important;
  }
  .col-md-offset-9 {
    margin-left: 75% !important;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667% !important;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333% !important;
  }
  .col-md-offset-6 {
    margin-left: 50% !important;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667% !important;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333% !important;
  }
  .col-md-offset-3 {
    margin-left: 25% !important;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667% !important;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333% !important;
  }
  .col-md-offset-0 {
    margin-left: 0% !important;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left !important;
  }
  .col-lg-12 {
    width: 100% !important;
  }
  .col-lg-11 {
    width: 91.66666667% !important;
  }
  .col-lg-10 {
    width: 83.33333333% !important;
  }
  .col-lg-9 {
    width: 75% !important;
  }
  .col-lg-8 {
    width: 66.66666667% !important;
  }
  .col-lg-7 {
    width: 58.33333333% !important;
  }
  .col-lg-6 {
    width: 50% !important;
  }
  .col-lg-5 {
    width: 41.66666667% !important;
  }
  .col-lg-4 {
    width: 33.33333333% !important;
  }
  .col-lg-3 {
    width: 25% !important;
  }
  .col-lg-2 {
    width: 16.66666667% !important;
  }
  .col-lg-1 {
    width: 8.33333333% !important;
  }
  .col-lg-pull-12 {
    right: 100% !important;
  }
  .col-lg-pull-11 {
    right: 91.66666667% !important;
  }
  .col-lg-pull-10 {
    right: 83.33333333% !important;
  }
  .col-lg-pull-9 {
    right: 75% !important;
  }
  .col-lg-pull-8 {
    right: 66.66666667% !important;
  }
  .col-lg-pull-7 {
    right: 58.33333333% !important;
  }
  .col-lg-pull-6 {
    right: 50% !important;
  }
  .col-lg-pull-5 {
    right: 41.66666667% !important;
  }
  .col-lg-pull-4 {
    right: 33.33333333% !important;
  }
  .col-lg-pull-3 {
    right: 25% !important;
  }
  .col-lg-pull-2 {
    right: 16.66666667% !important;
  }
  .col-lg-pull-1 {
    right: 8.33333333% !important;
  }
  .col-lg-pull-0 {
    right: auto !important;
  }
  .col-lg-push-12 {
    left: 100% !important;
  }
  .col-lg-push-11 {
    left: 91.66666667% !important;
  }
  .col-lg-push-10 {
    left: 83.33333333% !important;
  }
  .col-lg-push-9 {
    left: 75% !important;
  }
  .col-lg-push-8 {
    left: 66.66666667% !important;
  }
  .col-lg-push-7 {
    left: 58.33333333% !important;
  }
  .col-lg-push-6 {
    left: 50% !important;
  }
  .col-lg-push-5 {
    left: 41.66666667% !important;
  }
  .col-lg-push-4 {
    left: 33.33333333% !important;
  }
  .col-lg-push-3 {
    left: 25% !important;
  }
  .col-lg-push-2 {
    left: 16.66666667% !important;
  }
  .col-lg-push-1 {
    left: 8.33333333% !important;
  }
  .col-lg-push-0 {
    left: auto !important;
  }
  .col-lg-offset-12 {
    margin-left: 100% !important;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667% !important;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333% !important;
  }
  .col-lg-offset-9 {
    margin-left: 75% !important;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667% !important;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333% !important;
  }
  .col-lg-offset-6 {
    margin-left: 50% !important;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667% !important;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333% !important;
  }
  .col-lg-offset-3 {
    margin-left: 25% !important;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667% !important;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333% !important;
  }
  .col-lg-offset-0 {
    margin-left: 0% !important;
  }
}
.media {
  margin-top: 15px !important;
}
.media:first-child {
  margin-top: 0 !important;
}
.media,
.media-body {
  zoom: 1 !important;
  overflow: hidden !important;
}
.media-body {
  width: 10000px !important;
}
.media-object {
  display: block !important;
}
.media-object.img-thumbnail {
  max-width: none !important;
}
.media-right,
.media > .pull-right {
  padding-left: 10px !important;
}
.media-left,
.media > .pull-left {
  padding-right: 10px !important;
}
.media-left,
.media-right,
.media-body {
  display: table-cell !important;
  vertical-align: top !important;
}
.media-middle {
  vertical-align: middle !important;
}
.media-bottom {
  vertical-align: bottom !important;
}
.media-heading {
  margin-top: 0 !important;
  margin-bottom: 5px !important;
}
.media-list {
  padding-left: 0 !important;
  list-style: none !important;
}
.clearfix:before,
.clearfix:after {
  content: " " !important;
  display: table !important;
}
.clearfix:after {
  clear: both !important;
}
.center-block {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.pull-right {
  float: right !important !important;
}
.pull-left {
  float: left !important !important;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit !important;
  font: inherit !important;
  margin: 0 !important;
}
button {
  overflow: visible !important;
}
button,
select {
  text-transform: none !important;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button !important;
  cursor: pointer !important;
}
button[disabled],
html input[disabled] {
  cursor: default !important;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0 !important;
  padding: 0 !important;
}
input {
  line-height: normal !important;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box !important;
     -moz-box-sizing: border-box !important;
          box-sizing: border-box !important;
  padding: 0 !important;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto !important;
}
input[type="search"] {
  -webkit-appearance: textfield !important;
  -webkit-box-sizing: content-box !important;
     -moz-box-sizing: content-box !important;
          box-sizing: content-box !important;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none !important;
}
fieldset {
  border: 1px solid #c0c0c0 !important;
  margin: 0 2px !important;
  padding: 0.35em 0.625em 0.75em !important;
}
legend {
  border: 0 !important;
  padding: 0 !important;
}
textarea {
  overflow: auto !important;
}
fieldset {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  min-width: 0 !important;
}
legend {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  margin-bottom: 20px !important;
  font-size: 21px !important;
  line-height: inherit !important;
  color: #333333 !important;
  border: 0 !important;
  border-bottom: 1px solid #e5e5e5 !important;
}
label {
  display: inline-block !important;
  max-width: 100% !important;
  margin-bottom: 5px !important;
  font-weight: bold !important;
}
input[type="search"] {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0 !important;
  margin-top: 1px \9 !important;
  line-height: normal !important;
}
input[type="file"] {
  display: block !important;
}
input[type="range"] {
  display: block !important;
  width: 100% !important;
}
select[multiple],
select[size] {
  height: auto !important;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px !important;
}
output {
  display: block !important;
  padding-top: 7px !important;
  font-size: 14px !important;
  line-height: 1.42857143 !important;
  color: #555555 !important;
}
.form-control {
  display: block !important;
  width: 100% !important;
  height: 34px !important;
  padding: 6px 12px !important;
  font-size: 14px !important;
  line-height: 1.42857143 !important;
  color: #555555 !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 1px solid #cccccc !important;
  border-radius: 4px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
}
.form-control:focus {
  border-color: #66afe9 !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
}
.form-control::-moz-placeholder {
  color: #999999 !important;
  opacity: 1 !important;
}
.form-control:-ms-input-placeholder {
  color: #999999 !important;
}
.form-control::-webkit-input-placeholder {
  color: #999999 !important;
}
.form-control::-ms-expand {
  border: 0 !important;
  background-color: transparent !important;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee !important;
  opacity: 1 !important;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed !important;
}
textarea.form-control {
  height: auto !important;
}
input[type="search"] {
  -webkit-appearance: none !important;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px !important;
  }
  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 !important;
  }
  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 !important;
  }
}
.form-group {
  margin-bottom: 15px !important;
}
.radio,
.checkbox {
  position: relative !important;
  display: block !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.radio label,
.checkbox label {
  min-height: 20px !important;
  padding-left: 20px !important;
  margin-bottom: 0 !important;
  font-weight: normal !important;
  cursor: pointer !important;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute !important;
  margin-left: -20px !important;
  margin-top: 4px \9 !important;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px !important;
}
.radio-inline,
.checkbox-inline {
  position: relative !important;
  display: inline-block !important;
  padding-left: 20px !important;
  margin-bottom: 0 !important;
  vertical-align: middle !important;
  font-weight: normal !important;
  cursor: pointer !important;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0 !important;
  margin-left: 10px !important;
}
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 !important;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed !important;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed !important;
}
.form-control-static {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  margin-bottom: 0 !important;
  min-height: 34px !important;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.input-sm {
  height: 30px !important;
  padding: 5px 10px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 3px !important;
}
select.input-sm {
  height: 30px !important;
  line-height: 30px !important;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto !important;
}
.form-group-sm .form-control {
  height: 30px !important;
  padding: 5px 10px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 3px !important;
}
.form-group-sm select.form-control {
  height: 30px !important;
  line-height: 30px !important;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto !important;
}
.form-group-sm .form-control-static {
  height: 30px !important;
  min-height: 32px !important;
  padding: 6px 10px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}
.input-lg {
  height: 46px !important;
  padding: 10px 16px !important;
  font-size: 18px !important;
  line-height: 1.3333333 !important;
  border-radius: 6px !important;
}
select.input-lg {
  height: 46px !important;
  line-height: 46px !important;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto !important;
}
.form-group-lg .form-control {
  height: 46px !important;
  padding: 10px 16px !important;
  font-size: 18px !important;
  line-height: 1.3333333 !important;
  border-radius: 6px !important;
}
.form-group-lg select.form-control {
  height: 46px !important;
  line-height: 46px !important;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto !important;
}
.form-group-lg .form-control-static {
  height: 46px !important;
  min-height: 38px !important;
  padding: 11px 16px !important;
  font-size: 18px !important;
  line-height: 1.3333333 !important;
}
.has-feedback {
  position: relative !important;
}
.has-feedback .form-control {
  padding-right: 42.5px !important;
}
.form-control-feedback {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 2 !important;
  display: block !important;
  width: 34px !important;
  height: 34px !important;
  line-height: 34px !important;
  text-align: center !important;
  pointer-events: none !important;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px !important;
  height: 46px !important;
  line-height: 46px !important;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
}
.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 !important;
}
.has-success .form-control {
  border-color: #3c763d !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}
.has-success .form-control:focus {
  border-color: #2b542c !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168 !important;
}
.has-success .input-group-addon {
  color: #3c763d !important;
  border-color: #3c763d !important;
  background-color: #dff0d8 !important;
}
.has-success .form-control-feedback {
  color: #3c763d !important;
}
.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 !important;
}
.has-warning .form-control {
  border-color: #8a6d3b !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}
.has-warning .form-control:focus {
  border-color: #66512c !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b !important;
}
.has-warning .input-group-addon {
  color: #8a6d3b !important;
  border-color: #8a6d3b !important;
  background-color: #fcf8e3 !important;
}
.has-warning .form-control-feedback {
  color: #8a6d3b !important;
}
.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 !important;
}
.has-error .form-control {
  border-color: #a94442 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}
.has-error .form-control:focus {
  border-color: #843534 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483 !important;
}
.has-error .input-group-addon {
  color: #a94442 !important;
  border-color: #a94442 !important;
  background-color: #f2dede !important;
}
.has-error .form-control-feedback {
  color: #a94442 !important;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px !important;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0 !important;
}
.help-block {
  display: block !important;
  margin-top: 5px !important;
  margin-bottom: 10px !important;
  color: #737373 !important;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block !important;
    margin-bottom: 0 !important;
    vertical-align: middle !important;
  }
  .form-inline .form-control {
    display: inline-block !important;
    width: auto !important;
    vertical-align: middle !important;
  }
  .form-inline .form-control-static {
    display: inline-block !important;
  }
  .form-inline .input-group {
    display: inline-table !important;
    vertical-align: middle !important;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto !important;
  }
  .form-inline .input-group > .form-control {
    width: 100% !important;
  }
  .form-inline .control-label {
    margin-bottom: 0 !important;
    vertical-align: middle !important;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    vertical-align: middle !important;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0 !important;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative !important;
    margin-left: 0 !important;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0 !important;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 7px !important;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px !important;
}
.form-horizontal .form-group {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right !important;
    margin-bottom: 0 !important;
    padding-top: 7px !important;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px !important;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px !important;
    font-size: 18px !important;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px !important;
    font-size: 12px !important;
  }
}
.btn {
  display: inline-block !important;
  margin-bottom: 0 !important;
  font-weight: normal !important;
  text-align: center !important;
  vertical-align: middle !important;
  -ms-touch-action: manipulation !important;
      touch-action: manipulation !important;
  cursor: pointer !important;
  background-image: none !important;
  border: 1px solid transparent !important;
  white-space: nowrap !important;
  padding: 6px 12px !important;
  font-size: 14px !important;
  line-height: 1.42857143 !important;
  border-radius: 4px !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px !important;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333 !important;
  text-decoration: none !important;
}
.btn:active,
.btn.active {
  outline: 0 !important;
  background-image: none !important;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed !important;
  opacity: 0.65 !important;
  filter: alpha(opacity=65) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none !important;
}
.btn-default {
  color: #333333 !important;
  background-color: #ffffff !important;
  border-color: #cccccc !important;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333 !important;
  background-color: #e6e6e6 !important;
  border-color: #8c8c8c !important;
}
.btn-default:hover {
  color: #333333 !important;
  background-color: #e6e6e6 !important;
  border-color: #adadad !important;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333 !important;
  background-color: #e6e6e6 !important;
  border-color: #adadad !important;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333 !important;
  background-color: #d4d4d4 !important;
  border-color: #8c8c8c !important;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none !important;
}
.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 {
  background-color: #ffffff !important;
  border-color: #cccccc !important;
}
.btn-default .badge {
  color: #ffffff !important;
  background-color: #333333 !important;
}
.btn-primary {
  color: #ffffff !important;
  background-color: #337ab7 !important;
  border-color: #2e6da4 !important;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #286090 !important;
  border-color: #122b40 !important;
}
.btn-primary:hover {
  color: #ffffff !important;
  background-color: #286090 !important;
  border-color: #204d74 !important;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff !important;
  background-color: #286090 !important;
  border-color: #204d74 !important;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff !important;
  background-color: #204d74 !important;
  border-color: #122b40 !important;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none !important;
}
.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 {
  background-color: #337ab7 !important;
  border-color: #2e6da4 !important;
}
.btn-primary .badge {
  color: #337ab7 !important;
  background-color: #ffffff !important;
}
.btn-success {
  color: #ffffff !important;
  background-color: #5cb85c !important;
  border-color: #4cae4c !important;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #449d44 !important;
  border-color: #255625 !important;
}
.btn-success:hover {
  color: #ffffff !important;
  background-color: #449d44 !important;
  border-color: #398439 !important;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff !important;
  background-color: #449d44 !important;
  border-color: #398439 !important;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff !important;
  background-color: #398439 !important;
  border-color: #255625 !important;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none !important;
}
.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 {
  background-color: #5cb85c !important;
  border-color: #4cae4c !important;
}
.btn-success .badge {
  color: #5cb85c !important;
  background-color: #ffffff !important;
}
.btn-info {
  color: #ffffff !important;
  background-color: #5bc0de !important;
  border-color: #46b8da !important;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #31b0d5 !important;
  border-color: #1b6d85 !important;
}
.btn-info:hover {
  color: #ffffff !important;
  background-color: #31b0d5 !important;
  border-color: #269abc !important;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff !important;
  background-color: #31b0d5 !important;
  border-color: #269abc !important;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff !important;
  background-color: #269abc !important;
  border-color: #1b6d85 !important;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none !important;
}
.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 {
  background-color: #5bc0de !important;
  border-color: #46b8da !important;
}
.btn-info .badge {
  color: #5bc0de !important;
  background-color: #ffffff !important;
}
.btn-warning {
  color: #ffffff !important;
  background-color: #f0ad4e !important;
  border-color: #eea236 !important;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #ec971f !important;
  border-color: #985f0d !important;
}
.btn-warning:hover {
  color: #ffffff !important;
  background-color: #ec971f !important;
  border-color: #d58512 !important;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff !important;
  background-color: #ec971f !important;
  border-color: #d58512 !important;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff !important;
  background-color: #d58512 !important;
  border-color: #985f0d !important;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none !important;
}
.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 {
  background-color: #f0ad4e !important;
  border-color: #eea236 !important;
}
.btn-warning .badge {
  color: #f0ad4e !important;
  background-color: #ffffff !important;
}
.btn-danger {
  color: #ffffff !important;
  background-color: #d9534f !important;
  border-color: #d43f3a !important;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #c9302c !important;
  border-color: #761c19 !important;
}
.btn-danger:hover {
  color: #ffffff !important;
  background-color: #c9302c !important;
  border-color: #ac2925 !important;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff !important;
  background-color: #c9302c !important;
  border-color: #ac2925 !important;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff !important;
  background-color: #ac2925 !important;
  border-color: #761c19 !important;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none !important;
}
.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 {
  background-color: #d9534f !important;
  border-color: #d43f3a !important;
}
.btn-danger .badge {
  color: #d9534f !important;
  background-color: #ffffff !important;
}
.btn-link {
  color: #337ab7 !important;
  font-weight: normal !important;
  border-radius: 0 !important;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent !important;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c !important;
  text-decoration: underline !important;
  background-color: transparent !important;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777 !important;
  text-decoration: none !important;
}
.btn-lg {
  padding: 10px 16px !important;
  font-size: 18px !important;
  line-height: 1.3333333 !important;
  border-radius: 6px !important;
}
.btn-sm {
  padding: 5px 10px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 3px !important;
}
.btn-xs {
  padding: 1px 5px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 3px !important;
}
.btn-block {
  display: block !important;
  width: 100% !important;
}
.btn-block + .btn-block {
  margin-top: 5px !important;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100% !important;
}

.form-inline .form-control {
    width: 100% !important;
}
