@font-face { font-family: "HyundaiSansHead-Medium"; 
 src: url("../fonts/HyundaiSansHead-Medium.eot"); 
 src: url("../fonts/HyundaiSansHead-Mediumd41d.eot?#iefix") format("embedded-opentype"), 
 url("../fonts/HyundaiSansHead-Medium.woff2") format("woff2"), 
 url("../fonts/HyundaiSansHead-Medium.woff") format("woff"), 
 url("../fonts/HyundaiSansHead-Medium.ttf") format("truetype"); 
 font-weight: normal; 
 font-style: normal; }
@font-face {
font-family: "HyundaiSansText-Medium";
src: url("../fonts/HyundaiSansText-Medium.eot");
src: url("../fonts/HyundaiSansText-Mediumd41d.eot?#iefix") format("embedded-opentype"),
url("../fonts/HyundaiSansText-Medium.woff2") format("woff2"),
url("../fonts/HyundaiSansText-Medium.woff") format("woff"),
url("../fonts/HyundaiSansText-Medium.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "HyundaiSansText-Regular";
src: url("../fonts/HyundaiSansText-Regular.eot");
src: url("../fonts/HyundaiSansText-Regulard41d.eot?#iefix") format("embedded-opentype"),
url("../fonts/HyundaiSansText-Regular.woff2") format("woff2"),
url("../fonts/HyundaiSansText-Regular.woff") format("woff"),
url("../fonts/HyundaiSansText-Regular.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
body {
  font-family: 'HyundaiSansHead-Medium';
  overflow-x: hidden; }

p {
  font-family: 'HyundaiSansText-Regular';
  font-size: 12px; }

p.small {
  font-size: 16px; }

a,
a.active,
a:active,
a:hover {
  color: #1f120d;
  outline: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'HyundaiSansHead-Medium';
  font-weight: 700;
 }

hr.star-light,
hr.star-primary {
  max-width: 250px;
  margin: 25px auto 30px;
  padding: 0;
  text-align: center;
  border: none;
  border-top: solid 5px; }

hr.star-light:after,
hr.star-primary:after {
  font-size: 2em;
  position: relative;
  top: -.8em;
  display: inline-block;
  padding: 0 0.25em;
  content: '\f005'; }

hr.star-light {
  border-color: white; }

hr.star-light:after {
  color: white;
  background-color: #18BC9C; }

hr.star-primary {
  border-color: #2C3E50; }

hr.star-primary:after {
  color: #2C3E50;
  background-color: white; }

.img-centered {
  margin: 0 auto; }
section {
  padding: 100px 0; }
  section h2 {
    font-size: 3em;
    margin: 0; }

section.success {
  color: white;
  background: #18BC9C; }
section.fiesta {
  background: #e60514 url(../images/bg-fiesta.png) center center no-repeat;
  padding: 40px 0;
  background-attachment: fixed;
}
section.fiesta p {
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  margin: 0;
}
section.fiesta p span { 
  border-bottom: 1px solid #fff; 
}
section.fiesta h2 {
  color: #fff;
  font-size: 52px;
}
section.modelo-autos .container {
  position: relative;
}
section.modelo-autos .modelos {
  padding: 50px 0 25px 0;
}
section.modelo-autos.fondo-01 {
  position: relative;
  height: 100%;
  padding: 50px 0;
  background: #ffffff;
  background-size: cover;
  overflow-x: hidden;
}
section.modelo-autos.fondo-01 .container::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -800px;
  height: 100%;
  padding-bottom:50px;
  width: 1600px;
  background:#fff;
}
section.modelo-autos.fondo-02 {
  position: relative;
  height: 100%;
  padding: 50px 0;
  background: url(../images/fondo-bestprice-03.jpg) no-repeat;
  background-size: cover;
  overflow-x: hidden;
}
section.modelo-autos.fondo-02 .container::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -800px;
  height: 100%;
  padding-bottom:50px;
  width: 1600px;
  background:#fff;
}
section.modelo-autos h2 {
  font-family:'HyundaiSansText-Medium';
  color: #e60514;
  font-size: 24px;
  margin-bottom: 15px;
}
section.modelo-autos h2 span {
  color: #dc0202;
}
section.modelo-autos .portfolio-link > img {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
section.modelo-autos .portfolio-link:hover > img {
   transform:  scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
section.modelo-autos h3 {
  position: relative;
  color: #1f120d;
  font-size: 22px;
  margin-bottom: 15px;
  padding-left: 45px;
  max-width: 185px;
}
section.modelo-autos h3::before {
  content: 'DESDE';
  position: absolute;
  top: 50%;
  left: 10px;
  font-size: 14px;
}
section.modelo-autos .box-bono {
  font-family: 'HyundaiSansText-Regular';
  position: relative;
  background: #ededed;
  color: #919191;
  max-width: 190px;
  font-size: 12px;
  padding: 10px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
section.modelo-autos .box-bono-hyundai {
  background: #c9251c;
  color: #fff;
  max-width: 230px;
  font-size: 13px;
  padding: 5px;
}
section.modelo-autos .box-bono-hyundai.hr {
  border-bottom: 1px solid #fff;
}
section.modelo-autos .box-bono .box-obs {
  position: absolute;
  color: #fff;
  font-size: 10px;
  width: 100%;
  left: 0;
  bottom: -10px;
  background: #a2a2a2;
  border-radius: 0 0 10px 10px;
}
section.modelo-autos .box-bono .box-stock{
  position: absolute;
  color: #fff;
  font-size: 10px;
  width: 100%;
  left: 0;
  bottom: -10px;
  background: #dc0202;
  border-radius: 0 0 10px 10px;
}
section.modelo-autos .leyenda {
  margin-bottom: 10px;
}
section.modelo-autos .terminos{
  color: #919191;
  padding-bottom: 50px;
}
section.modelo-autos .terminos p {
  font-family: 'HyundaiSansText-Regular';
  font-size: 13px;
}
section.modelo-autos .terminos a {
  color: #919191;
}
section.formulario h1 {
  margin-bottom: 50px;
}
section.formulario {
  background: url(../images/fondo-hyundai.jpg) no-repeat;
  background-size: cover;
  padding: 200px 0;
}
section.formulario .container {
  background: #fff;
  padding: 50px;
}
section.formulario .form-group, section.formulario input, section.formulario select, section.formulario textarea {
  font-size: 14px;
}
section.formulario textarea { 
  margin-bottom: 20px;
}
section .form-group {
  font-size: 12px;
}
section .form-group span {
  font-family: 'HyundaiSansText-Regular';
  font-size: 12px;
  padding-left: 10px;
}
section.formulario .form-group p, section.formulario .terminos-condiciones p {
  font-family: 'HyundaiSansText-Regular';
  font-size: 12px;
  text-align: justify;
}
section.formulario .terminos-condiciones a, section.formulario .form-group a {
  color: #000;
}
section.formulario .modelo {
  margin-bottom: 20px;
}
section.formulario .box-seminuevos-aviso p {
  font-family: 'HyundaiSansText-Regular';
  font-size: 12px;
}
section.formulario .box-seminuevos-aviso {
  border: 2px solid #1b2c59;
  padding: 20px;
  margin: 40px 0;
}
section.formulario .box-seminuevos-aviso h6 {
  color: #1caed3;
}
.error {
  color: #da4223;
}
.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1;}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px, 0px, 0px);}
.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;}
.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d;}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled{display:none;}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.owl-carousel.owl-loaded{display:block;}
.owl-carousel.owl-loading{opacity:0;display:block;}
.owl-carousel.owl-hidden{opacity:0;}
.owl-carousel.owl-refresh .owl-item{visibility:hidden;}
.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.owl-carousel.owl-grab{cursor:move;cursor:grab;}
.owl-carousel.owl-rtl{direction:rtl;}
.owl-carousel.owl-rtl .owl-item{float:right;}
.no-js .owl-carousel{display:block;}
.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.owl-carousel .owl-animated-in{z-index:0;}
.owl-carousel .owl-animated-out{z-index:1;}
.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut;}
@-webkit-keyframes fadeOut{0%{opacity:1;}
100%{opacity:0;}
}
@keyframes fadeOut{0%{opacity:1;}
100%{opacity:0;}
}
.owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent;}
.owl-theme .owl-nav [class*='owl-']{color:#FFF;font-size:0px;margin:5px;padding:4px 7px;display:inline-block;cursor:pointer;border-radius:3px;}
.owl-theme .owl-nav .disabled{opacity:0.5;cursor:default;}
.owl-theme .owl-nav.disabled + .owl-dots{margin-top:10px;}
.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent;}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline;}
.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity 200ms ease;border-radius:30px;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background:#869791;}
.slider-modelo{position:relative;}
.owl-height{transition:height 500ms ease-in-out;}
.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity 400ms ease;}
.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;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.html") no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform 100ms ease;transition:transform 100ms ease;}
.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3, 1.3);-ms-transform:scale(1.3, 1.3);transform:scale(1.3, 1.3);}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon{display:none;}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity 400ms ease;}
.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%;}
.owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent;}
.owl-theme .owl-nav [class*='owl-']{font-size:0px;margin:5px;padding:4px 7px;display:inline-block;cursor:pointer;border-radius:3px;}
.owl-theme .owl-nav .disabled{opacity:0.5;cursor:default;}
.owl-theme .owl-nav.disabled + .owl-dots{margin-top:10px;display:none}
.owl-theme .owl-dots{display:none;text-align:center;-webkit-tap-highlight-color:transparent;}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline;}
.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity 200ms ease;border-radius:30px;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background:#869791;}
.owl-prev {
    position: absolute;
    top: 40%;
    left: 0;
    background: url(../images/prev.jpg);
    width: 30px;
    height: 30px;
    display: block;
}
.owl-next {
    position: absolute;
    top: 40%;
    right: 0;
    background: url(../images/next.jpg);
    width: 30px;
    height: 30px;
    display: block;
}
@media (max-width: 991px) {
  .footer-above {
      text-align: center!important;
  }
  .footer-above .text-right {
      text-align: center!important;
  }
}
@media (max-width: 767px) {
  .footer-above {
      text-align: center!important;
  }
  .footer-above .text-right {
      text-align: center!important;
  }
  section.fiesta h2 {
    font-size: 38px;
  }
  section {
    padding: 75px 0; }
  section.first {
    padding-top: 75px; } }
@media (max-width: 480px) {
  section.fiesta p {
    font-size: 18px;
  }
 }
.scroll-top {
  position: fixed;
  z-index: 1049;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px; }
  .scroll-top .btn {
    font-size: 16px;
    line-height: 28px;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%; }
    .scroll-top .btn:focus {
      outline: none; }

#mainNav {
  font-family: 'HyundaiSansHead-Medium';
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  background: #fff; }
  #mainNav a:focus {
    outline: none; }
  #mainNav .navbar-brand {
    font-size: 1.1rem;
    color: white; }
    #mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
      color: white; }
  #mainNav .navbar-nav {
    letter-spacing: 1px; }
    #mainNav .navbar-nav li.nav-item a.nav-link {
      font-family: 'HyundaiSansText-Regular';
      color: #1f120d; 
      font-size: 14px;
      padding: 15px 30px;
      }
     #mainNav .navbar-nav li.nav-item a.social { 
      padding: 10px 15px;
      display: block;
     }
    #mainNav .navbar-nav li.nav-item a.nav-link.btn-cotizar {
      /*background: #003b71;*/
	  background: #e60514;
      color: #fff;
    }
    #mainNav .navbar-nav li.nav-item a:hover {
      color: #fff!important;
      background: #e60514;
    }
      #mainNav .navbar-nav li.nav-item a.nav-link:hover {
        color: #18BC9C;
        outline: none; }
      #mainNav .navbar-nav li.nav-item a.nav-link:active {
        color: white; }
  #mainNav .navbar-toggler {
    font-size: 14px;
    padding: 11px;
    text-transform: uppercase;
    color: white;
    background: #e60514;
    border-color: white; }
    #mainNav .navbar-toggler:focus, #mainNav .navbar-toggler:hover {
      color: white;
      border-color: #18BC9C;
      background-color: #c9251c; }
  .collapse.show li {
      margin-bottom: 10px;
  }

@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s; }
    #mainNav .navbar-brand {
      font-size: 2em;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
      color: white;
      border-radius: 3px;
      background: #18BC9C; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link.active:active, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
        color: white;
        background: #18BC9C; }
  #mainNav.navbar-shrink {
    padding-top: 10px;
    padding-bottom: 10px; }
    #mainNav.navbar-shrink .navbar-brand {
      font-size: 1.5em; } }

header.masthead {
  padding-top: 100px;
  padding-bottom: 50px;
  text-align: center;
  color: white;
  background: url(../images/fondo-bestprice.jpg) no-repeat;
background-size: cover;
background-attachment: fixed; }
  header.masthead img {
    display: block;
    margin: 0 auto 20px; }
  header.masthead .intro-text .name {
    font-size: 2em;
    font-weight: 700;
    display: block;
    text-transform: uppercase; }
  header.masthead .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300; }

@media (min-width: 768px) {
  header.masthead {
    padding-top: 100px;
    padding-bottom: 20px; }
    header.masthead .intro-text .name {
      font-size: 4.75em; }
    header.masthead .intro-text .skills {
      font-size: 1.75em; }
     header.masthead .video {
      padding: 60px 0;
     } 
    }

#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px; }
  #portfolio .portfolio-item .portfolio-link {
    position: relative;
    background: #ffffff;
    display: block;
    max-width: 400px;
    height: 100%;
    margin: 0 auto;
    padding: 80px 0 40px 0;
    cursor: pointer; }
      #portfolio .portfolio-item .portfolio-link:hover {
        text-decoration: none;
      }
    #portfolio .portfolio-item .portfolio-link:hover .btn-bestprice, #portfolio .portfolio-item .portfolio-link:hover .btn-lg {
      background: #c9251c;
      border: none;
    }
     #portfolio .portfolio-item .portfolio-link .text-info {
      color: #1f120d;
    }
    #portfolio .portfolio-item .portfolio-link:hover .text-info {
      color: #c9251c;
    }
    #portfolio .portfolio-item .portfolio-link .caption {
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
      transition: all ease 0.5s;
      opacity: 0;
      background: rgba(24, 188, 156, 0.9); }
    /*#portfolio .portfolio-item .portfolio-link > img {
      padding: 35px 0 0 0;
    }*/
      #portfolio .portfolio-item .portfolio-link .caption .caption-content {
        font-size: 20px;
        position: absolute;
        top: 50%;
        width: 100%;
        height: 20px;
        margin-top: -12px;
        text-align: center;
        color: white; }
        #portfolio .portfolio-item .portfolio-link .caption .caption-content i {
          margin-top: -12px; }
        #portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
        #portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
          margin: 0; }

#portfolio * {
  z-index: 2; }

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    min-height: 530px;
    margin: 0 0 30px; } }

.portfolio-modal .modal-dialog {
  max-width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  border: none;
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .portfolio-modal .modal-dialog .modal-content {
    padding: 100px 0;
    border: 0;
    border-radius: 0; }
    .portfolio-modal .modal-dialog .modal-content h2 {
      font-size: 3em;
      margin: 0; }
    .portfolio-modal .modal-dialog .modal-content img {
      margin-bottom: 30px; }
    .portfolio-modal .modal-dialog .modal-content .item-details {
      margin: 30px 0; }

.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent; }
  .portfolio-modal .close-modal:hover {
    opacity: 0.3; }
  .portfolio-modal .close-modal .lr {
    /* Safari and Chrome */
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #2C3E50; }
    .portfolio-modal .close-modal .lr .rl {
      /* Safari and Chrome */
      z-index: 1052;
      width: 1px;
      height: 75px;
      /* IE 9 */
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      background-color: #2C3E50; }

.portfolio-modal .modal-backdrop {
  display: none;
  opacity: 0; }

.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee; }
  .floating-label-form-group input,
  .floating-label-form-group textarea {
    font-size: 1.5em;
    position: relative;
    z-index: 1;
    padding-right: 0;
    padding-left: 0;
    resize: none;
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none !important; }
  .floating-label-form-group label {
    font-size: 0.85em;
    line-height: 1.764705882em;
    position: relative;
    z-index: 0;
    top: 2em;
    display: block;
    margin: 0;
    -webkit-transition: top 0.3s ease, opacity 0.3s ease;
    -moz-transition: top 0.3s ease, opacity 0.3s ease;
    -ms-transition: top 0.3s ease, opacity 0.3s ease;
    transition: top 0.3s ease, opacity 0.3s ease;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0; }
  .floating-label-form-group:not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eeeeee; }

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1; }

.floating-label-form-group-with-focus label {
  color: #18BC9C; }

form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee; }

footer {
  color: white; }
  footer h3 {
    margin-bottom: 30px; }
  footer .footer-above {
    padding-top: 50px;
    background-color: #3d3d3d; }
  footer .footer-col {
    margin-bottom: 50px; }
  footer .footer-below {
    padding: 15px 0;
    background-color: #fff; }
 footer .footer-col a:hover { 
    cursor: default;
 }
.btn-outline {
  font-size: 20px;
  margin-top: 15px;
  transition: all 0.3s ease-in-out;
  color: white;
  border: solid 2px white;
  background: transparent; }
  .btn-outline.active, .btn-outline:active, .btn-outline:focus, .btn-outline:hover {
    color: #18BC9C;
    border: solid 2px white;
    background: white; }

.btn-primary {
  font-weight: 700;
  color: white;
  border-color: #e60514;
  background-color: #e60514; }
  .btn-primary.focus, .btn-primary:focus {
    color: white;
    border-color: black;
    background-color: #1a252f; }
  .btn-primary:hover {
    color: white;
    border-color: #e60514;
    background-color: #e60514; }
  .btn-primary.active, .btn-primary:active,
  .open > .btn-primary.dropdown-toggle {
    color: white;
    border-color: #161f29;
    background-color: #1a252f; }
    .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover,
    .open > .btn-primary.dropdown-toggle.focus,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle:hover {
      color: white;
      border-color: black;
      background-color: #0d1318; }
  .btn-primary.active, .btn-primary:active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary:hover {
    border-color: #2C3E50;
    background-color: #2C3E50; }
  .btn-primary .badge {
    color: #2C3E50;
    background-color: white; }

.btn-success {
  font-weight: 700;
  color: white;
  border-color: #18BC9C;
  background-color: #18BC9C; }
  .btn-success.focus, .btn-success:focus {
    color: white;
    border-color: #0a4b3e;
    background-color: #128f76; }
  .btn-success:hover {
    color: white;
    border-color: #11866f;
    background-color: #128f76; }
  .btn-success.active, .btn-success:active,
  .open > .btn-success.dropdown-toggle {
    color: white;
    border-color: #11866f;
    background-color: #128f76; }
    .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover,
    .open > .btn-success.dropdown-toggle.focus,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle:hover {
      color: white;
      border-color: #0a4b3e;
      background-color: #0e6f5c; }
  .btn-success.active, .btn-success:active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success:hover {
    border-color: #18BC9C;
    background-color: #18BC9C; }
  .btn-success .badge {
    color: #18BC9C;
    background-color: white; }

.btn-social {
  font-size: 20px;
  line-height: 45px;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  border: 2px solid white;
  border-radius: 100%; }

.btn.active,
.btn:active,
.btn:focus {
  outline: none; }
