@import url('//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css');
.shade {
  -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
  box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}
.i {
  font-style: italic;
}
.center {
  text-align: center;
}
.rel {
  position: relative;
  display: block;
}
.caps {
  text-transform: uppercase;
}
.uc {
  text-transform: uppercase;
}
.hide {
  display: none;
}
.tright {
  text-align: right;
}
.bw {
  filter: url(core/img/filters.svg#grayscale);
  filter: gray;
  -webkit-filter: grayscale(1);
}
.nobw {
  filter: none;
  -webkit-filter: none;
}
.row img {
  max-width: 100%;
}
.gradienth {
  background: -moz-linear-gradient(left,rgba(255,255,255,0) 0%,#ffffff 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,#ffffff 100%);
  background: -o-linear-gradient(left,rgba(255,255,255,0) 0%,#ffffff 100%);
  background: -ms-linear-gradient(left,rgba(255,255,255,0) 0%,#ffffff 100%);
  background: linear-gradient(to right,rgba(255,255,255,0) 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=1);
}
body {
  font-family: 'Muli', sans-serif;
  font-size: 18px;
}
.cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.pad-0 {
  padding: 0px !important;
}
.upp {
  text-transform: uppercase;
}
a {
  transition: all 0.2s ease-in-out;
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}
a:focus {
  color: #cfd1d2;
}
b,
strong {
  font-weight: 700;
}
p {
  margin: 0px;
}
.btn {
  background-color: #6e8686;
  color: white;
  font-weight: 600;
  padding: 8px 20px;
  border: 2px solid #6e8686;
  text-transform: uppercase;
}
.btn:hover {
  color: #6e8686;
  border: 2px solid #6e8686;
}
.fixed-margin {
  padding-top: 109px;
}
.parallax-img {
  height: 600px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
.parallax-wrap {
  height: 350px;
  overflow: hidden;
}
.col-5 {
  width: 20%;
}
hr {
  border-top: 2px solid #6e8686;
  margin-right: 0px;
}
.bg-beige {
  background-color: #64626224;
}
.cont-text {
  padding: 50px 0px;
}
.cont-text img {
  float: left;
  margin-right: 20px !important;
  margin-bottom: 20px !important;
}
.cont-text h2 {
  margin: 9px 0px !important;
  font-size: 25px;
  text-transform: uppercase;
  color: #444343;
}
.top {
  margin-top: 100px;
}
.cookie {
  z-index: 5000;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  padding: 10px 0px;
  background-color: rgba(0,0,0,0.9);
  color: white;
  font-size: 15px;
}
.cookie p {
  margin: 0px;
}
.cookie .chiudi {
  cursor: pointer;
  display: -webkit-inline-box;
  transition: background-color 0.4s ease-in-out;
  background-color: transparent;
  border-radius: 0px;
  border: 2px solid white;
  color: white;
  margin-top: 25px;
  padding: 0px 15px;
}
.cookie .chiudi:hover {
  background-color: white;
  color: black;
}
.cookie a {
  color: white;
}
.cookie a:hover {
  color: #666666;
}
.notFound {
  padding: 100px 0px;
  text-align: center;
  color: #696969;
}
.notFound h1 {
  color: #696969;
}
.notFound h2 {
  font-size: 16px;
  color: #696969;
}
.notFound a {
  font-size: 12px;
  font-weight: 600;
}
.notFound ul {
  padding: 0px;
  text-align: left;
}
.notFound ul>li {
  list-style-type: none;
  padding-left: 1.4em;
  color: #696969;
  line-height: initial;
}
.notFound ul>li:before {
  content: '\f00c';
  font-family: FontAwesome;
  width: 1.4em;
  margin-left: -1.4em;
  color: #696969;
}
.cont-breadcrumb {
  padding: 10px 20px;
}
.cont-breadcrumb h1 {
  font-size: 16px;
  color: #64626299;
  margin: 0px;
}
.navbar {
  color: rgba(36,56,66,0.8);
  margin: 0px;
  background-color: white;
  border: none;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(50,50,50,0.5);
  -moz-box-shadow: 0px 2px 6px 0px rgba(50,50,50,0.5);
  box-shadow: 0px 2px 6px 0px rgba(50,50,50,0.5);
}
.navbar .logo {
  height: 109px;
}
.navbar-nav {
  display: table;
  width: 100%;
}
.navbar-nav .fa {
  font-size: 15px;
}
.navbar-nav>li {
  display: table-cell;
  float: initial;
  text-align: center;
}
.navbar-nav>li>a {
  font-size: 22px;
  color: #646262;
  padding: 8px 10px 44px;
  display: block;
}
.navbar-nav>li>a:hover {
  color: white;
  background-color: #6e8686;
}
.navbar-nav>li.active a {
  color: white;
  background-color: #646262;
}
.menu-xs {
  background-color: #243842;
}
.menu-xs ul {
  margin: 0px;
  padding: 10px 30px;
}
.menu-xs ul li>a {
  color: white;
  display: block;
  padding: 10px 0px;
}
.logo-drone {
  width: 125px;
}
.dotted {
  padding: 2.25em 1.6875em;
  background-color: rgba(0,0,0,0.2);
  background-image: url('/core/img/dot.png');
  position: absolute;
  top: 0;
  width: 100%;
  height: calc(100vh - 109px);
  height: -webkit-calc(100vh - 109px);
}
#banner-home .cnt-home {
  height: calc(100vh - 109px);
  height: -webkit-calc(100vh - 109px);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
#banner-home .carousel-inner {
  position: relative;
}
#banner-home .carousel-inner .claim {
  position: absolute;
  bottom: 150px;
  right: 0;
  color: white;
  line-height: 45px;
}
#banner-home .carousel-inner .claim .tit-claim {
  font-size: 45px;
  font-weight: 500;
  text-shadow: 3px 3px 1px #000000;
  margin: 5px 0px;
}
#banner-home .carousel-inner .claim .tit-claim em {
  font-size: 30px;
}
#banner-home .carousel-control {
  background-image: none !important;
  height: calc(100vh - 109px);
  height: -webkit-calc(100vh - 109px);
  display: table;
}
#banner-home .carousel-control .fa {
  display: table-cell;
  vertical-align: middle;
  font-size: 50px;
}
#banner-standard .item {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#banner-standard .dotted {
  height: 500px;
}
#banner-standard .carousel-control {
  background-image: none !important;
  height: 500px;
  display: table;
}
#banner-standard .carousel-control .fa {
  display: table-cell;
  vertical-align: middle;
  font-size: 50px;
}
#banner-dettaglio .item {
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#banner-dettaglio .dotted {
  height: 600px;
}
#banner-dettaglio .carousel-control {
  background-image: none !important;
  height: 600px;
  display: table;
}
#banner-dettaglio .carousel-control .fa {
  display: table-cell;
  vertical-align: middle;
  font-size: 50px;
}
.banner-servizi .carousel-control {
  background-image: none;
}
.banner-servizi .item a {
  position: absolute;
  font-size: 20px;
  color: #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: #333 0 0 5px;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #6e8686;
}
.banner-full {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.banner-product .cont-product {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 415px;
  opacity: 0.3;
  transition: opacity 0.8s ease;
}
.banner-product .active .cont-product,
.banner-product a:hover .cont-product {
  opacity: 1;
}
.home {
  margin-top: -105px;
}
.home .product {
  text-align: center;
  background-color: white;
  padding: 20px 10px 40px;
  display: -webkit-box;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(50,50,50,0.5);
  -moz-box-shadow: 0px 2px 6px 0px rgba(50,50,50,0.5);
  box-shadow: 0px 2px 6px 0px rgba(50,50,50,0.5);
}
.home .product .cnt-title {
  display: table;
  width: 100%;
  min-height: 66px;
}
.home .product .cnt-title h2 {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  letter-spacing: -0.6px;
  margin: 0px;
  height: 50px;
  overflow: hidden;
}
.home .product a {
  color: initial;
}
.home .product hr {
  width: 100%;
  border-top: 3px solid #6e8686;
  margin: 15px 0px;
}
.home .product .cont-product {
  height: 200px;
  border-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 1px 1px 8px 1px #999;
}
.home .step {
  padding: 30px 0px;
}
.home .step .cont-step {
  font-size: 16px;
  text-align: center;
  border-right: 2px solid #64626299;
  padding: 0px 15px;
}
.home .step img {
  margin-bottom: 10px;
}
.default .cont-text {
  padding: 60px 0px;
}
.default .cont-text .cont-logos {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.default .cont-text .cont-logos img {
  float: left;
  max-height: 90px;
}
.default .cont-text .cont-logos span {
  text-transform: uppercase;
  font-size: 21px;
  line-height: 90px;
  color: #444343;
}
.default .cont-text .cont-logos .s-logo {
  float: right;
  max-width: 70px;
}
.default hr {
  width: 100%;
  border-top: 3px solid #6e8686;
}
.default h4 {
  color: #646262;
  transition: all 0.2s ease-in-out;
}
.default a:hover h4 {
  color: #64626299;
}
.default .cont-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 260px;
  border-radius: 5px;
  margin: 20px 0px;
}
.default .cont-loghi {
  margin-top: -100px;
}
.default .cont-loghi .cont-img {
  height: 200px;
  box-shadow: 1px 1px 8px 1px #999;
}
.default .cont-logo {
  margin-bottom: 20px;
}
.default .link .logo {
  display: block;
  margin: 0 auto;
}
.servizi .cont-text {
  padding: 50px 0px;
}
.prodotti h2 {
  color: #646262;
  text-transform: uppercase;
  font-size: 25px;
}
.prodotti h3 {
  color: #646262;
  margin: 10px 0px;
}
.prodotti h4 {
  margin: 40px 0px 0px;
  color: #646262;
  transition: all 0.2s ease-in-out;
}
.prodotti a:hover h4 {
  color: #64626299;
}
.prodotti .cont-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 500px;
  border-radius: 0px;
  margin: 0px;
}
.prodotti .banner-servizi .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 300px;
}
.prodotti .banner-servizi .carousel-control {
  height: 300px;
  display: table;
}
.prodotti .banner-servizi .carousel-control .fa {
  display: table-cell;
  vertical-align: middle;
  font-size: 50px;
}
.prodotti .banner-servizi {
  background-image: none !important;
}
.prodotti .square-link {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 300px;
  margin-bottom: 30px;
}
.prodotti .nav-tabs {
  margin-top: 50px;
  border-bottom: none;
}
.prodotti .nav-tabs li a {
  background-color: rgba(36,56,66,0.1);
  color: rgba(36,56,66,0.8);
  padding: 12px 0px;
  display: block;
  text-transform: uppercase;
}
.prodotti .nav-tabs li.active a {
  background-color: rgba(36,56,66,0.8);
  color: white;
}
.prodotti .cont-text {
  padding: 30px 0px;
}
.cnt-realizzazioni {
  text-align: center;
}
.cnt-realizzazioni .tit-real {
  color: #646262;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.cnt-realizzazioni .place-real,
.cnt-realizzazioni a {
  font-size: 16px;
}
.strumentazione {
  padding: 40px 0 20px;
}
.strumentazione h2 {
  margin-top: 0 !important;
}
.strumentazione ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
.strumentazione ul li {
  padding-left: 1.3em;
  margin-bottom: 5px;
  font-size: 18px;
}
.strumentazione ul li:before {
  content: "\f14a";
  color: #6e8686;
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
}
.strumentazione .topopro img {
  margin-bottom: 0;
  margin-right: 100px !important;
  margin-top: -100px;
  float: inherit;
  width: 100px;
}
.testo-servizi {
  text-align: justify;
}
.more {
  margin-top: 20px;
}
.view,
.closex {
  cursor: pointer;
  font-size: 16px;
}
.to {
  transition: opacity .50s ease-in-out;
  -moz-transition: opacity .50s ease-in-out;
  -webkit-transition: opacity .50s ease-in-out;
}
.staff {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 15px 0px;
  position: relative;
}
.cont-staff {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  opacity: 0;
  background-color: rgba(110,134,134,0.8);
  z-index: 100;
  transition: opacity .50s ease-in-out;
  -moz-transition: opacity .50s ease-in-out;
  -webkit-transition: opacity .50s ease-in-out;
}
.cont-staff-xs {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 120px;
  opacity: 1;
  background-color: rgba(110,134,134,0.8);
  z-index: 100;
}
.staff:hover .cont-staff {
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
}
.info {
  padding: 20px 25px;
}
.name {
  color: white;
  margin: 5px 0px;
  font-size: 23px;
  font-weight: 700;
}
.sector {
  font-size: 18px;
  color: white;
  font-weight: 300;
}
.progetti .project {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 15px 0px 30px;
  position: relative;
  height: 360px;
  overflow: hidden;
}
.progetti .project .btn-default {
  width: -webkit-fill-available;
  margin: 10px 25px;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 3px;
  color: white;
  font-weight: 700;
  font-size: 16px;
}
.progetti .project .btn-default:hover {
  background-color: white;
  border: 2px solid #6e8686;
  color: #6e8686;
}
.progetti .cnt-btn {
  position: absolute;
  bottom: 20px;
}
.progetti .cont-project {
  position: absolute;
  top: 230px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: rgba(110,134,134,0.8);
  z-index: 100;
}
.progetti .name {
  color: white;
  margin: 5px 0px;
  font-size: 25px;
  font-weight: 700;
}
.progetti .sector {
  font-size: 18px;
  color: white;
  font-weight: 300;
}
.progetti .cont-tag {
  padding: 40px 0px;
}
.progetti .cont-tag .label-tag {
  background-color: #797979;
  transition: background-color 0.5s ease;
  border-radius: 3px;
  margin: 5px;
  font-size: 24px;
  padding: 5px 15px;
  color: white;
  display: -webkit-inline-box;
}
.progetti .cont-tag .label-tag:hover {
  background-color: ;
}
.contatti {
  padding: 30px 0px;
}
.contatti a {
  color: #444343;
}
.contatti a:hover {
  color: #646262;
}
.contatti .btn {
  margin-top: 10px;
}
.contatti h2 {
  color: #646262;
  margin: 0px;
  font-size: 22px;
  margin-bottom: 10px;
}
footer {
  background-color: #444343;
  color: rgba(255,255,255,0.4);
  padding: 50px 0px 20px;
}
footer img {
  opacity: 0.5;
  margin-bottom: 5px;
}
footer a {
  color: rgba(255,255,255,0.4);
}
footer a:hover {
  color: white;
}
footer .name-foot {
  font-size: 22px;
  line-height: 25px;
  font-weight: 600;
}
#privacy {
  padding: 50px 0px;
}
#privacy h1 {
  font-weight: 100;
}
#privacy hr {
  width: 100%;
}
@media (min-width: 991px) and (max-width: 1200px) {
  #banner-home .item {
    height: 85vh;
  }
  .home .step .cont-step {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fixed-margin {
    padding-top: 94px;
  }
  .cont-breadcrumb {
    font-size: 12px;
    padding: 10px 15px;
  }
  .navbar-nav>li>a {
    font-size: 16px;
    padding: 8px 10px 29px;
  }
  #banner-home .carousel-inner .claim {
    bottom: 300px;
    width: 100%;
    right: 0px;
    text-align: center;
  }
  #banner-home .carousel-control {
    height: 70vh !important;
  }
  #banner-standard .item,
  #banner-standard .carousel-control {
    height: 350px;
  }
  iframe {
    height: 300px;
  }
  .banner-full {
    height: 350px;
  }
  .home {
    margin-top: -280px;
  }
  .home .product h2 {
    font-size: 20px;
  }
  .home .product .cont-product {
    height: 160px;
  }
  .home .step .cont-step {
    border-right: none;
  }
  .home .step img {
    margin: 15px 0px;
    height: 70px;
  }
  .default .cont-text {
    padding: 30px 0px;
  }
  .default .cont-img {
    height: 160px;
  }
  .default h1 {
    font-size: 30px;
  }
  .default h2 {
    font-size: 24px;
  }
  .default h3 {
    font-size: 22px;
  }
  .default .cont-loghi .cont-img {
    height: 160px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
  .mobbile {
    height: 71px;
  }
  .col-5 {
    width: 100%;
  }
  .m-xs {
    margin-bottom: 20px;
  }
  .fixed-margin {
    padding-top: 70px;
  }
  .notFound {
    padding: 50px 0px;
  }
  .cookie {
    font-size: 10px;
    padding: 5px;
  }
  .cookie .chiudi {
    margin-top: 5px;
  }
  .logo {
    width: 70px;
    float: left;
    margin-right: 15px;
  }
  .logo-drone {
    width: auto;
  }
  .navbar .logo {
    height: 100%;
    width: 71px;
  }
  .cont-text img {
    margin-bottom: 0px !important;
  }
  .navbar-toggle {
    margin: 15px auto;
    float: initial;
    display: block;
    padding: 2px;
    font-size: 25px;
  }
  .cont-breadcrumb {
    padding: 13px 0px;
    text-transform: uppercase;
    color: rgba(36,56,66,0.8);
    font-size: 20px;
    font-weight: 700;
  }
  .home .product {
    display: block;
  }
  .home .product .cont-product {
    margin-bottom: 20px;
  }
  .bg-nav {
    background-color: rgba(36,56,66,0.1);
  }
  .navbar-nav {
    display: block;
    width: auto;
    padding: 20px 0px;
  }
  .navbar-nav>li {
    display: initial;
    float: initial;
  }
  .navbar-nav>li a {
    padding: 10px;
    font-size: 18px;
  }
  #banner-home .item {
    height: 300px;
  }
  #banner-home .carousel-inner .claim {
    bottom: 20px;
  }
  #banner-home .carousel-inner .claim h1 {
    line-height: 32px;
    font-size: 30px;
  }
  #banner-home .carousel-inner .claim h3 {
    line-height: 24px;
    font-size: 22px;
  }
  #banner-home .carousel-inner .claim .tit-claim {
    font-size: 25px;
    margin-right: 30px;
  }
  #banner-home .carousel-inner .claim .tit-claim em {
    font-size: 20px;
  }
  #banner-home .carousel-control {
    height: 300px !important;
  }
  #banner-home .carousel-control .fa {
    font-size: 30px;
  }
  #banner-standard .item {
    height: 230px;
  }
  #banner-standard .carousel-control {
    height: 230px !important;
  }
  #banner-dettaglio .item {
    height: 230px;
  }
  #banner-dettaglio .carousel-control {
    height: 230px !important;
  }
  .banner-full {
    height: 230px;
  }
  .banner-product .cont-product {
    height: 160px;
  }
  .ristrutturazioni .two-block .cont-img {
    height: 160px;
    margin-bottom: 20px;
  }
  .home {
    margin-top: 0px !important;
  }
  .home .product h2 {
    font-size: 24px;
  }
  .home .product .cont-product {
    height: 160px;
  }
  .home .step .cont-step {
    border-right: none;
    margin: 15px 0px;
    padding: 0px 15px;
    font-size: 14px;
  }
  .home .c-2,
  .home .c-4 {
    border-right: 2px solid rgba(36,56,66,0.5) !important;
  }
  .home .cont-text {
    text-align: center;
  }
  .default .cnt-staff img {
    margin-bottom: 20px !important;
  }
  .default .cont-text {
    padding: 15px 0px;
  }
  .default .cont-text h2 {
    font-size: 20px;
  }
  .default .cont-text .cont-logos img {
    max-height: 70px;
  }
  .default .logo {
    float: initial;
    margin-bottom: 20px;
  }
  .default .claim {
    font-size: 14px;
  }
  .default .claim br {
    display: none;
  }
  .default h1 {
    font-size: 30px;
    margin: 0px;
  }
  .default h2 {
    font-size: 24px;
    margin: 0px;
  }
  .default h3 {
    font-size: 22px;
    margin: 0px;
  }
  .default .cont-img {
    height: 160px;
    margin-bottom: 20px;
  }
  .default .cont-loghi {
    margin: 30px 0px;
  }
  .default .cont-loghi .cont-img {
    height: 160px;
    margin: 0px 0px 20px;
  }
  .default .cont-logo {
    margin: 0px 0px 20px;
  }
  .prodotti .banner-servizi .item {
    height: 260px;
  }
  .prodotti .banner-servizi {
    margin-bottom: 20px;
  }
  .prodotti img {
    margin: 0 auto;
    display: block;
  }
  .prodotti .btn {
    width: 100%;
    margin: 20px 0px;
  }
  .prodotti h4 {
    text-align: center;
    margin: 15px 0px;
  }
  .prodotti .cont-logos img {
    display: block;
    margin: 0 auto !important;
    float: auto;
  }
  .prodotti .cont-logos span {
    font-size: 18px !important;
    letter-spacing: -1px;
    line-height: 80px !important;
  }
  .prodotti .cont-link {
    height: 250px;
  }
  .contatti .info {
    text-align: center !important;
  }
  iframe {
    height: 300px !important;
  }
  .top {
    margin-top: 0px;
  }
  hr {
    margin: 20px auto;
  }
  footer {
    text-align: center !important;
    padding: 30px 0px;
  }
  footer .text-right {
    text-align: center;
  }
  footer a {
    margin-bottom: 10px;
    display: -webkit-inline-box;
  }
  footer .social {
    text-align: center !important;
    margin-top: 25px;
  }
}
.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-social :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0,0,0,0.2);
}
.btn-social.btn-lg {
  padding-left: 61px;
}
.btn-social.btn-lg :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}
.btn-social.btn-sm {
  padding-left: 38px;
}
.btn-social.btn-sm :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social.btn-xs {
  padding-left: 30px;
}
.btn-social.btn-xs :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0,0,0,0.2);
}
.btn-social-icon.btn-lg {
  padding-left: 61px;
}
.btn-social-icon.btn-lg :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}
.btn-social-icon.btn-sm {
  padding-left: 38px;
}
.btn-social-icon.btn-sm :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social-icon.btn-xs {
  padding-left: 30px;
}
.btn-social-icon.btn-xs :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon :first-child {
  border: none;
  text-align: center;
  width: 100% !important;
}
.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0;
}
.btn-bitbucket {
  color: #fff;
  background-color: #205081;
  border-color: rgba(0,0,0,0.2);
}
.btn-bitbucket:hover,
.btn-bitbucket:focus,
.btn-bitbucket:active,
.btn-bitbucket.active,
.open .dropdown-toggle.btn-bitbucket {
  color: #fff;
  background-color: #183c60;
  border-color: rgba(0,0,0,0.2);
}
.btn-bitbucket:active,
.btn-bitbucket.active,
.open .dropdown-toggle.btn-bitbucket {
  background-image: none;
}
.btn-bitbucket.disabled,
.btn-bitbucket[disabled],
fieldset[disabled] .btn-bitbucket,
.btn-bitbucket.disabled:hover,
.btn-bitbucket[disabled]:hover,
fieldset[disabled] .btn-bitbucket:hover,
.btn-bitbucket.disabled:focus,
.btn-bitbucket[disabled]:focus,
fieldset[disabled] .btn-bitbucket:focus,
.btn-bitbucket.disabled:active,
.btn-bitbucket[disabled]:active,
fieldset[disabled] .btn-bitbucket:active,
.btn-bitbucket.disabled.active,
.btn-bitbucket[disabled].active,
fieldset[disabled] .btn-bitbucket.active {
  background-color: #205081;
  border-color: rgba(0,0,0,0.2);
}
.btn-dropbox {
  color: #fff;
  background-color: #1087dd;
  border-color: rgba(0,0,0,0.2);
}
.btn-dropbox:hover,
.btn-dropbox:focus,
.btn-dropbox:active,
.btn-dropbox.active,
.open .dropdown-toggle.btn-dropbox {
  color: #fff;
  background-color: #0d70b7;
  border-color: rgba(0,0,0,0.2);
}
.btn-dropbox:active,
.btn-dropbox.active,
.open .dropdown-toggle.btn-dropbox {
  background-image: none;
}
.btn-dropbox.disabled,
.btn-dropbox[disabled],
fieldset[disabled] .btn-dropbox,
.btn-dropbox.disabled:hover,
.btn-dropbox[disabled]:hover,
fieldset[disabled] .btn-dropbox:hover,
.btn-dropbox.disabled:focus,
.btn-dropbox[disabled]:focus,
fieldset[disabled] .btn-dropbox:focus,
.btn-dropbox.disabled:active,
.btn-dropbox[disabled]:active,
fieldset[disabled] .btn-dropbox:active,
.btn-dropbox.disabled.active,
.btn-dropbox[disabled].active,
fieldset[disabled] .btn-dropbox.active {
  background-color: #1087dd;
  border-color: rgba(0,0,0,0.2);
}
.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0,0,0,0.2);
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #30487b;
  border-color: rgba(0,0,0,0.2);
}
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  background-image: none;
}
.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active {
  background-color: #3b5998;
  border-color: rgba(0,0,0,0.2);
}
.btn-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: rgba(0,0,0,0.2);
}
.btn-flickr:hover,
.btn-flickr:focus,
.btn-flickr:active,
.btn-flickr.active,
.open .dropdown-toggle.btn-flickr {
  color: #fff;
  background-color: #d6006f;
  border-color: rgba(0,0,0,0.2);
}
.btn-flickr:active,
.btn-flickr.active,
.open .dropdown-toggle.btn-flickr {
  background-image: none;
}
.btn-flickr.disabled,
.btn-flickr[disabled],
fieldset[disabled] .btn-flickr,
.btn-flickr.disabled:hover,
.btn-flickr[disabled]:hover,
fieldset[disabled] .btn-flickr:hover,
.btn-flickr.disabled:focus,
.btn-flickr[disabled]:focus,
fieldset[disabled] .btn-flickr:focus,
.btn-flickr.disabled:active,
.btn-flickr[disabled]:active,
fieldset[disabled] .btn-flickr:active,
.btn-flickr.disabled.active,
.btn-flickr[disabled].active,
fieldset[disabled] .btn-flickr.active {
  background-color: #ff0084;
  border-color: rgba(0,0,0,0.2);
}
.btn-github {
  color: #fff;
  background-color: #444;
  border-color: rgba(0,0,0,0.2);
}
.btn-github:hover,
.btn-github:focus,
.btn-github:active,
.btn-github.active,
.open .dropdown-toggle.btn-github {
  color: #fff;
  background-color: #303030;
  border-color: rgba(0,0,0,0.2);
}
.btn-github:active,
.btn-github.active,
.open .dropdown-toggle.btn-github {
  background-image: none;
}
.btn-github.disabled,
.btn-github[disabled],
fieldset[disabled] .btn-github,
.btn-github.disabled:hover,
.btn-github[disabled]:hover,
fieldset[disabled] .btn-github:hover,
.btn-github.disabled:focus,
.btn-github[disabled]:focus,
fieldset[disabled] .btn-github:focus,
.btn-github.disabled:active,
.btn-github[disabled]:active,
fieldset[disabled] .btn-github:active,
.btn-github.disabled.active,
.btn-github[disabled].active,
fieldset[disabled] .btn-github.active {
  background-color: #444;
  border-color: rgba(0,0,0,0.2);
}
.btn-google-plus {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0,0,0,0.2);
}
.btn-google-plus:hover,
.btn-google-plus:focus,
.btn-google-plus:active,
.btn-google-plus.active,
.open .dropdown-toggle.btn-google-plus {
  color: #fff;
  background-color: #ca3523;
  border-color: rgba(0,0,0,0.2);
}
.btn-google-plus:active,
.btn-google-plus.active,
.open .dropdown-toggle.btn-google-plus {
  background-image: none;
}
.btn-google-plus.disabled,
.btn-google-plus[disabled],
fieldset[disabled] .btn-google-plus,
.btn-google-plus.disabled:hover,
.btn-google-plus[disabled]:hover,
fieldset[disabled] .btn-google-plus:hover,
.btn-google-plus.disabled:focus,
.btn-google-plus[disabled]:focus,
fieldset[disabled] .btn-google-plus:focus,
.btn-google-plus.disabled:active,
.btn-google-plus[disabled]:active,
fieldset[disabled] .btn-google-plus:active,
.btn-google-plus.disabled.active,
.btn-google-plus[disabled].active,
fieldset[disabled] .btn-google-plus.active {
  background-color: #dd4b39;
  border-color: rgba(0,0,0,0.2);
}
.btn-instagram {
  color: #fff;
  background-color: #517fa4;
  border-color: rgba(0,0,0,0.2);
}
.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram:active,
.btn-instagram.active,
.open .dropdown-toggle.btn-instagram {
  color: #fff;
  background-color: #446a89;
  border-color: rgba(0,0,0,0.2);
}
.btn-instagram:active,
.btn-instagram.active,
.open .dropdown-toggle.btn-instagram {
  background-image: none;
}
.btn-instagram.disabled,
.btn-instagram[disabled],
fieldset[disabled] .btn-instagram,
.btn-instagram.disabled:hover,
.btn-instagram[disabled]:hover,
fieldset[disabled] .btn-instagram:hover,
.btn-instagram.disabled:focus,
.btn-instagram[disabled]:focus,
fieldset[disabled] .btn-instagram:focus,
.btn-instagram.disabled:active,
.btn-instagram[disabled]:active,
fieldset[disabled] .btn-instagram:active,
.btn-instagram.disabled.active,
.btn-instagram[disabled].active,
fieldset[disabled] .btn-instagram.active {
  background-color: #517fa4;
  border-color: rgba(0,0,0,0.2);
}
.btn-linkedin {
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0,0,0,0.2);
}
.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active,
.btn-linkedin.active,
.open .dropdown-toggle.btn-linkedin {
  color: #fff;
  background-color: #005f8d;
  border-color: rgba(0,0,0,0.2);
}
.btn-linkedin:active,
.btn-linkedin.active,
.open .dropdown-toggle.btn-linkedin {
  background-image: none;
}
.btn-linkedin.disabled,
.btn-linkedin[disabled],
fieldset[disabled] .btn-linkedin,
.btn-linkedin.disabled:hover,
.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-linkedin:hover,
.btn-linkedin.disabled:focus,
.btn-linkedin[disabled]:focus,
fieldset[disabled] .btn-linkedin:focus,
.btn-linkedin.disabled:active,
.btn-linkedin[disabled]:active,
fieldset[disabled] .btn-linkedin:active,
.btn-linkedin.disabled.active,
.btn-linkedin[disabled].active,
fieldset[disabled] .btn-linkedin.active {
  background-color: #007bb6;
  border-color: rgba(0,0,0,0.2);
}
.btn-pinterest {
  color: #fff;
  background-color: #cb2027;
  border-color: rgba(0,0,0,0.2);
}
.btn-pinterest:hover,
.btn-pinterest:focus,
.btn-pinterest:active,
.btn-pinterest.active,
.open .dropdown-toggle.btn-pinterest {
  color: #fff;
  background-color: #a81a20;
  border-color: rgba(0,0,0,0.2);
}
.btn-pinterest:active,
.btn-pinterest.active,
.open .dropdown-toggle.btn-pinterest {
  background-image: none;
}
.btn-pinterest.disabled,
.btn-pinterest[disabled],
fieldset[disabled] .btn-pinterest,
.btn-pinterest.disabled:hover,
.btn-pinterest[disabled]:hover,
fieldset[disabled] .btn-pinterest:hover,
.btn-pinterest.disabled:focus,
.btn-pinterest[disabled]:focus,
fieldset[disabled] .btn-pinterest:focus,
.btn-pinterest.disabled:active,
.btn-pinterest[disabled]:active,
fieldset[disabled] .btn-pinterest:active,
.btn-pinterest.disabled.active,
.btn-pinterest[disabled].active,
fieldset[disabled] .btn-pinterest.active {
  background-color: #cb2027;
  border-color: rgba(0,0,0,0.2);
}
.btn-tumblr {
  color: #fff;
  background-color: #2c4762;
  border-color: rgba(0,0,0,0.2);
}
.btn-tumblr:hover,
.btn-tumblr:focus,
.btn-tumblr:active,
.btn-tumblr.active,
.open .dropdown-toggle.btn-tumblr {
  color: #fff;
  background-color: #1f3346;
  border-color: rgba(0,0,0,0.2);
}
.btn-tumblr:active,
.btn-tumblr.active,
.open .dropdown-toggle.btn-tumblr {
  background-image: none;
}
.btn-tumblr.disabled,
.btn-tumblr[disabled],
fieldset[disabled] .btn-tumblr,
.btn-tumblr.disabled:hover,
.btn-tumblr[disabled]:hover,
fieldset[disabled] .btn-tumblr:hover,
.btn-tumblr.disabled:focus,
.btn-tumblr[disabled]:focus,
fieldset[disabled] .btn-tumblr:focus,
.btn-tumblr.disabled:active,
.btn-tumblr[disabled]:active,
fieldset[disabled] .btn-tumblr:active,
.btn-tumblr.disabled.active,
.btn-tumblr[disabled].active,
fieldset[disabled] .btn-tumblr.active {
  background-color: #2c4762;
  border-color: rgba(0,0,0,0.2);
}
.btn-twitter {
  color: #fff;
  background-color: #2ba9e1;
  border-color: rgba(0,0,0,0.2);
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #1c92c7;
  border-color: rgba(0,0,0,0.2);
}
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  background-image: none;
}
.btn-twitter.disabled,
.btn-twitter[disabled],
fieldset[disabled] .btn-twitter,
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled:active,
.btn-twitter[disabled]:active,
fieldset[disabled] .btn-twitter:active,
.btn-twitter.disabled.active,
.btn-twitter[disabled].active,
fieldset[disabled] .btn-twitter.active {
  background-color: #2ba9e1;
  border-color: rgba(0,0,0,0.2);
}
.btn-vk {
  color: #fff;
  background-color: #587ea3;
  border-color: rgba(0,0,0,0.2);
}
.btn-vk:hover,
.btn-vk:focus,
.btn-vk:active,
.btn-vk.active,
.open .dropdown-toggle.btn-vk {
  color: #fff;
  background-color: #4a6a89;
  border-color: rgba(0,0,0,0.2);
}
.btn-vk:active,
.btn-vk.active,
.open .dropdown-toggle.btn-vk {
  background-image: none;
}
.btn-vk.disabled,
.btn-vk[disabled],
fieldset[disabled] .btn-vk,
.btn-vk.disabled:hover,
.btn-vk[disabled]:hover,
fieldset[disabled] .btn-vk:hover,
.btn-vk.disabled:focus,
.btn-vk[disabled]:focus,
fieldset[disabled] .btn-vk:focus,
.btn-vk.disabled:active,
.btn-vk[disabled]:active,
fieldset[disabled] .btn-vk:active,
.btn-vk.disabled.active,
.btn-vk[disabled].active,
fieldset[disabled] .btn-vk.active {
  background-color: #587ea3;
  border-color: rgba(0,0,0,0.2);
}
 



  