.thumbnail-fluid {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.thumbnail-fluid > div,
.thumbnail-fluid > span,
.thumbnail-fluid > a {
  display: block;
  position: relative;
  right: 50%;
  float: right;
  width: 100%;
}
.thumbnail-fluid > div img,
.thumbnail-fluid > span img,
.thumbnail-fluid > a img {
  position: relative;
  right: -50%;
}
.thumbnail-inscribed {
  width: 100%;
  height: 9000px;
  text-align: center;
}
.thumbnail-inscribed img {
  max-width: 100%;
  max-height: 9000px;
}
.around-button {
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  text-align: center;
}
.around-button:before,
.around-button:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.styled-button {
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  border: none;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  outline: medium none;
  display: block;
  padding: 0.35em 2.28em;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
  text-align: center;
}
.styled-button:after,
.styled-button:before,
.styled-button span:after,
.styled-button span:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.styled-button:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
.styled-button.inline {
  display: inline-block;
}
.styled-button.block {
  display: block;
}
.styled-button.size-14 {
  font-size: 14px;
  font-weight: 400;
}
.styled-button.size-16 {
  font-size: 16px;
  font-weight: 400;
}
.styled-button.size-20 {
  font-size: 20px;
  font-weight: 600;
}
.styled-button.size-24 {
  font-size: 24px;
  font-weight: 600;
}
.styled-button.size-26 {
  font-size: 26px;
  font-weight: 600;
}
.styled-button.size-28 {
  font-size: 28px;
  font-weight: 600;
}
.styled-button.size-30 {
  font-size: 30px;
  font-weight: 600;
}
.styled-button.style-1 {
  border-width: 2px;
  border-style: solid;
}
.styled-button.style-1:after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}
.styled-button.style-1:hover:after,
.styled-button.style-1:active:after {
  width: 100%;
}
.styled-button.style-1.color-yellow {
  border-color: #ffc843;
  color: #ffc843;
}
.styled-button.style-1.color-yellow:after {
  background-color: #ffc843;
}
.styled-button.style-1.color-yellow:hover,
.styled-button.style-1.color-yellow:active {
  color: #ffffff;
}
.styled-button.style-1.color-blue {
  border-color: #43d9ff;
  color: #43d9ff;
}
.styled-button.style-1.color-blue:after {
  background-color: #43d9ff;
}
.styled-button.style-1.color-blue:hover,
.styled-button.style-1.color-blue:active {
  color: #ffffff;
}
.styled-button.style-1.color-white {
  border-color: #ffffff;
  color: #ffffff;
}
.styled-button.style-1.color-white:after {
  background-color: #ffffff;
}
.styled-button.style-1.color-white:hover,
.styled-button.style-1.color-white:active {
  color: #545454;
}
.styled-button.style-1.color-gray {
  border-color: #2c2c2c;
  color: #2c2c2c;
}
.styled-button.style-1.color-gray:after {
  background-color: #2c2c2c;
}
.styled-button.style-1.color-gray:hover,
.styled-button.style-1.color-gray:active {
  color: #ffffff;
}
.styled-button.style-2,
.styled-button.style-3 {
  -webkit-transition: none 0s ease 0s;
  -moz-transition: none 0s ease 0s;
  transition: none 0s ease 0s;
}
.styled-button.style-2.color-yellow,
.styled-button.style-3.color-yellow {
  background-color: #ffc843;
  color: #ffffff;
  box-shadow: 0 1px #ffb910;
}
.styled-button.style-2.color-yellow:hover,
.styled-button.style-3.color-yellow:hover {
  box-shadow: 0 0 #ffb910;
  top: 2px;
}
.styled-button.style-2.color-yellow:active,
.styled-button.style-3.color-yellow:active {
  box-shadow: 0 0 #ffb910;
  top: 1px;
}
.styled-button.style-2.color-blue,
.styled-button.style-3.color-blue {
  background-color: #43d9ff;
  color: #ffffff;
  box-shadow: 0 1px #10cfff;
}
.styled-button.style-2.color-blue:hover,
.styled-button.style-3.color-blue:hover {
  box-shadow: 0 0 #10cfff;
  top: 2px;
}
.styled-button.style-2.color-blue:active,
.styled-button.style-3.color-blue:active {
  box-shadow: 0 0 #10cfff;
  top: 1px;
}
.styled-button.style-2.color-white,
.styled-button.style-3.color-white {
  background-color: #ffffff;
  color: #545454;
  box-shadow: 0 1px #e6e6e6;
}
.styled-button.style-2.color-white:hover,
.styled-button.style-3.color-white:hover {
  box-shadow: 0 0 #e6e6e6;
  top: 2px;
}
.styled-button.style-2.color-white:active,
.styled-button.style-3.color-white:active {
  box-shadow: 0 0 #e6e6e6;
  top: 1px;
}
.styled-button.style-2.color-gray,
.styled-button.style-3.color-gray {
  background-color: #2c2c2c;
  color: #ffffff;
  box-shadow: 0 1px #131313;
}
.styled-button.style-2.color-gray:hover,
.styled-button.style-3.color-gray:hover {
  box-shadow: 0 0 #131313;
  top: 2px;
}
.styled-button.style-2.color-gray:active,
.styled-button.style-3.color-gray:active {
  box-shadow: 0 0 #131313;
  top: 1px;
}
.styled-button.style-2 {
  border-radius: 0 0 2px 2px;
}
.styled-button.style-3 {
  border-radius: 2px;
}
.styled-button.style-4 {
  padding: 0.35em 1.5em 0.35em 3.2em;
}
.styled-button.style-4:before {
  font-family: 'ios7icon-font';
  font-size: 140%;
  height: 100%;
  left: 0;
  line-height: 1.7em;
  position: absolute;
  top: 0;
  width: 1.7em;
  content: "\e128";
  font-weight: 200;
}
.styled-button.style-4.color-yellow {
  background-color: #ffc843;
  color: #ffffff;
}
.styled-button.style-4.color-yellow:before {
  background-color: rgba(0,0,0,0.05);
}
.styled-button.style-4.color-yellow:hover {
  background-color: #ffb910;
}
.styled-button.style-4.color-blue {
  background-color: #43d9ff;
  color: #ffffff;
}
.styled-button.style-4.color-blue:before {
  background-color: rgba(0,0,0,0.05);
}
.styled-button.style-4.color-blue:hover {
  background-color: #10cfff;
}
.styled-button.style-4.color-white {
  background-color: #ffffff;
  color: #545454;
}
.styled-button.style-4.color-white:before {
  background-color: rgba(0,0,0,0.05);
}
.styled-button.style-4.color-white:hover {
  background-color: #e6e6e6;
}
.styled-button.style-4.color-gray {
  background-color: #2c2c2c;
  color: #ffffff;
}
.styled-button.style-4.color-gray:before {
  background-color: rgba(0,0,0,0.1);
}
.styled-button.style-4.color-gray:hover {
  background-color: #131313;
}
.styled-button.style-5 {
  border-width: 2px;
  border-style: solid;
  border-radius: 50px;
  overflow: hidden;
  padding: 0.35em 3.8em;
}
.styled-button.style-5:before {
  font-family: 'ios7icon-font';
  font-size: 100%;
  font-weight: 200;
  line-height: 2em;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 130%;
  top: 0;
  content: "\e0e7";
}
.styled-button.style-5:hover:before {
  left: 90%;
}
.styled-button.style-5.color-yellow {
  border-color: #ffc843;
  color: #ffc843;
}
.styled-button.style-5.color-yellow:before {
  color: #ffc843;
}
.styled-button.style-5.color-yellow:active {
  border-color: #ffc843;
  color: #ffc843;
}
.styled-button.style-5.color-blue {
  border-color: #43d9ff;
  color: #43d9ff;
}
.styled-button.style-5.color-blue:before {
  color: #43d9ff;
}
.styled-button.style-5.color-blue:active {
  border-color: #43d9ff;
  color: #43d9ff;
}
.styled-button.style-5.color-white {
  border-color: #ffffff;
  color: #ffffff;
}
.styled-button.style-5.color-white:before {
  color: #ffffff;
}
.styled-button.style-5.color-white:active {
  border-color: #ffffff;
  color: #ffffff;
}
.styled-button.style-5.color-gray {
  border-color: #2c2c2c;
  color: #2c2c2c;
}
.styled-button.style-5.color-gray:before {
  color: #2c2c2c;
}
.styled-button.style-5.color-gray:active {
  border-color: #2c2c2c;
  color: #2c2c2c;
}
.styled-button.style-6,
.styled-button.style-7,
.styled-button.style-8 {
  -webkit-transition: none 0s ease 0s;
  -moz-transition: none 0s ease 0s;
  transition: none 0s ease 0s;
  border-width: 2px;
  border-style: solid;
}
.styled-button.style-6:active,
.styled-button.style-7:active,
.styled-button.style-8:active {
  top: 2px;
}
.styled-button.style-6.color-yellow,
.styled-button.style-7.color-yellow,
.styled-button.style-8.color-yellow {
  border-color: #ffc843;
  background-color: #ffc843;
  color: #ffffff;
}
.styled-button.style-6.color-yellow:hover,
.styled-button.style-7.color-yellow:hover,
.styled-button.style-8.color-yellow:hover {
  background-color: rgba(255,200,67,0);
  color: #ffc843;
}
.styled-button.style-6.color-blue,
.styled-button.style-7.color-blue,
.styled-button.style-8.color-blue {
  border-color: #43d9ff;
  background-color: #43d9ff;
  color: #ffffff;
}
.styled-button.style-6.color-blue:hover,
.styled-button.style-7.color-blue:hover,
.styled-button.style-8.color-blue:hover {
  background-color: rgba(67,217,255,0);
  color: #43d9ff;
}
.styled-button.style-6.color-white,
.styled-button.style-7.color-white,
.styled-button.style-8.color-white {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #545454;
}
.styled-button.style-6.color-white:hover,
.styled-button.style-7.color-white:hover,
.styled-button.style-8.color-white:hover {
  background-color: rgba(255,255,255,0);
  color: #ffffff;
}
.styled-button.style-6.color-gray,
.styled-button.style-7.color-gray,
.styled-button.style-8.color-gray {
  border-color: #2c2c2c;
  background-color: #2c2c2c;
  color: #ffffff;
}
.styled-button.style-6.color-gray:hover,
.styled-button.style-7.color-gray:hover,
.styled-button.style-8.color-gray:hover {
  background-color: rgba(44,44,44,0);
  color: #2c2c2c;
}
.styled-button.style-7 {
  border-radius: 15px;
}
.styled-button.style-8 {
  border-radius: 60px;
}
.styled-button.style-9 {
  line-height: 2em;
  perspective: 71em;
  -webkit-perspective: 71em;
  padding: 0;
}
.styled-button.style-9 span {
  display: inline-block;
  padding: 0 1em;
  position: relative;
  -webkit-transform-origin: 50% 0 0;
  -moz-transform-origin: 50% 0 0;
  -o-transform-origin: 50% 0 0;
  transform-origin: 50% 0 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  -moz-transition: -moz-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
}
.styled-button.style-9 span:before {
  content: attr(data-hover);
  height: 100%;
  left: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0 0;
  -moz-transform-origin: 50% 0 0;
  -o-transform-origin: 50% 0 0;
  transform-origin: 50% 0 0;
  -webkit-transition: background 0.3s ease 0s;
  -moz-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
  width: 100%;
}
.styled-button.style-9.block span {
  display: block;
}
.styled-button.style-9:hover span,
.styled-button.style-9:focus span {
  -webkit-transform: rotateX(90deg) translateY(-1em);
  -moz-transform: rotateX(90deg) translateY(-1em);
  -o-transform: rotateX(90deg) translateY(-1em);
  transform: rotateX(90deg) translateY(-1em);
}
.styled-button.style-9.color-yellow {
  color: #ffffff;
}
.styled-button.style-9.color-yellow span {
  background-color: #ffc843;
}
.styled-button.style-9.color-yellow span:before {
  background-color: #dc9c00;
}
.styled-button.style-9.color-yellow:hover span:before,
.styled-button.style-9.color-yellow:focus span:before {
  background-color: #ffc12a;
}
.styled-button.style-9.color-blue {
  color: #ffffff;
}
.styled-button.style-9.color-blue span {
  background-color: #43d9ff;
}
.styled-button.style-9.color-blue span:before {
  background-color: #00b0dc;
}
.styled-button.style-9.color-blue:hover span:before,
.styled-button.style-9.color-blue:focus span:before {
  background-color: #2ad4ff;
}
.styled-button.style-9.color-white {
  color: #545454;
}
.styled-button.style-9.color-white span {
  background-color: #ffffff;
}
.styled-button.style-9.color-white span:before {
  background-color: #cccccc;
}
.styled-button.style-9.color-white:hover span:before,
.styled-button.style-9.color-white:focus span:before {
  background-color: #f2f2f2;
}
.styled-button.style-9.color-gray {
  color: #ffffff;
}
.styled-button.style-9.color-gray span {
  background-color: #2c2c2c;
}
.styled-button.style-9.color-gray span:before {
  background-color: #000000;
}
.styled-button.style-9.color-gray:hover span:before,
.styled-button.style-9.color-gray:focus span:before {
  background-color: #1f1f1f;
}
.styled-button.style-9.block span {
  display: block;
}
.styled-button.style-10 {
  text-shadow: none;
  padding: 0.35em 0.71em;
}
.styled-button.style-10:before,
.styled-button.style-10:after {
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 95%;
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  -moz-transition: -moz-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  width: 100%;
}
.styled-button.style-10:after {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s ease 0s, top 0.3s ease 0s, opacity 0.3s ease 0s;
  -moz-transition: -moz-transform 0.3s ease 0s, top 0.3s ease 0s, opacity 0.3s ease 0s;
  transition: transform 0.3s ease 0s, top 0.3s ease 0s, opacity 0.3s ease 0s;
}
.styled-button.style-10:hover:before,
.styled-button.style-10:hover:after,
.styled-button.style-10:focus:before,
.styled-button.style-10:focus:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.styled-button.style-10:hover:after,
.styled-button.style-10:focus:after {
  opacity: 1;
  top: 0;
}
.styled-button.style-10.color-yellow {
  color: #ffc843;
}
.styled-button.style-10.color-yellow:before,
.styled-button.style-10.color-yellow:after {
  background-color: #ffc843;
}
.styled-button.style-10.color-blue {
  color: #43d9ff;
}
.styled-button.style-10.color-blue:before,
.styled-button.style-10.color-blue:after {
  background-color: #43d9ff;
}
.styled-button.style-10.color-white {
  color: #ffffff;
}
.styled-button.style-10.color-white:before,
.styled-button.style-10.color-white:after {
  background-color: #ffffff;
}
.styled-button.style-10.color-gray {
  color: #2c2c2c;
}
.styled-button.style-10.color-gray:before,
.styled-button.style-10.color-gray:after {
  background-color: #2c2c2c;
}
.styled-button.style-11 {
  overflow: hidden;
  padding: 0;
}
.styled-button.style-11 span {
  display: block;
  padding: 0.35em 20px;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  -moz-transition: -moz-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
}
.styled-button.style-11:before {
  content: attr(data-hover);
  height: 100%;
  left: 0;
  padding: 0.35em 20px;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  -moz-transition: -moz-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  width: 100%;
  z-index: -1;
}
.styled-button.style-11:hover span,
.styled-button.style-11:focus span {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.styled-button.style-11:hover:before,
.styled-button.style-11:focus:before {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.styled-button.style-11.color-yellow {
  color: #ffffff;
}
.styled-button.style-11.color-yellow span {
  background-color: #ffc843;
}
.styled-button.style-11.color-yellow:before {
  background-color: #ffffff;
  color: #ffc843;
}
.styled-button.style-11.color-blue {
  color: #ffffff;
}
.styled-button.style-11.color-blue span {
  background-color: #43d9ff;
}
.styled-button.style-11.color-blue:before {
  background-color: #ffffff;
  color: #43d9ff;
}
.styled-button.style-11.color-white {
  color: #545454;
}
.styled-button.style-11.color-white span {
  background-color: #ffffff;
}
.styled-button.style-11.color-white:before {
  background-color: #545454;
  color: #ffffff;
}
.styled-button.style-11.color-gray {
  color: #ffffff;
}
.styled-button.style-11.color-gray span {
  background-color: #2c2c2c;
}
.styled-button.style-11.color-gray:before {
  background-color: #ffffff;
  color: #2c2c2c;
}
.styled-button.style-12 {
  height: 2em;
  line-height: 2em;
  padding: 0 1.43em;
}
.styled-button.style-12:before,
.styled-button.style-12:after {
  content: "";
  height: 2px;
  pointer-events: none;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 2em;
}
.styled-button.style-12:before {
  left: 3px;
  top: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
}
.styled-button.style-12:after {
  bottom: 0;
  right: 3px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100% 0 0;
  -moz-transform-origin: 100% 0 0;
  -o-transform-origin: 100% 0 0;
  transform-origin: 100% 0 0;
}
.styled-button.style-12:hover:before,
.styled-button.style-12:hover:after,
.styled-button.style-12:focus:before,
.styled-button.style-12:focus:after {
  opacity: 1;
}
.styled-button.style-12:hover:before,
.styled-button.style-12:focus:before {
  left: 50%;
  -webkit-transform: rotate(0deg) translateX(-50%);
  -moz-transform: rotate(0deg) translateX(-50%);
  -o-transform: rotate(0deg) translateX(-50%);
  transform: rotate(0deg) translateX(-50%);
}
.styled-button.style-12:hover:after,
.styled-button.style-12:focus:after {
  right: 50%;
  -webkit-transform: rotate(0deg) translateX(50%);
  -moz-transform: rotate(0deg) translateX(50%);
  -o-transform: rotate(0deg) translateX(50%);
  transform: rotate(0deg) translateX(50%);
}
.styled-button.style-12.color-yellow {
  color: #ffc843;
}
.styled-button.style-12.color-yellow:before,
.styled-button.style-12.color-yellow:after {
  background-color: #ffc843;
}
.styled-button.style-12.color-blue {
  color: #43d9ff;
}
.styled-button.style-12.color-blue:before,
.styled-button.style-12.color-blue:after {
  background-color: #43d9ff;
}
.styled-button.style-12.color-white {
  color: #ffffff;
}
.styled-button.style-12.color-white:before,
.styled-button.style-12.color-white:after {
  background-color: #ffffff;
}
.styled-button.style-12.color-gray {
  color: #2c2c2c;
}
.styled-button.style-12.color-gray:before,
.styled-button.style-12.color-gray:after {
  background-color: #2c2c2c;
}
.styled-button.style-13 {
  padding: 0.85em 0.357em;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.styled-button.style-13:before,
.styled-button.style-13:after {
  content: "";
  height: 2px;
  left: 0;
  margin-top: -1px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transition: -webkit-transform 0.3s ease 0s, opacity 0.3s ease 0s;
  -moz-transition: -moz-transform 0.3s ease 0s, opacity 0.3s ease 0s;
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  width: 100%;
  z-index: -10;
}
.styled-button.style-13:before {
  -webkit-transform: translateY(-1.3em);
  -moz-transform: translateY(-1.3em);
  -o-transform: translateY(-1.3em);
  transform: translateY(-1.3em);
}
.styled-button.style-13:after {
  -webkit-transform: translateY(1.3em);
  -moz-transform: translateY(1.3em);
  -o-transform: translateY(1.3em);
  transform: translateY(1.3em);
}
.styled-button.style-13:hover:before,
.styled-button.style-13:hover:after,
.styled-button.style-13:focus:before,
.styled-button.style-13:focus:after {
  opacity: 0.7;
}
.styled-button.style-13:hover:before,
.styled-button.style-13:focus:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.styled-button.style-13:hover:after,
.styled-button.style-13:focus:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.styled-button.style-13.color-yellow {
  color: #ffc843;
}
.styled-button.style-13.color-yellow:before,
.styled-button.style-13.color-yellow:after {
  background-color: #ffc843;
}
.styled-button.style-13.color-yellow:hover,
.styled-button.style-13.color-yellow:focus {
  color: #ffc843;
}
.styled-button.style-13.color-blue {
  color: #43d9ff;
}
.styled-button.style-13.color-blue:before,
.styled-button.style-13.color-blue:after {
  background-color: #43d9ff;
}
.styled-button.style-13.color-blue:hover,
.styled-button.style-13.color-blue:focus {
  color: #43d9ff;
}
.styled-button.style-13.color-white {
  color: #ffffff;
}
.styled-button.style-13.color-white:before,
.styled-button.style-13.color-white:after {
  background-color: #ffffff;
}
.styled-button.style-13.color-white:hover,
.styled-button.style-13.color-white:focus {
  color: #ffffff;
}
.styled-button.style-13.color-gray {
  color: #2c2c2c;
}
.styled-button.style-13.color-gray:before,
.styled-button.style-13.color-gray:after {
  background-color: #2c2c2c;
}
.styled-button.style-13.color-gray:hover,
.styled-button.style-13.color-gray:focus {
  color: #2c2c2c;
}
.styled-button.style-14 {
  padding: 0.35em 0.714em;
  text-shadow: none;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.styled-button.style-14:before,
.styled-button.style-14:after {
  content: "";
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: -webkit-transform 0.3s ease 0s, opacity 0.3s ease 0s;
  -moz-transition: -moz-transform 0.3s ease 0s, opacity 0.3s ease 0s;
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  width: 100%;
}
.styled-button.style-14:before {
  top: 1px;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.styled-button.style-14:after {
  bottom: 1px;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
.styled-button.style-14:hover:before,
.styled-button.style-14:focus:before,
.styled-button.style-14:hover:after,
.styled-button.style-14:focus:after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.styled-button.style-14.color-yellow {
  color: #ffc843;
}
.styled-button.style-14.color-yellow:before,
.styled-button.style-14.color-yellow:after {
  background-color: #ffc843;
}
.styled-button.style-14.color-yellow:hover,
.styled-button.style-14.color-yellow:focus {
  color: #ffc843;
}
.styled-button.style-14.color-blue {
  color: #43d9ff;
}
.styled-button.style-14.color-blue:before,
.styled-button.style-14.color-blue:after {
  background-color: #43d9ff;
}
.styled-button.style-14.color-blue:hover,
.styled-button.style-14.color-blue:focus {
  color: #43d9ff;
}
.styled-button.style-14.color-white {
  color: #ffffff;
}
.styled-button.style-14.color-white:before,
.styled-button.style-14.color-white:after {
  background-color: #ffffff;
}
.styled-button.style-14.color-white:hover,
.styled-button.style-14.color-white:focus {
  color: #ffffff;
}
.styled-button.style-14.color-gray {
  color: #2c2c2c;
}
.styled-button.style-14.color-gray:before,
.styled-button.style-14.color-gray:after {
  background-color: #2c2c2c;
}
.styled-button.style-14.color-gray:hover,
.styled-button.style-14.color-gray:focus {
  color: #2c2c2c;
}
@media only screen and (min-width: 800px) and (max-width: 1024px) {
  .styled-button.size-14 {
    font-size: 12px;
  }
  .styled-button.size-16 {
    font-size: 13px;
  }
  .styled-button.size-20 {
    font-size: 14px;
  }
  .styled-button.size-24 {
    font-size: 15px;
  }
  .styled-button.size-26 {
    font-size: 16px;
  }
  .styled-button.size-28 {
    font-size: 17px;
  }
  .styled-button.size-30 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 800px) {
  .styled-button.size-14 {
    font-size: 11px;
  }
  .styled-button.size-16 {
    font-size: 12px;
  }
  .styled-button.size-20 {
    font-size: 13px;
  }
  .styled-button.size-24 {
    font-size: 14px;
  }
  .styled-button.size-26 {
    font-size: 15px;
  }
  .styled-button.size-28 {
    font-size: 16px;
  }
  .styled-button.size-30 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 480px) {
  .styled-button.size-14 {
    font-size: 10px;
  }
  .styled-button.size-16 {
    font-size: 11px;
  }
  .styled-button.size-20 {
    font-size: 12px;
  }
  .styled-button.size-24 {
    font-size: 13px;
  }
  .styled-button.size-26 {
    font-size: 14px;
  }
  .styled-button.size-28 {
    font-size: 15px;
  }
  .styled-button.size-30 {
    font-size: 16px;
  }
}
