@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);
}
.carousel-fade .carousel-inner .item {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 3s;
  -webkit-transition-duration: 3s;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
body {
  font-family: 'Open sans', sans-serif;
  margin-top: 60px;
}
.v-center {
  display: flex;
  align-items: center;
}
.clear {
  clear: both;
}
.shader {
  background: #000;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.req {
  color: red;
}
.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;
}
a:hover {
  text-decoration: none;
}
iframe {
  width: 100%;
}
.carousel-control {
  background-image: none !important;
  width: 40px;
  opacity: 1;
  z-index: 3;
}
.login-module,
.contact-mail-module {
  position: fixed;
  width: 100%;
  z-index: 1001;
  top: 95px;
}
.login-module .back,
.contact-mail-module .back {
  background: #fff;
  padding: 15px;
  box-shadow: 2px 4px 5px #888888;
}
.login-module .back .cls,
.contact-mail-module .back .cls {
  text-align: right;
  font-size: 20px;
  line-height: 16px;
  cursor: pointer;
}
.internal.log {
  cursor: pointer;
}
.cookie {
  z-index: 5000;
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding: 10px 0px;
  background-color: rgba(0,0,0,0.9);
  color: white;
  font-size: 15px;
}
.cookie p {
  margin: 0px;
}
.cookie .close_cookie {
  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 .close_cookie: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;
}
.header {
  position: fixed;
  z-index: 999;
  top: 0;
  font-size: 12px;
  height: 60px;
  width: 100vw;
  background: #fff;
  padding: 10px 15px;
  box-shadow: 0 1px 10px #555;
}
.header a {
  color: #333;
}
.header .dropdown {
  text-transform: uppercase;
  cursor: pointer;
}
.header .dropdown .dropdown-menu {
  padding: 5px 10px;
  min-width: 0;
  width: 100%;
  left: -25%;
}
.header .dropdown.op .btn {
  background: transparent;
  font-size: 12px;
}
.header .dropdown.op .dropdown-menu {
  left: 0;
}
.header .dropdown.op .dropdown-menu a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
}
.header .dropdown.op .dropdown-menu a:last-child {
  border: none;
}
.header .row-eq-height {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}
.header .borderLeft,
.header .borderBottom {
  display: none;
}
.header .internal {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.header .line1 {
  position: absolute;
  left: 16.66666667%;
  border-right: 1px solid #aaa;
  height: 100%;
  top: 0;
}
.header .line2 {
  position: absolute;
  left: 16.66666667%;
  border-right: 1px solid #aaa;
  height: 100%;
  top: 0;
  left: 83.33333333%;
}
.header select {
  border: none;
  box-shadow: none;
  text-align-last: right;
  text-align: right;
  -ms-text-align-last: right;
  -moz-text-align-last: right;
}
.light {
  font-weight: 300;
}
.relative {
  position: relative;
}
.imgcover {
  position: absolute;
  margin: auto;
  top: -9999px;
  left: -9999px;
  bottom: -9999px;
  right: -9999px;
  min-width: 100%;
}
.btn.btn-light-g {
  background-color: #2bb8b3;
  border-color: #2bb8b3;
  color: #fff;
  border-radius: 5px;
  padding: 1px 20px;
}
.btn.btn-light-g:hover {
  background-color: #d6e438;
  border-color: #d6e438;
  color: #69cdc0;
}
.greentext {
  color: #2bb8b3;
}
.greenback {
  background: #69cdc0;
}
.graystripe {
  background: #f1f1f1;
}
.graystripe #offers {
  color: #2bb8b3;
}
.graystripe #offers .info {
  color: #333;
}
.graystripe #offers .carousel-control {
  color: #2bb8b3;
}
.graystripe #offers .type {
  font-weight: 300;
  font-size: 25px;
  margin: 10px 0 15px 0;
}
.graystripe #offers span,
.graystripe #offers strong {
  color: #2bb8b3;
}
.graystripe #offers .img {
  position: relative;
  height: 240px;
  overflow: hidden;
}
.graystripe #offers .img .lab {
  position: absolute;
  bottom: 10px;
  left: 50%;
}
.graystripe #offers .img .lab .inner {
  position: relative;
  left: -50%;
}
.graystripe #offers .img .lab .inner .btn {
  text-transform: uppercase;
  padding: 1px 80px;
}
.graystripe #offers .offers-box {
  box-shadow: 1px 1px 10px #ddd;
}
.graystripe #offers .offers-box .background-img {
  height: 230px;
}
.graystripe #offers .offers-box .offers-box-txt {
  padding: 15px;
  height: 300px;
  overflow-y: auto;
}
.graystripe #offers .offers-box .offers-buttons {
  padding: 15px;
}
.slot {
  text-align: center;
}
.slot .img {
  width: 100%;
  position: relative;
  height: 175px;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
}
.slot .img img {
  position: absolute;
  margin: auto;
  top: -9999px;
  left: -9999px;
  bottom: -9999px;
  right: -9999px;
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.slot .tit {
  text-align: center;
  text-transform: uppercase;
  padding: 15px 0;
}
.slot .text {
  color: #333;
  text-align: center;
}
.slot .overf {
  max-height: 450px;
  overflow: hidden;
}
.slot .overf.plus {
  max-height: 255px;
}
.slot .overf.plus2 {
  max-height: 290px;
}
.slot .btn.btn-light-g {
  padding: 5px 80px;
  text-transform: uppercase;
}
.slot .inner {
  padding: 5px 0 15px;
}
.slot .inner i.fa-star {
  font-size: 9px;
}
.banner {
  height: calc(100vh - 60px - 60px);
  position: relative;
}
.banner .claim-offer {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-38%);
  font-size: 22px;
  color: #fff;
  padding: 0px 40px;
  z-index: 100;
}
.banner .claim-offer .background-claim {
  background: #69cdc0;
  opacity: 0.8;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.banner .claim-offer .cont {
  position: relative;
}
.banner .claim-offer .cont .txt {
  padding: 10px 20px;
  display: inline-block;
  position: relative;
}
.banner .claim-offer .cont .txt a {
  color: #fff;
  text-decoration: none;
}
.banner .carousel {
  height: inherit;
}
.banner .carousel-inner {
  height: 100%;
}
.banner .carousel-inner .item {
  height: 100%;
}
.banner .carousel-inner .item.video {
  z-index: 2;
}
.banner .carousel-inner>.item>img {
  max-width: 200%;
}
.banner .claim {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: 10px;
  font-size: 21px;
  line-height: 32px;
  text-shadow: 2px 1px #555;
  color: #fff;
}
.banner .claim hr {
  margin: 5px -45px;
}
.banner .claim a {
  color: #fff;
}
.banner .claim .inner {
  position: relative;
  z-index: 100;
}
.banner .claim .inner h1 {
  line-height: 10px;
}
.banner .claim .inner h2 {
  font-size: 20px;
  font-weight: 300;
}
.banner .claim .inner .first-text {
  font-size: 35px;
  font-weight: 300;
}
#bannerHome .carousel-control {
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
  z-index: 101;
}
#bannerHome iframe {
  z-index: 10;
  position: relative;
}
.payoff {
  text-align: center;
  padding: 10px 0;
}
.payoff hr {
  margin: 10px 0;
  border-top: 1px solid #2bb8b3;
}
.stripenav {
  background: #2bb8b3;
  color: #fff;
  padding: 10px 0;
  font-weight: 300;
  overflow: hidden;
}
.stripenav .navvoice {
  display: inline-block;
  cursor: pointer;
  margin: 0 10px;
}
.stripenav .askinfo {
  background: #d6e438;
  color: #2bb8b3;
  padding: 15px;
}
.stripenav a {
  color: #fff;
}
.img-cover {
  position: absolute;
  margin: auto;
  top: -9999px;
  left: -9999px;
  bottom: -9999px;
  right: -9999px;
  min-width: 100%;
  min-height: 100%;
}
.stripe-filter {
  background: #2bb8b3;
  padding: 13px 0;
}
.stripe-filter select.form-control {
  border-radius: 9px;
}
.btn.search {
  background: #d6e438;
  border-color: #d6e438;
  padding: 6px 25px;
  border-radius: 8px;
  color: #2bb8b3;
}
.category {
  color: #2bb8b3;
  text-align: center;
  font-size: 25px;
  font-weight: 300;
}
hr.middleTit {
  border-top: 1px solid #2bb8b3;
}
.listing {
  padding-top: 15px;
}
.listing .overf {
  max-height: inherit;
}
.listing .overf.plus {
  max-height: inherit;
}
.listing .overf.plus2 {
  max-height: inherit;
}
.listing .order-by {
  background: #eee;
  padding: 10px 0;
  min-height: 54px;
}
.listing .order-by select {
  width: initial;
  margin: 0 auto;
  background-color: #eee;
  box-shadow: none;
  border: none;
}
.feedback {
  background: #ddd;
  padding: 15px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.feedback .btn.btn-light-g {
  width: 100%;
  padding: 6px 20px;
}
.gray-stripe {
  background: #eee;
  padding: 15px 0;
}
.gray-stripe select.form-control {
  border-radius: 9px;
}
.gray-stripe .discover-route {
  color: #2bb8b3;
  text-align: center;
  font-size: 20px;
}
.gray-stripe textarea {
  height: 108px;
}
.btn-cancel {
  background: #bbb;
  border-color: #bbb;
  color: #fff;
  border-radius: 8px;
}
.news {
  margin-bottom: 15px;
}
.news hr {
  border-top: 1px solid #2bb8b3;
  margin: 10px 0;
}
.news .type {
  float: left;
  cursor: pointer;
  background: #69cdc0;
  color: #fff;
  width: 50%;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  padding: 5px 15px;
}
.news .type.active {
  background: #2bb8b3;
}
.news .type:hover {
  background: #2bb8b3;
}
.news .gray-stripe {
  padding: 5px 0;
}
.news .gray-stripe select {
  text-align: center;
  text-align-last: center;
  background: #eee;
  border-color: #eee;
  box-shadow: none;
}
.news .gray-stripe select option {
  text-align: center;
}
.news .img {
  width: 100%;
  position: relative;
  height: 175px;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 5px;
}
.news .img img {
  position: absolute;
  margin: auto;
  top: -9999px;
  left: -9999px;
  bottom: -9999px;
  right: -9999px;
  max-width: 200%;
  min-width: 100%;
  min-height: 100%;
}
.news a {
  color: #333;
}
.news .news-box {
  text-align: center;
  margin-top: 35px;
}
.news .btn.btn-light-g {
  padding: 2px 50px;
}
footer {
  background: #2bb8b3;
  padding: 15px 0;
  color: #fff;
  font-weight: 300;
}
footer .container .col-custom-5 {
  width: 20%;
}
footer .container .absolute.col-custom-5 {
  position: absolute;
  bottom: 0;
  left: -15px;
  font-size: 12px;
}
footer .lb {
  margin-bottom: 15px;
  text-transform: uppercase;
}
footer a {
  color: #fff;
  font-size: 12px;
}
footer a:hover {
  color: #d6e438;
}
.social {
  font-size: 18px;
  margin: 15px 0;
  text-align: center;
}
.social i {
  font-size: 30px;
  color: #333;
}
.items hr {
  margin: 5px 0;
}
.items input.form-control {
  border: none;
  box-shadow: none;
  height: 20px;
}
@media (max-width: 767px) {
  .banner .claim-offer {
    top: 60px;
    font-size: 20px;
  }
  .contact-mail-module {
    position: absolute;
    top: 15px;
  }
  body {
    margin-top: 90px;
  }
  .notFound {
    padding: 50px 0px;
  }
  .cookie {
    font-size: 10px;
    padding: 5px;
  }
  .cookie .close_cookie {
    margin-top: 5px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 15px;
  }
  .header {
    height: 90px;
  }
  .header .row-eq-height {
    display: block;
  }
  .header .internal {
    display: block;
    flex-direction: initial;
  }
  .header .back-menu {
    overflow: hidden;
    height: 0;
    background: #fff;
    margin: 0 -15px;
  }
  .header .back-menu.open {
    overflow: unset;
  }
  .header .open-menu {
    background: #2bb8b3;
    margin: 11px -15px 0;
    padding: 10px 15px 10px 0;
    color: #fff;
    text-align: right;
  }
  .header .btn-info {
    margin-top: 7px;
  }
  .offers-box {
    margin-bottom: 15px;
  }
  footer .container .col-custom-5 {
    width: 50%;
    float: left;
    margin-bottom: 20px;
  }
  footer .container .col-custom-5.absolute {
    position: relative;
    left: 0;
  }
  .stripenav {
    background: #2bb8b3;
    color: #fff;
    padding: 10px 0;
    font-weight: 300;
    overflow: hidden;
  }
  .stripenav .navvoice {
    margin: 0;
  }
  .useful-info .form-control {
    margin-bottom: 15px;
  }
  .graystripe {
    background: #f1f1f1;
  }
  .graystripe #offers {
    color: #2bb8b3;
  }
  .graystripe #offers .left.carousel-control {
    left: -11px;
  }
  .graystripe #offers .right.carousel-control {
    right: -11px;
  }
}
.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);
}



