.com_bigwhiteduck_stacks_headerpro_stack .text-center{text-align:center}.com_bigwhiteduck_stacks_headerpro_stack .text-left{text-align:left}.com_bigwhiteduck_stacks_headerpro_stack .text-right{text-align:right}.com_bigwhiteduck_stacks_headerpro_stack .text-justify{text-align:justify}.com_bigwhiteduck_stacks_headerpro_stack .text-inherit{text-align:inherit}
.font-weight-100{font-weight:100}.font-weight-200{font-weight:200}.font-weight-300{font-weight:300}.font-weight-400{font-weight:400}.font-weight-500{font-weight:500}.font-weight-600{font-weight:600}.font-weight-700{font-weight:700}.font-weight-800{font-weight:800}.font-weight-900{font-weight:900}.font-style-normal{font-style:normal}.font-style-italic{font-style:italic}
@important "partials/maps";
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }
  .animated.infinite {
    animation-iteration-count: infinite; }
  .animated.hinge {
    animation-duration: 2s; }
  .animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
    animation-duration: .75s; }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }

.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }

.shake {
  animation-name: shake; }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }

.tada {
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: none; } }

.wobble {
  animation-name: wobble; }

@keyframes jello {
  from, 11.1%, to {
    transform: none; }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  animation-name: jello;
  transform-origin: center; }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }

.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: none; } }

.rollIn {
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  animation-name: slideOutUp; }

#noticeContainer_stacks_in_461_1 {
  /*  */
  display: block;
  position: relative; }
  #noticeContainer_stacks_in_461_1 .clearfix:before {
    content: " ";
    display: table; }
  #noticeContainer_stacks_in_461_1 .clearfix:after {
    content: " ";
    display: table;
    clear: both; }

#notice_stacks_in_461_1 {
  /*  */
  /*  */
  opacity: 0;
  left: 0px;
  right: 20px;
  max-height: 70%;
  /*  */
  position: fixed;
  /*  */
  overflow-y: auto;
  visibility: hidden;
  /*  */
  z-index: 999999;
  /*  */
  /*  */
  /*  */
  max-width: 60%;
  /*  */
  /*  */
  top: 20px;
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  margin-left: auto;
  /*  */
  /*  */
  /*  */
  background: rgba(9, 76, 136, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */
  border-width: 3px 3px 3px 3px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 1.00);
  /*  */
  /*  */
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.50);
  /*  */
  /*  */
  font-family: "PT Sans";
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  /*  */
  color: rgba(255, 255, 255, 1.00);
  border-radius: 8px 8px 8px 8px; }
  #notice_stacks_in_461_1.show {
    opacity: 1;
    visibility: visible; }
  #notice_stacks_in_461_1.hide {
    opacity: 0;
    visibility: hidden; }
  #notice_stacks_in_461_1.cookie-hide {
    display: none; }

#notice_stacks_in_461_1 .notice-inner-stacks {
  clear: both;
  margin: 0 auto;
  max-width: 750px;
  padding: 0px 10px 19px 10px; }

#notice_stacks_in_461_1 .notice-inner {
  clear: both;
  margin: 0 auto;
  max-width: 750px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0px 10px 19px 10px;
  /*  */
  /*  */
  text-align: center;
  /*  */
  /*  */
  /*  */
  display: -ms-flexbox;
  display: flex;
  /*  */
  /*  */ }
  #notice_stacks_in_461_1 .notice-inner-text {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    max-width: 100%;
    font-size: 18px;
    line-height: 27px; }
  #notice_stacks_in_461_1 .notice-inner-icon {
    /*  */
    /*  */
    /*  */
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    /*  */
    /*  */
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    color: rgba(255, 255, 255, 1.00);
    padding: 5px 20px 5px 10px; }
    #notice_stacks_in_461_1 .notice-inner-icon i {
      font-size: 32px;
      vertical-align: middle; }

#notice_stacks_in_461_1 .notice-close-btn {
  float: right;
  cursor: pointer;
  color: rgba(255, 255, 255, 1.00);
  padding: 10px 10px 0px 10px; }
  #notice_stacks_in_461_1 .notice-close-btn i {
    cursor: pointer;
    vertical-align: middle; }

#notice_stacks_in_461_1 .notice-action {
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  /*  */
  color: inherit;
  background: none;
  /*  */ }
  #notice_stacks_in_461_1 .notice-action i {
    vertical-align: middle; }
  #notice_stacks_in_461_1 .notice-action-close {
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: rgba(255, 255, 255, 0.30); }
    #notice_stacks_in_461_1 .notice-action-close:hover {
      /*  */ }
  #notice_stacks_in_461_1 .notice-action-custom {
    border-style: solid;
    border-width: 1px 0 0 1px;
    border-color: rgba(255, 255, 255, 0.30); }
    #notice_stacks_in_461_1 .notice-action-custom:hover {
      /*  */ }
    #notice_stacks_in_461_1 .notice-action-custom a {
      color: inherit;
      width: 100%;
      height: 100%;
      /*  */
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      text-decoration: none;
      -ms-flex-pack: center;
          justify-content: center;
      /*  */ }
  #notice_stacks_in_461_1 .notice-action-btn {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    text-align: center;
    -ms-flex-align: center;
        align-items: center;
    box-sizing: border-box;
    -ms-flex-pack: center;
        justify-content: center; }
    #notice_stacks_in_461_1 .notice-action-btn:hover {
      cursor: pointer; }

@media (max-width: 480px) {
  #notice_stacks_in_461_1 .notice-action {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 90px; }
    #notice_stacks_in_461_1 .notice-action-custom {
      border-width: 1px 0 0 0; }
    #notice_stacks_in_461_1 .notice-action div {
      height: 50%;
      width: 100%; } }

/*  */


/* Start doobox Chauffeur css */

.stacks_in_523wrapper{
width: 300px;
padding: 15px;
margin: 8px auto 8px auto;
border: 3px solid #FFFFFF;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

background: #074880; /* Old browsers */
 
background: -moz-linear-gradient(top,  #206199 0%, #074880 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#206199), color-stop(100%,#074880)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #206199 0%,#074880 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #206199 0%,#074880 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #206199 0%,#074880 100%); /* IE10+ */
background: linear-gradient(top,  #206199 0%,#074880 100%); /* W3C */


 
-webkit-box-shadow: 0px 1px 8px 0px rgba(00, 00, 00, .4);
-moz-box-shadow: 0px 1px 8px 0px rgba(00, 00, 00, .4);
box-shadow: 0px 1px 8px 0px rgba(00, 00, 00, .4);  

z-index: 1000001;
}
 

.stacks_in_523inner{
text-align: left;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
line-height: normal;
}


.stacks_in_523icon{
float: left;
}

.stacks_in_523text{
margin-left: 60px;
}

.stacks_in_523thex{
position: absolute;
top: -15px;
left: -15px;
width: 28px;
height: 28px;
cursor: pointer;
background: url(../files/roar_files/thex1.png); 
}

#stacks_in_523{

display:none;
padding-top:10px;


}

.stacks_in_523breaker{
padding: 0;
margin: 0;
clear:both;
}

#stacks_in_523 a{
color: #FFFFFF;
text-decoration: underline;
}
#stacks_in_523 a:hover{
color: #FFFFFF;
text-decoration: underline;
}
#stacks_in_523 a:visited{
color: #FFFFFF;
text-decoration: underline;
}



/* end doobox Chauffeur css */



@font-face{font-family:Dancing Script;font-style:normal;font-weight:normal;src:url("https://taverne-athen-ingelheim.de/webfonts/dancing-script-v24-latin-500.eot");src:url("https://taverne-athen-ingelheim.de/webfonts/dancing-script-v24-latin-500.eot?#iefix") format("embedded-opentype");src:url("https://taverne-athen-ingelheim.de/webfonts/dancing-script-v24-latin-500.svg#font-pro") format("svg");src:url("https://taverne-athen-ingelheim.de/webfonts/dancing-script-v24-latin-500.ttf") format("truetype");src:url("https://taverne-athen-ingelheim.de/webfonts/dancing-script-v24-latin-500.woff2") format("woff2");src:url("https://taverne-athen-ingelheim.de/webfonts/dancing-script-v24-latin-500.woff") format("woff");}
 h1,.font-family-h1,h1 a,.font-family-h1 a, h2,.font-family-h2,h2 a,.font-family-h2 a, h3,.font-family-h3,h3 a,.font-family-h3 a, h4,.font-family-h4,h4 a,.font-family-h4 a, h5,.font-family-h5,h5 a,.font-family-h5 a, h6,.font-family-h6,h6 a,.font-family-h6 a,.fontpro-stacks_in_488_12{font-family:"Dancing Script",sans-serif !important}
/* @group Font Icons */

@font-face {
  font-family: 'fontello';
  src: url('font-icons/fontello.eot?19778278');
  src: url('font-icons/fontello.eot?19778278#iefix') format('embedded-opentype'),
	   url('font-icons/fontello.woff?19778278') format('woff'),
	   url('font-icons/fontello.ttf?19778278') format('truetype'),
	   url('font-icons/fontello.svg?19778278#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

#freeStyleWrapperstacks_in_445_1 [class^="freestyle-icon-"]:before,
#freeStyleWrapperstacks_in_445_1 [class*=" freestyle-icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;
	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */
	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
#freeStyleWrapperstacks_in_445_1 .freestyle-icon-left-open:before { content: '\e800'; }
#freeStyleWrapperstacks_in_445_1 .freestyle-icon-right-open:before { content: '\e801'; }
#freeStyleWrapperstacks_in_445_1 .freestyle-icon-play:before { content: '\e802'; }
#freeStyleWrapperstacks_in_445_1 .freestyle-icon-pause:before { content: '\e803'; }

/* @end */

/* @group General / CSS reset */

#freeStyleWrapperstacks_in_445_1 {
	display: block;
	position: relative;
	width: 100%;
	z-index: 1;
}

#freeStyleWrapperstacks_in_445_1 a {
	outline: none;
}

#freeStyleWrapperstacks_in_445_1 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#freeStyleWrapperstacks_in_445_1 li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* @end */

%[if 1 ]%

/* @group BX Slider */

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/freestyle-bx-loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(freestyle-images/freestyle-bx-controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(freestyle-images/freestyle-bx-controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(freestyle-images/freestyle-bx-controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(freestyle-images/freestyle-bx-controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* WW Reset */

.bx-wrapper {
	margin: 0px;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0px;
}

.bx-wrapper ul,
.bx-wrapper li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.bx-wrapper img {
	max-width: none;
	width: 100%;
	height: auto;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 20px;
	width: 100%;
	z-index: 60;
}

/* Added by WW */

/* Hide slider until loaded */
#freeStyleSliderstacks_in_445_1 {
	display: none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666666;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000000;
}

.bx-wrapper .bx-controls a {
	text-decoration: none;
}

.bx-wrapper .bx-controls-direction [class^="freestyle-icon-"] {
	font-size: 22px;
	color: #BDBDBD;
	line-height: 34px;
	text-shadow: none;
}

.bx-wrapper .bx-prev {
	left: 10px;
	width: 32px;
	height: 32px;
	text-align: left;
	border-radius: 16px;
	background: #686868;
	opacity: 0.80;
}

.bx-wrapper .bx-prev:hover {
	opacity: 1.00;
}

.bx-wrapper .bx-next {
	right: 10px;
	width: 32px;
	height: 32px;
	text-align: right;
	border-radius: 16px;
	background: #686868;
	opacity: 0.80;
}

.bx-wrapper .bx-next:hover {
	opacity: 1.00;
}

.bx-wrapper .bx-controls-direction a {
	text-indent: 0;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	margin-left: 10px;
}

.bx-wrapper .bx-controls-auto [class^="freestyle-icon-"] {
	font-size: 22px;
	color: #BDBDBD;
	line-height: 34px;
	text-shadow: none;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: 0px;
	width: 32px;
	height: 32px;
	outline: 0;
	background: none;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:hover [class^="freestyle-icon-"],
.bx-wrapper .bx-controls-auto .bx-start.active [class^="freestyle-icon-"] {
	background: none;
	color: #000000;
	text-shadow: none;
}

.bx-controls-auto,
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	width: 85px;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: 0px;
	width: 32px;
	height: 32px;
	outline: 0;
	background: none;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:hover [class^="freestyle-icon-"],
.bx-wrapper .bx-controls-auto .bx-stop.active [class^="freestyle-icon-"] {
	background: none;
	color: #000000;
	text-shadow: none;
}




/* @end */









/* @group Maps */

.freeStyleMapContainer {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}

/* @end */

/* @group Video */

.freeStyleMapContainer iframe {
	max-width: 100%;
	max-height: 100%;
}

.freeStyleVideoContainer {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px; 
	height: 0;
	overflow: hidden;
}
 
.freeStyleVideoContainer iframe,
.freeStyleVideoContainer object,
.freeStyleVideoContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group HTML5 Video */

.html5VideoContainer {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}

.html5VideoContainer video,
.html5VideoContainer canvas {
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
 }
 
.html5VideoContainer video {
	height: 100% !important;
	position: absolute;
	-webkit-transform-style: preserve-3d;
}

/* @end */

/* @group Vine Video */





.vineVideoContainer iframe {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
	border: none;
	outline: none;
}





/* @end */

/* @group Overlay */

#freeStyleOverlaystacks_in_445_1 {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 55;
	display: block;
	width: 38%;
}

#overlayFillstacks_in_445_1 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	opacity: 0.0;
	border-radius: 0px;
	-webkit-border-radius: 0px;
}

#overlayContentstacks_in_445_1 {
	position: relative;
	display: block;
	z-index: 5;
	padding: 0%;
	margin: 0;
	color: #FFFFFF;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	font-size: 100%;
}

/* @end */

@media screen and (max-width: 569px) {
	#freeStyleOverlaystacks_in_445_1 {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		display: block;
		width: 100%;
	}
	
	#overlayFillstacks_in_445_1,
	#overlayContentstacks_in_445_1 {
		opacity: 1.00;
		border-radius: 0px;
		-webkit-border-radius: 0px;
	}
}
#usefulStackWrapperstacks_in_445_71 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 10000px;
	min-height: 0px;
	max-height: 20000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_445_71 {
	padding-bottom: 0%;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	
	margin-bottom: 0%;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	
	display: none;
}










@media screen and (min-width: 569px) {
	#usefulStackstacks_in_445_71 {
		display: block;
	}
}










/* Smart2columns2 stack v2.4.2 */#stacks_in_445_64 .s2c_stacks_in_445_64_cw {	display: table;	table-layout: fixed;	width: 100%;}#stacks_in_445_64 .s2c_stacks_in_445_64_cw, #stacks_in_445_64 .s2c_stacks_in_445_64_cw * {	-webkit-box-sizing: border-box;	   -moz-box-sizing: border-box;	        box-sizing: border-box;}#stacks_in_445_64 .s2c_stacks_in_445_64_cw [class^="s2c_stacks_in_445_64_col"] {	display: table-cell;	overflow: hidden;	background-clip: padding-box;}#stacks_in_445_64 .s2c_stacks_in_445_64_col1 {	width: 88%;		vertical-align: middle;  	  	border-radius: 0px;		}#stacks_in_445_64 .s2c_stacks_in_445_64_col2 {		vertical-align: top;   	  	border-radius: 0px;		}#stacks_in_445_64 .s2c_stacks_in_445_64_cw .s2c_stacks_in_445_64_spacer {	display: table-cell;	width: 0%;}@media only screen and (max-width: 0px) {		#stacks_in_445_64 .s2c_stacks_in_445_64_cw {		display: block;		table-layout: auto;	}		#stacks_in_445_64 .s2c_stacks_in_445_64_cw [class^="s2c_stacks_in_445_64_col"] {		display: block;		width: 100%;	}	 	#stacks_in_445_64 .s2c_stacks_in_445_64_cw .s2c_stacks_in_445_64_spacer {		display: block;		height: 0px;		order: 2;	}		}			/* End of Smart2columns2 stack */#stacks_in_445_18 .fluid-image img{width:auto;max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_445_18 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_445_18 .fluid-image.unlimited img{width:100% !important}#stacks_in_445_18 .fluid-image.define_max img{width:100% !important;max-width:300px !important}#stacks_in_445_18 .fluid-image.align-left img{float:left}#stacks_in_445_18 .fluid-image.align-right img{float:right}
#usefulStackWrapperstacks_in_445_67 {
	margin: 0 auto;
	min-width: 0px;
	max-width: 10000px;
	min-height: 0px;
	max-height: 20000px;
	overflow: hidden;
	position: relative;
	
}

#usefulStackstacks_in_445_67 {
	padding-bottom: 0%;
	padding-top: 0%;
	padding-left: 0%;
	padding-right: 0%;
	
	margin-bottom: 0%;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	
	display: none;
}








@media screen and (max-width: 569px) {
	#usefulStackstacks_in_445_67 {
		display: block;
	}
}












#stacks_in_445_68 .fluid-image img{width:auto;max-width:100% !important;height:auto !important;min-width:50px !important;padding:0;margin:0 auto;display:block;-webkit-transition:all 1s none;transition:all 1s none;border-radius:0px;}#stacks_in_445_68 .fluid-image img:hover{-webkit-box-shadow:0px 0px 0px #999999;box-shadow:0px 0px 0px #999999}#stacks_in_445_68 .fluid-image.unlimited img{width:100% !important}#stacks_in_445_68 .fluid-image.define_max img{width:100% !important;max-width:800px !important}#stacks_in_445_68 .fluid-image.align-left img{float:left}#stacks_in_445_68 .fluid-image.align-right img{float:right}
#stacks_in_402 h1,#stacks_in_402 .hTxt:not(.segment) div{font-size:2.30rem}@media all and (max-width:640px){#stacks_in_402 h1,#stacks_in_402 .hTxt:not(.segment) div{font-size:1.80rem}}


#stacks_in_402 {
	margin: 0px 0px 10px 0px;
}
#stacks_in_402 .header-pro{overflow:hidden}#stacks_in_402 .h-pro{display:inline-block;position:relative}#stacks_in_402 .h-pro::before,#stacks_in_402 .h-pro::after{content:"";position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%);top:74%;min-width:0px}#stacks_in_402 .h-pro::before{right:100%;margin-right:9px}#stacks_in_402 .h-pro::after{left:100%;margin-left:9px}#stacks_in_402 .h-pro::before,#stacks_in_402 .h-pro::after{height:2px}#stacks_in_402 .h-pro::before{background:-webkit-gradient(linear,right top,left top,from(rgba(191, 134, 71, 0.30)),color-stop(100%,rgba(191, 134, 71, 0.50)));background:linear-gradient(to left,rgba(191, 134, 71, 0.30) 0%,rgba(191, 134, 71, 0.50) 100%)}#stacks_in_402 .h-pro::after{background:-webkit-gradient(linear,left top,right top,from(rgba(191, 134, 71, 0.30)),color-stop(100%,rgba(191, 134, 71, 0.50)));background:linear-gradient(to right,rgba(191, 134, 71, 0.30) 0%,rgba(191, 134, 71, 0.50) 100%)}#stacks_in_402 span:before,#stacks_in_402 span:after{width:100vw}#stacks_in_402 .hTxt:before,#stacks_in_402 .hTxt:after{height:0;border-bottom:0;border-top:0;bottom:0;width:100% !important}

#stacks_in_24 {
	padding: 0px 0px 35px 0px;
}
/* Smart2columns2 stack v2.4.2 */#stacks_in_399 .s2c_stacks_in_399_cw {	display: table;	table-layout: fixed;	width: 100%;}#stacks_in_399 .s2c_stacks_in_399_cw, #stacks_in_399 .s2c_stacks_in_399_cw * {	-webkit-box-sizing: border-box;	   -moz-box-sizing: border-box;	        box-sizing: border-box;}#stacks_in_399 .s2c_stacks_in_399_cw [class^="s2c_stacks_in_399_col"] {	display: table-cell;	overflow: hidden;	background-clip: padding-box;}#stacks_in_399 .s2c_stacks_in_399_col1 {	width: 65%;		vertical-align: top;  	border: 1px solid rgba(232, 228, 215, 1.00);  	border-radius: 5px;	background: rgba(255, 255, 255, 0.60);	}#stacks_in_399 .s2c_stacks_in_399_col2 {		vertical-align: top;   	border: 1px solid rgba(237, 233, 223, 1.00);  	border-radius: 5px;	background: rgba(255, 255, 255, 0.60);	}#stacks_in_399 .s2c_stacks_in_399_cw .s2c_stacks_in_399_spacer {	display: table-cell;	width: 2%;}@media only screen and (max-width: 945px) {		#stacks_in_399 .s2c_stacks_in_399_cw {		display: block;		table-layout: auto;	}		#stacks_in_399 .s2c_stacks_in_399_cw [class^="s2c_stacks_in_399_col"] {		display: block;		width: 100%;	}	 	#stacks_in_399 .s2c_stacks_in_399_cw .s2c_stacks_in_399_spacer {		display: block;		height: 12px;		order: 2;	}		}			/* End of Smart2columns2 stack */#stacks_in_427 h1,#stacks_in_427 .hTxt:not(.segment) div{font-size:1.80rem}@media all and (max-width:640px){#stacks_in_427 h1,#stacks_in_427 .hTxt:not(.segment) div{font-size:1.80rem}}#stacks_in_427 h1.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}


#stacks_in_427 {
	padding: 17px 10px 12px 10px;
}
#stacks_in_427 .header-pro{overflow:hidden}#stacks_in_427 .h-pro{display:inline-block;position:relative}#stacks_in_427 .h-pro::before,#stacks_in_427 .h-pro::after{content:"";position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%);top:74%;min-width:0px}#stacks_in_427 .h-pro::before{right:100%;margin-right:9px}#stacks_in_427 .h-pro::after{left:100%;margin-left:9px}#stacks_in_427 .h-pro::before,#stacks_in_427 .h-pro::after{height:1px}#stacks_in_427 .h-pro::before{background:-webkit-gradient(linear,right top,left top,from(rgba(191, 134, 71, 0.30)),color-stop(100%,rgba(191, 134, 71, 0.50)));background:linear-gradient(to left,rgba(191, 134, 71, 0.30) 0%,rgba(191, 134, 71, 0.50) 100%)}#stacks_in_427 .h-pro::after{background:-webkit-gradient(linear,left top,right top,from(rgba(191, 134, 71, 0.30)),color-stop(100%,rgba(191, 134, 71, 0.50)));background:linear-gradient(to right,rgba(191, 134, 71, 0.30) 0%,rgba(191, 134, 71, 0.50) 100%)}#stacks_in_427 span:before,#stacks_in_427 span:after{width:100vw}#stacks_in_427 .hTxt:before,#stacks_in_427 .hTxt:after{height:0;border-bottom:0;border-top:0;bottom:0;width:100% !important}

#stacks_in_30 {
	padding: 0px 10px 0px 10px;
}
#stacks_in_435 h1,#stacks_in_435 .hTxt:not(.segment) div{font-size:1.80rem}@media all and (max-width:640px){#stacks_in_435 h1,#stacks_in_435 .hTxt:not(.segment) div{font-size:1.80rem}}#stacks_in_435 h1.margin-collapse{margin-top:0 !important;margin-bottom:0 !important}


#stacks_in_435 {
	padding: 17px 10px 12px 10px;
}
#stacks_in_435 .header-pro{overflow:hidden}#stacks_in_435 .h-pro{display:inline-block;position:relative}#stacks_in_435 .h-pro::before,#stacks_in_435 .h-pro::after{content:"";position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%);top:74%;min-width:0px}#stacks_in_435 .h-pro::before{right:100%;margin-right:9px}#stacks_in_435 .h-pro::after{left:100%;margin-left:9px}#stacks_in_435 .h-pro::before,#stacks_in_435 .h-pro::after{height:1px}#stacks_in_435 .h-pro::before{background:-webkit-gradient(linear,right top,left top,from(rgba(191, 134, 71, 0.30)),color-stop(100%,rgba(191, 134, 71, 0.50)));background:linear-gradient(to left,rgba(191, 134, 71, 0.30) 0%,rgba(191, 134, 71, 0.50) 100%)}#stacks_in_435 .h-pro::after{background:-webkit-gradient(linear,left top,right top,from(rgba(191, 134, 71, 0.30)),color-stop(100%,rgba(191, 134, 71, 0.50)));background:linear-gradient(to right,rgba(191, 134, 71, 0.30) 0%,rgba(191, 134, 71, 0.50) 100%)}#stacks_in_435 span:before,#stacks_in_435 span:after{width:100vw}#stacks_in_435 .hTxt:before,#stacks_in_435 .hTxt:after{height:0;border-bottom:0;border-top:0;bottom:0;width:100% !important}

#stacks_in_39 {
	padding: 0px 10px 0px 10px;
}
#stacks_in_419 h3,#stacks_in_419 .hTxt:not(.segment) div{font-size:1.60rem}@media all and (max-width:640px){#stacks_in_419 h3,#stacks_in_419 .hTxt:not(.segment) div{font-size:1.30rem}}#stacks_in_419 h3,#stacks_in_419 div{color:rgba(191, 134, 71, 1.00)}#stacks_in_419 h3 a,#stacks_in_419 div a{color:rgba(191, 134, 71, 1.00)}#stacks_in_419 h3 a:hover,#stacks_in_419 div a:hover{color:rgba(143, 100, 53, 1.00)}#stacks_in_419 small,#stacks_in_419 small div{color:rgba(111, 111, 111, 1.00)}


#stacks_in_419 {
	margin: 32px 0px 0px 0px;
}

/* START QUARENTINE CSS */





     
/* END QUARENTINE CSS */      


/* Start doobox Chauffeur css */

.stacks_in_520wrapper{
width: 300px;
padding: 15px;
margin: 8px auto 8px auto;
border: 3px solid #FFFFFF;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

background: #074880; /* Old browsers */
 
background: -moz-linear-gradient(top,  #206199 0%, #074880 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#206199), color-stop(100%,#074880)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #206199 0%,#074880 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #206199 0%,#074880 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #206199 0%,#074880 100%); /* IE10+ */
background: linear-gradient(top,  #206199 0%,#074880 100%); /* W3C */


 
-webkit-box-shadow: 0px 1px 8px 0px rgba(00, 00, 00, .4);
-moz-box-shadow: 0px 1px 8px 0px rgba(00, 00, 00, .4);
box-shadow: 0px 1px 8px 0px rgba(00, 00, 00, .4);  

z-index: 1000001;
}
 

.stacks_in_520inner{
text-align: left;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
line-height: normal;
}


.stacks_in_520icon{
float: left;
}

.stacks_in_520text{
margin-left: 60px;
}

.stacks_in_520thex{
position: absolute;
top: -15px;
left: -15px;
width: 28px;
height: 28px;
cursor: pointer;
background: url(../files/roar_files/thex1.png); 
}

#stacks_in_520{

display:none;
padding-top:10px;


}

.stacks_in_520breaker{
padding: 0;
margin: 0;
clear:both;
}

#stacks_in_520 a{
color: #FFFFFF;
text-decoration: underline;
}
#stacks_in_520 a:hover{
color: #FFFFFF;
text-decoration: underline;
}
#stacks_in_520 a:visited{
color: #FFFFFF;
text-decoration: underline;
}



/* end doobox Chauffeur css */



/* Start doobox Chauffeur css */

.stacks_in_511wrapper{
width: 380px;
padding: 15px;
margin: 8px auto 8px auto;
border: 3px solid #FFFFFF;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

background: #074880; /* Old browsers */
 
background: -moz-linear-gradient(top,  #206199 0%, #074880 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#206199), color-stop(100%,#074880)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #206199 0%,#074880 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #206199 0%,#074880 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #206199 0%,#074880 100%); /* IE10+ */
background: linear-gradient(top,  #206199 0%,#074880 100%); /* W3C */


 
-webkit-box-shadow: 0px 1px 8px 0px rgba(00, 00, 00, .4);
-moz-box-shadow: 0px 1px 8px 0px rgba(00, 00, 00, .4);
box-shadow: 0px 1px 8px 0px rgba(00, 00, 00, .4);  

z-index: 1000001;
}
 

.stacks_in_511inner{
text-align: left;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
line-height: normal;
}


.stacks_in_511icon{
float: left;
}

.stacks_in_511text{
margin-left: 60px;
}

.stacks_in_511thex{
position: absolute;
top: -15px;
left: -15px;
width: 28px;
height: 28px;
cursor: pointer;
background: url(../files/roar_files/thex1.png); 
}

#stacks_in_511{

display:none;
padding-top:10px;


}

.stacks_in_511breaker{
padding: 0;
margin: 0;
clear:both;
}

#stacks_in_511 a{
color: #FFFFFF;
text-decoration: underline;
}
#stacks_in_511 a:hover{
color: #FFFFFF;
text-decoration: underline;
}
#stacks_in_511 a:visited{
color: #FFFFFF;
text-decoration: underline;
}



/* end doobox Chauffeur css */



/* Start doobox Chauffeur css */

.stacks_in_508wrapper{
width: 380px;
padding: 15px;
margin: 8px auto 8px auto;
border: 3px solid #FFFFFF;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

background: #074880; /* Old browsers */
 
background: -moz-linear-gradient(top,  #206199 0%, #074880 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#206199), color-stop(100%,#074880)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #206199 0%,#074880 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #206199 0%,#074880 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #206199 0%,#074880 100%); /* IE10+ */
background: linear-gradient(top,  #206199 0%,#074880 100%); /* W3C */


 
-webkit-box-shadow: 0px 1px 8px 0px rgba(00, 00, 00, .4);
-moz-box-shadow: 0px 1px 8px 0px rgba(00, 00, 00, .4);
box-shadow: 0px 1px 8px 0px rgba(00, 00, 00, .4);  

z-index: 1000001;
}
 

.stacks_in_508inner{
text-align: left;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
line-height: normal;
}


.stacks_in_508icon{
float: left;
}

.stacks_in_508text{
margin-left: 60px;
}

.stacks_in_508thex{
position: absolute;
top: -15px;
left: -15px;
width: 28px;
height: 28px;
cursor: pointer;
background: url(../files/roar_files/thex1.png); 
}

#stacks_in_508{

display:none;
padding-top:10px;


}

.stacks_in_508breaker{
padding: 0;
margin: 0;
clear:both;
}

#stacks_in_508 a{
color: #FFFFFF;
text-decoration: underline;
}
#stacks_in_508 a:hover{
color: #FFFFFF;
text-decoration: underline;
}
#stacks_in_508 a:visited{
color: #FFFFFF;
text-decoration: underline;
}



/* end doobox Chauffeur css */



/* Start doobox Chauffeur css */

.stacks_in_493wrapper{
width: 380px;
padding: 15px;
margin: 8px auto 8px auto;
border: 3px solid #FFFFFF;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

background: #074880; /* Old browsers */
 
background: -moz-linear-gradient(top,  #206199 0%, #074880 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#206199), color-stop(100%,#074880)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #206199 0%,#074880 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #206199 0%,#074880 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #206199 0%,#074880 100%); /* IE10+ */
background: linear-gradient(top,  #206199 0%,#074880 100%); /* W3C */


 
-webkit-box-shadow: 0px 1px 8px 0px rgba(00, 00, 00, .4);
-moz-box-shadow: 0px 1px 8px 0px rgba(00, 00, 00, .4);
box-shadow: 0px 1px 8px 0px rgba(00, 00, 00, .4);  

z-index: 1000001;
}
 

.stacks_in_493inner{
text-align: left;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
line-height: normal;
}


.stacks_in_493icon{
float: left;
}

.stacks_in_493text{
margin-left: 60px;
}

.stacks_in_493thex{
position: absolute;
top: -15px;
left: -15px;
width: 28px;
height: 28px;
cursor: pointer;
background: url(../files/roar_files/thex1.png); 
}

#stacks_in_493{

display:none;
padding-top:10px;


}

.stacks_in_493breaker{
padding: 0;
margin: 0;
clear:both;
}

#stacks_in_493 a{
color: #FFFFFF;
text-decoration: underline;
}
#stacks_in_493 a:hover{
color: #FFFFFF;
text-decoration: underline;
}
#stacks_in_493 a:visited{
color: #FFFFFF;
text-decoration: underline;
}



/* end doobox Chauffeur css */



/* Start doobox Chauffeur css */

.stacks_in_465wrapper{
width: 300px;
padding: 15px;
margin: 8px auto 8px auto;
border: 3px solid #FFFFFF;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

background: #074880; /* Old browsers */
 
background: -moz-linear-gradient(top,  #206199 0%, #074880 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#206199), color-stop(100%,#074880)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #206199 0%,#074880 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #206199 0%,#074880 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #206199 0%,#074880 100%); /* IE10+ */
background: linear-gradient(top,  #206199 0%,#074880 100%); /* W3C */


 
-webkit-box-shadow: 0px 1px 8px 0px rgba(00, 00, 00, .4);
-moz-box-shadow: 0px 1px 8px 0px rgba(00, 00, 00, .4);
box-shadow: 0px 1px 8px 0px rgba(00, 00, 00, .4);  

z-index: 1000001;
}
 

.stacks_in_465inner{
text-align: left;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
line-height: normal;
}


.stacks_in_465icon{
float: left;
}

.stacks_in_465text{
margin-left: 60px;
}

.stacks_in_465thex{
position: absolute;
top: -15px;
left: -15px;
width: 28px;
height: 28px;
cursor: pointer;
background: url(../files/roar_files/thex1.png); 
}

#stacks_in_465{

display:none;
padding-top:10px;


}

.stacks_in_465breaker{
padding: 0;
margin: 0;
clear:both;
}

#stacks_in_465 a{
color: #FFFFFF;
text-decoration: underline;
}
#stacks_in_465 a:hover{
color: #FFFFFF;
text-decoration: underline;
}
#stacks_in_465 a:visited{
color: #FFFFFF;
text-decoration: underline;
}



/* end doobox Chauffeur css */



/* Start doobox Chauffeur css */

.stacks_in_471wrapper{
width: 380px;
padding: 15px;
margin: 8px auto 8px auto;
border: 3px solid #FFFFFF;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

background: #074880; /* Old browsers */
 
background: -moz-linear-gradient(top,  #206199 0%, #074880 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#206199), color-stop(100%,#074880)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #206199 0%,#074880 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #206199 0%,#074880 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #206199 0%,#074880 100%); /* IE10+ */
background: linear-gradient(top,  #206199 0%,#074880 100%); /* W3C */


 
-webkit-box-shadow: 0px 1px 8px 0px rgba(00, 00, 00, .4);
-moz-box-shadow: 0px 1px 8px 0px rgba(00, 00, 00, .4);
box-shadow: 0px 1px 8px 0px rgba(00, 00, 00, .4);  

z-index: 1000001;
}
 

.stacks_in_471inner{
text-align: left;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
line-height: normal;
}


.stacks_in_471icon{
float: left;
}

.stacks_in_471text{
margin-left: 60px;
}

.stacks_in_471thex{
position: absolute;
top: -15px;
left: -15px;
width: 28px;
height: 28px;
cursor: pointer;
background: url(../files/roar_files/thex1.png); 
}

#stacks_in_471{

display:none;
padding-top:10px;


}

.stacks_in_471breaker{
padding: 0;
margin: 0;
clear:both;
}

#stacks_in_471 a{
color: #FFFFFF;
text-decoration: underline;
}
#stacks_in_471 a:hover{
color: #FFFFFF;
text-decoration: underline;
}
#stacks_in_471 a:visited{
color: #FFFFFF;
text-decoration: underline;
}



/* end doobox Chauffeur css */



/* Start doobox Chauffeur css */

.stacks_in_201wrapper{
width: 300px;
padding: 15px;
margin: 8px auto 8px auto;
border: 3px solid #FFFFFF;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

background: #074880; /* Old browsers */
 
background: -moz-linear-gradient(top,  #206199 0%, #074880 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#206199), color-stop(100%,#074880)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #206199 0%,#074880 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #206199 0%,#074880 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #206199 0%,#074880 100%); /* IE10+ */
background: linear-gradient(top,  #206199 0%,#074880 100%); /* W3C */


 
-webkit-box-shadow: 0px 1px 8px 0px rgba(00, 00, 00, .4);
-moz-box-shadow: 0px 1px 8px 0px rgba(00, 00, 00, .4);
box-shadow: 0px 1px 8px 0px rgba(00, 00, 00, .4);  

z-index: 1000001;
}
 

.stacks_in_201inner{
text-align: left;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
line-height: normal;
}


.stacks_in_201icon{
float: left;
}

.stacks_in_201text{
margin-left: 60px;
}

.stacks_in_201thex{
position: absolute;
top: -15px;
left: -15px;
width: 28px;
height: 28px;
cursor: pointer;
background: url(../files/roar_files/thex1.png); 
}

#stacks_in_201{

display:none;
padding-top:10px;


}

.stacks_in_201breaker{
padding: 0;
margin: 0;
clear:both;
}

#stacks_in_201 a{
color: #FFFFFF;
text-decoration: underline;
}
#stacks_in_201 a:hover{
color: #FFFFFF;
text-decoration: underline;
}
#stacks_in_201 a:visited{
color: #FFFFFF;
text-decoration: underline;
}



/* end doobox Chauffeur css */

/*  */
body {
	/*  */
	background-image: url(../files/dropped_image-1-30A.jpg) ;
	/*  */
	
	/*  */
	
	background-color: rgba(255, 255, 255, 1.00) ;
	background-attachment: fixed ;
	background-position: center top ;
	background-repeat: no-repeat ;
	
	/*  */
	/*  */
	/*  */
	background-size: cover ;
	/*  */
	/*  */
	/*  */
	/*  */
}
/*  */

/*  */