@keyframes ulta-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes ulta-pulse-grow {
  to {
    transform: scale(1.1);
  }
}
@keyframes ulta-pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
@keyframes ulta-push {
  50% {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
@keyframes ulta-pop {
  50% {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
@keyframes ulta-hover {
  50% {
    transform: translateY(-3px);
  }
  to {
    transform: translateY(-6px);
  }
}
@keyframes ulta-hang {
  50% {
    transform: translateY(3px);
  }
  to {
    transform: translateY(6px);
  }
}
@keyframes ulta-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes ulta-wobble-horizontal {
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes ulta-wobble-to-bottom-right {
  16.65% {
    transform: translate(8px, 8px);
  }
  33.3% {
    transform: translate(-6px, -6px);
  }
  49.95% {
    transform: translate(4px, 4px);
  }
  66.6% {
    transform: translate(-2px, -2px);
  }
  83.25% {
    transform: translate(1px, 1px);
  }
  to {
    transform: translate(0);
  }
}
@keyframes ulta-wobble-to-top-right {
  16.65% {
    transform: translate(8px, -8px);
  }
  33.3% {
    transform: translate(-6px, 6px);
  }
  49.95% {
    transform: translate(4px, -4px);
  }
  66.6% {
    transform: translate(-2px, 2px);
  }
  83.25% {
    transform: translate(1px, -1px);
  }
  to {
    transform: translate(0);
  }
}
@keyframes ulta-wobble-top {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  to {
    transform: skew(0);
  }
}
@keyframes ulta-wobble-bottom {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  to {
    transform: skew(0);
  }
}
@keyframes ulta-wobble-skew {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  to {
    transform: skew(0);
  }
}
@keyframes ulta-buzz {
  50% {
    transform: translateX(3px) rotate(2deg);
  }
  to {
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes ulta-buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  to {
    transform: translateX(-1px) rotate(0);
  }
}
.ubtn-hover-active {
  opacity: 1;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license
Copyright (c) 2013 Daniel Eden
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, to {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes rubberBand {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    transform: scaleX(1.15) scaleY(0.85);
  }
  to {
    transform: scale(1);
  }
}
@keyframes shake {
  0%, to {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  to {
    transform: scale(1) rotate(0);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  to {
    opacity: 0;
    transform: scale(0.3);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  to {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  to {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  to {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  to {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(20px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(20px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@keyframes flip {
  0% {
    animation-timing-function: ease-out;
    transform: perspective(400px) translateZ(0) rotateY(-1turn) scale(1);
  }
  40% {
    animation-timing-function: ease-out;
    transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
  }
  50% {
    animation-timing-function: ease-in;
    transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
  }
  80% {
    animation-timing-function: ease-in;
    transform: perspective(400px) translateZ(0) rotateY(0) scale(0.95);
  }
  to {
    animation-timing-function: ease-in;
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
  }
}
@keyframes flipInX {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  to {
    opacity: 1;
    transform: perspective(400px) rotateX(0);
  }
}
@keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  to {
    opacity: 1;
    transform: perspective(400px) rotateY(0);
  }
}
.flipInY {
  animation-name: flipInY;
  backface-visibility: visible !important;
}

@keyframes flipOutX {
  0% {
    opacity: 1;
    transform: perspective(400px) rotateX(0);
  }
  to {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}
@keyframes flipOutY {
  0% {
    opacity: 1;
    transform: perspective(400px) rotateY(0);
  }
  to {
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
}
@keyframes lightSpeedIn {
  0% {
    opacity: 0;
    transform: translateX(100%) skewX(-30deg);
  }
  60% {
    opacity: 1;
    transform: translateX(-20%) skewX(30deg);
  }
  80% {
    opacity: 1;
    transform: translateX(0) skewX(-15deg);
  }
  to {
    opacity: 1;
    transform: translateX(0) skewX(0);
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
    transform: translateX(0) skewX(0);
  }
  to {
    opacity: 0;
    transform: translateX(100%) skewX(-30deg);
  }
}
@keyframes rotateIn {
  0% {
    opacity: 0;
    transform: rotate(-200deg);
    transform-origin: center center;
  }
  to {
    opacity: 1;
    transform: rotate(0);
    transform-origin: center center;
  }
}
@keyframes rotateInDownLeft {
  0% {
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    transform: rotate(0);
    transform-origin: left bottom;
  }
}
@keyframes rotateInDownRight {
  0% {
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom;
  }
  to {
    opacity: 1;
    transform: rotate(0);
    transform-origin: right bottom;
  }
}
@keyframes rotateInUpLeft {
  0% {
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    transform: rotate(0);
    transform-origin: left bottom;
  }
}
@keyframes rotateInUpRight {
  0% {
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom;
  }
  to {
    opacity: 1;
    transform: rotate(0);
    transform-origin: right bottom;
  }
}
@keyframes rotateOut {
  0% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: center center;
  }
  to {
    opacity: 0;
    transform: rotate(200deg);
    transform-origin: center center;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: left bottom;
  }
  to {
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: left bottom;
  }
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: right bottom;
  }
  to {
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: left bottom;
  }
  to {
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: left bottom;
  }
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
    transform: rotate(0);
    transform-origin: right bottom;
  }
  to {
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom;
  }
}
@keyframes slideInDown {
  0% {
    opacity: 1;
    transform: translateY(-2000px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 1;
    transform: translateX(-2000px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 1;
    transform: translateX(2000px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 1;
    transform: translateX(-2000px);
  }
}
@keyframes slideOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 1;
    transform: translateX(2000px);
  }
}
@keyframes slideOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(-2000px);
  }
}
@keyframes slideInUp {
  0% {
    opacity: 1;
    transform: translateY(2000px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(2000px);
  }
}
@keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
    transform: rotate(0);
    transform-origin: top left;
  }
  20%, 60% {
    animation-timing-function: ease-in-out;
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40% {
    animation-timing-function: ease-in-out;
    transform: rotate(60deg);
    transform-origin: top left;
  }
  80% {
    animation-timing-function: ease-in-out;
    opacity: 1;
    transform: rotate(60deg) translateY(0);
    transform-origin: top left;
  }
  to {
    opacity: 0;
    transform: translateY(700px);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: translateX(0) rotate(0);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0) rotate(0);
  }
  to {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomInDown {
  0% {
    animation-timing-function: ease-in-out;
    opacity: 0;
    transform: scale(0.1) translateY(-2000px);
  }
  60% {
    animation-timing-function: ease-out;
    opacity: 1;
    transform: scale(0.475) translateY(60px);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  0% {
    animation-timing-function: ease-in-out;
    opacity: 0;
    transform: scale(0.1) translateX(-2000px);
  }
  60% {
    animation-timing-function: ease-out;
    opacity: 1;
    transform: scale(0.475) translateX(48px);
  }
}
@keyframes zoomInRight {
  0% {
    animation-timing-function: ease-in-out;
    opacity: 0;
    transform: scale(0.1) translateX(2000px);
  }
  60% {
    animation-timing-function: ease-out;
    opacity: 1;
    transform: scale(0.475) translateX(-48px);
  }
}
@keyframes zoomInUp {
  0% {
    animation-timing-function: ease-in-out;
    opacity: 0;
    transform: scale(0.1) translateY(2000px);
  }
  60% {
    animation-timing-function: ease-out;
    opacity: 1;
    transform: scale(0.475) translateY(-60px);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOutDown {
  40% {
    animation-timing-function: linear;
    opacity: 1;
    transform: scale(0.475) translateY(-60px);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translateY(2000px);
    transform-origin: center bottom;
  }
}
@keyframes zoomOutLeft {
  40% {
    animation-timing-function: linear;
    opacity: 1;
    transform: scale(0.475) translateX(42px);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translateX(-2000px);
    transform-origin: left center;
  }
}
@keyframes zoomOutRight {
  40% {
    animation-timing-function: linear;
    opacity: 1;
    transform: scale(0.475) translateX(-42px);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translateX(2000px);
    transform-origin: right center;
  }
}
@keyframes zoomOutUp {
  40% {
    animation-timing-function: linear;
    opacity: 1;
    transform: scale(0.475) translateY(60px);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translateY(-2000px);
    transform-origin: center top;
  }
}
@keyframes InfiniteRotate {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes InfiniteRotateCounter {
  0% {
    transform: rotate(359deg);
  }
  to {
    transform: rotate(0);
  }
}
@keyframes InfiniteDangle {
  0%, to {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(4deg);
  }
}
@keyframes InfinitePulse {
  0%, to {
    transform: scale(1);
  }
  50% {
    transform: scale(0.85);
  }
}
@keyframes InfiniteHorizontalShake {
  0%, to {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
@keyframes InfiniteBounce {
  0%, 20%, 50%, 80%, to {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes InfiniteFlash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes InfiniteTADA {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  to {
    transform: scale(1) rotate(0);
  }
}
@keyframes InfiniteSwing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0);
  }
}
@keyframes InfiniteVericalShake {
  0%, to {
    transform: translateY(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateY(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateY(10px);
  }
}
@keyframes InfiniteRubberBand {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    transform: scaleX(1.15) scaleY(0.85);
  }
  to {
    transform: scale(1);
  }
}
@keyframes InfiniteHorizontalFlip {
  0% {
    transform: perspective(400px) rotateY(0);
  }
  to {
    transform: perspective(400px) rotateY(359deg);
  }
}
@keyframes InfiniteVericalFlip {
  0% {
    transform: perspective(400px) rotateX(0);
  }
  to {
    transform: perspective(400px) rotateX(359deg);
  }
}
@keyframes InfiniteHorizontalScaleFlip {
  0% {
    animation-timing-function: ease-out;
    transform: perspective(400px) translateZ(0) rotateY(-1turn) scale(1);
  }
  40% {
    animation-timing-function: ease-out;
    transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
  }
  50% {
    animation-timing-function: ease-in;
    transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
  }
  80% {
    animation-timing-function: ease-in;
    transform: perspective(400px) translateZ(0) rotateY(0) scale(0.95);
  }
  to {
    animation-timing-function: ease-in;
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
  }
}
@keyframes InfiniteVerticalScaleFlip {
  0% {
    animation-timing-function: ease-out;
    transform: perspective(400px) translateZ(0) rotateX(-1turn) scale(1);
  }
  40% {
    animation-timing-function: ease-out;
    transform: perspective(400px) translateZ(150px) rotateX(-190deg) scale(1);
  }
  50% {
    animation-timing-function: ease-in;
    transform: perspective(400px) translateZ(150px) rotateX(-170deg) scale(1);
  }
  80% {
    animation-timing-function: ease-in;
    transform: perspective(400px) translateZ(0) rotateX(0) scale(0.95);
  }
  to {
    animation-timing-function: ease-in;
    transform: perspective(400px) translateZ(0) rotateX(0) scale(1);
  }
}
.upb_row_bg {
  overflow: hidden;
}

.upb_bg_overlay {
  color: inherit;
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.vcpb-vz-jquery {
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.wpb_column, .wpb_row {
  position: relative;
}

.upb_row_bg {
  background-position: 50%;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

.vcpb-vz-jquery {
  background-attachment: fixed;
}

body.rtl .upb_row_bg {
  right: auto;
}

@keyframes MultiColorVC {
  0% {
    background-color: #e14949;
  }
  25% {
    background-color: #3de02c;
  }
  50% {
    background-color: #2c8de0;
  }
  to {
    background-color: #e02cbc;
  }
}
.ult-tooltipster-fade-show {
  opacity: 1;
}

.ult-tooltipster-glow-show {
  transform: scale(1);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.ult-tooltipster-swing-show {
  opacity: 1;
  transform: rotate(0);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.ult-tooltipster-euclid-show {
  opacity: 1;
  pointer-events: auto;
  transform: translateZ(0) rotate3d(0, 0, 0, 0);
}

@keyframes Hotspot_Glow {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  50% {
    opacity: 0.7;
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes Hotspot_Pulse {
  0%, to {
    text-shadow: 0 0 15px #4f4f4f;
    transform: scale(1);
  }
  50% {
    text-shadow: 0 0 10px #4f4f4f;
    transform: scale(0.8);
  }
}
@font-face {
  font-family: ult-silk;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/ult-silk.eot);
  src: url(fonts/ult-silk.eot) format("embedded-opentype"), url(fonts/ult-silk.woff) format("woff"), url(fonts/ult-silk.ttf) format("truetype"), url(fonts/ult-silk.svg) format("svg");
}
[class^=ultsl-] {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: ult-silk;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  outline: 0;
  text-transform: none;
}

.ultsl-record:before {
  content: "\e60a";
}

.info-c-full .info-c-full-wrap {
  display: table;
  height: 100%;
  width: 100%;
}

.info-circle-icons {
  cursor: pointer;
  text-align: center;
}

.info-wrapper {
  padding-top: 1px;
}

.info-circle-wrapper {
  width: 100%;
}

.info-circle-wrapper .smile_icon_list.left li .icon_description {
  border-radius: 5px;
  margin-left: 1.2em;
  padding: 10px 10px 10px 15px;
}

.info-c-full-br {
  border: 1px solid transparent;
  border-radius: 50%;
  margin: auto;
  max-width: 80%;
  position: relative;
}

.info-c-full-br .info-c-full {
  border-radius: 50%;
  box-sizing: border-box;
  height: 60%;
  margin: 20%;
  overflow: hidden !important;
  padding: 20px;
  position: relative;
  text-align: center;
  width: 60%;
}

.info-circle-def {
  display: table;
  height: 100%;
  width: 100%;
}

.info-circle-sub-def {
  display: table-cell;
  vertical-align: middle;
}

.info-c-full i {
  height: 1.5em;
  line-height: 1;
  width: 1.5em;
}

.info-c-full h3 {
  color: inherit;
  margin: 0;
  text-align: center;
}

.info-c-full {
  padding: 20px;
}

.info-circle-text {
  box-sizing: content-box;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 90%;
}

.info-c-full-br .icon-circle-list .info-details {
  display: none;
}

.info-c-full-br .icon-circle-list .info-circle-icons {
  border-radius: 50%;
  box-sizing: content-box !important;
  height: 2em;
  list-style: none;
  opacity: 0;
  position: absolute;
  width: 2em;
}

.info-c-full-br .icon-circle-list {
  left: 50%;
  position: absolute;
  top: 50%;
}

.info-circle-responsive .smile_icon_list_wrap {
  display: none;
}

.info-circle-wrapper .icon-circle-list {
  background-color: transparent !important;
}

@keyframes circle_buzz_out {
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  to {
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes circle_pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes circle_push {
  50% {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
@keyframes circle_pop {
  50% {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
.info-circle-responsive .smile_icon_list.left li .icon_list_icon {
  margin-right: 1em;
}

.info-circle-icons * {
  line-height: inherit;
}

button.overlay-show, img.overlay-show, span.overlay-show {
  cursor: pointer;
}

.ult-active {
  display: block;
}

.ult-carousel-wrapper {
  margin-bottom: 35px;
  padding-bottom: 20px;
  visibility: hidden;
}

@font-face {
  font-family: slick;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}

.ult-carousel-wrapper .slick-dots li.slick-active i {
  opacity: 1;
}

.ult-item-wrap > .wpb_content_element, .ult-item-wrap > .wpb_row, .ult-item-wrap > div {
  margin-bottom: 0 !important;
}

.ult-carousel-wrapper button {
  z-index: 1;
}

.info-circle-wrapper i, .smile_icon_list_wrap i, .ult-animation i {
  font-size: inherit;
  line-height: inherit;
}

.info-circle-wrapper, .info-circle-wrapper *, .smile_icon_list_wrap, .smile_icon_list_wrap *, .ult-animation, .ult-animation * {
  box-sizing: border-box;
}

.vc_row, .wpb_column, .wpb_row {
  position: relative;
}

.smile_icon_list {
  list-style: none !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
}

.smile_icon_list li.icon_list_item {
  clear: both !important;
  line-height: 100%;
  list-style: none !important;
  margin: 0 0 30px !important;
  min-height: 1em !important;
  overflow: visible;
  padding: 0 !important;
  position: relative !important;
}

.smile_icon_list li.icon_list_item:last-child {
  margin: 0 !important;
}

.smile_icon_list li .icon_list_icon {
  background: #fff;
  box-sizing: content-box !important;
  float: left;
  font-size: 24px;
  height: 3em;
  line-height: 3em;
  position: relative;
  text-align: center;
  width: 3em;
  z-index: 9;
}

.smile_icon_list li .icon_description h3 {
  clear: none !important;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.846153846;
  margin-bottom: 0;
  margin-top: 0;
}

.smile_icon_list li .icon_description h3 a {
  text-decoration: none;
}

.smile_icon_list li .icon_description p {
  color: inherit !important;
  font-size: inherit;
  font-style: inherit !important;
  font-weight: inherit;
  line-height: inherit;
}

.smile_icon_list li .icon_description p:last-child {
  margin-bottom: 0;
}

.smile_icon_list li .icon_list_connector {
  height: 100%;
  position: absolute;
  top: 0.5em;
  z-index: 1;
}

.info-circle-wrapper.info-circle-responsive .smile_icon_list li .icon_list_connector {
  top: 1em;
}

.smile_icon_list li:last-child .icon_list_connector {
  display: none;
}

.smile_icon_list.circle .icon_list_icon {
  border-color: inherit;
  border-radius: 50%;
  overflow: hidden;
}

.smile_icon_list.with_bg .icon_list_icon {
  background: #0183cc;
  color: #fff;
}

.smile_icon_list.left li .icon_list_connector {
  border-right-style: dashed;
  border-right-width: 1px;
  left: 0.5em;
}

.smile_icon_list.left li .icon_description {
  display: table-cell;
  height: 3em;
  margin-left: 3em;
  padding-left: 25px;
  vertical-align: middle;
}

.smile_icon_list.right {
  text-align: right;
}

.smile_icon_list.right li .icon_list_icon {
  float: right;
  position: relative;
}

.smile_icon_list.right li .icon_list_connector {
  border-left-style: dashed;
  border-left-width: 1px;
  right: 0.5em;
}

.smile_icon_list.right li .icon_description {
  display: table-cell;
  height: 3em;
  margin-left: 3em;
  margin-right: 3em;
  padding-right: 25px;
  vertical-align: middle;
}

.smile_icon_list.top, .smile_icon_list.top:after, .smile_icon_list.top:before {
  box-sizing: border-box;
  content: " ";
  display: table;
}

.smile_icon_list.top {
  display: block;
}

.smile_icon_list.top li {
  box-sizing: border-box;
  display: table-cell;
  float: none;
  position: relative;
  width: 1%;
}

.smile_icon_list.top li .icon_list_icon {
  float: none;
  margin: 0 auto;
}

.smile_icon_list.top li .icon_description {
  margin: 15px;
  padding-bottom: 0;
  text-align: center;
}

.smile_icon_list.top li .icon_list_connector {
  border-top-style: dashed;
  border-top-width: 1px;
  height: 10px;
  left: 50%;
  margin-left: 0;
  position: absolute;
  top: 0.5em;
  width: 100%;
}

.info-wrapper .smile_icon_list li .icon_description .responsive-font-class * {
  color: inherit;
  font-size: 13px;
  line-height: 1.64em;
}

@media only screen and (max-width: 768px) {
  .smile_icon_list_wrap .smile_icon_list.top {
    display: inline-block;
    width: 100%;
  }
  .smile_icon_list.top li.icon_list_item {
    display: block;
    float: left;
    width: 100%;
  }
  .smile_icon_list.top li .icon_list_connector {
    display: none;
  }
  rs-sbg {
    background-size: cover !important;
  }
}
.smile_icon_list.circle {
  border: 0;
  cursor: inherit;
  float: none;
  margin: 0;
  width: auto;
}

.ult-animation * {
  -webkit-backface-visibility: hidden;
}

.ult-animation.ult-animate-viewport {
  transition: opacity 0.9s linear;
}

.smile_icon_list.left li .icon_description {
  line-height: 1em;
}

.info-circle-text div, .info-circle-text p {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-style: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

.info-wrapper.ult-adjust-bottom-margin, .smile_icon_list_wrap.ult-adjust-bottom-margin {
  margin-bottom: 35px;
}

.smile_icon_list.right > li {
  text-align: right;
  text-align: -webkit-right;
  text-align: -moz-right;
}

.smile_icon_list.right .icon_list_item {
  display: block;
}

@keyframes accordionIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes accordionOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes backSlideOut {
  25% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  75%, to {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  to {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideOutRight {
  25% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  75%, to {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%);
  }
}
@keyframes backSlideInRight {
  0%, 25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  to {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@keyframes ultv-wobble-vertical {
  16.65% {
    top: calc(50% + 8px);
  }
  33.3% {
    top: calc(50% - 6px);
  }
  49.95% {
    top: calc(50% + 4px);
  }
  66.6% {
    top: calc(50% - 2px);
  }
  83.25% {
    top: calc(50% + 1px);
  }
  to {
    top: 50%;
  }
}
@font-face {
  font-family: "porto";
  src: url("/assets/fonts/porto.eot?64334846");
  src: url("/assets/fonts/porto.eot?64334846#iefix") format("embedded-opentype"), url("/assets/fonts/porto.woff2?64334846") format("woff2"), url("/assets/fonts/porto.woff?64334846") format("woff"), url("/assets/fonts/porto.ttf?64334846") format("truetype"), url("/assets/fonts/porto.svg?64334846#porto") format("svg");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "simple-line-icons";
  font-weight: normal;
  font-display: swap;
  src: url("/assets/fonts/Simple-Line-Icons.eot?nuc4d1");
  src: url("/assets/fonts/Simple-Line-Icons.eot?nuc4d1#iefix") format("embedded-opentype"), url("/assets/fonts/Simple-Line-Icons.ttf?nuc4d1") format("truetype"), url("/assets/fonts/Simple-Line-Icons.woff?nuc4d1") format("woff"), url("/assets/fonts/Simple-Line-Icons.svg?nuc4d1#Simple-Line-Icons") format("svg");
  font-style: normal;
}
[class^=sicon-]:before, [class*=" sicon-"]:before {
  font-family: "simple-line-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.newsletter-popup-content .form-control {
  height: auto !important;
  padding: 5px 20px 5px 20px !important;
  font-size: 15px !important;
}

.btn-box {
  border-radius: 0 !important;
}

.newsletter-popup .form-control {
  background: #f4f4f4 !important;
  font-family: Poppins, sans-serif;
  padding: 4px 15px 4px 15px;
}

.menu-segments {
  display: block !important;
}

.menu-segments-mobile {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .heading-border.section-title {
    margin: 0 -2rem 0.5rem !important;
  }
  .dt-sc-portfolio-sorting {
    margin-bottom: 5px !important;
  }
  .menu-segments {
    display: none !important;
  }
  .menu-segments-mobile {
    display: block !important;
  }
}
.portfolio.type8 .image-overlay .links {
  top: 0 !important;
}

th {
  vertical-align: bottom !important;
  background: #F8F8F9 !important;
  color: #000 !important;
  font-weight: bold;
  line-height: 0.75rem !important;
}

.overlay {
  position: fixed;
  z-index: 999999;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #f1f1f1;
  filter: alpha(opacity=90);
  opacity: 0.75;
}

.overlayContent {
  z-index: 99;
  margin: 250px auto;
  text-align: center;
  height: 80px;
}

.overlayContent img {
  width: 80px;
  height: 80px;
}

.sicon-social-dropbox:before {
  content: "\e00c";
}

.table_desktop {
  display: table;
}

.table_mobile {
  display: none;
}

@media only screen and (max-width: 479px) {
  .dt-sc-tb-header {
    margin-top: 25px;
  }
  .grey {
    background: #F8F8F9;
  }
}
@media only screen and (max-width: 575px) {
  .table_desktop {
    display: none !important;
  }
  .table_mobile {
    display: table !important;
  }
  ul.dt-sc-tabs-horizontal li, ul.dt-sc-tabs-horizontal-frame li {
    width: 49% !important;
  }
  .dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame > li > a {
    font-size: 13px !important;
  }
  .title_tab {
    padding-top: 70px !important;
  }
  .nav-tabs.list .nav-item .nav-link {
    padding: 0.75rem 0 0.75rem !important;
  }
}
@media only screen and (min-width: 576px) {
  td, tbody th {
    text-align: left !important;
  }
}
.header-bottom {
  display: none;
}

.header-right {
  display: block;
}

@media only screen and (max-width: 991px) {
  .header-bottom {
    display: block !important;
  }
  .header-right {
    display: none !important;
  }
}
#main-menu > ul.menu > li > a {
  font-size: 13px !important;
}

@media screen {
  .paginas {
    overflow: hidden;
    padding: 20px 0 25px 0;
    position: relative;
    font-size: 13px;
    line-height: 1.5;
    color: #313131;
  }
  .paginas .paginaDer {
    width: 50%;
    float: right;
    padding-left: 25px;
    position: relative;
  }
  .paginas .paginaIzq2 {
    width: 50%;
    float: left;
    padding-right: 25px;
    border-right: 1px dashed #a4a3a3;
    position: relative;
  }
  .paginas h3 {
    color: #952E16;
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 0;
  }
}
@media screen and (max-width: 768px) {
  .paginas .paginaDer,
  .paginas .paginaIzq2 {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
    border: 0 !important;
    margin-bottom: 50px !important;
  }
}
.dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame > li > a {
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
  padding: 14px 30px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-width: 2px;
  border-right-width: 0;
  margin: 0px;
  color: #000000;
  border-radius: 0px;
  display: inline-block;
}

th {
  color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
  font-size: 14px;
  line-height: normal;
  font-weight: 600;
  text-transform: none !important;
  text-align: center;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.label-warning {
  background-color: #e39a33 !important;
  padding: 6px 10px;
}

.label-success {
  background-color: #00a65a !important;
  padding: 6px 10px;
}

.label-danger {
  background-color: #d9534f !important;
  padding: 6px 10px;
}

.label-info {
  background-color: #2196f3 !important;
  padding: 6px 10px;
}

.label-secondary {
  margin-left: auto;
  line-height: 1;
  padding: 6px 10px;
  vertical-align: middle;
  font-weight: 400;
  border: 1px solid #ddd;
  color: #454545;
}

.dt-sc-pr-tb-col.type2 .dt-sc-tb-header:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 19px;
  margin: auto;
  width: 140px;
  height: 140px;
  border: 1px solid;
  border-radius: 5px;
  transform: rotate(45deg);
}

.dt-sc-pr-tb-col.type2 .dt-sc-tb-header .dt-sc-tb-title:before {
  content: "";
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: -2px;
  top: 40px;
  width: 140px;
  height: 138px;
  border-radius: 5px;
  transform: rotate(45deg);
}

.dt-sc-pr-tb-col.type2 .dt-sc-tb-title {
  position: relative;
  top: -15px;
  height: 101px;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.dt-sc-pr-tb-col.type2 .dt-sc-tb-title h5 span {
  font-size: 25px !important;
  display: block;
  line-height: normal;
  padding-top: 5px;
}

.dt-sc-pr-tb-col.type2 .dt-sc-price:before {
  content: "";
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: -2px;
  top: -114px;
  width: 173px;
  height: 173px;
  border-radius: 5px;
  transform: rotate(45deg);
}

.dt-sc-pr-tb-col.type2 .dt-sc-price h6 {
  font-size: 16px;
  position: relative;
  z-index: 1;
}

.dt-sc-pr-tb-col.type2 .dt-sc-tb-content li {
  font-size: 13px;
  padding: 6px 0px;
  list-style: none;
}

.dt-sc-pr-tb-col.type2 .dt-sc-tb-content {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 20px;
  margin-top: -40px;
}

.dt-sc-pr-tb-col.type2 .dt-sc-tb-content li {
  font-size: 13px;
  padding: 2px;
  list-style: none;
}

.dt-sc-pr-tb-col.type2 .dt-sc-price {
  top: -15px;
}

.dt-sc-pr-tb-col.type2 .dt-sc-buy-now a {
  font-size: 13px;
  font-weight: bold;
}

.dt-sc-pr-tb-col .dt-sc-buy-now a {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  padding: 10px;
  border-radius: 5px;
}

.menu-icons-wrapper div:last-child {
  margin-left: 150px !important;
}

.dt-menu-toggle {
  background: #D0AB5E !important;
}

.plain_image {
  margin-bottom: 10px;
  text-align: -webkit-center;
}
