/* font-colors | touriDays */
.txt-tdays-lighter, a.txt-tdays-lighter:hover {
  color: #488345;
}
.txt-tdays-light, a.txt-tdays-light:hover {
  color: #2c6229;
}
.txt-tdays-basic, a.txt-tdays-basic:hover {
  color: #1a4e17;
}
.txt-tdays-dark, a.txt-tdays-dark:hover {
  color: #0a3608;
}
.txt-tdays-darker, a.txt-tdays-darker:hover {
  color: #011e00;
}
/* font-colors | touriDeluxe */
.txt-tdeluxe-lighter, a.txt-tdeluxe-lighter:hover {
  color: #c8b58c;
}
.txt-tdeluxe-light, a.txt-tdeluxe-light:hover {
  color: #a18c60;
}
.txt-tdeluxe-basic, a.txt-tdeluxe-basic:hover {
  color: #72613d;
}
.txt-tdeluxe-dark, a.txt-tdeluxe-dark:hover {
  color: #655024;
}
.txt-tdeluxe-darker, a.txt-tdeluxe-darker:hover {
  color: #49370f;
}
/* font-colors | touriTipps */
.txt-ttipps-lighter, a.txt-ttipps-lighter:hover {
  color: #f5a843;
}
.txt-ttipps-light, a.txt-ttipps-light:hover {
  color: #e9890c;
}
.txt-ttipps-basic, a.txt-ttipps-basic:hover {
  color: #bb6a00;
}
.txt-ttipps-dark, a.txt-ttipps-dark:hover {
  color: #985600;
}
.txt-ttipps-darker, a.txt-ttipps-darker:hover {
  color: #6d3e00;
}
/* font-colors | touriPics */
.txt-tpics-lighter, a.txt-tpics-lighter:hover {
  color: #d06666;
}
.txt-tpics-light, a.txt-tpics-light:hover {
  color: #a43434;
}
.txt-tpics-basic, a.txt-tpics-basic:hover {
  color: #7a1313;
}
.txt-tpics-dark, a.txt-tpics-dark:hover {
  color: #530000;
}
.txt-tpics-darker, a.txt-tpics-darker:hover {
  color: #2f0000;
}
/* font-colors | touriBook */
.txt-tbook-lighter, a.txt-tbook-lighter:hover {
  color: #4d6f95;
}
.txt-tbook-light, a.txt-tbook-light:hover {
  color: #2f537c;
}
.txt-tbook-basic, a.txt-tbook-basic:hover {
  color: #1b3f68;
}
.txt-tbook-dark, a.txt-tbook-dark:hover {
  color: #0a2b4f;
}
.txt-tbook-darker, a.txt-tbook-darker:hover {
  color: #031a34;
}
/* font-colors | touriFly */
.txt-tfly-lighter, a.txt-tfly-lighter:hover {
  color: #41878a;
}
.txt-tfly-light, a.txt-tfly-lighter:hover {
  color: #257073;
}
.txt-tfly-basic, a.txt-tfly-basic:hover {
  color: #135d60;
}
.txt-tfly-dark, a.txt-tfly-dark:hover {
  color: #044649;
}
.txt-tfly-darker, a.txt-tfly-darker:hover {
  color: #002e30;
}
/* font-colors | touriBlog */
.txt-tblog-lighter, a.txt-tblog-lighter:hover {
  color: #ffa98e;
}
.txt-tblog-light, a.txt-tblog-light:hover {
  color: #ff8963;
}
.txt-tblog-basic, a.txt-tblog-basic:hover {
  color: #ff6e40;
}
.txt-tblog-dark, a.txt-tblog-dark:hover {
  color: #f3450e;
}
.txt-tblog-darker, a.txt-tblog-darker:hover {
  color: #b83106;
}
/* font-colors | touriDev */
.txt-tdev-lighter, a.txt-tdev-lighter:hover {
  color: #6ce6fd;
}
.txt-tdev-light, a.txt-tdev-light:hover {
  color: #3ee1ff;
}
.txt-tdev-basic, a.txt-tdev-basic:hover {
  color: #10d9ff;
}
.txt-tdev-dark, a.txt-tdev-dark:hover {
  color: #03d7ff;
}
.txt-tdev-darker, a.txt-tdev-darker:hover {
  color: #00a8c7;
}
/* font-colors | td-grey */
.txt-td-grey-lighter, a.txt-td-grey-lighter:hover {
  color: #ddd;
}
.txt-td-grey-light, a.txt-td-grey-light:hover {
  color: #c2c2c2;
}
.txt-td-grey-basic, a.txt-td-grey-basic:hover {
  color: #777;
}
.txt-td-grey-dark, a.txt-td-grey-dark:hover {
  color: #333;
}
.txt-td-grey-darker, a.txt-td-grey-darker:hover {
  color: #222;
}
/* font-colors | basics */
.txt-black, a.txt-black:hover {
  color: #000;
}
.txt-white, a.txt-white:hover {
  color: #fff;
}
div.button-box-left-sided > [class^="button"], div.button-box-left-sided > [class*=" button"] {
  margin-right: 10px;
}
div.button-box-right-sided > [class^="button"], div.button-box-right-sided > [class*=" button"] {
  margin-left: 10px;
}
div.button-box-centered > [class^="button"], div.button-box-centered > [class*=" button"] {
  margin-left: 5px;
  margin-right: 5px;
}
.button, a.button, button.button {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: normal;
  padding: 13px 30px;
  display: inline-block;
  border: 0;
  border-radius: 0;
  white-space: nowrap;
  vertical-align: middle;
  background-repeat: no-repeat;
  text-decoration: none;
  cursor: pointer;
}
.button:hover, a.button:hover, button.button:hover {
  text-decoration: none;
}
.button-icon, a.button-icon {
  padding: 13px 0 !important;
  width: 50px !important;
}
.button-block {
  display: block;
  width: 100%;
}
a.button-action, .button-action {
  padding-left: 60px !important;
  padding-right: 90px !important;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
a.button-action::before, .button-action::before {
  content: '';
  background-image: url(https://d1xkfcniu0czj4.cloudfront.net/Images/makaira/buttons/17x17px.svg);
  background-size: 17px 17px;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 14px;
  top: 14px;
}
a.button-action::after, .button-action::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
a.button-action:hover, .button-action:hover {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
a.button-primary, .button-primary {
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
a.button-primary:hover, .button-primary:hover {
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
a.button-secondary, .button-secondary {
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
a.button-secondary:hover, .button-secondary:hover {
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
a.button-ghost, .button-ghost {
  padding: 13px 12px;
  background: transparent;
}
a.button-ghost::before, .button-ghost::before, a.button-ghost::after, .button-ghost::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #488345;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
a.button-ghost::before, .button-ghost::before {
  bottom: 0;
}
a.button-ghost::after, .button-ghost::after {
  top: 0;
}
a.button-ghost:hover::before, .button-ghost:hover::before, a.button-ghost:hover::after, .button-ghost:hover::after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
a.button-action.button-tdays, .button-action.button-tdays {
  color: #fff;
  background: #488345;
  -moz-box-shadow: inset -80px 0 60px -45px #011e00;
  -webkit-box-shadow: inset -80px 0 60px -45px #011e00;
  box-shadow: inset -80px 0 60px -45px #011e00;
}
a.button-action.button-tdays:hover, .button-action.button-tdays:hover {
  -moz-box-shadow: inset -480px 0 60px -45px #011e00;
  -webkit-box-shadow: inset -480px 0 60px -45px #011e00;
  box-shadow: inset -480px 0 60px -45px #011e00;
}
a.button-primary.button-tdays, .button-primary.button-tdays {
  color: #fff;
  background: #488345;
  background-image: linear-gradient(to right, #488345 50%, #1a4e17 50%);
  background-size: 220% 100%;
  background-position: bottom left;
}
a.button-primary.button-tdays:hover, .button-primary.button-tdays:hover {
  background-position: bottom right;
}
a.button-secondary.button-tdays, .button-secondary.button-tdays {
  color: #488345;
  background: transparent;
  background-image: linear-gradient(to right, transparent 50%, #488345 50%);
  background-size: 220% 100%;
  background-position: bottom left;
  -moz-box-shadow: inset 0 0 0 2px #488345;
  -webkit-box-shadow: inset 0 0 0 2px #488345;
  box-shadow: inset 0 0 0 2px #488345;
}
a.button-secondary.button-tdays:hover, .button-secondary.button-tdays:hover {
  background-position: bottom right;
}
a.button-secondary.button-tdays:hover, .button-secondary.button-tdays:hover {
  color: #fff;
}
a.button-ghost.button-tdays, .button-ghost.button-tdays {
  color: #488345;
}
a.button-ghost.button-tdays::before, .button-ghost.button-tdays::before, a.button-ghost.button-tdays::after, .button-ghost.button-tdays::after {
  background-color: #488345;
}
a.button-action.button-tdays.oc, .button-action.button-tdays.oc {
  color: #488345;
  background: #fff;
  -moz-box-shadow: inset -80px 0 60px -45px #488345;
  -webkit-box-shadow: inset -80px 0 60px -45px #488345;
  box-shadow: inset -80px 0 60px -45px #488345;
}
a.button-action.button-tdays.oc:hover, .button-action.button-tdays.oc:hover {
  color: #fff;
  -moz-box-shadow: inset -480px 0 60px -45px #488345;
  -webkit-box-shadow: inset -480px 0 60px -45px #488345;
  box-shadow: inset -480px 0 60px -45px #488345;
}
a.button-primary.button-tdays.oc, .button-primary.button-tdays.oc {
  color: #488345;
  background: #fff;
  background-image: linear-gradient(to right, #fff 50%, #488345 50%);
  background-size: 220% 100%;
  background-position: bottom left;
}
a.button-primary.button-tdays.oc:hover, .button-primary.button-tdays.oc:hover {
  background-position: bottom right;
}
a.button-primary.button-tdays.oc:hover, .button-primary.button-tdays.oc:hover {
  color: #fff;
}
a.button-secondary.button-tdays.oc, .button-secondary.button-tdays.oc {
  color: #fff;
  background: transparent;
  background-image: linear-gradient(to right, transparent 50%, #fff 50%);
  background-size: 220% 100%;
  background-position: bottom left;
  -moz-box-shadow: inset 0 0 0 2px #fff;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
}
a.button-secondary.button-tdays.oc:hover, .button-secondary.button-tdays.oc:hover {
  background-position: bottom right;
}
a.button-secondary.button-tdays.oc:hover, .button-secondary.button-tdays.oc:hover {
  color: #488345;
}
a.button-ghost.button-tdays.oc, .button-ghost.button-tdays.oc {
  color: #fff;
}
a.button-ghost.button-tdays.oc::before, .button-ghost.button-tdays.oc::before, a.button-ghost.button-tdays.oc::after, .button-ghost.button-tdays.oc::after {
  background-color: #fff;
}
a.button-action.button-tdeluxe, .button-action.button-tdeluxe {
  color: #fff;
  background: #c8b58c;
  -moz-box-shadow: inset -80px 0 60px -45px #49370f;
  -webkit-box-shadow: inset -80px 0 60px -45px #49370f;
  box-shadow: inset -80px 0 60px -45px #49370f;
}
a.button-action.button-tdeluxe:hover, .button-action.button-tdeluxe:hover {
  -moz-box-shadow: inset -480px 0 60px -45px #49370f;
  -webkit-box-shadow: inset -480px 0 60px -45px #49370f;
  box-shadow: inset -480px 0 60px -45px #49370f;
}
a.button-primary.button-tdeluxe, .button-primary.button-tdeluxe {
  color: #fff;
  background: #c8b58c;
  background-image: linear-gradient(to right, #c8b58c 50%, #72613d 50%);
  background-size: 220% 100%;
  background-position: bottom left;
}
a.button-primary.button-tdeluxe:hover, .button-primary.button-tdeluxe:hover {
  background-position: bottom right;
}
a.button-secondary.button-tdeluxe, .button-secondary.button-tdeluxe {
  color: #c8b58c;
  background: transparent;
  background-image: linear-gradient(to right, transparent 50%, #c8b58c 50%);
  background-size: 220% 100%;
  background-position: bottom left;
  -moz-box-shadow: inset 0 0 0 2px #c8b58c;
  -webkit-box-shadow: inset 0 0 0 2px #c8b58c;
  box-shadow: inset 0 0 0 2px #c8b58c;
}
a.button-secondary.button-tdeluxe:hover, .button-secondary.button-tdeluxe:hover {
  background-position: bottom right;
}
a.button-secondary.button-tdeluxe:hover, .button-secondary.button-tdeluxe:hover {
  color: #fff;
}
a.button-ghost.button-tdeluxe, .button-ghost.button-tdeluxe {
  color: #c8b58c;
}
a.button-ghost.button-tdeluxe::before, .button-ghost.button-tdeluxe::before, a.button-ghost.button-tdeluxe::after, .button-ghost.button-tdeluxe::after {
  background-color: #c8b58c;
}
a.button-action.button-tdeluxe.oc, .button-action.button-tdeluxe.oc {
  color: #c8b58c;
  background: #fff;
  -moz-box-shadow: inset -80px 0 60px -45px #c8b58c;
  -webkit-box-shadow: inset -80px 0 60px -45px #c8b58c;
  box-shadow: inset -80px 0 60px -45px #c8b58c;
}
a.button-action.button-tdeluxe.oc:hover, .button-action.button-tdeluxe.oc:hover {
  color: #fff;
  -moz-box-shadow: inset -480px 0 60px -45px #c8b58c;
  -webkit-box-shadow: inset -480px 0 60px -45px #c8b58c;
  box-shadow: inset -480px 0 60px -45px #c8b58c;
}
a.button-primary.button-tdeluxe.oc, .button-primary.button-tdeluxe.oc {
  color: #c8b58c;
  background: #fff;
  background-image: linear-gradient(to right, #fff 50%, #c8b58c 50%);
  background-size: 220% 100%;
  background-position: bottom left;
}
a.button-primary.button-tdeluxe.oc:hover, .button-primary.button-tdeluxe.oc:hover {
  background-position: bottom right;
}
a.button-primary.button-tdeluxe.oc:hover, .button-primary.button-tdeluxe.oc:hover {
  color: #fff;
}
a.button-secondary.button-tdeluxe.oc, .button-secondary.button-tdeluxe.oc {
  color: #fff;
  background: transparent;
  background-image: linear-gradient(to right, transparent 50%, #fff 50%);
  background-size: 220% 100%;
  background-position: bottom left;
  -moz-box-shadow: inset 0 0 0 2px #fff;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
}
a.button-secondary.button-tdeluxe.oc:hover, .button-secondary.button-tdeluxe.oc:hover {
  background-position: bottom right;
}
a.button-secondary.button-tdeluxe.oc:hover, .button-secondary.button-tdeluxe.oc:hover {
  color: #c8b58c;
}
a.button-ghost.button-tdeluxe.oc, .button-ghost.button-tdeluxe.oc {
  color: #fff;
}
a.button-ghost.button-tdeluxe.oc::before, .button-ghost.button-tdeluxe.oc::before, a.button-ghost.button-tdeluxe.oc::after, .button-ghost.button-tdeluxe.oc::after {
  background-color: #fff;
}
a.button-action.button-ttipps, .button-action.button-ttipps {
  color: #fff;
  background: #f5a843;
  -moz-box-shadow: inset -80px 0 60px -45px #6d3e00;
  -webkit-box-shadow: inset -80px 0 60px -45px #6d3e00;
  box-shadow: inset -80px 0 60px -45px #6d3e00;
}
a.button-action.button-ttipps:hover, .button-action.button-ttipps:hover {
  -moz-box-shadow: inset -480px 0 60px -45px #6d3e00;
  -webkit-box-shadow: inset -480px 0 60px -45px #6d3e00;
  box-shadow: inset -480px 0 60px -45px #6d3e00;
}
a.button-primary.button-ttipps, .button-primary.button-ttipps {
  color: #fff;
  background: #f5a843;
  background-image: linear-gradient(to right, #f5a843 50%, #bb6a00 50%);
  background-size: 220% 100%;
  background-position: bottom left;
}
a.button-primary.button-ttipps:hover, .button-primary.button-ttipps:hover {
  background-position: bottom right;
}
a.button-secondary.button-ttipps, .button-secondary.button-ttipps {
  color: #f5a843;
  background: transparent;
  background-image: linear-gradient(to right, transparent 50%, #f5a843 50%);
  background-size: 220% 100%;
  background-position: bottom left;
  -moz-box-shadow: inset 0 0 0 2px #f5a843;
  -webkit-box-shadow: inset 0 0 0 2px #f5a843;
  box-shadow: inset 0 0 0 2px #f5a843;
}
a.button-secondary.button-ttipps:hover, .button-secondary.button-ttipps:hover {
  background-position: bottom right;
}
a.button-secondary.button-ttipps:hover, .button-secondary.button-ttipps:hover {
  color: #fff;
}
a.button-ghost.button-ttipps, .button-ghost.button-ttipps {
  color: #f5a843;
}
a.button-ghost.button-ttipps::before, .button-ghost.button-ttipps::before, a.button-ghost.button-ttipps::after, .button-ghost.button-ttipps::after {
  background-color: #f5a843;
}
a.button-action.button-ttipps.oc, .button-action.button-ttipps.oc {
  color: #f5a843;
  background: #fff;
  -moz-box-shadow: inset -80px 0 60px -45px #f5a843;
  -webkit-box-shadow: inset -80px 0 60px -45px #f5a843;
  box-shadow: inset -80px 0 60px -45px #f5a843;
}
a.button-action.button-ttipps.oc:hover, .button-action.button-ttipps.oc:hover {
  color: #fff;
  -moz-box-shadow: inset -480px 0 60px -45px #f5a843;
  -webkit-box-shadow: inset -480px 0 60px -45px #f5a843;
  box-shadow: inset -480px 0 60px -45px #f5a843;
}
a.button-primary.button-ttipps.oc, .button-primary.button-ttipps.oc {
  color: #f5a843;
  background: #fff;
  background-image: linear-gradient(to right, #fff 50%, #f5a843 50%);
  background-size: 220% 100%;
  background-position: bottom left;
}
a.button-primary.button-ttipps.oc:hover, .button-primary.button-ttipps.oc:hover {
  background-position: bottom right;
}
a.button-primary.button-ttipps.oc:hover, .button-primary.button-ttipps.oc:hover {
  color: #fff;
}
a.button-secondary.button-ttipps.oc, .button-secondary.button-ttipps.oc {
  color: #fff;
  background: transparent;
  background-image: linear-gradient(to right, transparent 50%, #fff 50%);
  background-size: 220% 100%;
  background-position: bottom left;
  -moz-box-shadow: inset 0 0 0 2px #fff;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
}
a.button-secondary.button-ttipps.oc:hover, .button-secondary.button-ttipps.oc:hover {
  background-position: bottom right;
}
a.button-secondary.button-ttipps.oc:hover, .button-secondary.button-ttipps.oc:hover {
  color: #f5a843;
}
a.button-ghost.button-ttipps.oc, .button-ghost.button-ttipps.oc {
  color: #fff;
}
a.button-ghost.button-ttipps.oc::before, .button-ghost.button-ttipps.oc::before, a.button-ghost.button-ttipps.oc::after, .button-ghost.button-ttipps.oc::after {
  background-color: #fff;
}
a.button-action.button-tpics, .button-action.button-tpics {
  color: #fff;
  background: #d06666;
  -moz-box-shadow: inset -80px 0 60px -45px #2f0000;
  -webkit-box-shadow: inset -80px 0 60px -45px #2f0000;
  box-shadow: inset -80px 0 60px -45px #2f0000;
}
a.button-action.button-tpics:hover, .button-action.button-tpics:hover {
  -moz-box-shadow: inset -480px 0 60px -45px #2f0000;
  -webkit-box-shadow: inset -480px 0 60px -45px #2f0000;
  box-shadow: inset -480px 0 60px -45px #2f0000;
}
a.button-primary.button-tpics, .button-primary.button-tpics {
  color: #fff;
  background: #d06666;
  background-image: linear-gradient(to right, #d06666 50%, #7a1313 50%);
  background-size: 220% 100%;
  background-position: bottom left;
}
a.button-primary.button-tpics:hover, .button-primary.button-tpics:hover {
  background-position: bottom right;
}
a.button-secondary.button-tpics, .button-secondary.button-tpics {
  color: #d06666;
  background: transparent;
  background-image: linear-gradient(to right, transparent 50%, #d06666 50%);
  background-size: 220% 100%;
  background-position: bottom left;
  -moz-box-shadow: inset 0 0 0 2px #d06666;
  -webkit-box-shadow: inset 0 0 0 2px #d06666;
  box-shadow: inset 0 0 0 2px #d06666;
}
a.button-secondary.button-tpics:hover, .button-secondary.button-tpics:hover {
  background-position: bottom right;
}
a.button-secondary.button-tpics:hover, .button-secondary.button-tpics:hover {
  color: #fff;
}
a.button-ghost.button-tpics, .button-ghost.button-tpics {
  color: #d06666;
}
a.button-ghost.button-tpics::before, .button-ghost.button-tpics::before, a.button-ghost.button-tpics::after, .button-ghost.button-tpics::after {
  background-color: #d06666;
}
a.button-action.button-tpics.oc, .button-action.button-tpics.oc {
  color: #d06666;
  background: #fff;
  -moz-box-shadow: inset -80px 0 60px -45px #d06666;
  -webkit-box-shadow: inset -80px 0 60px -45px #d06666;
  box-shadow: inset -80px 0 60px -45px #d06666;
}
a.button-action.button-tpics.oc:hover, .button-action.button-tpics.oc:hover {
  color: #fff;
  -moz-box-shadow: inset -480px 0 60px -45px #d06666;
  -webkit-box-shadow: inset -480px 0 60px -45px #d06666;
  box-shadow: inset -480px 0 60px -45px #d06666;
}
a.button-primary.button-tpics.oc, .button-primary.button-tpics.oc {
  color: #d06666;
  background: #fff;
  background-image: linear-gradient(to right, #fff 50%, #d06666 50%);
  background-size: 220% 100%;
  background-position: bottom left;
}
a.button-primary.button-tpics.oc:hover, .button-primary.button-tpics.oc:hover {
  background-position: bottom right;
}
a.button-primary.button-tpics.oc:hover, .button-primary.button-tpics.oc:hover {
  color: #fff;
}
a.button-secondary.button-tpics.oc, .button-secondary.button-tpics.oc {
  color: #fff;
  background: transparent;
  background-image: linear-gradient(to right, transparent 50%, #fff 50%);
  background-size: 220% 100%;
  background-position: bottom left;
  -moz-box-shadow: inset 0 0 0 2px #fff;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
}
a.button-secondary.button-tpics.oc:hover, .button-secondary.button-tpics.oc:hover {
  background-position: bottom right;
}
a.button-secondary.button-tpics.oc:hover, .button-secondary.button-tpics.oc:hover {
  color: #d06666;
}
a.button-ghost.button-tpics.oc, .button-ghost.button-tpics.oc {
  color: #fff;
}
a.button-ghost.button-tpics.oc::before, .button-ghost.button-tpics.oc::before, a.button-ghost.button-tpics.oc::after, .button-ghost.button-tpics.oc::after {
  background-color: #fff;
}
a.button-action.button-tbook, .button-action.button-tbook {
  color: #fff;
  background: #4d6f95;
  -moz-box-shadow: inset -80px 0 60px -45px #031a34;
  -webkit-box-shadow: inset -80px 0 60px -45px #031a34;
  box-shadow: inset -80px 0 60px -45px #031a34;
}
a.button-action.button-tbook:hover, .button-action.button-tbook:hover {
  -moz-box-shadow: inset -480px 0 60px -45px #031a34;
  -webkit-box-shadow: inset -480px 0 60px -45px #031a34;
  box-shadow: inset -480px 0 60px -45px #031a34;
}
a.button-primary.button-tbook, .button-primary.button-tbook {
  color: #fff;
  background: #4d6f95;
  background-image: linear-gradient(to right, #4d6f95 50%, #1b3f68 50%);
  background-size: 220% 100%;
  background-position: bottom left;
}
a.button-primary.button-tbook:hover, .button-primary.button-tbook:hover {
  background-position: bottom right;
}
a.button-secondary.button-tbook, .button-secondary.button-tbook {
  color: #4d6f95;
  background: transparent;
  background-image: linear-gradient(to right, transparent 50%, #4d6f95 50%);
  background-size: 220% 100%;
  background-position: bottom left;
  -moz-box-shadow: inset 0 0 0 2px #4d6f95;
  -webkit-box-shadow: inset 0 0 0 2px #4d6f95;
  box-shadow: inset 0 0 0 2px #4d6f95;
}
a.button-secondary.button-tbook:hover, .button-secondary.button-tbook:hover {
  background-position: bottom right;
}
a.button-secondary.button-tbook:hover, .button-secondary.button-tbook:hover {
  color: #fff;
}
a.button-ghost.button-tbook, .button-ghost.button-tbook {
  color: #4d6f95;
}
a.button-ghost.button-tbook::before, .button-ghost.button-tbook::before, a.button-ghost.button-tbook::after, .button-ghost.button-tbook::after {
  background-color: #4d6f95;
}
a.button-action.button-tbook.oc, .button-action.button-tbook.oc {
  color: #4d6f95;
  background: #fff;
  -moz-box-shadow: inset -80px 0 60px -45px #4d6f95;
  -webkit-box-shadow: inset -80px 0 60px -45px #4d6f95;
  box-shadow: inset -80px 0 60px -45px #4d6f95;
}
a.button-action.button-tbook.oc:hover, .button-action.button-tbook.oc:hover {
  color: #fff;
  -moz-box-shadow: inset -480px 0 60px -45px #4d6f95;
  -webkit-box-shadow: inset -480px 0 60px -45px #4d6f95;
  box-shadow: inset -480px 0 60px -45px #4d6f95;
}
a.button-primary.button-tbook.oc, .button-primary.button-tbook.oc {
  color: #4d6f95;
  background: #fff;
  background-image: linear-gradient(to right, #fff 50%, #4d6f95 50%);
  background-size: 220% 100%;
  background-position: bottom left;
}
a.button-primary.button-tbook.oc:hover, .button-primary.button-tbook.oc:hover {
  background-position: bottom right;
}
a.button-primary.button-tbook.oc:hover, .button-primary.button-tbook.oc:hover {
  color: #fff;
}
a.button-secondary.button-tbook.oc, .button-secondary.button-tbook.oc {
  color: #fff;
  background: transparent;
  background-image: linear-gradient(to right, transparent 50%, #fff 50%);
  background-size: 220% 100%;
  background-position: bottom left;
  -moz-box-shadow: inset 0 0 0 2px #fff;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
}
a.button-secondary.button-tbook.oc:hover, .button-secondary.button-tbook.oc:hover {
  background-position: bottom right;
}
a.button-secondary.button-tbook.oc:hover, .button-secondary.button-tbook.oc:hover {
  color: #4d6f95;
}
a.button-ghost.button-tbook.oc, .button-ghost.button-tbook.oc {
  color: #fff;
}
a.button-ghost.button-tbook.oc::before, .button-ghost.button-tbook.oc::before, a.button-ghost.button-tbook.oc::after, .button-ghost.button-tbook.oc::after {
  background-color: #fff;
}
a.button-action.button-tfly, .button-action.button-tfly {
  color: #fff;
  background: #41878a;
  -moz-box-shadow: inset -80px 0 60px -45px #002e30;
  -webkit-box-shadow: inset -80px 0 60px -45px #002e30;
  box-shadow: inset -80px 0 60px -45px #002e30;
}
a.button-action.button-tfly:hover, .button-action.button-tfly:hover {
  -moz-box-shadow: inset -480px 0 60px -45px #002e30;
  -webkit-box-shadow: inset -480px 0 60px -45px #002e30;
  box-shadow: inset -480px 0 60px -45px #002e30;
}
a.button-primary.button-tfly, .button-primary.button-tfly {
  color: #fff;
  background: #41878a;
  background-image: linear-gradient(to right, #41878a 50%, #135d60 50%);
  background-size: 220% 100%;
  background-position: bottom left;
}
a.button-primary.button-tfly:hover, .button-primary.button-tfly:hover {
  background-position: bottom right;
}
a.button-secondary.button-tfly, .button-secondary.button-tfly {
  color: #41878a;
  background: transparent;
  background-image: linear-gradient(to right, transparent 50%, #41878a 50%);
  background-size: 220% 100%;
  background-position: bottom left;
  -moz-box-shadow: inset 0 0 0 2px #41878a;
  -webkit-box-shadow: inset 0 0 0 2px #41878a;
  box-shadow: inset 0 0 0 2px #41878a;
}
a.button-secondary.button-tfly:hover, .button-secondary.button-tfly:hover {
  background-position: bottom right;
}
a.button-secondary.button-tfly:hover, .button-secondary.button-tfly:hover {
  color: #fff;
}
a.button-ghost.button-tfly, .button-ghost.button-tfly {
  color: #41878a;
}
a.button-ghost.button-tfly::before, .button-ghost.button-tfly::before, a.button-ghost.button-tfly::after, .button-ghost.button-tfly::after {
  background-color: #41878a;
}
a.button-action.button-tfly.oc, .button-action.button-tfly.oc {
  color: #41878a;
  background: #fff;
  -moz-box-shadow: inset -80px 0 60px -45px #41878a;
  -webkit-box-shadow: inset -80px 0 60px -45px #41878a;
  box-shadow: inset -80px 0 60px -45px #41878a;
}
a.button-action.button-tfly.oc:hover, .button-action.button-tfly.oc:hover {
  color: #fff;
  -moz-box-shadow: inset -480px 0 60px -45px #41878a;
  -webkit-box-shadow: inset -480px 0 60px -45px #41878a;
  box-shadow: inset -480px 0 60px -45px #41878a;
}
a.button-primary.button-tfly.oc, .button-primary.button-tfly.oc {
  color: #41878a;
  background: #fff;
  background-image: linear-gradient(to right, #fff 50%, #41878a 50%);
  background-size: 220% 100%;
  background-position: bottom left;
}
a.button-primary.button-tfly.oc:hover, .button-primary.button-tfly.oc:hover {
  background-position: bottom right;
}
a.button-primary.button-tfly.oc:hover, .button-primary.button-tfly.oc:hover {
  color: #fff;
}
a.button-secondary.button-tfly.oc, .button-secondary.button-tfly.oc {
  color: #fff;
  background: transparent;
  background-image: linear-gradient(to right, transparent 50%, #fff 50%);
  background-size: 220% 100%;
  background-position: bottom left;
  -moz-box-shadow: inset 0 0 0 2px #fff;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
}
a.button-secondary.button-tfly.oc:hover, .button-secondary.button-tfly.oc:hover {
  background-position: bottom right;
}
a.button-secondary.button-tfly.oc:hover, .button-secondary.button-tfly.oc:hover {
  color: #41878a;
}
a.button-ghost.button-tfly.oc, .button-ghost.button-tfly.oc {
  color: #fff;
}
a.button-ghost.button-tfly.oc::before, .button-ghost.button-tfly.oc::before, a.button-ghost.button-tfly.oc::after, .button-ghost.button-tfly.oc::after {
  background-color: #fff;
}
a.button-action.button-tblog, .button-action.button-tblog {
  color: #fff;
  background: #ffa98e;
  -moz-box-shadow: inset -80px 0 60px -45px #b83106;
  -webkit-box-shadow: inset -80px 0 60px -45px #b83106;
  box-shadow: inset -80px 0 60px -45px #b83106;
}
a.button-action.button-tblog:hover, .button-action.button-tblog:hover {
  -moz-box-shadow: inset -480px 0 60px -45px #b83106;
  -webkit-box-shadow: inset -480px 0 60px -45px #b83106;
  box-shadow: inset -480px 0 60px -45px #b83106;
}
a.button-primary.button-tblog, .button-primary.button-tblog {
  color: #fff;
  background: #ffa98e;
  background-image: linear-gradient(to right, #ffa98e 50%, #ff6e40 50%);
  background-size: 220% 100%;
  background-position: bottom left;
}
a.button-primary.button-tblog:hover, .button-primary.button-tblog:hover {
  background-position: bottom right;
}
a.button-secondary.button-tblog, .button-secondary.button-tblog {
  color: #ffa98e;
  background: transparent;
  background-image: linear-gradient(to right, transparent 50%, #ffa98e 50%);
  background-size: 220% 100%;
  background-position: bottom left;
  -moz-box-shadow: inset 0 0 0 2px #ffa98e;
  -webkit-box-shadow: inset 0 0 0 2px #ffa98e;
  box-shadow: inset 0 0 0 2px #ffa98e;
}
a.button-secondary.button-tblog:hover, .button-secondary.button-tblog:hover {
  background-position: bottom right;
}
a.button-secondary.button-tblog:hover, .button-secondary.button-tblog:hover {
  color: #fff;
}
a.button-ghost.button-tblog, .button-ghost.button-tblog {
  color: #ffa98e;
}
a.button-ghost.button-tblog::before, .button-ghost.button-tblog::before, a.button-ghost.button-tblog::after, .button-ghost.button-tblog::after {
  background-color: #ffa98e;
}
a.button-action.button-tblog.oc, .button-action.button-tblog.oc {
  color: #ffa98e;
  background: #fff;
  -moz-box-shadow: inset -80px 0 60px -45px #ffa98e;
  -webkit-box-shadow: inset -80px 0 60px -45px #ffa98e;
  box-shadow: inset -80px 0 60px -45px #ffa98e;
}
a.button-action.button-tblog.oc:hover, .button-action.button-tblog.oc:hover {
  color: #fff;
  -moz-box-shadow: inset -480px 0 60px -45px #ffa98e;
  -webkit-box-shadow: inset -480px 0 60px -45px #ffa98e;
  box-shadow: inset -480px 0 60px -45px #ffa98e;
}
a.button-primary.button-tblog.oc, .button-primary.button-tblog.oc {
  color: #ffa98e;
  background: #fff;
  background-image: linear-gradient(to right, #fff 50%, #ffa98e 50%);
  background-size: 220% 100%;
  background-position: bottom left;
}
a.button-primary.button-tblog.oc:hover, .button-primary.button-tblog.oc:hover {
  background-position: bottom right;
}
a.button-primary.button-tblog.oc:hover, .button-primary.button-tblog.oc:hover {
  color: #fff;
}
a.button-secondary.button-tblog.oc, .button-secondary.button-tblog.oc {
  color: #fff;
  background: transparent;
  background-image: linear-gradient(to right, transparent 50%, #fff 50%);
  background-size: 220% 100%;
  background-position: bottom left;
  -moz-box-shadow: inset 0 0 0 2px #fff;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
}
a.button-secondary.button-tblog.oc:hover, .button-secondary.button-tblog.oc:hover {
  background-position: bottom right;
}
a.button-secondary.button-tblog.oc:hover, .button-secondary.button-tblog.oc:hover {
  color: #ffa98e;
}
a.button-ghost.button-tblog.oc, .button-ghost.button-tblog.oc {
  color: #fff;
}
a.button-ghost.button-tblog.oc::before, .button-ghost.button-tblog.oc::before, a.button-ghost.button-tblog.oc::after, .button-ghost.button-tblog.oc::after {
  background-color: #fff;
}
a.button-action.button-tdev, .button-action.button-tdev {
  color: #fff;
  background: #6ce6fd;
  -moz-box-shadow: inset -80px 0 60px -45px #00a8c7;
  -webkit-box-shadow: inset -80px 0 60px -45px #00a8c7;
  box-shadow: inset -80px 0 60px -45px #00a8c7;
}
a.button-action.button-tdev:hover, .button-action.button-tdev:hover {
  -moz-box-shadow: inset -480px 0 60px -45px #00a8c7;
  -webkit-box-shadow: inset -480px 0 60px -45px #00a8c7;
  box-shadow: inset -480px 0 60px -45px #00a8c7;
}
a.button-primary.button-tdev, .button-primary.button-tdev {
  color: #fff;
  background: #6ce6fd;
  background-image: linear-gradient(to right, #6ce6fd 50%, #10d9ff 50%);
  background-size: 220% 100%;
  background-position: bottom left;
}
a.button-primary.button-tdev:hover, .button-primary.button-tdev:hover {
  background-position: bottom right;
}
a.button-secondary.button-tdev, .button-secondary.button-tdev {
  color: #6ce6fd;
  background: transparent;
  background-image: linear-gradient(to right, transparent 50%, #6ce6fd 50%);
  background-size: 220% 100%;
  background-position: bottom left;
  -moz-box-shadow: inset 0 0 0 2px #6ce6fd;
  -webkit-box-shadow: inset 0 0 0 2px #6ce6fd;
  box-shadow: inset 0 0 0 2px #6ce6fd;
}
a.button-secondary.button-tdev:hover, .button-secondary.button-tdev:hover {
  background-position: bottom right;
}
a.button-secondary.button-tdev:hover, .button-secondary.button-tdev:hover {
  color: #fff;
}
a.button-ghost.button-tdev, .button-ghost.button-tdev {
  color: #6ce6fd;
}
a.button-ghost.button-tdev::before, .button-ghost.button-tdev::before, a.button-ghost.button-tdev::after, .button-ghost.button-tdev::after {
  background-color: #6ce6fd;
}
a.button-action.button-tdev.oc, .button-action.button-tdev.oc {
  color: #6ce6fd;
  background: #fff;
  -moz-box-shadow: inset -80px 0 60px -45px #6ce6fd;
  -webkit-box-shadow: inset -80px 0 60px -45px #6ce6fd;
  box-shadow: inset -80px 0 60px -45px #6ce6fd;
}
a.button-action.button-tdev.oc:hover, .button-action.button-tdev.oc:hover {
  color: #fff;
  -moz-box-shadow: inset -480px 0 60px -45px #6ce6fd;
  -webkit-box-shadow: inset -480px 0 60px -45px #6ce6fd;
  box-shadow: inset -480px 0 60px -45px #6ce6fd;
}
a.button-primary.button-tdev.oc, .button-primary.button-tdev.oc {
  color: #6ce6fd;
  background: #fff;
  background-image: linear-gradient(to right, #fff 50%, #6ce6fd 50%);
  background-size: 220% 100%;
  background-position: bottom left;
}
a.button-primary.button-tdev.oc:hover, .button-primary.button-tdev.oc:hover {
  background-position: bottom right;
}
a.button-primary.button-tdev.oc:hover, .button-primary.button-tdev.oc:hover {
  color: #fff;
}
a.button-secondary.button-tdev.oc, .button-secondary.button-tdev.oc {
  color: #fff;
  background: transparent;
  background-image: linear-gradient(to right, transparent 50%, #fff 50%);
  background-size: 220% 100%;
  background-position: bottom left;
  -moz-box-shadow: inset 0 0 0 2px #fff;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
}
a.button-secondary.button-tdev.oc:hover, .button-secondary.button-tdev.oc:hover {
  background-position: bottom right;
}
a.button-secondary.button-tdev.oc:hover, .button-secondary.button-tdev.oc:hover {
  color: #6ce6fd;
}
a.button-ghost.button-tdev.oc, .button-ghost.button-tdev.oc {
  color: #fff;
}
a.button-ghost.button-tdev.oc::before, .button-ghost.button-tdev.oc::before, a.button-ghost.button-tdev.oc::after, .button-ghost.button-tdev.oc::after {
  background-color: #fff;
}
a.button-action.button-td-grey, .button-action.button-td-grey {
  color: #fff;
  background: #777777;
  -moz-box-shadow: inset -80px 0 60px -45px #222;
  -webkit-box-shadow: inset -80px 0 60px -45px #222;
  box-shadow: inset -80px 0 60px -45px #222;
}
a.button-action.button-td-grey:hover, .button-action.button-td-grey:hover {
  -moz-box-shadow: inset -480px 0 60px -45px #222;
  -webkit-box-shadow: inset -480px 0 60px -45px #222;
  box-shadow: inset -480px 0 60px -45px #222;
}
a.button-primary.button-td-grey, .button-primary.button-td-grey {
  color: #fff;
  background: #777777;
  background-image: linear-gradient(to right, #777777 50%, #222 50%);
  background-size: 220% 100%;
  background-position: bottom left;
}
a.button-primary.button-td-grey:hover, .button-primary.button-td-grey:hover {
  background-position: bottom right;
}
a.button-secondary.button-td-grey, .button-secondary.button-td-grey {
  color: #777777;
  background: transparent;
  background-image: linear-gradient(to right, transparent 50%, #777777 50%);
  background-size: 220% 100%;
  background-position: bottom left;
  -moz-box-shadow: inset 0 0 0 2px #777777;
  -webkit-box-shadow: inset 0 0 0 2px #777777;
  box-shadow: inset 0 0 0 2px #777777;
}
a.button-secondary.button-td-grey:hover, .button-secondary.button-td-grey:hover {
  background-position: bottom right;
}
a.button-secondary.button-td-grey:hover, .button-secondary.button-td-grey:hover {
  color: #fff;
}
a.button-ghost.button-td-grey, .button-ghost.button-td-grey {
  color: #777777;
}
a.button-ghost.button-td-grey::before, .button-ghost.button-td-grey::before, a.button-ghost.button-td-grey::after, .button-ghost.button-td-grey::after {
  background-color: #777777;
}
a.button-action.button-td-grey.oc, .button-action.button-td-grey.oc {
  color: #777777;
  background: #fff;
  -moz-box-shadow: inset -80px 0 60px -45px #777777;
  -webkit-box-shadow: inset -80px 0 60px -45px #777777;
  box-shadow: inset -80px 0 60px -45px #777777;
}
a.button-action.button-td-grey.oc:hover, .button-action.button-td-grey.oc:hover {
  color: #fff;
  -moz-box-shadow: inset -480px 0 60px -45px #777777;
  -webkit-box-shadow: inset -480px 0 60px -45px #777777;
  box-shadow: inset -480px 0 60px -45px #777777;
}
a.button-primary.button-td-grey.oc, .button-primary.button-td-grey.oc {
  color: #777777;
  background: #fff;
  background-image: linear-gradient(to right, #fff 50%, #777777 50%);
  background-size: 220% 100%;
  background-position: bottom left;
}
a.button-primary.button-td-grey.oc:hover, .button-primary.button-td-grey.oc:hover {
  background-position: bottom right;
}
a.button-primary.button-td-grey.oc:hover, .button-primary.button-td-grey.oc:hover {
  color: #fff;
}
a.button-secondary.button-td-grey.oc, .button-secondary.button-td-grey.oc {
  color: #fff;
  background: transparent;
  background-image: linear-gradient(to right, transparent 50%, #fff 50%);
  background-size: 220% 100%;
  background-position: bottom left;
  -moz-box-shadow: inset 0 0 0 2px #fff;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
}
a.button-secondary.button-td-grey.oc:hover, .button-secondary.button-td-grey.oc:hover {
  background-position: bottom right;
}
a.button-secondary.button-td-grey.oc:hover, .button-secondary.button-td-grey.oc:hover {
  color: #777777;
}
a.button-ghost.button-td-grey.oc, .button-ghost.button-td-grey.oc {
  color: #fff;
}
a.button-ghost.button-td-grey.oc::before, .button-ghost.button-td-grey.oc::before, a.button-ghost.button-td-grey.oc::after, .button-ghost.button-td-grey.oc::after {
  background-color: #fff;
}
