﻿/* Buttons */
.shareItem {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left:5px;
    padding-right:5px;
}
.btn_th {
    border-radius: 2px;
    text-decoration: none!important;
}
.btn_th_nb:hover {
    border: 1px solid transparent!important;
}
.btn_th-sm, .btn_th-group-sm > .btn_th {
    padding: 8px 18px;
    font-size: 14px;
    line-height: 16px;
}
.btn_th-round {
    border-radius: 50px;
}
.btn_th-o {
    border-width: 1px;
    border-style: solid;
}
.btn_th-gray {
    background-color: #999;
    color: #fff;
}
.btn_th-o.btn_th-gray {
    background-color: transparent;
    color: #999;
    border-color: #999;
}
.no-touch .btn_th-gray:hover,
.btn_th-gray:focus,
.btn_th-gray:active,
.btn_th-gray.active,
.open > .dropdown-toggle.btn_th-gray {
    background-color: #333;
    color: #fff;
}
.no-touch .btn_th-o.btn_th-gray:hover,
.btn_th-o.btn_th-gray:focus,
.btn_th-o.btn_th-gray:active,
.btn_th-o.btn_th-gray.active,
.open > .dropdown-toggle.btn_th-o.btn_th-gray {
    background-color: #999;
    color: #fff;
}
.btn_th-white {
    background-color: #fff;
    color: #999;
}
.btn_th-o.btn_th-white {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
.no-touch .btn_th-white:hover,
.btn_th-white:focus,
.btn_th-white:active,
.btn_th-white.active,
.open > .dropdown-toggle.btn_th-white {
    background-color: #fff;
    color: #333;
}
.no-touch .btn_th-o.btn_th-white:hover,
.btn_th-o.btn_th-white:focus,
.btn_th-o.btn_th-white:active,
.btn_th-o.btn_th-white.active,
.open > .dropdown-toggle.btn_th-o.btn_th-white {
    background-color: #fff;
    color: #333;
}
.btn_th-black {
    background-color: #333;
    color: #fff;
}
.btn_th-o.btn_th-black {
    background-color: transparent;
    color: #333;
    border-color: #333;
}
.no-touch .btn_th-black:hover,
.btn_th-black:focus,
.btn_th-black:active,
.btn_th-black.active,
.open > .dropdown-toggle.btn_th-black {
    background-color: #000;
    color: #fff;
}
.no-touch .btn_th-o.btn_th-black:hover,
.btn_th-o.btn_th-black:focus,
.btn_th-o.btn_th-black:active,
.btn_th-o.btn_th-black.active,
.open > .dropdown-toggle.btn_th-o.btn_th-black {
    background-color: #000;
    color: #fff;
}
.btn_th-green {
    background-color: #0eaaa6;
    color: #fff;
}
.btn_th-o.btn_th-green {
    background-color: transparent;
    color: #0eaaa6;
    border-color: #0eaaa6;
}
.no-touch .btn_th-green:hover,
.btn_th-green:focus,
.btn_th-green:active,
.btn_th-green.active,
.open > .dropdown-toggle.btn_th-green {
    background-color: #068b85;
    color: #fff;
}
.no-touch .btn_th-o.btn_th-green:hover,
.btn_th-o.btn_th-green:focus,
.btn_th-o.btn_th-green:active,
.btn_th-o.btn_th-green.active,
.open > .dropdown-toggle.btn_th-o.btn_th-green {
    background-color: #0eaaa6;
    color: #fff;
}
.btn_th-blue {
    background-color: #1a1b1e;
    color: #fff;
}
.btn_th-o.btn_th-blue {
    background-color: transparent;
    color: #1a1b1e;
    border-color: #1a1b1e;
}
.no-touch .btn_th-blue:hover,
.btn_th-blue:focus,
.btn_th-blue:active,
.btn_th-blue.active,
.open > .dropdown-toggle.btn_th-blue {
    background-color: #1a1b1e;
    color: #fff;
}
.no-touch .btn_th-o.btn_th-blue:hover,
.btn_th-o.btn_th-blue:focus,
.btn_th-o.btn_th-blue:active,
.btn_th-o.btn_th-blue.active,
.open > .dropdown-toggle.btn_th-o.btn_th-blue {
    background-color: #1a1b1e;
    color: #fff;
}
.btn_th-magenta {
    background-color: #9b156e;
    color: #fff;
}
.btn_th-o.btn_th-magenta {
    background-color: transparent;
    color: #9b156e;
    border-color: #9b156e;
}
.no-touch .btn_th-magenta:hover,
.btn_th-magenta:focus,
.btn_th-magenta:active,
.btn_th-magenta.active,
.open > .dropdown-toggle.btn_th-magenta {
    background-color: #7e115f;
    color: #fff;
}
.no-touch .btn_th-o.btn_th-magenta:hover,
.btn_th-o.btn_th-magenta:focus,
.btn_th-o.btn_th-magenta:active,
.btn_th-o.btn_th-magenta.active,
.open > .dropdown-toggle.btn_th-o.btn_th-magenta {
    background-color: #9b156e;
    color: #fff;
}
.btn_th-yellow {
    background-color: #eab134;
    color: #fff;
}
.btn_th-o.btn_th-yellow {
    background-color: transparent;
    color: #eab134;
    border-color: #eab134;
}
.no-touch .btn_th-yellow:hover,
.btn_th-yellow:focus,
.btn_th-yellow:active,
.btn_th-yellow.active,
.open > .dropdown-toggle.btn_th-yellow {
    background-color: #dfa412;
    color: #fff;
}
.no-touch .btn_th-o.btn_th-yellow:hover,
.btn_th-o.btn_th-yellow:focus,
.btn_th-o.btn_th-yellow:active,
.btn_th-o.btn_th-yellow.active,
.open > .dropdown-toggle.btn_th-o.btn_th-yellow {
    background-color: #eab134;
    color: #fff;
}
.btn_th-red {
    background-color: #ea3d36;
    color: #fff;
}
.btn_th-o.btn_th-red {
    background-color: transparent;
    color: #ea3d36;
    border-color: #ea3d36;
}
.no-touch .btn_th-red:hover,
.btn_th-red:focus,
.btn_th-red:active,
.btn_th-red.active,
.open > .dropdown-toggle.btn_th-red {
    background-color: #d22a2a;
    color: #fff;
}
.no-touch .btn_th-o.btn_th-red:hover,
.btn_th-o.btn_th-red:focus,
.btn_th-o.btn_th-red:active,
.btn_th-o.btn_th-red.active,
.open > .dropdown-toggle.btn_th-o.btn_th-red {
    background-color: #ea3d36;
    color: #fff;
}
.btn_th-facebook {
    background-color: #43609c;
    color: #fff;
}
.btn_th-o.btn_th-facebook {
    background-color: #f1f2f7;
    color: #43609c;
    border-color: #43609c;
}
.no-touch .btn_th-facebook:hover,
.btn_th-facebook:focus,
.btn_th-facebook:active,
.btn_th-facebook.active,
.open > .dropdown-toggle.btn_th-facebook {
    background-color: #395285;
    color: #fff;
}
.no-touch .btn_th-o.btn_th-facebook:hover,
.btn_th-o.btn_th-facebook:focus,
.btn_th-o.btn_th-facebook:active,
.btn_th-o.btn_th-facebook.active,
.open > .dropdown-toggle.btn_th-o.btn_th-facebook {
    background-color: #43609c;
    color: #fff;
}
.btn_th-twitter {
    background-color: #55acee;
    color: #fff;
}
.btn_th-o.btn_th-twitter {
    background-color: #f1f2f7;
    color: #55acee;
    border-color: #55acee;
}
.no-touch .btn_th-twitter:hover,
.btn_th-twitter:focus,
.btn_th-twitter:active,
.btn_th-twitter.active,
.open > .dropdown-toggle.btn_th-twitter {
    background-color: #4993cc;
    color: #fff;
}
.no-touch .btn_th-o.btn_th-twitter:hover,
.btn_th-o.btn_th-twitter:focus,
.btn_th-o.btn_th-twitter:active,
.btn_th-o.btn_th-twitter.active,
.open > .dropdown-toggle.btn_th-o.btn_th-twitter {
    background-color: #55acee;
    color: #fff;
}
.btn_th-google {
    background-color: #dd4b39;
    color: #fff;
}
.btn_th-o.btn_th-google {
    background-color: #f1f2f7;
    color: #dd4b39;
    border-color: #dd4b39;
}
.no-touch .btn_th-google:hover,
.btn_th-google:focus,
.btn_th-google:active,
.btn_th-google.active,
.open > .dropdown-toggle.btn_th-google {
    background-color: #c44433;
    color: #fff;
}
.no-touch .btn_th-o.btn_th-google:hover,
.btn_th-o.btn_th-google:focus,
.btn_th-o.btn_th-google:active,
.btn_th-o.btn_th-google.active,
.open > .dropdown-toggle.btn_th-o.btn_th-google {
    background-color: #dd4b39;
    color: #fff;
}
.btn_th-pinterest {
    background-color: #cb2027;
    color: #fff;
}
.btn_th-o.btn_th-pinterest {
    background-color: #f1f2f7;
    color: #cb2027;
    border-color: #cb2027;
}
.no-touch .btn_th-pinterest:hover,
.btn_th-v:focus,
.btn_th-pinterest:active,
.btn_th-pinterest.active,
.open > .dropdown-toggle.btn_th-pinterest {
    background-color: #b51d22;
    color: #fff;
}
.no-touch .btn_th-o.btn_th-pinterest:hover,
.btn_th-o.btn_th-pinterest:focus,
.btn_th-o.btn_th-pinterest:active,
.btn_th-o.btn_th-pinterest.active,
.open > .dropdown-toggle.btn_th-o.btn_th-pinterest {
    background-color: #cb2027;
    color: #fff;
}
.btn_th-icon {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 36px;
    text-align: center;
}
.btn_th-icon.btn_th-lg {
    width: 41px;
}
.btn_th-icon.btn_th-sm {
    width: 31px;
}
.btn_th-icon.btn_th-xs {
    width: 22px;
}
.btn_th-icon.btn_th-round {
    border-radius: 50%;
}
.btn_th > .state, .btn_th.active > .state-active {
    display: inline-block;
}
.btn_th.active > .state, .btn_th > .state-active {
    display: none;
}
.text-gray {
  color: #999;
}
.no-touch a.text-gray:hover {
  color: #333;
}
.text-green {
  color: #0eaaa6;
}
.no-touch a.text-green:hover {
  color: #068b85;
}
.text-blue {
  color: #1a1b1e;
}
.no-touch a.text-blue:hover {
  color: #086492;
}
.text-magenta {
  color: #9b156e;
}
.no-touch a.text-magenta:hover {
  color: #7e115f;
}
.text-yellow {
  color: #eab134;
}
.no-touch a.text-yellow:hover {
  color: #dfa412;
}
.text-red {
  color: #ea3d36;
}
.no-touch a.text-red:hover {
  color: #d22a2a;
}
.bg-green {
    color: #fff;
    background-color: #0eaaa6;
}
.no-touch a.bg-green:hover {
    background-color: #068b85;
}
.bg-red {
    color: #fff;
    background-color: #ea3d36;
}
.no-touch a.bg-red:hover {
    background-color: #d22a2a;
}
.bg-blue {
    color: #fff;
    background-color: #1d82aa;
}
.no-touch a.bg-blue:hover {
    background-color: #086492;
}
.bg-yellow {
    color: #fff;
    background-color: #eab134;
}
.no-touch a.bg-yellow:hover {
    background-color: #dfa412;
}
.bg-magenta {
    color: #fff;
    background-color: #9b156e;
}
.no-touch a.bg-magenta:hover {
    background-color: #7e115f;
}