@font-face {
font-family: "Open Sans";
src: url("../fonts/OpenSans-Regular.ttf");
}


body,
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;

}

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #F05F40;
}

hr.light {
  border-color: #fff;
}

a {
  color: #F05F40;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #f05f40;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.bg-primary {
  background-color: #F05F40 !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

section {
  padding: 2rem 0;
}

.section-heading {
  margin-top: 0;
}

.section-subheading
{
  font-size:1.4rem;
  padding:0 0 10px;
}
::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #fff;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

#mainNav .navbar-brand {
  font-weight: 700;
  text-transform: uppercase;
  color: #F05F40;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #f05f40;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: .9rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #212529;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #F05F40;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #F05F40 !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: #fff;/*fondo primera instancia*/
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #ccc;/**/
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.5rem 1rem;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color:#F05F40;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #F05F40;
  }
  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #fff;/*fondo segunda instancia*/
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #F05F40;
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #f05f40;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #212529;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #F05F40;
  }
}

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  background-image: url("../img/pillku-slides.png");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

header.masthead h1 {
  font-size: 2rem;
}

header.masthead p {
  font-weight: 300;
}

@media (min-width: 768px) {
  header.masthead p {
    font-size: 1.15rem;
  }
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 4rem;
  }
}

.service-box {
  max-width: 400px;
}

.service-box p {
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size:.9rem;

}


.proyectos-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.proyectos-box .proyectos-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(240, 95, 64, 0.9);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.proyectos-box .proyectos-box-caption .proyectos-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}

.proyectos-box .proyectos-box-caption .proyectos-box-caption-content .project-category,
.proyectos-box .proyectos-box-caption .proyectos-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.proyectos-box .proyectos-box-caption .proyectos-box-caption-content .project-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.proyectos-box .proyectos-box-caption .proyectos-box-caption-content .project-name {
  font-size: 18px;
}

.proyectos-box:hover .proyectos-box-caption {
  opacity: 1;
}

.proyectos-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  .proyectos-box .proyectos-box-caption .proyectos-box-caption-content .project-category {
    font-size: 16px;
  }
  .proyectos-box .proyectos-box-caption .proyectos-box-caption-content .project-name {
    font-size: 22px;
  }
}

.text-primary {
  color: #F05F40 !important;
}

.btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 300px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.btn-xl {
  padding: 1rem 2rem;
}

.btn-primary {
  background-color: #F05F40;
  border-color: #F05F40;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #ee4b28 !important;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-caption .title {padding:0 10px;font-size:34px;background:#333;font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;}
.carousel-caption .text {padding:0 10px;font-size:20px;background:#333;font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;}


    
/* IMAGENES ALIANZAS */

#alianzas .container {
  background:#fff;
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#alianzas img {
  margin:0 auto;
}

#alianzas a {
  margin:0 auto;
}
#alianzas .row {
  margin:0 0 10px;
}
#alianzas .title-alianzas {
  text-align: center;
  font-size: 20px;
  margin: 20px;
  opacity: 0.4;
}
#alianzas .logo-guifi-img {
    width: 100%;;
  height: 120px;
  background: url(../img/alianzas/logo-guifi-byn.png) center 0 no-repeat;
}
#alianzas .logo-guifi-img:hover {
  background: url(../img/alianzas/logo-guifi-color.png) center 0 no-repeat;
}
#alianzas .logo-arpas-img {
  cursor: pointer;
  width: 100%;;
  height: 120px;
  background: url(../img/alianzas/arpasbyn.png) center 0 no-repeat;
}
#alianzas .logo-arpas-img:hover {
  background: url(../img/alianzas/arpas.png) center 0 no-repeat;
}
#alianzas .logo-cmlk-img {
  cursor: pointer;
  width: 100%;;
  height: 120px;
  background: url(../img/alianzas/logo-cmlk-byn.png) center 0 no-repeat;
}
#alianzas .logo-cmlk-img:hover {
  background: url(../img/alianzas/logo-cmlk-color.png) center 0 no-repeat;
}
#alianzas .logo-altermundi-img {
  cursor: pointer;
  width: 100%;
  height: 120px;
  background: url(../img/alianzas/logo-altermundi-byn.png) center 0 no-repeat;
}
#alianzas .logo-altermundi-img:hover {
  background: url(../img/alianzas/logo-altermundi-color.png) center 0 no-repeat;
}
#alianzas .logo-grito-img {
  cursor: pointer;
  width: 100%;
  height: 120px;
  background: url(../img/alianzas/logo-grito-byn.png) center 0 no-repeat;
}
#alianzas .logo-grito-img:hover {
  background: url(../img/alianzas/logo-grito-color.png) center 0 no-repeat;
}
#alianzas .logo-apc-img {
  cursor: pointer;
  width: 100%;;
  height: 120px;
  background: url(../img/alianzas/apcbyn.png) center 0 no-repeat;
}
#alianzas .logo-apc-img:hover {
  background: url(../img/alianzas/apc.png) center 0 no-repeat;
}

#alianzas .logo-leap-img {
  cursor: pointer;
  width: 216px;
  height: 120px;
  background: url(../img/alianzas/logo-leap-byn.png) 0 0 no-repeat;
}
#alianzas .logo-leap-img:hover {
  background: url(../img/alianzas/logo-leap-color.png) 0 0 no-repeat;
}
.derecha {
  padding: 0 25px;
}

.left {
  float: left;
}


#proyectos .proyectos-item,
#membresias .proyectos-item {
  right: 0;
  margin: 0 0 15px;
}

#proyectos .proyectos-item .proyectos-link,
#membresias .proyectos-item .proyectos-link {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
}

#proyectos .proyectos-item .proyectos-link .proyectos-hover,
#membresias .proyectos-item .proyectos-link .proyectos-hover {
  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(254, 209, 54, 0.9);
}

#proyectos .proyectos-item .proyectos-link .proyectos-hover:hover,
#membresias .proyectos-item .proyectos-link .proyectos-hover:hover {
  opacity: 1;
}

#proyectos .proyectos-item .proyectos-link .proyectos-hover .proyectos-hover-content,
#membresias .proyectos-item .proyectos-link .proyectos-hover .proyectos-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}

#proyectos .proyectos-item .proyectos-link .proyectos-hover .proyectos-hover-content i 
#membresias .proyectos-item .proyectos-link .proyectos-hover .proyectos-hover-content i {
  margin-top: -12px;
}

#proyectos .proyectos-item .proyectos-link .proyectos-hover .proyectos-hover-content h3,
#proyectos .proyectos-item .proyectos-link .proyectos-hover .proyectos-hover-content h4,
#membresias .proyectos-item .proyectos-link .proyectos-hover .proyectos-hover-content h3,
#membresias .proyectos-item .proyectos-link .proyectos-hover .proyectos-hover-content h4 {
  margin: 0;
}

#proyectos .proyectos-item .proyectos-caption,
#membresias .proyectos-item .proyectos-caption {
  max-width: 400px;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  background-color: #fff;
}

#proyectos .proyectos-item .proyectos-caption h4,
#membresias .proyectos-item .proyectos-caption h4 {
  margin: 0;
  text-transform: none;
}

#proyectos .proyectos-item .proyectos-caption p,
#membresias .proyectos-item .proyectos-caption p {
  font-size: 16px;
  font-style: italic;
  margin: 0;
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#proyectos *,
#membresias * {
  z-index: 2;
}

@media (min-width: 767px) {
  #proyectos .proyectos-item,
  #membresias .proyectos-item {
    margin: 0 0 30px;
  }
}

.proyectos-modal,
.membresias-modal {
  padding-right: 0px !important;
}

.proyectos-modal .modal-dialog,
.membresias-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}

.proyectos-modal .modal-content,
.membresias-modal .modal-content {
  padding: 100px 0;
  text-align: center;
}

.proyectos-modal .modal-content h2,
.membresias-modal .modal-content h2 {
  font-size: 3em;
  margin-bottom: 15px;
}

.proyectos-modal .modal-content p,
.membresias-modal .modal-content p {
  margin-bottom: 30px;
  text-align:left;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}

.proyectos-modal .modal-content p.item-intro,
.membresias-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.proyectos-modal .modal-content ul.list-inline,
.membresias-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}

.proyectos-modal .modal-content img,
.membresias-modal .modal-content img {
  margin-bottom: 30px;
}

.proyectos-modal .modal-content button,
.membresias-modal .modal-content button {
  cursor: pointer;
}

.proyectos-modal .close-modal,
.membresias-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}

.proyectos-modal .close-modal:hover,
.membresias-modal .close-modal:hover {
  opacity: 0.3;
}

.proyectos-modal .close-modal .lr,
.membresias-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: #212529;
}

.proyectos-modal .close-modal .lr .rl,
.membresias-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: #212529;
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}

.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: '';
  background-color: #e9ecef;
}

.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}

.timeline > li:after, .timeline > li:before {
  display: table;
  content: ' ';
}

.timeline > li:after {
  clear: both;
}

.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #fed136;
}

.timeline > li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-heading h4.subheading {
  text-transform: none;
}

.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}

@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

.team-member {
  margin-bottom: 50px;
  text-align: center;
}

.team-member img {
  width: 225px;
  height: 225px;
  border: 7px solid #fff;
}

.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}

.team-member p {
  margin-top: 0;
}


section#servicios .hosting {
  width: 96px;
  height: 96px;
  background: url(../img/icons/hosting.png) center 0 no-repeat;
}
section#servicios .mail {
  width: 96px;
  height: 96px;
  background: url(../img/icons/mail.png) center 0 no-repeat;
}
section#servicios .mailing {
  width: 96px;
  height: 96px;
  background: url(../img/icons/mailing.png) center 0 no-repeat;
}
section#servicios .mumble {
  width: 96px;
  height: 96px;
  background: url(../img/icons/mumble.png) center 0 no-repeat;
}
section#servicios .stream {
  width: 96px;
  height: 96px;
  background: url(../img/icons/stream.png) center 0 no-repeat;
}
section#servicios .ssl {
  width: 96px;
  height: 96px;
  background: url(../img/icons/ssl.png) center 0 no-repeat;
}
section#servicios .pad {
  width: 96px;
  height: 96px;
  background: url(../img/icons/etherpad.png) center 0 no-repeat;
}
section#servicios .dns {
  width: 96px;
  height: 96px;
  background: url(../img/icons/dns.png) center 0 no-repeat;
}
section#servicios .panel {
  width: 96px;
  height: 96px;
  background: url(../img/icons/panel.png) center 0 no-repeat;
}
section#servicios .apps {
  width: 96px;
  height: 96px;
  background: url(../img/icons/apps.png) center 0 no-repeat;
}
section#servicios .help {
  width: 96px;
  height: 96px;
  background: url(../img/icons/help.png) center 0 no-repeat;
}
section#servicios .db {
  width: 96px;
  height: 96px;
  background: url(../img/icons/db.png) center 0 no-repeat;
}
section#servicios .stats {
  width: 96px;
  height: 96px;
  background: url(../img/icons/stats.png) center 0 no-repeat;
}
section#servicios .nextcloud {
  width: 96px;
  height: 96px;
  background: url(../img/icons/nextcloud.png) center 0 no-repeat;
}
section#servicios .git {
  width: 96px;
  height: 96px;
  background: url(../img/icons/git.png) center 0 no-repeat;
}
section#servicios .dominios {
  width: 96px;
  height: 96px;
  background: url(../img/icons/dominios.png) center 0 no-repeat;
}


section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 248px;
}

section#contact .form-control:focus {
  border-color: #fed136;
  box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  /* Firefox 18- */
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  /* Firefox 19+ */
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

footer {
  padding: 25px 0;
  text-align: center;
}

footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 40px;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #fed136;
}

.popover.right .arrow {
	top:22%;
}



.box {
    display:block;
    width:200px;
    height:100px;
    background-color:#DDD;
}
#pop {
    padding:0px 0px;
}
#example {
    position:relative;
}
.btn-secondary {
  background-color: #F05F40;
  border-color: #cd9557;
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  background-color: #ba7c37 !important;
  border-color: #ba7c37 !important;
}

.input {
  font-weight: 300 !important;
}


.input-group-newsletter {max-width:800px;margin:0 auto;}
.input-group-newsletter input {font-size: 1rem;padding: 1rem;;}
