@charset "UTF-8";
/*=======================================
=            Frontend Styles            =
=======================================*/

.whols_loop_custom_price > div{
    line-height: 1;
}
.whols_loop_custom_price .whols_label{
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5;
}
.whols_loop_custom_price > div:last-child{
    margin-bottom: 10px;
}
.whols_minimum_quantity_notice{
	font-size: 13px;
	line-height: 1.5;
	font-weight: 500;
	margin-bottom: 10px
}
.whols_shop_table{
	margin-bottom: 15px;
}
.whols_shop_table tbody td{
	border-bottom: 0px;
}
.woocommerce div.product form.cart .whols_shop_table td{
	padding-left: 1em;
	border-left-width: 1px;
}
.woocommerce table.shop_table.whols_shop_table thead th{
    border-left-width: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
}
.whols_registration_form input{
	width: 100%;
	margin-bottom: 0;
	margin-left: 0;
}
.whols_loop_custom_price .whols_label .whols_label_left {
    font-weight: 700;
}

/* Registration form */
.whols_registration_form label{
	line-height: 2;
}
.whols_registration_form .required{
	color: red;
}
.whols_registration_form input[type="submit"]{
	margin-top: 15px;
	width: auto;
}
.whols-form-row.type--checkbox .whols-input-wrapper{
	display: flex;
	align-items: center;
}
.whols-form-row.type--checkbox input{
	width: auto;
	margin-right: 5px;
}
/*=====  End of Frontend Styles  ======*/#woo-ml-subscribe label { display: inline-block !important; }body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//depozitdecarne.ro/wp-content/themes/steakbreak/js/owlcarousel/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.container,.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;width:100%}.flex-column,.flex-row{-webkit-box-direction:normal!important}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1380px}}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-1,.col-auto{-webkit-box-flex:0}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-2,.col-3{-webkit-box-flex:0}.col-2{-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4,.col-5{-webkit-box-flex:0}.col-4{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-5{-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-6,.col-7{-webkit-box-flex:0}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-8,.col-9{-webkit-box-flex:0}.col-8{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10,.col-11{-webkit-box-flex:0}.col-10{-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-11{-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}}.flex-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-column-reverse,.flex-row-reverse{-webkit-box-direction:reverse!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.flex-sm-column,.flex-sm-row{-webkit-box-direction:normal!important}.flex-sm-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-sm-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.flex-md-column,.flex-md-row{-webkit-box-direction:normal!important}.flex-md-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-md-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.flex-lg-column,.flex-lg-row{-webkit-box-direction:normal!important}.flex-lg-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-lg-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.flex-xl-column,.flex-xl-row{-webkit-box-direction:normal!important}.flex-xl-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0062cc!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#545b62!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#1e7e34!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#117a8b!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#d39e00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#bd2130!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#dae0e5!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#1d2124!important}.text-muted{color:#6c757d!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}
/*!
 * Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fas{font-family:"Font Awesome\ 5 Free"}.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:a 2s infinite linear}.fa-pulse{animation:a 1s infinite steps(8)}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-aws:before{content:"\f375"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-book:before{content:"\f02d"}.fa-book-open:before{content:"\f518"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-deviantart:before{content:"\f1bd"}.fa-diagnoses:before{content:"\f470"}.fa-dice:before{content:"\f522"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-excel:before{content:"\f1c3"}.fa-file-image:before{content:"\f1c5"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-fulcrum:before{content:"\f50b"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-meh:before{content:"\f11a"}.fa-memory:before{content:"\f538"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-moon:before{content:"\f186"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-old-republic:before{content:"\f510"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-r-project:before{content:"\f4f7"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-ribbon:before{content:"\f4d6"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-rupee-sign:before{content:"\f156"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shower:before{content:"\f2cc"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skull:before{content:"\f54c"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-spotify:before{content:"\f1bc"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-star:before{content:"\f005"}.fa-star-half:before{content:"\f089"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toolbox:before{content:"\f552"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-moving:before{content:"\f4df"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-glass:before{content:"\f4e3"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:Font Awesome\ 5 Brands;font-style:normal;font-weight:400;src:url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/fa-brands-400.eot);src:url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/fa-brands-400.woff2) format("woff2"),url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/fa-brands-400.woff) format("woff"),url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/fa-brands-400.ttf) format("truetype"),url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:Font Awesome\ 5 Brands}@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:400;src:url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/fa-regular-400.eot);src:url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/fa-regular-400.woff2) format("woff2"),url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/fa-regular-400.woff) format("woff"),url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/fa-regular-400.ttf) format("truetype"),url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:900;src:url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/fa-solid-900.eot);src:url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/fa-solid-900.woff2) format("woff2"),url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/fa-solid-900.woff) format("woff"),url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/fa-solid-900.ttf) format("truetype"),url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:Font Awesome\ 5 Free}.fa,.fas{font-weight:900}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.stealthy{opacity:0;visibility:hidden}@-webkit-keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}}@keyframes pulse{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}}@keyframes rubberBand{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}@keyframes tada{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}@keyframes wobble{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{11.1%,from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{11.1%,from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceIn;animation-name:bounceIn}.bounceOut,.flipOutX{-webkit-animation-duration:.75s}@-webkit-keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{animation-duration:.75s;-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-20%,0,0);transform:translate3d(-20%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-20%,0,0);transform:translate3d(-20%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(20%,0,0);transform:translate3d(20%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(20%,0,0);transform:translate3d(20%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-20%,0,0);transform:translate3d(-20%,0,0)}}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-20%,0,0);transform:translate3d(-20%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(20%,0,0);transform:translate3d(20%,0,0)}}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(20%,0,0);transform:translate3d(20%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}.flipInY,.flipOutX{-webkit-backface-visibility:visible!important}@-webkit-keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{animation-duration:.75s;-webkit-animation-name:flipOutX;animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes jackInTheBox{from{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{from{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url(//depozitdecarne.ro/wp-content/themes/steakbreak/js/arcticmodal/loading.gif) no-repeat 50% 50%; }/*! jQuery UI - v1.10.4 - 2014-01-17
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url(//depozitdecarne.ro/wp-content/themes/steakbreak/css/images/animated-overlay.gif);
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(//depozitdecarne.ro/wp-content/themes/steakbreak/css/images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(//depozitdecarne.ro/wp-content/themes/steakbreak/css/images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(//depozitdecarne.ro/wp-content/themes/steakbreak/css/images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(//depozitdecarne.ro/wp-content/themes/steakbreak/css/images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(//depozitdecarne.ro/wp-content/themes/steakbreak/css/images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(//depozitdecarne.ro/wp-content/themes/steakbreak/css/images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(//depozitdecarne.ro/wp-content/themes/steakbreak/css/images/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url(//depozitdecarne.ro/wp-content/themes/steakbreak/css/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(//depozitdecarne.ro/wp-content/themes/steakbreak/css/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}
/* ----------------------------------------
  Stylesheet guide:
    1. General tooltip styles
    2. Positions
    3. Color schemes
 ---------------------------------------- */

 /* ----------------------------------------
    1. General tooltip styles
  ---------------------------------------- */

   body .monkeysan-tooltip {
      position: absolute;
      z-index: 9;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
    }

    .monkeysan-tooltip-hidden {
      visibility: hidden;
    }

  /* ----------------------------------------
      2. Positions
   ---------------------------------------- */

    .monkeysan-tooltip-top,
    .monkeysan-tooltip-bottom.monkeysan-tooltip-position-reversed {
      margin-top: -10px;
      margin-bottom: 0;
    }

    .monkeysan-tooltip-bottom,
    .monkeysan-tooltip-top.monkeysan-tooltip-position-reversed {
      margin-bottom: 0;
      margin-top: 10px;
    }

    .monkeysan-tooltip-left,
    .monkeysan-tooltip-right.monkeysan-tooltip-position-reversed {
      margin-left: -10px;
    }

    .monkeysan-tooltip-right,
    .monkeysan-tooltip-left.monkeysan-tooltip-position-reversed {
      margin-left: 10px;
    }

   /* ----------------------------------------
      3. Color schemes
    ---------------------------------------- */

      .monkeysan-tooltip-skin-default {
        font-size: 12px;
        line-height: 18px;
        padding: 5px 15px;
        color: #fff;
        background-color: rgba(0, 0, 0, .8);
        text-align: center;
        min-height: 28px;
      }

      .monkeysan-tooltip-skin-default::after {
        content: "";
        border-style: solid;
        position: absolute;
      }

      .monkeysan-tooltip-top.monkeysan-tooltip-skin-default::after,
      .monkeysan-tooltip-bottom.monkeysan-tooltip-position-reversed.monkeysan-tooltip-skin-default::after {
        bottom: auto;
        top: 100%;
        left: 50%;
        margin-left: -7px;
        border-width: 7px 7px 0 7px;
        border-color: rgba(0, 0, 0, .8) transparent transparent transparent;
      }

      .monkeysan-tooltip-bottom.monkeysan-tooltip-skin-default::after,
      .monkeysan-tooltip-top.monkeysan-tooltip-position-reversed.monkeysan-tooltip-skin-default::after {
        top: auto;
        bottom: 100%;
        left: 50%;
        margin-left: -7px;
        border-width: 0 7px 7px 7px;
        border-color: transparent transparent rgba(0, 0, 0, .8) transparent;
      }

      .monkeysan-tooltip-right.monkeysan-tooltip-skin-default::after {
        top: 50%;
        right: 100%;
        margin-top: -7px;
        border-width: 7px 7px 7px 0;
        border-color: transparent rgba(0, 0, 0, .8) transparent transparent;
      }

      .monkeysan-tooltip-left.monkeysan-tooltip-skin-default::after {
        top: 50%;
        left: 100%;
        margin-top: -7px;
        border-width: 7px 0 7px 7px;
        border-color: transparent transparent transparent rgba(0, 0, 0, .8);
      }
@font-face {
	font-family: 'Linearicons';
	src: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/Linearicons.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}
[class^="licon-"], [class*="licon-"] {
	font-family: 'Linearicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	
	/* Enable Ligatures ================ */
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	-o-font-feature-settings: "liga";
	font-feature-settings: "liga";

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.licon-home:before {
	content: "\e600";
}
.licon-home2:before {
	content: "\e601";
}
.licon-home3:before {
	content: "\e602";
}
.licon-home4:before {
	content: "\e603";
}
.licon-home5:before {
	content: "\e604";
}
.licon-home6:before {
	content: "\e605";
}
.licon-bathtub:before {
	content: "\e606";
}
.licon-toothbrush:before {
	content: "\e607";
}
.licon-bed:before {
	content: "\e608";
}
.licon-couch:before {
	content: "\e609";
}
.licon-chair:before {
	content: "\e60a";
}
.licon-city:before {
	content: "\e60b";
}
.licon-apartment:before {
	content: "\e60c";
}
.licon-pencil:before {
	content: "\e60d";
}
.licon-pencil2:before {
	content: "\e60e";
}
.licon-pen:before {
	content: "\e60f";
}
.licon-pencil3:before {
	content: "\e610";
}
.licon-eraser:before {
	content: "\e611";
}
.licon-pencil4:before {
	content: "\e612";
}
.licon-pencil5:before {
	content: "\e613";
}
.licon-feather:before {
	content: "\e614";
}
.licon-feather2:before {
	content: "\e615";
}
.licon-feather3:before {
	content: "\e616";
}
.licon-pen2:before {
	content: "\e617";
}
.licon-pen-add:before {
	content: "\e618";
}
.licon-pen-remove:before {
	content: "\e619";
}
.licon-vector:before {
	content: "\e61a";
}
.licon-pen3:before {
	content: "\e61b";
}
.licon-blog:before {
	content: "\e61c";
}
.licon-brush:before {
	content: "\e61d";
}
.licon-brush2:before {
	content: "\e61e";
}
.licon-spray:before {
	content: "\e61f";
}
.licon-paint-roller:before {
	content: "\e620";
}
.licon-stamp:before {
	content: "\e621";
}
.licon-tape:before {
	content: "\e622";
}
.licon-desk-tape:before {
	content: "\e623";
}
.licon-texture:before {
	content: "\e624";
}
.licon-eye-dropper:before {
	content: "\e625";
}
.licon-palette:before {
	content: "\e626";
}
.licon-color-sampler:before {
	content: "\e627";
}
.licon-bucket:before {
	content: "\e628";
}
.licon-gradient:before {
	content: "\e629";
}
.licon-gradient2:before {
	content: "\e62a";
}
.licon-magic-wand:before {
	content: "\e62b";
}
.licon-magnet:before {
	content: "\e62c";
}
.licon-pencil-ruler:before {
	content: "\e62d";
}
.licon-pencil-ruler2:before {
	content: "\e62e";
}
.licon-compass:before {
	content: "\e62f";
}
.licon-aim:before {
	content: "\e630";
}
.licon-gun:before {
	content: "\e631";
}
.licon-bottle:before {
	content: "\e632";
}
.licon-drop:before {
	content: "\e633";
}
.licon-drop-crossed:before {
	content: "\e634";
}
.licon-drop2:before {
	content: "\e635";
}
.licon-snow:before {
	content: "\e636";
}
.licon-snow2:before {
	content: "\e637";
}
.licon-fire:before {
	content: "\e638";
}
.licon-lighter:before {
	content: "\e639";
}
.licon-knife:before {
	content: "\e63a";
}
.licon-dagger:before {
	content: "\e63b";
}
.licon-tissue:before {
	content: "\e63c";
}
.licon-toilet-paper:before {
	content: "\e63d";
}
.licon-poop:before {
	content: "\e63e";
}
.licon-umbrella:before {
	content: "\e63f";
}
.licon-umbrella2:before {
	content: "\e640";
}
.licon-rain:before {
	content: "\e641";
}
.licon-tornado:before {
	content: "\e642";
}
.licon-wind:before {
	content: "\e643";
}
.licon-fan:before {
	content: "\e644";
}
.licon-contrast:before {
	content: "\e645";
}
.licon-sun-small:before {
	content: "\e646";
}
.licon-sun:before {
	content: "\e647";
}
.licon-sun2:before {
	content: "\e648";
}
.licon-moon:before {
	content: "\e649";
}
.licon-cloud:before {
	content: "\e64a";
}
.licon-cloud-upload:before {
	content: "\e64b";
}
.licon-cloud-download:before {
	content: "\e64c";
}
.licon-cloud-rain:before {
	content: "\e64d";
}
.licon-cloud-hailstones:before {
	content: "\e64e";
}
.licon-cloud-snow:before {
	content: "\e64f";
}
.licon-cloud-windy:before {
	content: "\e650";
}
.licon-sun-wind:before {
	content: "\e651";
}
.licon-cloud-fog:before {
	content: "\e652";
}
.licon-cloud-sun:before {
	content: "\e653";
}
.licon-cloud-lightning:before {
	content: "\e654";
}
.licon-cloud-sync:before {
	content: "\e655";
}
.licon-cloud-lock:before {
	content: "\e656";
}
.licon-cloud-gear:before {
	content: "\e657";
}
.licon-cloud-alert:before {
	content: "\e658";
}
.licon-cloud-check:before {
	content: "\e659";
}
.licon-cloud-cross:before {
	content: "\e65a";
}
.licon-cloud-crossed:before {
	content: "\e65b";
}
.licon-cloud-database:before {
	content: "\e65c";
}
.licon-database:before {
	content: "\e65d";
}
.licon-database-add:before {
	content: "\e65e";
}
.licon-database-remove:before {
	content: "\e65f";
}
.licon-database-lock:before {
	content: "\e660";
}
.licon-database-refresh:before {
	content: "\e661";
}
.licon-database-check:before {
	content: "\e662";
}
.licon-database-history:before {
	content: "\e663";
}
.licon-database-upload:before {
	content: "\e664";
}
.licon-database-download:before {
	content: "\e665";
}
.licon-server:before {
	content: "\e666";
}
.licon-shield:before {
	content: "\e667";
}
.licon-shield-check:before {
	content: "\e668";
}
.licon-shield-alert:before {
	content: "\e669";
}
.licon-shield-cross:before {
	content: "\e66a";
}
.licon-lock:before {
	content: "\e66b";
}
.licon-rotation-lock:before {
	content: "\e66c";
}
.licon-unlock:before {
	content: "\e66d";
}
.licon-key:before {
	content: "\e66e";
}
.licon-key-hole:before {
	content: "\e66f";
}
.licon-toggle-off:before {
	content: "\e670";
}
.licon-toggle-on:before {
	content: "\e671";
}
.licon-cog:before {
	content: "\e672";
}
.licon-cog2:before {
	content: "\e673";
}
.licon-wrench:before {
	content: "\e674";
}
.licon-screwdriver:before {
	content: "\e675";
}
.licon-hammer-wrench:before {
	content: "\e676";
}
.licon-hammer:before {
	content: "\e677";
}
.licon-saw:before {
	content: "\e678";
}
.licon-axe:before {
	content: "\e679";
}
.licon-axe2:before {
	content: "\e67a";
}
.licon-shovel:before {
	content: "\e67b";
}
.licon-pickaxe:before {
	content: "\e67c";
}
.licon-factory:before {
	content: "\e67d";
}
.licon-factory2:before {
	content: "\e67e";
}
.licon-recycle:before {
	content: "\e67f";
}
.licon-trash:before {
	content: "\e680";
}
.licon-trash2:before {
	content: "\e681";
}
.licon-trash3:before {
	content: "\e682";
}
.licon-broom:before {
	content: "\e683";
}
.licon-game:before {
	content: "\e684";
}
.licon-gamepad:before {
	content: "\e685";
}
.licon-joystick:before {
	content: "\e686";
}
.licon-dice:before {
	content: "\e687";
}
.licon-spades:before {
	content: "\e688";
}
.licon-diamonds:before {
	content: "\e689";
}
.licon-clubs:before {
	content: "\e68a";
}
.licon-hearts:before {
	content: "\e68b";
}
.licon-heart:before {
	content: "\e68c";
}
.licon-star:before {
	content: "\e68d";
}
.licon-star-half:before {
	content: "\e68e";
}
.licon-star-empty:before {
	content: "\e68f";
}
.licon-flag:before {
	content: "\e690";
}
.licon-flag2:before {
	content: "\e691";
}
.licon-flag3:before {
	content: "\e692";
}
.licon-mailbox-full:before {
	content: "\e693";
}
.licon-mailbox-empty:before {
	content: "\e694";
}
.licon-at-sign:before {
	content: "\e695";
}
.licon-envelope:before {
	content: "\e696";
}
.licon-envelope-open:before {
	content: "\e697";
}
.licon-paperclip:before {
	content: "\e698";
}
.licon-paper-plane:before {
	content: "\e699";
}
.licon-reply:before {
	content: "\e69a";
}
.licon-reply-all:before {
	content: "\e69b";
}
.licon-inbox:before {
	content: "\e69c";
}
.licon-inbox2:before {
	content: "\e69d";
}
.licon-outbox:before {
	content: "\e69e";
}
.licon-box:before {
	content: "\e69f";
}
.licon-archive:before {
	content: "\e6a0";
}
.licon-archive2:before {
	content: "\e6a1";
}
.licon-drawers:before {
	content: "\e6a2";
}
.licon-drawers2:before {
	content: "\e6a3";
}
.licon-drawers3:before {
	content: "\e6a4";
}
.licon-eye:before {
	content: "\e6a5";
}
.licon-eye-crossed:before {
	content: "\e6a6";
}
.licon-eye-plus:before {
	content: "\e6a7";
}
.licon-eye-minus:before {
	content: "\e6a8";
}
.licon-binoculars:before {
	content: "\e6a9";
}
.licon-binoculars2:before {
	content: "\e6aa";
}
.licon-hdd:before {
	content: "\e6ab";
}
.licon-hdd-down:before {
	content: "\e6ac";
}
.licon-hdd-up:before {
	content: "\e6ad";
}
.licon-floppy-disk:before {
	content: "\e6ae";
}
.licon-disc:before {
	content: "\e6af";
}
.licon-tape2:before {
	content: "\e6b0";
}
.licon-printer:before {
	content: "\e6b1";
}
.licon-shredder:before {
	content: "\e6b2";
}
.licon-file-empty:before {
	content: "\e6b3";
}
.licon-file-add:before {
	content: "\e6b4";
}
.licon-file-check:before {
	content: "\e6b5";
}
.licon-file-lock:before {
	content: "\e6b6";
}
.licon-files:before {
	content: "\e6b7";
}
.licon-copy:before {
	content: "\e6b8";
}
.licon-compare:before {
	content: "\e6b9";
}
.licon-folder:before {
	content: "\e6ba";
}
.licon-folder-search:before {
	content: "\e6bb";
}
.licon-folder-plus:before {
	content: "\e6bc";
}
.licon-folder-minus:before {
	content: "\e6bd";
}
.licon-folder-download:before {
	content: "\e6be";
}
.licon-folder-upload:before {
	content: "\e6bf";
}
.licon-folder-star:before {
	content: "\e6c0";
}
.licon-folder-heart:before {
	content: "\e6c1";
}
.licon-folder-user:before {
	content: "\e6c2";
}
.licon-folder-shared:before {
	content: "\e6c3";
}
.licon-folder-music:before {
	content: "\e6c4";
}
.licon-folder-picture:before {
	content: "\e6c5";
}
.licon-folder-film:before {
	content: "\e6c6";
}
.licon-scissors:before {
	content: "\e6c7";
}
.licon-paste:before {
	content: "\e6c8";
}
.licon-clipboard-empty:before {
	content: "\e6c9";
}
.licon-clipboard-pencil:before {
	content: "\e6ca";
}
.licon-clipboard-text:before {
	content: "\e6cb";
}
.licon-clipboard-check:before {
	content: "\e6cc";
}
.licon-clipboard-down:before {
	content: "\e6cd";
}
.licon-clipboard-left:before {
	content: "\e6ce";
}
.licon-clipboard-alert:before {
	content: "\e6cf";
}
.licon-clipboard-user:before {
	content: "\e6d0";
}
.licon-register:before {
	content: "\e6d1";
}
.licon-enter:before {
	content: "\e6d2";
}
.licon-exit:before {
	content: "\e6d3";
}
.licon-papers:before {
	content: "\e6d4";
}
.licon-news:before {
	content: "\e6d5";
}
.licon-reading:before {
	content: "\e6d6";
}
.licon-typewriter:before {
	content: "\e6d7";
}
.licon-document:before {
	content: "\e6d8";
}
.licon-document2:before {
	content: "\e6d9";
}
.licon-graduation-hat:before {
	content: "\e6da";
}
.licon-license:before {
	content: "\e6db";
}
.licon-license2:before {
	content: "\e6dc";
}
.licon-medal-empty:before {
	content: "\e6dd";
}
.licon-medal-first:before {
	content: "\e6de";
}
.licon-medal-second:before {
	content: "\e6df";
}
.licon-medal-third:before {
	content: "\e6e0";
}
.licon-podium:before {
	content: "\e6e1";
}
.licon-trophy:before {
	content: "\e6e2";
}
.licon-trophy2:before {
	content: "\e6e3";
}
.licon-music-note:before {
	content: "\e6e4";
}
.licon-music-note2:before {
	content: "\e6e5";
}
.licon-music-note3:before {
	content: "\e6e6";
}
.licon-playlist:before {
	content: "\e6e7";
}
.licon-playlist-add:before {
	content: "\e6e8";
}
.licon-guitar:before {
	content: "\e6e9";
}
.licon-trumpet:before {
	content: "\e6ea";
}
.licon-album:before {
	content: "\e6eb";
}
.licon-shuffle:before {
	content: "\e6ec";
}
.licon-repeat-one:before {
	content: "\e6ed";
}
.licon-repeat:before {
	content: "\e6ee";
}
.licon-headphones:before {
	content: "\e6ef";
}
.licon-headset:before {
	content: "\e6f0";
}
.licon-loudspeaker:before {
	content: "\e6f1";
}
.licon-equalizer:before {
	content: "\e6f2";
}
.licon-theater:before {
	content: "\e6f3";
}
.licon-3d-glasses:before {
	content: "\e6f4";
}
.licon-ticket:before {
	content: "\e6f5";
}
.licon-presentation:before {
	content: "\e6f6";
}
.licon-play:before {
	content: "\e6f7";
}
.licon-film-play:before {
	content: "\e6f8";
}
.licon-clapboard-play:before {
	content: "\e6f9";
}
.licon-media:before {
	content: "\e6fa";
}
.licon-film:before {
	content: "\e6fb";
}
.licon-film2:before {
	content: "\e6fc";
}
.licon-surveillance:before {
	content: "\e6fd";
}
.licon-surveillance2:before {
	content: "\e6fe";
}
.licon-camera:before {
	content: "\e6ff";
}
.licon-camera-crossed:before {
	content: "\e700";
}
.licon-camera-play:before {
	content: "\e701";
}
.licon-time-lapse:before {
	content: "\e702";
}
.licon-record:before {
	content: "\e703";
}
.licon-camera2:before {
	content: "\e704";
}
.licon-camera-flip:before {
	content: "\e705";
}
.licon-panorama:before {
	content: "\e706";
}
.licon-time-lapse2:before {
	content: "\e707";
}
.licon-shutter:before {
	content: "\e708";
}
.licon-shutter2:before {
	content: "\e709";
}
.licon-face-detection:before {
	content: "\e70a";
}
.licon-flare:before {
	content: "\e70b";
}
.licon-convex:before {
	content: "\e70c";
}
.licon-concave:before {
	content: "\e70d";
}
.licon-picture:before {
	content: "\e70e";
}
.licon-picture2:before {
	content: "\e70f";
}
.licon-picture3:before {
	content: "\e710";
}
.licon-pictures:before {
	content: "\e711";
}
.licon-book:before {
	content: "\e712";
}
.licon-audio-book:before {
	content: "\e713";
}
.licon-book2:before {
	content: "\e714";
}
.licon-bookmark:before {
	content: "\e715";
}
.licon-bookmark2:before {
	content: "\e716";
}
.licon-label:before {
	content: "\e717";
}
.licon-library:before {
	content: "\e718";
}
.licon-library2:before {
	content: "\e719";
}
.licon-contacts:before {
	content: "\e71a";
}
.licon-profile:before {
	content: "\e71b";
}
.licon-portrait:before {
	content: "\e71c";
}
.licon-portrait2:before {
	content: "\e71d";
}
.licon-user:before {
	content: "\e71e";
}
.licon-user-plus:before {
	content: "\e71f";
}
.licon-user-minus:before {
	content: "\e720";
}
.licon-user-lock:before {
	content: "\e721";
}
.licon-users:before {
	content: "\e722";
}
.licon-users2:before {
	content: "\e723";
}
.licon-users-plus:before {
	content: "\e724";
}
.licon-users-minus:before {
	content: "\e725";
}
.licon-group-work:before {
	content: "\e726";
}
.licon-woman:before {
	content: "\e727";
}
.licon-man:before {
	content: "\e728";
}
.licon-baby:before {
	content: "\e729";
}
.licon-baby2:before {
	content: "\e72a";
}
.licon-baby3:before {
	content: "\e72b";
}
.licon-baby-bottle:before {
	content: "\e72c";
}
.licon-walk:before {
	content: "\e72d";
}
.licon-hand-waving:before {
	content: "\e72e";
}
.licon-jump:before {
	content: "\e72f";
}
.licon-run:before {
	content: "\e730";
}
.licon-woman2:before {
	content: "\e731";
}
.licon-man2:before {
	content: "\e732";
}
.licon-man-woman:before {
	content: "\e733";
}
.licon-height:before {
	content: "\e734";
}
.licon-weight:before {
	content: "\e735";
}
.licon-scale:before {
	content: "\e736";
}
.licon-button:before {
	content: "\e737";
}
.licon-bow-tie:before {
	content: "\e738";
}
.licon-tie:before {
	content: "\e739";
}
.licon-socks:before {
	content: "\e73a";
}
.licon-shoe:before {
	content: "\e73b";
}
.licon-shoes:before {
	content: "\e73c";
}
.licon-hat:before {
	content: "\e73d";
}
.licon-pants:before {
	content: "\e73e";
}
.licon-shorts:before {
	content: "\e73f";
}
.licon-flip-flops:before {
	content: "\e740";
}
.licon-shirt:before {
	content: "\e741";
}
.licon-hanger:before {
	content: "\e742";
}
.licon-laundry:before {
	content: "\e743";
}
.licon-store:before {
	content: "\e744";
}
.licon-haircut:before {
	content: "\e745";
}
.licon-store-24:before {
	content: "\e746";
}
.licon-barcode:before {
	content: "\e747";
}
.licon-barcode2:before {
	content: "\e748";
}
.licon-barcode3:before {
	content: "\e749";
}
.licon-cashier:before {
	content: "\e74a";
}
.licon-bag:before {
	content: "\e74b";
}
.licon-bag2:before {
	content: "\e74c";
}
.licon-cart:before {
	content: "\e74d";
}
.licon-cart-empty:before {
	content: "\e74e";
}
.licon-cart-full:before {
	content: "\e74f";
}
.licon-cart-plus:before {
	content: "\e750";
}
.licon-cart-plus2:before {
	content: "\e751";
}
.licon-cart-add:before {
	content: "\e752";
}
.licon-cart-remove:before {
	content: "\e753";
}
.licon-cart-exchange:before {
	content: "\e754";
}
.licon-tag:before {
	content: "\e755";
}
.licon-tags:before {
	content: "\e756";
}
.licon-receipt:before {
	content: "\e757";
}
.licon-wallet:before {
	content: "\e758";
}
.licon-credit-card:before {
	content: "\e759";
}
.licon-cash-dollar:before {
	content: "\e75a";
}
.licon-cash-euro:before {
	content: "\e75b";
}
.licon-cash-pound:before {
	content: "\e75c";
}
.licon-cash-yen:before {
	content: "\e75d";
}
.licon-bag-dollar:before {
	content: "\e75e";
}
.licon-bag-euro:before {
	content: "\e75f";
}
.licon-bag-pound:before {
	content: "\e760";
}
.licon-bag-yen:before {
	content: "\e761";
}
.licon-coin-dollar:before {
	content: "\e762";
}
.licon-coin-euro:before {
	content: "\e763";
}
.licon-coin-pound:before {
	content: "\e764";
}
.licon-coin-yen:before {
	content: "\e765";
}
.licon-calculator:before {
	content: "\e766";
}
.licon-calculator2:before {
	content: "\e767";
}
.licon-abacus:before {
	content: "\e768";
}
.licon-vault:before {
	content: "\e769";
}
.licon-telephone:before {
	content: "\e76a";
}
.licon-phone-lock:before {
	content: "\e76b";
}
.licon-phone-wave:before {
	content: "\e76c";
}
.licon-phone-pause:before {
	content: "\e76d";
}
.licon-phone-outgoing:before {
	content: "\e76e";
}
.licon-phone-incoming:before {
	content: "\e76f";
}
.licon-phone-in-out:before {
	content: "\e770";
}
.licon-phone-error:before {
	content: "\e771";
}
.licon-phone-sip:before {
	content: "\e772";
}
.licon-phone-plus:before {
	content: "\e773";
}
.licon-phone-minus:before {
	content: "\e774";
}
.licon-voicemail:before {
	content: "\e775";
}
.licon-dial:before {
	content: "\e776";
}
.licon-telephone2:before {
	content: "\e777";
}
.licon-pushpin:before {
	content: "\e778";
}
.licon-pushpin2:before {
	content: "\e779";
}
.licon-map-marker:before {
	content: "\e77a";
}
.licon-map-marker-user:before {
	content: "\e77b";
}
.licon-map-marker-down:before {
	content: "\e77c";
}
.licon-map-marker-check:before {
	content: "\e77d";
}
.licon-map-marker-crossed:before {
	content: "\e77e";
}
.licon-radar:before {
	content: "\e77f";
}
.licon-compass2:before {
	content: "\e780";
}
.licon-map:before {
	content: "\e781";
}
.licon-map2:before {
	content: "\e782";
}
.licon-location:before {
	content: "\e783";
}
.licon-road-sign:before {
	content: "\e784";
}
.licon-calendar-empty:before {
	content: "\e785";
}
.licon-calendar-check:before {
	content: "\e786";
}
.licon-calendar-cross:before {
	content: "\e787";
}
.licon-calendar-31:before {
	content: "\e788";
}
.licon-calendar-full:before {
	content: "\e789";
}
.licon-calendar-insert:before {
	content: "\e78a";
}
.licon-calendar-text:before {
	content: "\e78b";
}
.licon-calendar-user:before {
	content: "\e78c";
}
.licon-mouse:before {
	content: "\e78d";
}
.licon-mouse-left:before {
	content: "\e78e";
}
.licon-mouse-right:before {
	content: "\e78f";
}
.licon-mouse-both:before {
	content: "\e790";
}
.licon-keyboard:before {
	content: "\e791";
}
.licon-keyboard-up:before {
	content: "\e792";
}
.licon-keyboard-down:before {
	content: "\e793";
}
.licon-delete:before {
	content: "\e794";
}
.licon-spell-check:before {
	content: "\e795";
}
.licon-escape:before {
	content: "\e796";
}
.licon-enter2:before {
	content: "\e797";
}
.licon-screen:before {
	content: "\e798";
}
.licon-aspect-ratio:before {
	content: "\e799";
}
.licon-signal:before {
	content: "\e79a";
}
.licon-signal-lock:before {
	content: "\e79b";
}
.licon-signal-80:before {
	content: "\e79c";
}
.licon-signal-60:before {
	content: "\e79d";
}
.licon-signal-40:before {
	content: "\e79e";
}
.licon-signal-20:before {
	content: "\e79f";
}
.licon-signal-0:before {
	content: "\e7a0";
}
.licon-signal-blocked:before {
	content: "\e7a1";
}
.licon-sim:before {
	content: "\e7a2";
}
.licon-flash-memory:before {
	content: "\e7a3";
}
.licon-usb-drive:before {
	content: "\e7a4";
}
.licon-phone:before {
	content: "\e7a5";
}
.licon-smartphone:before {
	content: "\e7a6";
}
.licon-smartphone-notification:before {
	content: "\e7a7";
}
.licon-smartphone-vibration:before {
	content: "\e7a8";
}
.licon-smartphone-embed:before {
	content: "\e7a9";
}
.licon-smartphone-waves:before {
	content: "\e7aa";
}
.licon-tablet:before {
	content: "\e7ab";
}
.licon-tablet2:before {
	content: "\e7ac";
}
.licon-laptop:before {
	content: "\e7ad";
}
.licon-laptop-phone:before {
	content: "\e7ae";
}
.licon-desktop:before {
	content: "\e7af";
}
.licon-launch:before {
	content: "\e7b0";
}
.licon-new-tab:before {
	content: "\e7b1";
}
.licon-window:before {
	content: "\e7b2";
}
.licon-cable:before {
	content: "\e7b3";
}
.licon-cable2:before {
	content: "\e7b4";
}
.licon-tv:before {
	content: "\e7b5";
}
.licon-radio:before {
	content: "\e7b6";
}
.licon-remote-control:before {
	content: "\e7b7";
}
.licon-power-switch:before {
	content: "\e7b8";
}
.licon-power:before {
	content: "\e7b9";
}
.licon-power-crossed:before {
	content: "\e7ba";
}
.licon-flash-auto:before {
	content: "\e7bb";
}
.licon-lamp:before {
	content: "\e7bc";
}
.licon-flashlight:before {
	content: "\e7bd";
}
.licon-lampshade:before {
	content: "\e7be";
}
.licon-cord:before {
	content: "\e7bf";
}
.licon-outlet:before {
	content: "\e7c0";
}
.licon-battery-power:before {
	content: "\e7c1";
}
.licon-battery-empty:before {
	content: "\e7c2";
}
.licon-battery-alert:before {
	content: "\e7c3";
}
.licon-battery-error:before {
	content: "\e7c4";
}
.licon-battery-low1:before {
	content: "\e7c5";
}
.licon-battery-low2:before {
	content: "\e7c6";
}
.licon-battery-low3:before {
	content: "\e7c7";
}
.licon-battery-mid1:before {
	content: "\e7c8";
}
.licon-battery-mid2:before {
	content: "\e7c9";
}
.licon-battery-mid3:before {
	content: "\e7ca";
}
.licon-battery-full:before {
	content: "\e7cb";
}
.licon-battery-charging:before {
	content: "\e7cc";
}
.licon-battery-charging2:before {
	content: "\e7cd";
}
.licon-battery-charging3:before {
	content: "\e7ce";
}
.licon-battery-charging4:before {
	content: "\e7cf";
}
.licon-battery-charging5:before {
	content: "\e7d0";
}
.licon-battery-charging6:before {
	content: "\e7d1";
}
.licon-battery-charging7:before {
	content: "\e7d2";
}
.licon-chip:before {
	content: "\e7d3";
}
.licon-chip-x64:before {
	content: "\e7d4";
}
.licon-chip-x86:before {
	content: "\e7d5";
}
.licon-bubble:before {
	content: "\e7d6";
}
.licon-bubbles:before {
	content: "\e7d7";
}
.licon-bubble-dots:before {
	content: "\e7d8";
}
.licon-bubble-alert:before {
	content: "\e7d9";
}
.licon-bubble-question:before {
	content: "\e7da";
}
.licon-bubble-text:before {
	content: "\e7db";
}
.licon-bubble-pencil:before {
	content: "\e7dc";
}
.licon-bubble-picture:before {
	content: "\e7dd";
}
.licon-bubble-video:before {
	content: "\e7de";
}
.licon-bubble-user:before {
	content: "\e7df";
}
.licon-bubble-quote:before {
	content: "\e7e0";
}
.licon-bubble-heart:before {
	content: "\e7e1";
}
.licon-bubble-emoticon:before {
	content: "\e7e2";
}
.licon-bubble-attachment:before {
	content: "\e7e3";
}
.licon-phone-bubble:before {
	content: "\e7e4";
}
.licon-quote-open:before {
	content: "\e7e5";
}
.licon-quote-close:before {
	content: "\e7e6";
}
.licon-dna:before {
	content: "\e7e7";
}
.licon-heart-pulse:before {
	content: "\e7e8";
}
.licon-pulse:before {
	content: "\e7e9";
}
.licon-syringe:before {
	content: "\e7ea";
}
.licon-pills:before {
	content: "\e7eb";
}
.licon-first-aid:before {
	content: "\e7ec";
}
.licon-lifebuoy:before {
	content: "\e7ed";
}
.licon-bandage:before {
	content: "\e7ee";
}
.licon-bandages:before {
	content: "\e7ef";
}
.licon-thermometer:before {
	content: "\e7f0";
}
.licon-microscope:before {
	content: "\e7f1";
}
.licon-brain:before {
	content: "\e7f2";
}
.licon-beaker:before {
	content: "\e7f3";
}
.licon-skull:before {
	content: "\e7f4";
}
.licon-bone:before {
	content: "\e7f5";
}
.licon-construction:before {
	content: "\e7f6";
}
.licon-construction-cone:before {
	content: "\e7f7";
}
.licon-pie-chart:before {
	content: "\e7f8";
}
.licon-pie-chart2:before {
	content: "\e7f9";
}
.licon-graph:before {
	content: "\e7fa";
}
.licon-chart-growth:before {
	content: "\e7fb";
}
.licon-chart-bars:before {
	content: "\e7fc";
}
.licon-chart-settings:before {
	content: "\e7fd";
}
.licon-cake:before {
	content: "\e7fe";
}
.licon-gift:before {
	content: "\e7ff";
}
.licon-balloon:before {
	content: "\e800";
}
.licon-rank:before {
	content: "\e801";
}
.licon-rank2:before {
	content: "\e802";
}
.licon-rank3:before {
	content: "\e803";
}
.licon-crown:before {
	content: "\e804";
}
.licon-lotus:before {
	content: "\e805";
}
.licon-diamond:before {
	content: "\e806";
}
.licon-diamond2:before {
	content: "\e807";
}
.licon-diamond3:before {
	content: "\e808";
}
.licon-diamond4:before {
	content: "\e809";
}
.licon-linearicons:before {
	content: "\e80a";
}
.licon-teacup:before {
	content: "\e80b";
}
.licon-teapot:before {
	content: "\e80c";
}
.licon-glass:before {
	content: "\e80d";
}
.licon-bottle2:before {
	content: "\e80e";
}
.licon-glass-cocktail:before {
	content: "\e80f";
}
.licon-glass2:before {
	content: "\e810";
}
.licon-dinner:before {
	content: "\e811";
}
.licon-dinner2:before {
	content: "\e812";
}
.licon-chef:before {
	content: "\e813";
}
.licon-scale2:before {
	content: "\e814";
}
.licon-egg:before {
	content: "\e815";
}
.licon-egg2:before {
	content: "\e816";
}
.licon-eggs:before {
	content: "\e817";
}
.licon-platter:before {
	content: "\e818";
}
.licon-steak:before {
	content: "\e819";
}
.licon-hamburger:before {
	content: "\e81a";
}
.licon-hotdog:before {
	content: "\e81b";
}
.licon-pizza:before {
	content: "\e81c";
}
.licon-sausage:before {
	content: "\e81d";
}
.licon-chicken:before {
	content: "\e81e";
}
.licon-fish:before {
	content: "\e81f";
}
.licon-carrot:before {
	content: "\e820";
}
.licon-cheese:before {
	content: "\e821";
}
.licon-bread:before {
	content: "\e822";
}
.licon-ice-cream:before {
	content: "\e823";
}
.licon-ice-cream2:before {
	content: "\e824";
}
.licon-candy:before {
	content: "\e825";
}
.licon-lollipop:before {
	content: "\e826";
}
.licon-coffee-bean:before {
	content: "\e827";
}
.licon-coffee-cup:before {
	content: "\e828";
}
.licon-cherry:before {
	content: "\e829";
}
.licon-grapes:before {
	content: "\e82a";
}
.licon-citrus:before {
	content: "\e82b";
}
.licon-apple:before {
	content: "\e82c";
}
.licon-leaf:before {
	content: "\e82d";
}
.licon-landscape:before {
	content: "\e82e";
}
.licon-pine-tree:before {
	content: "\e82f";
}
.licon-tree:before {
	content: "\e830";
}
.licon-cactus:before {
	content: "\e831";
}
.licon-paw:before {
	content: "\e832";
}
.licon-footprint:before {
	content: "\e833";
}
.licon-speed-slow:before {
	content: "\e834";
}
.licon-speed-medium:before {
	content: "\e835";
}
.licon-speed-fast:before {
	content: "\e836";
}
.licon-rocket:before {
	content: "\e837";
}
.licon-hammer2:before {
	content: "\e838";
}
.licon-balance:before {
	content: "\e839";
}
.licon-briefcase:before {
	content: "\e83a";
}
.licon-luggage-weight:before {
	content: "\e83b";
}
.licon-dolly:before {
	content: "\e83c";
}
.licon-plane:before {
	content: "\e83d";
}
.licon-plane-crossed:before {
	content: "\e83e";
}
.licon-helicopter:before {
	content: "\e83f";
}
.licon-traffic-lights:before {
	content: "\e840";
}
.licon-siren:before {
	content: "\e841";
}
.licon-road:before {
	content: "\e842";
}
.licon-engine:before {
	content: "\e843";
}
.licon-oil-pressure:before {
	content: "\e844";
}
.licon-coolant-temperature:before {
	content: "\e845";
}
.licon-car-battery:before {
	content: "\e846";
}
.licon-gas:before {
	content: "\e847";
}
.licon-gallon:before {
	content: "\e848";
}
.licon-transmission:before {
	content: "\e849";
}
.licon-car:before {
	content: "\e84a";
}
.licon-car-wash:before {
	content: "\e84b";
}
.licon-car-wash2:before {
	content: "\e84c";
}
.licon-bus:before {
	content: "\e84d";
}
.licon-bus2:before {
	content: "\e84e";
}
.licon-car2:before {
	content: "\e84f";
}
.licon-parking:before {
	content: "\e850";
}
.licon-car-lock:before {
	content: "\e851";
}
.licon-taxi:before {
	content: "\e852";
}
.licon-car-siren:before {
	content: "\e853";
}
.licon-car-wash3:before {
	content: "\e854";
}
.licon-car-wash4:before {
	content: "\e855";
}
.licon-ambulance:before {
	content: "\e856";
}
.licon-truck:before {
	content: "\e857";
}
.licon-trailer:before {
	content: "\e858";
}
.licon-scale-truck:before {
	content: "\e859";
}
.licon-train:before {
	content: "\e85a";
}
.licon-ship:before {
	content: "\e85b";
}
.licon-ship2:before {
	content: "\e85c";
}
.licon-anchor:before {
	content: "\e85d";
}
.licon-boat:before {
	content: "\e85e";
}
.licon-bicycle:before {
	content: "\e85f";
}
.licon-bicycle2:before {
	content: "\e860";
}
.licon-dumbbell:before {
	content: "\e861";
}
.licon-bench-press:before {
	content: "\e862";
}
.licon-swim:before {
	content: "\e863";
}
.licon-football:before {
	content: "\e864";
}
.licon-baseball-bat:before {
	content: "\e865";
}
.licon-baseball:before {
	content: "\e866";
}
.licon-tennis:before {
	content: "\e867";
}
.licon-tennis2:before {
	content: "\e868";
}
.licon-ping-pong:before {
	content: "\e869";
}
.licon-hockey:before {
	content: "\e86a";
}
.licon-8ball:before {
	content: "\e86b";
}
.licon-bowling:before {
	content: "\e86c";
}
.licon-bowling-pins:before {
	content: "\e86d";
}
.licon-golf:before {
	content: "\e86e";
}
.licon-golf2:before {
	content: "\e86f";
}
.licon-archery:before {
	content: "\e870";
}
.licon-slingshot:before {
	content: "\e871";
}
.licon-soccer:before {
	content: "\e872";
}
.licon-basketball:before {
	content: "\e873";
}
.licon-cube:before {
	content: "\e874";
}
.licon-3d-rotate:before {
	content: "\e875";
}
.licon-puzzle:before {
	content: "\e876";
}
.licon-glasses:before {
	content: "\e877";
}
.licon-glasses2:before {
	content: "\e878";
}
.licon-accessibility:before {
	content: "\e879";
}
.licon-wheelchair:before {
	content: "\e87a";
}
.licon-wall:before {
	content: "\e87b";
}
.licon-fence:before {
	content: "\e87c";
}
.licon-wall2:before {
	content: "\e87d";
}
.licon-icons:before {
	content: "\e87e";
}
.licon-resize-handle:before {
	content: "\e87f";
}
.licon-icons2:before {
	content: "\e880";
}
.licon-select:before {
	content: "\e881";
}
.licon-select2:before {
	content: "\e882";
}
.licon-site-map:before {
	content: "\e883";
}
.licon-earth:before {
	content: "\e884";
}
.licon-earth-lock:before {
	content: "\e885";
}
.licon-network:before {
	content: "\e886";
}
.licon-network-lock:before {
	content: "\e887";
}
.licon-planet:before {
	content: "\e888";
}
.licon-happy:before {
	content: "\e889";
}
.licon-smile:before {
	content: "\e88a";
}
.licon-grin:before {
	content: "\e88b";
}
.licon-tongue:before {
	content: "\e88c";
}
.licon-sad:before {
	content: "\e88d";
}
.licon-wink:before {
	content: "\e88e";
}
.licon-dream:before {
	content: "\e88f";
}
.licon-shocked:before {
	content: "\e890";
}
.licon-shocked2:before {
	content: "\e891";
}
.licon-tongue2:before {
	content: "\e892";
}
.licon-neutral:before {
	content: "\e893";
}
.licon-happy-grin:before {
	content: "\e894";
}
.licon-cool:before {
	content: "\e895";
}
.licon-mad:before {
	content: "\e896";
}
.licon-grin-evil:before {
	content: "\e897";
}
.licon-evil:before {
	content: "\e898";
}
.licon-wow:before {
	content: "\e899";
}
.licon-annoyed:before {
	content: "\e89a";
}
.licon-wondering:before {
	content: "\e89b";
}
.licon-confused:before {
	content: "\e89c";
}
.licon-zipped:before {
	content: "\e89d";
}
.licon-grumpy:before {
	content: "\e89e";
}
.licon-mustache:before {
	content: "\e89f";
}
.licon-tombstone-hipster:before {
	content: "\e8a0";
}
.licon-tombstone:before {
	content: "\e8a1";
}
.licon-ghost:before {
	content: "\e8a2";
}
.licon-ghost-hipster:before {
	content: "\e8a3";
}
.licon-halloween:before {
	content: "\e8a4";
}
.licon-christmas:before {
	content: "\e8a5";
}
.licon-easter-egg:before {
	content: "\e8a6";
}
.licon-mustache2:before {
	content: "\e8a7";
}
.licon-mustache-glasses:before {
	content: "\e8a8";
}
.licon-pipe:before {
	content: "\e8a9";
}
.licon-alarm:before {
	content: "\e8aa";
}
.licon-alarm-add:before {
	content: "\e8ab";
}
.licon-alarm-snooze:before {
	content: "\e8ac";
}
.licon-alarm-ringing:before {
	content: "\e8ad";
}
.licon-bullhorn:before {
	content: "\e8ae";
}
.licon-hearing:before {
	content: "\e8af";
}
.licon-volume-high:before {
	content: "\e8b0";
}
.licon-volume-medium:before {
	content: "\e8b1";
}
.licon-volume-low:before {
	content: "\e8b2";
}
.licon-volume:before {
	content: "\e8b3";
}
.licon-mute:before {
	content: "\e8b4";
}
.licon-lan:before {
	content: "\e8b5";
}
.licon-lan2:before {
	content: "\e8b6";
}
.licon-wifi:before {
	content: "\e8b7";
}
.licon-wifi-lock:before {
	content: "\e8b8";
}
.licon-wifi-blocked:before {
	content: "\e8b9";
}
.licon-wifi-mid:before {
	content: "\e8ba";
}
.licon-wifi-low:before {
	content: "\e8bb";
}
.licon-wifi-low2:before {
	content: "\e8bc";
}
.licon-wifi-alert:before {
	content: "\e8bd";
}
.licon-wifi-alert-mid:before {
	content: "\e8be";
}
.licon-wifi-alert-low:before {
	content: "\e8bf";
}
.licon-wifi-alert-low2:before {
	content: "\e8c0";
}
.licon-stream:before {
	content: "\e8c1";
}
.licon-stream-check:before {
	content: "\e8c2";
}
.licon-stream-error:before {
	content: "\e8c3";
}
.licon-stream-alert:before {
	content: "\e8c4";
}
.licon-communication:before {
	content: "\e8c5";
}
.licon-communication-crossed:before {
	content: "\e8c6";
}
.licon-broadcast:before {
	content: "\e8c7";
}
.licon-antenna:before {
	content: "\e8c8";
}
.licon-satellite:before {
	content: "\e8c9";
}
.licon-satellite2:before {
	content: "\e8ca";
}
.licon-mic:before {
	content: "\e8cb";
}
.licon-mic-mute:before {
	content: "\e8cc";
}
.licon-mic2:before {
	content: "\e8cd";
}
.licon-spotlights:before {
	content: "\e8ce";
}
.licon-hourglass:before {
	content: "\e8cf";
}
.licon-loading:before {
	content: "\e8d0";
}
.licon-loading2:before {
	content: "\e8d1";
}
.licon-loading3:before {
	content: "\e8d2";
}
.licon-refresh:before {
	content: "\e8d3";
}
.licon-refresh2:before {
	content: "\e8d4";
}
.licon-undo:before {
	content: "\e8d5";
}
.licon-redo:before {
	content: "\e8d6";
}
.licon-jump2:before {
	content: "\e8d7";
}
.licon-undo2:before {
	content: "\e8d8";
}
.licon-redo2:before {
	content: "\e8d9";
}
.licon-sync:before {
	content: "\e8da";
}
.licon-repeat-one2:before {
	content: "\e8db";
}
.licon-sync-crossed:before {
	content: "\e8dc";
}
.licon-sync2:before {
	content: "\e8dd";
}
.licon-repeat-one3:before {
	content: "\e8de";
}
.licon-sync-crossed2:before {
	content: "\e8df";
}
.licon-return:before {
	content: "\e8e0";
}
.licon-return2:before {
	content: "\e8e1";
}
.licon-refund:before {
	content: "\e8e2";
}
.licon-history:before {
	content: "\e8e3";
}
.licon-history2:before {
	content: "\e8e4";
}
.licon-self-timer:before {
	content: "\e8e5";
}
.licon-clock:before {
	content: "\e8e6";
}
.licon-clock2:before {
	content: "\e8e7";
}
.licon-clock3:before {
	content: "\e8e8";
}
.licon-watch:before {
	content: "\e8e9";
}
.licon-alarm2:before {
	content: "\e8ea";
}
.licon-alarm-add2:before {
	content: "\e8eb";
}
.licon-alarm-remove:before {
	content: "\e8ec";
}
.licon-alarm-check:before {
	content: "\e8ed";
}
.licon-alarm-error:before {
	content: "\e8ee";
}
.licon-timer:before {
	content: "\e8ef";
}
.licon-timer-crossed:before {
	content: "\e8f0";
}
.licon-timer2:before {
	content: "\e8f1";
}
.licon-timer-crossed2:before {
	content: "\e8f2";
}
.licon-download:before {
	content: "\e8f3";
}
.licon-upload:before {
	content: "\e8f4";
}
.licon-download2:before {
	content: "\e8f5";
}
.licon-upload2:before {
	content: "\e8f6";
}
.licon-enter-up:before {
	content: "\e8f7";
}
.licon-enter-down:before {
	content: "\e8f8";
}
.licon-enter-left:before {
	content: "\e8f9";
}
.licon-enter-right:before {
	content: "\e8fa";
}
.licon-exit-up:before {
	content: "\e8fb";
}
.licon-exit-down:before {
	content: "\e8fc";
}
.licon-exit-left:before {
	content: "\e8fd";
}
.licon-exit-right:before {
	content: "\e8fe";
}
.licon-enter-up2:before {
	content: "\e8ff";
}
.licon-enter-down2:before {
	content: "\e900";
}
.licon-enter-vertical:before {
	content: "\e901";
}
.licon-enter-left2:before {
	content: "\e902";
}
.licon-enter-right2:before {
	content: "\e903";
}
.licon-enter-horizontal:before {
	content: "\e904";
}
.licon-exit-up2:before {
	content: "\e905";
}
.licon-exit-down2:before {
	content: "\e906";
}
.licon-exit-left2:before {
	content: "\e907";
}
.licon-exit-right2:before {
	content: "\e908";
}
.licon-cli:before {
	content: "\e909";
}
.licon-bug:before {
	content: "\e90a";
}
.licon-code:before {
	content: "\e90b";
}
.licon-file-code:before {
	content: "\e90c";
}
.licon-file-image:before {
	content: "\e90d";
}
.licon-file-zip:before {
	content: "\e90e";
}
.licon-file-audio:before {
	content: "\e90f";
}
.licon-file-video:before {
	content: "\e910";
}
.licon-file-preview:before {
	content: "\e911";
}
.licon-file-charts:before {
	content: "\e912";
}
.licon-file-stats:before {
	content: "\e913";
}
.licon-file-spreadsheet:before {
	content: "\e914";
}
.licon-link:before {
	content: "\e915";
}
.licon-unlink:before {
	content: "\e916";
}
.licon-link2:before {
	content: "\e917";
}
.licon-unlink2:before {
	content: "\e918";
}
.licon-thumbs-up:before {
	content: "\e919";
}
.licon-thumbs-down:before {
	content: "\e91a";
}
.licon-thumbs-up2:before {
	content: "\e91b";
}
.licon-thumbs-down2:before {
	content: "\e91c";
}
.licon-thumbs-up3:before {
	content: "\e91d";
}
.licon-thumbs-down3:before {
	content: "\e91e";
}
.licon-share:before {
	content: "\e91f";
}
.licon-share2:before {
	content: "\e920";
}
.licon-share3:before {
	content: "\e921";
}
.licon-magnifier:before {
	content: "\e922";
}
.licon-file-search:before {
	content: "\e923";
}
.licon-find-replace:before {
	content: "\e924";
}
.licon-zoom-in:before {
	content: "\e925";
}
.licon-zoom-out:before {
	content: "\e926";
}
.licon-loupe:before {
	content: "\e927";
}
.licon-loupe-zoom-in:before {
	content: "\e928";
}
.licon-loupe-zoom-out:before {
	content: "\e929";
}
.licon-cross:before {
	content: "\e92a";
}
.licon-menu:before {
	content: "\e92b";
}
.licon-list:before {
	content: "\e92c";
}
.licon-list2:before {
	content: "\e92d";
}
.licon-list3:before {
	content: "\e92e";
}
.licon-menu2:before {
	content: "\e92f";
}
.licon-list4:before {
	content: "\e930";
}
.licon-menu3:before {
	content: "\e931";
}
.licon-exclamation:before {
	content: "\e932";
}
.licon-question:before {
	content: "\e933";
}
.licon-check:before {
	content: "\e934";
}
.licon-cross2:before {
	content: "\e935";
}
.licon-plus:before {
	content: "\e936";
}
.licon-minus:before {
	content: "\e937";
}
.licon-percent:before {
	content: "\e938";
}
.licon-chevron-up:before {
	content: "\e939";
}
.licon-chevron-down:before {
	content: "\e93a";
}
.licon-chevron-left:before {
	content: "\e93b";
}
.licon-chevron-right:before {
	content: "\e93c";
}
.licon-chevrons-expand-vertical:before {
	content: "\e93d";
}
.licon-chevrons-expand-horizontal:before {
	content: "\e93e";
}
.licon-chevrons-contract-vertical:before {
	content: "\e93f";
}
.licon-chevrons-contract-horizontal:before {
	content: "\e940";
}
.licon-arrow-up:before {
	content: "\e941";
}
.licon-arrow-down:before {
	content: "\e942";
}
.licon-arrow-left:before {
	content: "\e943";
}
.licon-arrow-right:before {
	content: "\e944";
}
.licon-arrow-up-right:before {
	content: "\e945";
}
.licon-arrows-merge:before {
	content: "\e946";
}
.licon-arrows-split:before {
	content: "\e947";
}
.licon-arrow-divert:before {
	content: "\e948";
}
.licon-arrow-return:before {
	content: "\e949";
}
.licon-expand:before {
	content: "\e94a";
}
.licon-contract:before {
	content: "\e94b";
}
.licon-expand2:before {
	content: "\e94c";
}
.licon-contract2:before {
	content: "\e94d";
}
.licon-move:before {
	content: "\e94e";
}
.licon-tab:before {
	content: "\e94f";
}
.licon-arrow-wave:before {
	content: "\e950";
}
.licon-expand3:before {
	content: "\e951";
}
.licon-expand4:before {
	content: "\e952";
}
.licon-contract3:before {
	content: "\e953";
}
.licon-notification:before {
	content: "\e954";
}
.licon-warning:before {
	content: "\e955";
}
.licon-notification-circle:before {
	content: "\e956";
}
.licon-question-circle:before {
	content: "\e957";
}
.licon-menu-circle:before {
	content: "\e958";
}
.licon-checkmark-circle:before {
	content: "\e959";
}
.licon-cross-circle:before {
	content: "\e95a";
}
.licon-plus-circle:before {
	content: "\e95b";
}
.licon-circle-minus:before {
	content: "\e95c";
}
.licon-percent-circle:before {
	content: "\e95d";
}
.licon-arrow-up-circle:before {
	content: "\e95e";
}
.licon-arrow-down-circle:before {
	content: "\e95f";
}
.licon-arrow-left-circle:before {
	content: "\e960";
}
.licon-arrow-right-circle:before {
	content: "\e961";
}
.licon-chevron-up-circle:before {
	content: "\e962";
}
.licon-chevron-down-circle:before {
	content: "\e963";
}
.licon-chevron-left-circle:before {
	content: "\e964";
}
.licon-chevron-right-circle:before {
	content: "\e965";
}
.licon-backward-circle:before {
	content: "\e966";
}
.licon-first-circle:before {
	content: "\e967";
}
.licon-previous-circle:before {
	content: "\e968";
}
.licon-stop-circle:before {
	content: "\e969";
}
.licon-play-circle:before {
	content: "\e96a";
}
.licon-pause-circle:before {
	content: "\e96b";
}
.licon-next-circle:before {
	content: "\e96c";
}
.licon-last-circle:before {
	content: "\e96d";
}
.licon-forward-circle:before {
	content: "\e96e";
}
.licon-eject-circle:before {
	content: "\e96f";
}
.licon-crop:before {
	content: "\e970";
}
.licon-frame-expand:before {
	content: "\e971";
}
.licon-frame-contract:before {
	content: "\e972";
}
.licon-focus:before {
	content: "\e973";
}
.licon-transform:before {
	content: "\e974";
}
.licon-grid:before {
	content: "\e975";
}
.licon-grid-crossed:before {
	content: "\e976";
}
.licon-layers:before {
	content: "\e977";
}
.licon-layers-crossed:before {
	content: "\e978";
}
.licon-toggle:before {
	content: "\e979";
}
.licon-rulers:before {
	content: "\e97a";
}
.licon-ruler:before {
	content: "\e97b";
}
.licon-funnel:before {
	content: "\e97c";
}
.licon-flip-horizontal:before {
	content: "\e97d";
}
.licon-flip-vertical:before {
	content: "\e97e";
}
.licon-flip-horizontal2:before {
	content: "\e97f";
}
.licon-flip-vertical2:before {
	content: "\e980";
}
.licon-angle:before {
	content: "\e981";
}
.licon-angle2:before {
	content: "\e982";
}
.licon-subtract:before {
	content: "\e983";
}
.licon-combine:before {
	content: "\e984";
}
.licon-intersect:before {
	content: "\e985";
}
.licon-exclude:before {
	content: "\e986";
}
.licon-align-center-vertical:before {
	content: "\e987";
}
.licon-align-right:before {
	content: "\e988";
}
.licon-align-bottom:before {
	content: "\e989";
}
.licon-align-left:before {
	content: "\e98a";
}
.licon-align-center-horizontal:before {
	content: "\e98b";
}
.licon-align-top:before {
	content: "\e98c";
}
.licon-square:before {
	content: "\e98d";
}
.licon-plus-square:before {
	content: "\e98e";
}
.licon-minus-square:before {
	content: "\e98f";
}
.licon-percent-square:before {
	content: "\e990";
}
.licon-arrow-up-square:before {
	content: "\e991";
}
.licon-arrow-down-square:before {
	content: "\e992";
}
.licon-arrow-left-square:before {
	content: "\e993";
}
.licon-arrow-right-square:before {
	content: "\e994";
}
.licon-chevron-up-square:before {
	content: "\e995";
}
.licon-chevron-down-square:before {
	content: "\e996";
}
.licon-chevron-left-square:before {
	content: "\e997";
}
.licon-chevron-right-square:before {
	content: "\e998";
}
.licon-check-square:before {
	content: "\e999";
}
.licon-cross-square:before {
	content: "\e99a";
}
.licon-menu-square:before {
	content: "\e99b";
}
.licon-prohibited:before {
	content: "\e99c";
}
.licon-circle:before {
	content: "\e99d";
}
.licon-radio-button:before {
	content: "\e99e";
}
.licon-ligature:before {
	content: "\e99f";
}
.licon-text-format:before {
	content: "\e9a0";
}
.licon-text-format-remove:before {
	content: "\e9a1";
}
.licon-text-size:before {
	content: "\e9a2";
}
.licon-bold:before {
	content: "\e9a3";
}
.licon-italic:before {
	content: "\e9a4";
}
.licon-underline:before {
	content: "\e9a5";
}
.licon-strikethrough:before {
	content: "\e9a6";
}
.licon-highlight:before {
	content: "\e9a7";
}
.licon-text-align-left:before {
	content: "\e9a8";
}
.licon-text-align-center:before {
	content: "\e9a9";
}
.licon-text-align-right:before {
	content: "\e9aa";
}
.licon-text-align-justify:before {
	content: "\e9ab";
}
.licon-line-spacing:before {
	content: "\e9ac";
}
.licon-indent-increase:before {
	content: "\e9ad";
}
.licon-indent-decrease:before {
	content: "\e9ae";
}
.licon-text-wrap:before {
	content: "\e9af";
}
.licon-pilcrow:before {
	content: "\e9b0";
}
.licon-direction-ltr:before {
	content: "\e9b1";
}
.licon-direction-rtl:before {
	content: "\e9b2";
}
.licon-page-break:before {
	content: "\e9b3";
}
.licon-page-break2:before {
	content: "\e9b4";
}
.licon-sort-alpha-asc:before {
	content: "\e9b5";
}
.licon-sort-alpha-desc:before {
	content: "\e9b6";
}
.licon-sort-numeric-asc:before {
	content: "\e9b7";
}
.licon-sort-numeric-desc:before {
	content: "\e9b8";
}
.licon-sort-amount-asc:before {
	content: "\e9b9";
}
.licon-sort-amount-desc:before {
	content: "\e9ba";
}
.licon-sort-time-asc:before {
	content: "\e9bb";
}
.licon-sort-time-desc:before {
	content: "\e9bc";
}
.licon-sigma:before {
	content: "\e9bd";
}
.licon-pencil-line:before {
	content: "\e9be";
}
.licon-hand:before {
	content: "\e9bf";
}
.licon-pointer-up:before {
	content: "\e9c0";
}
.licon-pointer-right:before {
	content: "\e9c1";
}
.licon-pointer-down:before {
	content: "\e9c2";
}
.licon-pointer-left:before {
	content: "\e9c3";
}
.licon-finger-tap:before {
	content: "\e9c4";
}
.licon-fingers-tap:before {
	content: "\e9c5";
}
.licon-reminder:before {
	content: "\e9c6";
}
.licon-fingers-crossed:before {
	content: "\e9c7";
}
.licon-fingers-victory:before {
	content: "\e9c8";
}
.licon-gesture-zoom:before {
	content: "\e9c9";
}
.licon-gesture-pinch:before {
	content: "\e9ca";
}
.licon-fingers-scroll-horizontal:before {
	content: "\e9cb";
}
.licon-fingers-scroll-vertical:before {
	content: "\e9cc";
}
.licon-fingers-scroll-left:before {
	content: "\e9cd";
}
.licon-fingers-scroll-right:before {
	content: "\e9ce";
}
.licon-hand2:before {
	content: "\e9cf";
}
.licon-pointer-up2:before {
	content: "\e9d0";
}
.licon-pointer-right2:before {
	content: "\e9d1";
}
.licon-pointer-down2:before {
	content: "\e9d2";
}
.licon-pointer-left2:before {
	content: "\e9d3";
}
.licon-finger-tap2:before {
	content: "\e9d4";
}
.licon-fingers-tap2:before {
	content: "\e9d5";
}
.licon-reminder2:before {
	content: "\e9d6";
}
.licon-gesture-zoom2:before {
	content: "\e9d7";
}
.licon-gesture-pinch2:before {
	content: "\e9d8";
}
.licon-fingers-scroll-horizontal2:before {
	content: "\e9d9";
}
.licon-fingers-scroll-vertical2:before {
	content: "\e9da";
}
.licon-fingers-scroll-left2:before {
	content: "\e9db";
}
.licon-fingers-scroll-right2:before {
	content: "\e9dc";
}
.licon-fingers-scroll-vertical3:before {
	content: "\e9dd";
}
.licon-border-style:before {
	content: "\e9de";
}
.licon-border-all:before {
	content: "\e9df";
}
.licon-border-outer:before {
	content: "\e9e0";
}
.licon-border-inner:before {
	content: "\e9e1";
}
.licon-border-top:before {
	content: "\e9e2";
}
.licon-border-horizontal:before {
	content: "\e9e3";
}
.licon-border-bottom:before {
	content: "\e9e4";
}
.licon-border-left:before {
	content: "\e9e5";
}
.licon-border-vertical:before {
	content: "\e9e6";
}
.licon-border-right:before {
	content: "\e9e7";
}
.licon-border-none:before {
	content: "\e9e8";
}
.licon-ellipsis:before {
	content: "\e9e9";
}
.licon-uni21:before {
	content: "\21";
}
.licon-uni22:before {
	content: "\22";
}
.licon-uni23:before {
	content: "\23";
}
.licon-uni24:before {
	content: "\24";
}
.licon-uni25:before {
	content: "\25";
}
.licon-uni26:before {
	content: "\26";
}
.licon-uni27:before {
	content: "\27";
}
.licon-uni28:before {
	content: "\28";
}
.licon-uni29:before {
	content: "\29";
}
.licon-uni2a:before {
	content: "\2a";
}
.licon-uni2b:before {
	content: "\2b";
}
.licon-uni2c:before {
	content: "\2c";
}
.licon-uni2d:before {
	content: "\2d";
}
.licon-uni2e:before {
	content: "\2e";
}
.licon-uni2f:before {
	content: "\2f";
}
.licon-uni30:before {
	content: "\30";
}
.licon-uni31:before {
	content: "\31";
}
.licon-uni32:before {
	content: "\32";
}
.licon-uni33:before {
	content: "\33";
}
.licon-uni34:before {
	content: "\34";
}
.licon-uni35:before {
	content: "\35";
}
.licon-uni36<div><br></div>:before {
	content: "\36";
}
.licon-uni37:before {
	content: "\37";
}
.licon-uni38:before {
	content: "\38";
}
.licon-uni39:before {
	content: "\39";
}
.licon-uni3a:before {
	content: "\3a";
}
.licon-uni3b:before {
	content: "\3b";
}
.licon-uni3c:before {
	content: "\3c";
}
.licon-uni3d:before {
	content: "\3d";
}
.licon-uni3e:before {
	content: "\3e";
}
.licon-uni3f:before {
	content: "\3f";
}
.licon-uni40:before {
	content: "\40";
}
.licon-uni41:before {
	content: "\41";
}
.licon-uni42:before {
	content: "\42";
}
.licon-uni43:before {
	content: "\43";
}
.licon-uni44:before {
	content: "\44";
}
.licon-uni45:before {
	content: "\45";
}
.licon-uni46:before {
	content: "\46";
}
.licon-uni47:before {
	content: "\47";
}
.licon-uni48:before {
	content: "\48";
}
.licon-uni49:before {
	content: "\49";
}
.licon-uni4a:before {
	content: "\4a";
}
.licon-uni4b:before {
	content: "\4b";
}
.licon-uni4c:before {
	content: "\4c";
}
.licon-uni4d:before {
	content: "\4d";
}
.licon-uni4e:before {
	content: "\4e";
}
.licon-uni4f:before {
	content: "\4f";
}
.licon-uni50:before {
	content: "\50";
}
.licon-uni51:before {
	content: "\51";
}
.licon-uni52:before {
	content: "\52";
}
.licon-uni53:before {
	content: "\53";
}
.licon-uni54:before {
	content: "\54";
}
.licon-uni55:before {
	content: "\55";
}
.licon-uni56:before {
	content: "\56";
}
.licon-uni57:before {
	content: "\57";
}
.licon-uni58:before {
	content: "\58";
}
.licon-uni59:before {
	content: "\59";
}
.licon-uni5a:before {
	content: "\5a";
}
.licon-uni5b:before {
	content: "\5b";
}
.licon-uni5c:before {
	content: "\5c";
}
.licon-uni5d:before {
	content: "\5d";
}
.licon-uni5e:before {
	content: "\5e";
}
.licon-uni5f:before {
	content: "\5f";
}
.licon-uni60:before {
	content: "\60";
}
.licon-uni61:before {
	content: "\61";
}
.licon-uni62:before {
	content: "\62";
}
.licon-uni63:before {
	content: "\63";
}
.licon-uni64:before {
	content: "\64";
}
.licon-uni65:before {
	content: "\65";
}
.licon-uni66:before {
	content: "\66";
}
.licon-uni67:before {
	content: "\67";
}
.licon-uni68:before {
	content: "\68";
}
.licon-uni69:before {
	content: "\69";
}
.licon-uni6a:before {
	content: "\6a";
}
.licon-uni6b:before {
	content: "\6b";
}
.licon-uni6c:before {
	content: "\6c";
}
.licon-uni6d:before {
	content: "\6d";
}
.licon-uni6e:before {
	content: "\6e";
}
.licon-uni6f:before {
	content: "\6f";
}
.licon-uni70:before {
	content: "\70";
}
.licon-uni71:before {
	content: "\71";
}
.licon-uni72:before {
	content: "\72";
}
.licon-uni73:before {
	content: "\73";
}
.licon-uni74:before {
	content: "\74";
}
.licon-uni75:before {
	content: "\75";
}
.licon-uni76:before {
	content: "\76";
}
.licon-uni77:before {
	content: "\77";
}
.licon-uni78:before {
	content: "\78";
}
.licon-uni79:before {
	content: "\79";
}
.licon-uni7a:before {
	content: "\7a";
}
.licon-uni7b:before {
	content: "\7b";
}
.licon-uni7c:before {
	content: "\7c";
}
.licon-uni7d:before {
	content: "\7d";
}
.licon-uni7e:before {
	content: "\7e";
}
.licon-copyright:before {
	content: "\a9";
}
/*
Theme Name: SteakBreak
Theme URI: https://themeforest.net/item/steakbreak-meat-restaurant-wordpress-theme/32889164
Author: Designed by monkeysan
Author URI: https://themeforest.net/user/monkeysan/portfolio
Description: We would like to thank you for purchasing SteakBreak WordPress. It's perfect for steakhouse and burgers restaurants and any other food related business website.
Version: 1.3
Requires at least: 5.0
Tested up to: 5.7.2
Requires PHP: 7.3
Tags: one-column, two-columns, left-sidebar, right-sidebar, sticky-post, theme-options
Text Domain: steakbreak
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
*/

/*------------------------------------------------------------------
[Master Stylesheet]

Project:	SteakBreak
Last change:	20/12/2020 [initial release]
Assigned to:	mad_velikorodnov
Primary use:	eCommerce

/*------------------------------------------------------------------
[Color codes]

# Primary Color: #bf3030
# Secondary Color: #d98f4e

Background:	#fff
Content Color:	#595758

a (standard): #bf3030
a (active):	  #bf3030
::selection:  #262123
# */

/*------------------------------------------------------------------
[Typography]

Body: 18px/32px 'Gentium Basic', serif;
Headers: 'Arvo', serif;

/* ------------------------------------------------------
	Stylesheet Guide
---------------------------------------------------------

	1. Base
    2. Layout
    3. Components
    4. Pages
-------------------------------------*/

/* ----------------------------------------
    1. Base
 ---------------------------------------- */

    /* ----------------------------------------
        Reset
     ---------------------------------------- */

        * {
            margin: 0;
            padding: 0;
            border: none;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
        }

        article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video, main {
            display: block;
        }

        mark, rp, rt, ruby, summary, time {
            display: inline;
        }

        mark {
            background: #262123;
            color: #fff;
        }

        a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
            background: transparent;
            border: 0 none;
            font-weight: inherit;
            margin: 0;
            padding: 0;
            border: 0;
            outline: 0;
            vertical-align: top;
        }

        a {
            text-decoration: none;
            outline: none !important;
            vertical-align: baseline;
			word-wrap: break-word;
        }

        b, strong {
            font-weight: bold;
        }

        ul, ol {
            list-style: none;
        }

        q {
            quotes: none;
        }

        table, table td {
            padding: 0;
            border-collapse: collapse;
        }

        img {
            vertical-align: top;
            max-width: 100%;
        }

        embed {
            vertical-align: top;
        }

        input, textarea {
            font-family: inherit;
            -webkit-box-sizing: border-box !important;
                    box-sizing: border-box !important;
        }

        input, button {
            -webkit-appearance: none;
            outline: none;
            background: transparent;
        }

        button::-moz-focus-inner {
            border: 0;
        }

        th {
            text-align: left;
        }

        textarea {
            outline: none !important;
        }

        button {
            cursor: pointer;
            color: inherit;
            font-family: inherit;
        }

        html, body {
            min-height: 100%;
        }
		html {
			scroll-behavior: smooth;
		}

		@media (prefers-reduced-motion: reduce) {
			html {
				scroll-behavior: auto;
			}
		}

        fieldset, legend, label, select, input, textarea, form, button, optgroup {
            -webkit-appearance: none !important;
        }

        .container, .container-fluid {
            padding-right: 1rem;
            padding-left: 1rem;
        }

        .container.wide {
            max-width: 100%;
            padding-right: 2rem;
            padding-left: 2rem;
        }

        .mad-content--no-pt .container.wide {
            padding-top: 2rem;
        }

        .wide-style .container {
            max-width: 100%;
            padding-left: 3.875rem;
            padding-right: 3.875rem;
        }

        .wide-style .container .mad-section[class*="mad-colorizer--scheme-"]:not([class*="mad-section--stretched"]):not(.mad-section--no-adaptive) {
            padding-left: 7.5rem;
            padding-right: 7.5rem;
        }
		
		.wide-style .container .mad-section.mad-cta[class*="mad-colorizer--scheme-"] {
            padding-left: 7.5rem;
            padding-right: 7.5rem;
        }

        .container.no-pd {
            padding: 0;
        }

        .row:not(.no-gutters) {
            margin-right: -1rem;
            margin-left: -1rem;
        }

        .row:not(.no-gutters) > [class*="col-"] {
            padding-left: 1rem;
            padding-right: 1rem;
        }

        .row:not(.no-gutters).hr-size-1 {
            margin-right: -2rem;
            margin-left: -2rem;
        }

        .row:not(.no-gutters).hr-size-1 > [class*="col-"] {
            padding-left: 2rem;
            padding-right: 2rem;
        }

        .row:not(.no-gutters).hr-size-2 {
            margin-right: -2.1875rem;
            margin-left: -2.1875rem;
        }

        .row:not(.no-gutters).hr-size-2 > [class*="col-"] {
            padding-left: 2.1875rem;
            padding-right: 2.1875rem;
        }

        .row:not(.no-gutters).hr-size-3 {
            margin-right: -3rem;
            margin-left: -3rem;
        }

        .row:not(.no-gutters).hr-size-3 > [class*="col-"] {
            padding-left: 3rem;
            padding-right: 3rem;
        }
		
		.row:not(.no-gutters).hr-size-4 {
            margin-right: -4.5rem;
            margin-left: -4.5rem;
        }

        .row:not(.no-gutters).hr-size-4 > [class*="col-"] {
            padding-left: 4.5rem;
            padding-right: 4.5rem;
        }

    /* ----------------------------------------
        Global
    ---------------------------------------- */

        body {
            background-color: #fff;
            overflow-x: hidden;
            overflow-y: initial !important;
        }

        ::-webkit-selection {
            color: #fff;
            background-color: #262123;
        }

        ::-moz-selection {
            color: #fff;
            background-color: #262123;
        }

        ::selection {
            color: #fff;
            background-color: #262123;
        }

        .clearfix::after {
            content: "";
            display: block;
            clear: both;
        }

        .mad-page-wrapper {
            overflow: hidden;
            position: relative;
        }

        [data-bg-image-src] {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        .animated {
            -webkit-animation-duration: 500ms;
            animation-duration: 500ms;
        }

        .w-100 {
            width: 100%;
        }

        .mad-page-wrapper.with-side-menu {
            margin-left: 20rem;
        }

        .mad-page-wrapper.with-side-menu .mad-section--stretched-content-no-px {
            padding-left: 20rem;
        }

        .mad-page-wrapper.with-side-menu .mad-bg-section .mad-colorizer-bg-image {
            background-position: right center!important;
        }
		
		.mad-section--stretched-content {
            padding: 0 3.875rem;
        }

    /* ----------------------------------------
        Typography
    ---------------------------------------- */

        :root {
            font-size: 16px;
        }

        body {
            font-family: 'Gentium Basic', serif;
            font-size: 1.125rem;
            line-height: 2rem;
            font-weight: 400;
            color: #595758;
        }

        address:not(:last-child) {
            margin-bottom: 1.625rem;
        }

        q, kbd, strong, em, tt, var, span, del, big, small {
            vertical-align: baseline;
        }

        .material-icons {
            line-height: inherit;
        }
		
		.wp-caption-text{
			padding-top: 0.5rem;
			font-style:italic;
		}
		.bypostauthor{
			font-weight:normal;
		}

        /* ----------------------------------------
            Headings
        ---------------------------------------- */

            h1, h2, h3, h4, h5, h6 {
                color: #262123;
                letter-spacing: -0.5px;
                font-weight: bold;
                font-family: 'Arvo', serif;
            }

            h1:not(:last-child), h2:not(:last-child), h3:not(:last-child), h4:not(:last-child), h5:not(:last-child) {
                margin-bottom: 2.5rem;
            }

            h1 {
                font-size: 60px;
                line-height: 72px;
            }

            h2 {
                font-size: 48px;
                line-height: 56px;
            }

            h3 {
                font-size: 42px;
                line-height: 48px;
            }

            h4 {
                font-size: 2.25rem;
                line-height: 3rem;
            }

            h5 {
                font-size: 1.875rem;
                line-height: 2rem;
            }

            h6 {
                font-size: 1.5rem;
                line-height: 2rem;
            }

            h4:not(:last-child),
            h5:not(:last-child),
            h6:not(:last-child) {
                margin-bottom: 1.5rem;
            }

            .mad-title-wrap {
                color: #7a7879;
            }
			
			.mad-section-title {
                position: relative;
                z-index: 1;
            }

            .mad-title-wrap:not(:last-child),
            .mad-section-title:not(:last-child) {
                margin-bottom: 3rem;
            }

            .mad-title-wrap h2:not(:last-child) {
                margin-bottom: 0.625rem;
            }

            .mad-color-title {
                font-size: 1.875rem;
                line-height: 2.5rem;
                color: #d98f4e;
                font-weight: normal;
            }

            .mad-sub-title {
                font-family: 'Arvo', serif;
                font-weight: 500;
            }

            .mad-sub-title:not(:last-child) {
                margin-bottom: 2rem;
            }

            .mad-section-side-title {
                font-family: 'Gentium Basic', serif;
                font-size: 1rem;
                color: #d98f4e;
                letter-spacing: 0.5px;
                position: absolute;
                white-space: nowrap;
                text-transform: uppercase;
                left: 0;
                top: 0;
                writing-mode: vertical-rl;
                text-orientation: mixed;
                z-index: 22;
                line-height: 1rem;
            }

            .mad-section-side-title.rotate {
                transform: rotate(180deg);
            }

			.rev-socials li .mad-link{
				cursor: pointer;
			}
			.steakbreak-side-title.p_bottom .mad-section-side-title{
				bottom: 4rem;
				top:auto;
			}
            .mad-section-side-title.right-side {
                left: auto;
                right: 0;
            }
			.mad-section-side-title.left-side {
                left: 0;
                right: auto;
            }

            .mad-section-side-title.top-space {
                margin-top: 0.5rem;
            }

            .mad-section-side-title.top-space-2 {
                margin-top: 3rem;
            }

            .mad-section-side-title.simple {
                writing-mode: unset;
                text-orientation: normal;
                position: relative;
            }

            .mad-section-side-title.simple:not(:last-child) {
                margin-bottom: 0.5rem;
            }

             .mad-section-side-title.style-2 {
                color: #262123;
            }

            .mad-section.with-img-overlay {
                margin-bottom: 14.5rem;
            }

            .mad-section.with-img-overlay .mad-top-offset {
                position: relative;
                z-index: 2;
            }

            .mad-section.with-img-overlay.no-space {
                margin-bottom: 0;
            }

            .mad-colorizer-bg-color > .mad-section-element {
                position: absolute;
                right: 0;
                top: 100%;
                width: 75%;
                margin-top: -4.5rem;
                border-radius: 1rem 0 0 1rem;
            }

            .mad-section-element {
                position: relative;
                border-radius: 1rem;
                padding: 4rem;
                background: #fff;
                overflow: hidden;
                z-index: 9;
                -webkit-box-shadow: -2px 3px 20px 0px rgba(39, 3, 9, 0.1);
                -moz-box-shadow:    -2px 3px 20px 0px rgba(39, 3, 9, 0.1);
                box-shadow:         -2px 3px 20px 0px rgba(39, 3, 9, 0.1);
            }

            .mad-section-element:after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                height: 3px;
                background: #bf3030;
            }

            .mad-section-element:before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 3px;
                -webkit-mask: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/bg_line.svg) no-repeat;
                mask: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/bg_line.svg) no-repeat;
                background-color: #fff;
                mask-repeat: no-repeat;
                -webkit-mask-size: cover;
                mask-size: cover;
                z-index: 1;
            }

            .mad-colorizer-bg-color > .mad-section-element.bottom-left,
            .mad-colorizer-bg-color > .mad-section-element.bottom-center {
                right: auto;
                top: auto;
                bottom: 0;
                margin-bottom: -5.5rem;
                border-radius: 0 1rem 1rem 0;
            }

            .mad-colorizer-bg-color > .mad-section-element.bottom-center {
                left: 50%;
                transform: translateX(-50%);
                border-radius: 1rem;
            }

			
			.rev-socials {
                font-family: 'Gentium Basic', serif;
                position: absolute;
                right: 3.875rem;
                bottom: 4rem;
                writing-mode: vertical-rl;
                text-orientation: mixed;
                z-index: 10;
                font-size: 1rem;
                line-height: 1;
            }

            .rev-socials ul {
                display: flex;
            }

            .rev-socials > ul > li:not(:last-child) {
                margin-bottom: 2.5rem;
            }

            .rev-socials li .mad-link {
                font-size: 1rem;
                color: #fff;
                letter-spacing: 0.5px;
                border-bottom: none;
                border-left: 1px solid transparent;
            }

            .rev-socials li .mad-link:hover {
                border-left-color: inherit;
            }

        /* ----------------------------------------
            Paragraphs
        ---------------------------------------- */

            p:not(:last-child) {
                margin-bottom: 1.5rem;
            }

            p .req {
                color: #bf3030;
            }

            .mad-text-small {
                font-size: 0.875rem;
                line-height: 1.5rem;
            }

            p.mad-text-small:not(:last-child) {
                margin-bottom: 1.3125rem;
            }

            .mad-text-small {
                font-size: 0.875rem;
                font-weight: 500;
            }

            .mad-text-regular {
                font-size: 1rem;
                line-height: 1.5rem;
            }

            .mad-text-medium {
                font-size: 1.125rem;
                line-height: 2rem;
            }

            .mad-text-big {
                font-size: 1.25rem;
                line-height: 2rem;
            }
			
			.mad-text-large {
                font-size: 1.5rem;
                line-height: 2.5rem;
            }

            .mad-text-sb {
                font-weight: 600;
            }
			
			 .mad-text-color-1 {
                color: #fff;
            }
            
            .mad-text-color-2 {
                color: #262123;
            }

            .mad-text-color-3 {
                color: #bf3030;
            }

            .mad-text-color-4 {
                color: #595758;
            }

            .mad-text-color-5 {
                color: #a8a7a8;
            }
			
			.mad-text-color-6 {
                color: #7a7879;
            }

            .mad-text-color-7 {
                color: #d98f4e;
            }

            .mad-text-color-8 {
                color: #c7c8cc;
            }

        /* ----------------------------------------
            Links
        ---------------------------------------- */

            a {
                color: inherit;
            }

            .mad-link,
            a,
            button {
                transition: all .5s ease;
            }

            .mad-link,
            .mad-text-link {
                color: #262123;
                border-bottom: 1px solid transparent;
            }

            .mad-text-link {
                font-weight: bold;
                font-family: 'Gentium Basic', serif;
            }
			
			.mad-text-link .svg, 
			.mad-text-link svg 
			{
                width: 40px;
                height: 13px;
                margin-right: 0.75rem;
            }

            .mad-text-link .svg .cls-1, 
            .mad-text-link svg .cls-1 
			{
                stroke: #bf3030;
            }

            .mad-link:hover {
                border-color: inherit;
            }

            .mad-text-link:hover {
                text-decoration: underline;
            }

            .mad-link.color-2,
            .mad-text-link.color-2 {
                color: #bf3030;
            }

        /* ----------------------------------------
            Icons
        ---------------------------------------- */

            [class*="mad-font-icon"] {
                line-height: 1;
            }

        /* ----------------------------------------
            Colors
        ---------------------------------------- */

    /* ----------------------------------------
        Utils classes
    ---------------------------------------- */

        .mad-d-none {
            display: none;
        }

        .mad-fw-bold {
            font-weight: bold;
        }

        .mad-tt-uppercase {
            text-transform: uppercase;
        }
		
		.mad-fw-normal {
            font-weight: normal;
        }
        .mad-d-down-xxxl-none {
            display: none;
        }

        .mad-fw-down-xxxl-bold {
            font-weight: bold;
        }

        .alignleft {
            float: left;
        }

        .alignright {
            float: right;
        }
        
        .align-left {
            text-align: left;
        }

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

        .align-center {
            text-align: center;
        }

        img[class*="align"] {
            margin-bottom: 0.875rem;
        }

        img.alignleft{
            margin-right: 1.875rem;
        }

        img.alignright{
            margin-left: 1.875rem;
        }

/* ----------------------------------------
    2. Layout
---------------------------------------- */

    /* ----------------------------------------
        Preloader
    ---------------------------------------- */

        .mad-preloader-circle,
        .mad-preloader {
            position: fixed;
            width: 260vw;
            height: 260vw;
            margin-left: -130vw;
            margin-top: -130vw;
            background-color: #fff;
            z-index: 50;
            border-radius: 50%;
            -webkit-transition-property: -webkit-transform;
                    transition-property: transform;
            -webkit-transition-delay: 0ms;
                    transition-delay: 0ms;
            -webkit-transition-duration: 700ms;
                    transition-duration: 700ms;
            -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .mad-preloader-circle {
            -webkit-transition-timing-function: linear;
                    transition-timing-function: linear;
        }

        .mad-preloader {
            left: 50%;
            top: 50%;
        }

        .mad-preloader-circle, .mad-preloader.mad-preloader--disappearing {
            -webkit-transform: scale3d(0, 0, 0);
                    transform: scale3d(0, 0, 0);
        }

        .mad-preloader-circle--appearing {
            -webkit-transform: scale3d(1, 1, 1);
                    transform: scale3d(1, 1, 1);
        }

    /* ----------------------------------------
        Critical full screen message
    ---------------------------------------- */

        .mad-body--has-critical-fullscreen-message {
            overflow: hidden !important;
        }

        .mad-fullscreen-message {
            position: fixed;
            z-index: 49;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            text-align: center;
            font-family: 'Arial', serif;
            font-size: 1.875rem;
            line-height: 2.34375rem;
            color: #262123;
            background-color: #fff;
            padding: 2rem;
            overflow: auto;
        }

        .mad-fullscreen-message .mad-aligner-inner {
            vertical-align: middle;
        }

        .mad-fullscreen-message-before {
            font-size: 3.25rem;
            line-height: 4rem;
        }

        .mad-fullscreen-message-before:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-fullscreen-message-before:empty,
        .mad-fullscreen-message-after:empty {
            display: none;
        }

    /* ----------------------------------------
        Header
    ---------------------------------------- */

        .mad-navigation .mega-menu > .sub-menu a.no-link {
			text-transform: none !important;
			border-bottom: none;
		}
		
		.mad-header {
            z-index: 25;
            width: 100%;
            position: relative;
            padding: 2rem 0;
        }

        .mad-header.with-bg {
            background: #1c181a;
        }

        [class*="mad-header-section--sticky"].mad-header-section--sticked {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 50;
            background: #fff;
            padding-top: 2rem;
            padding-bottom: 2rem;
            transition: all .5s ease;
            -webkit-box-shadow: 0 7px 27px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 7px 27px 0 rgba(0, 0, 0, 0.05);
        }

        .mad-header.mad-header--transparent {
            left: 0;
            top: 0;
            color: #fff;
            position: absolute;
        }

        /* With side menu */

        .mad-header.mad-header-aside {
            position: fixed;
            left: 0;
            top: 0;
            bottom: 0;
            width: 20rem;
            padding: 3.5rem 0 0;
            text-align: center;
			background: url(//depozitdecarne.ro/wp-content/themes/steakbreak/images/side_menu_bg.jpg) no-repeat bottom right #fff;
            background-size: contain;
            z-index: 1;
        }

        .mad-header.mad-header-aside .mad-header-section {
            padding: 0;
        }

        .mad-header.mad-header-aside .mad-header-items {
            justify-content: center;
            flex-wrap: wrap;
            flex-direction: column;
        }

        .mad-header.mad-header-aside .mad-header-items .mad-header-item:not(:last-child) {
            margin-bottom: 35%;
        }

        .mad-header.mad-header-aside .mad-vr-wrap {
            background: none;
        }

        .mad-header.mad-header-aside .mad-vr-wrap:after {
            display: none;
        }

        .mad-header.mad-header-aside .mad-vr-nav > ul > li > a,
        .mad-header.mad-header-aside .mad-vr-nav .sub-menu li a {
            font-family: 'Gentium Basic', serif;
            font-size: 1.125rem;
            font-weight: 600;
			position: relative;
        }

        .mad-header.mad-header-aside .mad-vr-nav .sub-menu li a {
            border-width: 1px;
            font-weight: 400;
        }
		
		.mad-vr-nav > ul > li > a {
            border: none;
        }

        .mad-vr-nav > ul > li > a:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            height: 2px;

            -webkit-mask: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/bg_line.svg) no-repeat left top;
            mask: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/bg_line.svg) no-repeat left top;
            background-color: #fff; 
            mask-repeat: no-repeat;
            -webkit-mask-size: cover;
            mask-size: cover;

            opacity: 0;
            visibility: hidden;
        }

        .mad-vr-nav > ul > li.current-menu-item > a:before {
            content: "";
            position: absolute;
            top: 100%;
            left: 0;
            height: 2px;
            width: 100%;
            background: #262123;
            opacity: 0;
            visibility: hidden;
            transition: all .5s ease;
        }

        .mad-vr-nav > ul > li.current-menu-item > a:after,
        .mad-vr-nav > ul > li:hover > a:after,
        .mad-vr-nav > ul > li.current-menu-item > a:before,
        .mad-vr-nav > ul > li:hover > a:before {
            opacity: 1;
            visibility: visible;
        }
		

        .mad-header.mad-header-aside .mad-vr-nav > ul > li:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .mad-header .mad-social-icons ul li a {
            font-size: 1.25rem;
        }

        .mad-header.header-white .mad-navigation > li > a,
        .mad-header.header-white .mad-actions .mad-item-link,
        .mad-header.header-white .mad-header-item {
            color: #fff;
        }
		
		.mad-header.header-white.style-2 .mad-header-item .mad-icon {
            color: #ee9e57;
        }

        .mad-header.header-white .mad-navigation > li > a:before {
            background: #fff!important;
        }

        .mad-header.header-white [class*="mad-header-section--sticky"].mad-header-section--sticked {
            background: #1c181a;
        }

        /* Style 2 */

        .mad-header.style-2.mad-header--transparent {
            color: #262123;
        }

        .mad-header.style-2 .mad-header-item {
            font-family: 'Gentium Basic', serif;
            font-size: 20px;
        }

        .mad-header.style-2 .mad-header-item:nth-child(2) {
            text-align: center;
        }

        .mad-header.style-2 .mad-header-item .mad-icon {
            color: #554c4b;
        }

        .mad-header.style-2 .mad-actions {
            justify-content: flex-end;
        }

        .mad-header.style-2 .mad-navigation-container {
            justify-content: center;
        }

        /* ----------------------------------------
            Header Section
        ---------------------------------------- */

            .mad-header-section {
                display: block;
            }

            .mad-header-section:not(:last-child) {
                margin-bottom: 3.5rem;
            }

        /* ----------------------------------------
            Header Items
        ---------------------------------------- */

            .mad-header-items {
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: -o-flex;
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                align-items: center;
            }

            .mad-header .mad-header-section .mad-header-items:not(:last-child) {
                margin-bottom: 2rem;
            }

            .mad-logo {
                display: inline-block;
            }

            /* .mad-header-items > *:nth-child(2):not(:last-child) {
                text-align: center;
            } */

            .mad-header-items.item-col-2 > *:last-child {
                text-align: right;
            }

            .mad-header .mad-social-icons > ul {
                justify-content: flex-end;
            }

            .mad-actions {
                display: flex;
                align-items: center;
                margin: 0 -1rem;
                padding-left: 40px;
            }

            .mad-actions > .mad-item {
                margin: 0 1rem;
                position: relative;
            }

            .mad-actions .mad-item-link {
                position: relative;
                color: #262123;
            }

            .mad-actions .mad-item-link i {
                font-size: 1.75rem;
                max-width: 1.5rem;
            }

            .mad-navigation-container {
                display: flex;
            }

            .mad-actions .mad-item-link .mad-count {
                position: absolute;
                top: 0;
                right: 0;
                background: #bf3030;
                width: 1rem;
                height: 1rem;
                line-height: 1rem;
                text-align: center;
                color: #fff;
                font-size: 0.75rem;
                font-weight: bold;
                border-radius: 50%;
                margin-right: -3px;
                margin-top: -5px;
            }

        /* ----------------------------------------
            Navigation
        ---------------------------------------- */

            .mad-navigation {
                font-family: 'Gentium Basic', serif;
                letter-spacing: 0.5px;
                z-index: 4;
                text-align: initial;
                display: flex;
                margin: 0 -1.25rem;
            }

            .mad-navigation > li {
                margin: 0 1.25rem;
                position: relative;
            }

            .mad-navigation > li > a {
                color: #262123;
                text-transform: uppercase;
                font-size: 1.125rem;
                font-weight: bold;
                letter-spacing: 0.5px;
                -webkit-transition-property: background-color;
                        transition-property: background-color;
                -webkit-transition-delay: 0ms;
                        transition-delay: 0ms;
                -webkit-transition-duration: 500ms;
                        transition-duration: 500ms;
                -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                display: block;
                position: relative;
				z-index: 1;
            }

            .mad-navigation > li > a:before {
                content: "";
                position: absolute;
                top: 100%;
                left: 50%;
                height: 2px;
                width: 0;
                background: #262123;
                opacity: 0;
                visibility: hidden;
                transition: all .5s ease;
            }

            .mad-navigation > li:hover > a::before,
            .mad-navigation > li.current-menu-item > a::before, 
			.mad-navigation > .current-menu-parent > a::before
			{
                opacity: 1;
                visibility: visible;
                width: 100%;
                left: 0;
            }

            .mad-no-touchevents .mad-navigation > li:hover > a::before,
            .mad-no-touchevents .mad-navigation > .mad-seleceted > a::before,
            .mad-touchevents .mad-navigation > .mad-tapped > a::before,
            .mad-navigation > .current-menu-ancestor > a::before,
            .mad-navigation > .current-menu-parent > a::before,
            .mad-navigation > .current-menu-item > a::before, 
            .mad-navigation > .current-menu-parent > a::before
			{
                opacity: 1;
            }

            .mad-mobile-nav-btn {
                background: #fff;
            }

            .mad-navigation > li:not(.mega-menu) > .sub-menu, 
            .mad-navigation > li:not(.mega-menu) > .children 
			{
                margin-top: 2.5rem;
                left: -2rem;
				border-radius: 1rem;
            }

            .mad-navigation .sub-menu, 
            .mad-navigation .children 
			{
                font-family: 'Gentium Basic', serif;
                min-width: 19.75rem;
                padding: 2rem 2rem;
                font-size: 1.125rem;
                font-weight: normal;
                position: absolute;
                top: 100%;
                line-height: 2rem;
                opacity: 0;
                visibility: hidden;
                color: #fff;
                background-color: #554c4b;
                -webkit-transition-property: opacity, visibility;
                        transition-property: opacity, visibility;
                -webkit-transition-delay: 0ms;
                        transition-delay: 0ms;
                -webkit-transition-duration: 500ms;
                        transition-duration: 500ms;
                -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);

                -webkit-box-shadow: 0px 0px 30px 0px rgba(15, 27, 56, 0.1);
                -moz-box-shadow:    0px 0px 30px 0px rgba(15, 27, 56, 0.1);
                box-shadow:         0px 0px 30px 0px rgba(15, 27, 56, 0.1);
            }

            .mad-navigation .sub-menu:before, 
            .mad-navigation .children:before 
			{
                content: '';
                position: absolute;
                bottom: 100%;
                left: 0;
                width: 100%;
                height: 40px;
            }

            .mad-navigation .sub-menu a, 
            .mad-navigation .children a 
			{
                color: #fff;
            }
			.mad-navigation li:not(.mega-menu) .sub-menu .sub-menu {
                border-radius: 1rem;
            }

            .mad-navigation .sub-menu > li,
            .mad-navigation .children > li,
            .mad-navigation .sub-menu li.menu-item, 
            .mad-navigation .children li.page_item 
			{
                display: block;
                line-height: 1.5rem;
            }

            .mad-navigation > li:not(.mega-menu) .sub-menu > li:not(:last-child),
            .mad-navigation > li:not(.mega-menu) .children > li:not(:last-child),
            .mad-navigation > li.mega-menu .sub-menu li .sub-menu li:not(:last-child) {
                margin-bottom: 1rem;
            }

            .mad-navigation .sub-menu > li a, 
            .mad-navigation .children > li a 
			{
                border-bottom: 1px solid transparent;
            }

            .mad-navigation .sub-menu > li.sub-wrap a.sub-title, 
            .mad-navigation .children > li.sub-wrap a.sub-title 
			{
                width: 100%;
            }

            .mad-navigation .sub-menu.mad-reverse, 
            .mad-navigation .children.mad-reverse 
			{
                left: auto;
                right: -1.625rem;
            }

            .mad-navigation li:not(.mega-menu) .sub-menu .sub-menu:not(.mad-reverse), 
            .mad-navigation li:not(.mega-menu) .children .children:not(.mad-reverse) 
			{
                top: -2rem;
                margin-left: 2.5rem;
                left: 100%;
                z-index: 1;
            }

            .mad-navigation .sub-menu .sub-menu:after, 
            .mad-navigation .children .children:after 
			{
                content: '';
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                top: 0;
                padding: 0 0px;
                width: 155%;
                height: 100%;
                z-index: -1;
            }

            .mad-navigation .sub-menu .sub-menu.mad-reverse, 
            .mad-navigation .children .children.mad-reverse 
			{
                left: auto;
                top: -2rem;
                margin-left: 0;
                margin-right: 2.5rem;
                right: 100%;
            }

            .mad-navigation .sub-menu .menu-item-has-children, 
            .mad-navigation .children .page_item_has_children 
			{
                position: relative;
                padding-right: 2.8rem;
            }

            .mad-navigation .sub-menu .menu-item-has-children::after, 
            .mad-navigation .children .page_item_has_children::after 
			{
                font-family: Linearicons;
                content: "\e93c";
                position: absolute;
                top: 0;
                right: 0;
                font-size: 0.9375rem;
                line-height: inherit;
            }

            .mad-no-touchevents .mad-navigation .sub-menu li:hover > a,
            .mad-no-touchevents .mad-navigation .sub-menu .menu-item-has-children.mad-selected > a,
            .mad-touchevents .mad-navigation .sub-menu .menu-item-has-children.mad-tapped > a,
            .mad-navigation .sub-menu .current-menu-item > a,
            .mad-navigation .sub-menu .current-menu-ancestor > a,
            .mad-navigation .sub-menu .current-menu-parent > a {
                border-color: inherit;
            }

            .mad-no-touchevents .page_item_has_children:hover > .children,
            .mad-no-touchevents .menu-item-has-children:hover > .sub-menu,
            .mad-no-touchevents .menu-item-has-children.mad-selected > .sub-menu,
            .mad-touchevents .menu-item-has-children.mad-tapped > .sub-menu {
                opacity: 1;
                visibility: visible;
            }

            .mad-csstransforms3d .mad-navigation .sub-menu, 
            .mad-csstransforms3d .mad-navigation .children 
			{
                -webkit-transition-property: -webkit-transform, opacity, visibility;
                        transition-property: transform, opacity, visibility;

                -webkit-transform: scale3d(0.9, 0.9, 0.9);
                        transform: scale3d(0.9, 0.9, 0.9);
            }

            .mad-csstransforms3d.mad-no-touchevents .page_item_has_children:hover > .children,
            .mad-csstransforms3d.mad-no-touchevents .menu-item-has-children:hover > .sub-menu,
            .mad-csstransforms3d.mad-no-touchevents .menu-item-has-children.mad-selected > .sub-menu,
            .mad-csstransforms3d.mad-touchevents .menu-item-has-children.mad-tapped > .sub-menu {
                -webkit-transform: scale3d(1, 1, 1);
                        transform: scale3d(1, 1, 1);
            }

            .mad-mobile-nav-btn {
                width: 3.5rem;
                height: 3.5rem;
                font-size: 1.25rem;
                text-align: center;
                line-height: 1;
                color: #1c181a;
				border-radius: 1rem;
                display: none;
            }

            .mad-mobile-nav-btn::after {
                font-family: Linearicons;
                content: "\e92b";
            }

            .mad-mobile-nav-btn.mad-opened {
                background-color: #b42727;
                color: #fff;
            }

            .mad-vr-menu {
                position: relative;
                font-family: 'Gentium Basic', serif;
                font-size: 1rem;
                color: #262123;
                text-transform: uppercase;
                letter-spacing: 1px;
                font-weight: 600;
            }

            .mad-vr-menu span,
            .mad-vr-menu span {
                content: '';
                position: absolute;
                top: 100%;
                width: 100%;
                height: 2px;
                background: #262123;
                transition: all .3s ease;
                overflow: hidden;
                left: 0;
                margin-top: 0.5rem;
                z-index: 1;
            }
			
			 .mad-vr-menu .second-line {
                left: auto;
                right: 0;
                margin-top: 0.875rem;
                width: 70%;
            }

             .mad-vr-menu:hover .second-line {
                width: 100%;
            }

            .mad-vr-menu span:after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                -webkit-mask: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/bg_line.svg) no-repeat center center;
                mask: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/bg_line.svg) no-repeat center center;
                background-color: #fff;
                mask-repeat: no-repeat;
                -webkit-mask-size: cover;
                mask-size: cover;
                z-index: -1;
            }
			
			.mad-vr-wrap {
                background: url(//depozitdecarne.ro/wp-content/themes/steakbreak/images/1920x1080_menubg.jpg) no-repeat #fff;
                width: 100%;
                height: 100%;
                padding: 2rem;
                display: flex;
                text-align: center;
                justify-content: center;
                align-items: center;
                z-index: 1;
                background-size: cover;
            }

            .mad-vr-wrap nav {
                font-family: 'Gentium Basic', serif;
                font-weight: bold;
                position: relative;
                z-index: 9;
            }

            .mad-vr-nav > ul > li.menu-item-has-children .sub-menu {
                display: none;
            }

            .mad-vr-nav > ul > li:not(:last-child) {
                margin-bottom: 2.5rem;
            }

            .mad-vr-nav > ul > li > a {
				position: relative;
                font-size: 1.875rem;
                text-transform: uppercase;
            }

            .mad-vr-nav ul li a {
                border-bottom: 2px solid transparent;
                color: #262123;
            }

            .mad-vr-nav .sub-menu {
                padding-top: 1rem;
            }

            .mad-vr-nav .sub-menu li:not(:last-child) {
                margin-bottom: 0.5rem;
            }

            .mad-modal .mad-vr-nav .sub-menu li:not(:last-child) {
                margin-bottom: 1.25rem;
            }

            .mad-modal .mad-vr-nav .sub-menu {
                padding-top: 1.5rem;
            }

            .mad-vr-nav .sub-menu li a {
                font-size: 1.5rem;
                font-weight: 500;
            }

            .mad-vr-nav > ul > li.current-menu-item > a,
            .mad-vr-nav > ul > li.current-menu-parent > a,
            .mad-vr-nav > ul > li:hover > a,
            .mad-vr-nav .sub-menu li:hover a,
            .mad-vr-nav .sub-menu li.current-menu-item a {
                border-bottom-color: inherit;
            }

            .arcticmodal-close {
                font-size: 2rem;
                color: #001119;
                position: absolute;
                right: 4rem;
                top: 4rem;
            }

            .arcticmodal-close:hover {
                color: #bf3030;
            }

            .arcticmodal-close i {
                font-size: 2.5rem;
            }

            .mad-vr-wrap .mad-logo {
                position: absolute;
                top: 3.5rem;
                left: 50%;
                transform: translateX(-50%);
            }

            .mad-vr-wrap .mad-social-icons {
                position: absolute;
                bottom: 4rem;
                left: 50%;
                transform: translateX(-50%);
                width: 100%;
            }

            /* Pages Navigation */

            .mad-page-nav {
                margin-top: 2rem;
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                margin-bottom: -1rem;
            }

            .mad-page-nav > [class*="mad-nav-"] {
                display: flex;
                align-items: center;
                font-size: 0.9375rem;
                color: #554c4b;
                line-height: 1rem;
                width: 100%;
                max-width: 26rem;
                position: relative;
                margin-bottom: 1rem;
            }

            .mad-page-nav > [class*="mad-nav-"]:before {
                content: '';
                height: 17px;
                min-width: 72px;
                transition: all .5s ease;
                background-color: #7a7879;
                cursor: pointer;
            }

            .mad-page-nav > .mad-nav-left:before {
                -webkit-mask: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/arrow_left.svg) no-repeat 100% 100%;
                mask: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/arrow_left.svg) no-repeat 100% 100%;
                margin-right: 2rem;
            }

            .mad-page-nav > .mad-nav-right:before {
                -webkit-mask: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/arrow_right.svg) no-repeat 100% 100%;
                mask: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/arrow_right.svg) no-repeat 100% 100%;
                margin-left: 2rem;
            }

            .mad-page-nav > [class*="mad-nav-"]:hover:before {
                background: #bf3030;
            }

            .nav-actions a b {
                font-weight: normal;
            }

            .mad-page-nav > .mad-nav-right {
                flex-direction: row-reverse;
                text-align: right;
            }

            .mad-page-nav > [class*="mad-nav-"] figure {
                min-width: 5.5rem;
            }

            .mad-page-nav .nav-actions {
                padding: 0 1.5rem;
            }

            .nav-actions > .nav-post {
                font-size: 1rem;
                color: #d98f4e;
                margin-bottom: 8px;
                display: inline-block;
            }

            .nav-actions h6 {
                font-weight: 400;
                font-size: 1.125rem;
                line-height: 1.5rem;
                font-family: 'Arvo', serif;
            }

    /* ----------------------------------------
        Breadcrumb
    ---------------------------------------- */

        .mad-breadcrumb {
            padding-top: 8.5rem;
            padding-bottom: 8.5rem;
            color: #c7c8cc;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            text-align: center;
            z-index: 1;
            position: relative;
        }

        .mad-breadcrumb-path:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-breadcrumb-path {
            font-size: 1.25rem;
            line-height: 1.5rem;
            vertical-align: baseline;
            margin: 0 -0.3rem;
        }

        .mad-breadcrumb-path > span {
            display: inline-block;
            padding-left: 0.3rem;
            padding-right: 0.3rem;
        }

        .mad-breadcrumb .mad-page-title {
            color: #fff;
        }

        .mad-breadcrumb a {
            color: #fff;
        }

        .mad-breadcrumb a:hover {
            text-decoration: underline;
        }

        .mad-breadcrumb.with-bg:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(38,33,35,0.7);
            z-index: -1;
        }

        .mad-breadcrumb.type-2 {
            color: #7a7879;
            min-height: 100%;
            padding: 1rem 0 0.9375rem;
            border-bottom: 1px solid #dddee0;
        }

        .mad-breadcrumb.type-2 a {
            color: #bf3030;
        }
		
		.mad-breadcrumb.type-2 + .mad-content .mad-section:first-child .with-svg-item {
            margin-top: -3.5rem;
        }

    /* ----------------------------------------
        Sections
    ---------------------------------------- */

        .mad-content,
        .mad-section {
            padding-top: 9rem;
            padding-bottom: 9rem;
        }

        .mad-content.small-gap-top,
        .mad-section.small-gap-top {
            padding-top: 2rem;
        }

        .mad-section {
            position: relative;
        }
		
		.mad-section.with-texture {
            z-index: 6;
        }

        .mad-section.with-texture + .mad-section.with-texture {
            z-index: 5;
        }

        .mad-section.with-texture + .mad-section.with-texture + .mad-section.with-texture {
            z-index: 4;
        }

        .mad-section.with-texture + .mad-section.with-texture + .mad-section.with-texture + .mad-section.with-texture {
            z-index: 3;
        }

        .mad-section-oneline {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
        }
		.mad-section-oneline .mad-cta-title:not(:last-child) {
            margin-bottom: 0;
        }
		

        .mad-section.size-2 {
            padding-top: 3rem;
            padding-bottom: 3rem;
        }

        .mad-section.size-3 {
            padding-top: 7.5rem;
            padding-bottom: 7.5rem;
        }

        .mad-section.size-4 {
            padding-top: 4.5rem;
            padding-bottom: 4.5rem;
        }
		
		.mad-section.size-5 {
            padding-top: 14rem;
            padding-bottom: 9rem;
        }

        .mad-content.no-pd,
        .mad-section.no-pd {
            padding: 0;
        }

        .mad-content.mad-content--no-pt,
        .mad-section.no-pt {
            padding-top: 0;
        }

        .mad-content.mad-content--no-pb,
        .mad-section.no-pb {
            padding-bottom: 0;
        }

        .mad-section--parallax {
            background-size: auto;
        }
		
		.mad-section.with-bts {
            padding-bottom: 18rem;
        }

.mad-section--parallax {
            background-size: auto;
        }

        .mad-section-texture {
            position: absolute;
            top: 99.8%;
            left: 0;
            right: 0;
        }

        .mad-section-texture.top-side {
            bottom: 99.8%;
            top: auto;
        }

        .mad-section-texture.top-side-2 {
            top: 0;
        }

        .mad-section-texture .svg {
            display: block;
        }

        .mad-section-texture .svg path {
            fill: #fff;
        }


        .mad-colorizer--scheme-color-2 .mad-section-texture .svg path {
            fill: #262123;
        }

        .mad-colorizer--scheme-color-3 .mad-section-texture .svg path {
            fill: #d98f4e;
        }

        .mad-colorizer--scheme-color-4 .mad-section-texture .svg path {
            fill: #bf3030;
        }

        .mad-colorizer--scheme-color-5 .mad-section-texture .svg path {
            fill: #f9f3f1;
        }

        .mad-colorizer--scheme-color-3 {
            color: #fbefe8;
        }

        .mad-colorizer--scheme-color-3 .mad-section-title {
            color: #fff;
        }

        .mad-colorizer-bg-color.with-map {
            z-index: 7;
		}

        .content-element:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .content-element-2:not(:last-child) {
            margin-bottom: 1rem;
        }

        .content-element-3:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .content-element-4:not(:last-child) {
            margin-bottom: 2rem;
        }

        .content-element-5:not(:last-child) {
            margin-bottom: 2.5rem;
        }

        .content-element-6:not(:last-child) {
            margin-bottom: 3rem;
        }

        .content-element-7:not(:last-child) {
            margin-bottom: 3.5rem;
        }

        .content-element-8:not(:last-child) {
            margin-bottom: 4rem;
        }

        .content-element-9:not(:last-child) {
            margin-bottom: 4.5rem;
        }

        .content-element-10:not(:last-child) {
            margin-bottom: 5rem;
        }

        .content-element-11:not(:last-child) {
            margin-bottom: 5.5rem;
        }

        .content-element-12:not(:last-child) {
            margin-bottom: 6rem;
        }

        .content-element-13:not(:last-child) {
            margin-bottom: 6.5rem;
        }

        .content-element-14:not(:last-child) {
            margin-bottom: 7rem;
        }

        .content-element-15:not(:last-child) {
            margin-bottom: 7.5rem;
        }

        .content-element-16:not(:last-child) {
            margin-bottom: 8rem;
        }

        .content-element-17:not(:last-child) {
            margin-bottom: 8.5rem;
        }

        .content-element-18:not(:last-child) {
            margin-bottom: 9rem;
        }

        .content-element-19:not(:last-child) {
            margin-bottom: 9.5rem;
        }

        [class*="mad-offset"] {
            position: relative;
        }

        .row:not(.col-no-space) .mad-offset-left,
        .mad-offset-left {
            padding-left: 7.5rem;
        }

        .row:not(.col-no-space) .mad-offset-right,
        .mad-offset-right {
            padding-right: 7.5rem;
        }

        .mad-offset-right.no-space {
            padding: 0;
        }

        .row:not(.col-no-space) .mad-offset,
        .mad-offset {
            padding: 0 7.5rem;
        }

        .mad-offset-right.with-top-space {
            margin-top: 4.75rem;
        }

    /* ----------------------------------------
        Sidebar
    ---------------------------------------- */

        /* ----------------------------------------
            Widgets
        ---------------------------------------- */

            .mad-widget:not(:last-child) {
                margin-bottom: 0.8rem;
            }

            .mad-sidebar .mad-widget:not(:last-child) {
                margin-bottom: 5rem;
    background: #f2e4df;
    padding: 2rem;
    border-radius: 1rem;
    text-align: left;
    overflow: hidden;
    min-width: 21.875rem;
            }

            .mad-sidebar .mad-widget .mad-read-more {
                font-size: 1.25rem;
                line-height: 2rem;
            }
            
            .mad-sidebar .mad-widget .mad-newsletter-form {
                margin: 0;
            }
            
            .mad-sidebar .mad-widget .mad-widget-title {
                font-size: 1.25rem;
                line-height: 2rem;
            }

            .mad-widget .mad-semi-title {
				font-family: 'Gentium Basic', serif;
                font-weight: 600;
                font-size: 1.25rem;
            }

            .mad-widget .mad-semi-title:not(:last-child) {
                margin-bottom: 0.5rem;
            }

            .mad-widget figure img {
                width: 100%;
            }

            /* ----------------------------------------
                Sponsors widget
            ---------------------------------------- */

                .mad-sponsors {
                    display: -webkit-flex;
                    display: -moz-flex;
                    display: -ms-flex;
                    display: -o-flex;
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                }

                .mad-csstransforms3d .mad-sponsors img {
                    -webkit-transition-property: all;
                            transition-property: all;
                    -webkit-transition-delay: 0ms;
                            transition-delay: 0ms;
                    -webkit-transition-duration: 500ms;
                            transition-duration: 500ms;
                    -webkit-transition-timing-function: cubic-bezier(0.25, 3, 0.79, 0.38);
                            transition-timing-function: cubic-bezier(0.25, 3, 0.79, 0.38);
                            opacity: 0.7;
                }

                .mad-csstransforms3d .mad-sponsors a:hover > img {
                    -webkit-transform: scale3d(1.05, 1.05, 1.05);
                            transform: scale3d(1.05, 1.05, 1.05);
                            opacity: 1;
                }
				.mad-csstransforms3d .mad-sponsors a {
                    display: block;
                    overflow: hidden;
                    border-radius: 1rem;
                }

            /* ----------------------------------------
                Tags
            ---------------------------------------- */

                .tagcloud {
                    display: flex;
                    flex-wrap: wrap;
                    margin: -4px;
                }

                 .tagcloud > a {
                    color: #bf3030;
                    font-size: 1.125rem;
                    line-height: 30px;
                    white-space: nowrap;
                    padding: 0 1rem;
                    font-style: italic;
                    display: inline-block;
                    border-radius: .5rem;
                    margin: 4px;
                    background: #f2e4df;
                }

                .tagcloud > a:hover {
                    background: #bf3030;
                    color: #fff;
                }
                
                .tags-wrap {
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                }

                .tags-wrap > span {
                    padding-right: 1rem;
                }

            /* ----------------------------------------
                Search
            ---------------------------------------- */


            /* ----------------------------------------
                Timetable
            ---------------------------------------- */

               .mad-timetable {
                    font-size: 1.25rem;
                }

			   .mad-timetable:not(:last-child) {
                    margin-bottom: 2rem;
                }

                .mad-timetable .mad-tt-title {
                    font-weight: bold;
                }

                .mad-timetable.with-icons li {
                    padding-left: 2rem;
                    position: relative;
                }

                .mad-timetable.with-icons li i {
                    position: absolute;
                    left: 0;
                    top: 0;
                    color: #bc9e6a;
                }

            /* ----------------------------------------
                Entities
            ---------------------------------------- */

                .mad-widget .mad-entities .mad-entity {
                    overflow: hidden;
                }

            /* ----------------------------------------
                Calendar
            ---------------------------------------- */

                .calendar_wrap:not(:last-child) {
                    margin-bottom: 1.5rem;
                }

                .calendar_wrap .wp-calendar-nav{
					position:absolute;
				}
                .calendar_wrap {
                    position: relative;
                    border-radius: 20px;
                    overflow: hidden;
					border: 2px solid #f2e4df;
                }
				
				.calendar_wrap table {
					margin-bottom: 0 !important;
                    font-size: 0.875rem;
                    line-height: 1.5rem;
                    border-width: 0;
                    background: #fff;
                    font-size: 1rem;
					border-radius: 0;
                }

                .calendar_wrap table tbody {
                    position: relative;
                }

                .calendar_wrap table caption {
                    color: #fff;
                    font-family: 'Arvo', serif;
                    font-size: 1.25rem;
                    line-height: 1.5rem;
                    font-weight: 500;
                    text-align: center;
                    border-style: inherit;
                    border-color: inherit;
                    padding-top: 1.25rem;
                    padding-bottom: 1.25rem;
                    background: #554c4b;
                    position: relative;
                    z-index: 2;
                }

                .calendar_wrap table tr:hover {
                    background-color: transparent;
                }

                .calendar_wrap table thead {
                    background-color: #f2e4df;
                }

                .calendar_wrap table thead th {
                    font-size: 1.125rem;
                    font-family: 'Gentium Basic', serif;
                    font-weight: 400;
                    color: #262123;
                    text-transform: uppercase;
                }
				
				.calendar_wrap.calendar-medium table thead th {
                    font-weight: bold;
                }

                .calendar_wrap table td > a,
                .calendar_wrap table td > div > a {
                    position: relative;
                    z-index: 1;
                    color: #fff !important;
                }

                .calendar_wrap table td > a:before,
                .calendar_wrap table td > div > a:before {
                    content: '';
                    position: absolute;
                    background: #bf3030;
                    border-radius: 50%;
                    width: 2rem;
                    height: 2rem;
                    top: 50%;
                    left: 50%;
                    margin-top: -1rem;
                    margin-left: -1rem;
                    line-height: 2rem;
                    z-index: -1;
                }

                .calendar_wrap table td.marker {
                    position: relative;
                    z-index: 1;
                }

                .calendar_wrap table td.marker:before {
                    content: '';
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    background: #fbf8f7;
                    z-index: -1;
                }

                .calendar_wrap table td .marker {
                    background: #fbf8f7;
                    height: 100%;
                    line-height: inherit;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                .calendar_wrap table td.first {
                    color: #b2b2b3;
                }

                .calendar_wrap table th, .calendar_wrap table td {
                    padding: 0;
                    text-align: center;
                    line-height: 3rem;
                    vertical-align: middle;
                    border-bottom: none;
                }

                .calendar_wrap table tr td:not(:last-child) {
                    border-right: 1px solid #f2e4df;
                }

                .calendar_wrap table tfoot td {
                    padding: 1.4rem 0 0;
                    border-width: 0;
                }

                .calendar_wrap table tfoot #prev a,
                .calendar_wrap table tfoot #next a {
                    font-size: 0.8125rem;
                    line-height: 1.5rem;
                    font-weight: 800;
                    border: none;
                    letter-spacing: 1.8px;
                    text-transform: uppercase;
                }

                .calendar_wrap table tfoot #prev {
                    text-align: left;
                }

                .calendar_wrap table tfoot #next {
                    text-align: right;
                }

                .calendar_wrap table .calendar-caption-prev,
                .calendar_wrap table .calendar-caption-next {
                    display: block;
                    position: absolute;
                    top: 0;
                    line-height: 4rem;
                    height: 100%;
                    font-size: 2rem;
                    width: 62px;
                    text-align: center;
                    color: #fff;
                    -webkit-transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                            transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                }

                .calendar_wrap table .calendar-caption-prev:hover,
                .calendar_wrap table .calendar-caption-next:hover {
                    color: #bf3030;
                }

                .calendar_wrap table .calendar-caption-prev i,
                .calendar_wrap table .calendar-caption-next i {
                    font-size: 24px;
                }

                .calendar_wrap table .calendar-caption-prev {
                    left: 0;
                }

                .calendar_wrap table .calendar-caption-next {
                    right: 0;
                }

                .big-calendar.calendar_wrap:not(:last-child) {
                    margin-bottom: 3.5rem;
                }

                .big-calendar.calendar_wrap table thead th,
                .big-calendar.calendar_wrap table tr td {
                    text-align: left;
                    padding: 1.5rem;
                    line-height: 1rem;
                    vertical-align: top;
                }

                .big-calendar.calendar_wrap table thead th {
                    padding-top: 1rem;
                    padding-bottom: 1rem;
                    font-weight: bold;
                }

                .big-calendar.calendar_wrap table tr td {
                    font-size: 1.5rem;
                    color: #b8b7b7;
                    position: relative;
                }
				
				.big-calendar.calendar_wrap table tr td > div:first-child {
                    font-weight: 700;
                }

                .big-calendar.calendar_wrap table tr td:hover {
                     -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 18, 29, 0.17);
                    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 18, 29, 0.17);
                    box-shadow: 0px 0px 24px 0px rgba(0, 18, 29, 0.17);
                }

                .big-calendar.calendar_wrap table tr td.active {
                    color: #595758;
                }

                .big-calendar.calendar_wrap table tr:not(:last-child) td {
                    border-bottom: 1px solid #f2e4df;
                }
				
				.big-calendar.calendar_wrap table tr td:before,
                .big-calendar.calendar_wrap table tr td:after {
                    opacity: 0;
                    visibility: hidden;
                }

                .big-calendar.calendar_wrap table tr td:hover:after,
                .big-calendar.calendar_wrap table tr td:hover:before {
                    opacity: 1;
                    visibility: visible;
                }

                .calendar_wrap.big-calendar table td > *:not(:last-child) {
                    margin-bottom: 1.5rem;
                }

                .calendar_wrap.big-calendar table td a:before {
                    width: 3rem;
                    height: 3rem;
                    margin-top: -1.5rem;
                    margin-left: -1.5rem;
                }

                .calendar_wrap.big-calendar .mad-event .mad-event-title {
                    position: relative;
                    display: inline-block;
                }

                .calendar_wrap.big-calendar .mad-event .mad-event-title:hover .mad-dropdown-element {
                    opacity: 1;
                    visibility: visible;
                }

                .calendar_wrap.big-calendar .mad-event .mad-event-title a,
                .calendar_wrap.big-calendar .mad-event .mad-event-title {
                    font-size: 1rem;
                    line-height: 1.25rem;
                }

               .calendar_wrap.big-calendar .mad-event .mad-event-title a {
                    line-height: 1rem;
                }

                .calendar_wrap.big-calendar .mad-dropdown-element {
                    font-family: 'Gentium Basic', serif;
                    position: absolute;
                    top: 0;
                    left: 100%;
                    padding: 1.5rem;
                    background: #fff;
                    width: 280px;
                    border-radius: 1rem;
                    overflow: hidden;
                    min-width: 100%;
                    margin-top: 0;
                    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 18, 29, 0.17);
                    -moz-box-shadow:    0px 0px 24px 0px rgba(0, 18, 29, 0.17);
                    box-shadow:         0px 0px 24px 0px rgba(0, 18, 29, 0.17);
                    z-index: 2;
                }

                .calendar_wrap.big-calendar .mad-dropdown-element:after,
                .big-calendar.calendar_wrap table tr td:after {
                    content: '';
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    height: 3px;
                    background: #bf3030;
                }

                .calendar_wrap.big-calendar .mad-dropdown-element:before,
                .big-calendar.calendar_wrap table tr td:before {
                    content: '';
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    height: 3px;
                    -webkit-mask: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/bg_line.svg) no-repeat;
                    mask: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/bg_line.svg) no-repeat;
                    background-color: #fff;
                    mask-repeat: no-repeat;
                    -webkit-mask-size: cover;
                    mask-size: cover;
                    z-index: 1;
                }

                .calendar_wrap.big-calendar .mad-dropdown-element .mad-event-content {
                    color: #595758;
                    line-height: 1rem;
                    font-size: 14px;
                }

                .calendar_wrap.big-calendar .mad-dropdown-element .mad-event-content .mad-event-title:not(:last-child) {
                    margin-bottom: 1rem;
                }

                .calendar_wrap.big-calendar .mad-dropdown-element figure:not(:last-child) {
                    margin-bottom: 1rem;
                }

                .calendar_wrap.big-calendar .mad-dropdown-element .mad-event-content .mad-event-title,
                .calendar_wrap.big-calendar .mad-dropdown-element .mad-event-content .mad-event-title a {
                    font-family: 'Arvo', serif;
                    font-size: 1.125rem;
                    line-height: 1.5rem;
                    font-style: normal;
					font-weight: bold;
                }

                .calendar_wrap.big-calendar span.mad-event-sub {
                    font-size: 0.875rem;
                }

                .calendar_wrap.big-calendar .mad-dropdown-element .mad-event-sub {
                    font-size: 0.875rem;
					font-weight: normal;
                    line-height: 1rem;
                }

                .calendar_wrap.big-calendar .mad-dropdown-element .mad-event-sub:not(:last-child) {
                    margin-bottom: 0.25rem;
                }

                .calendar_wrap.big-calendar .mad-abs-title {
                    position: relative;
                }

                .calendar_wrap.big-calendar .mad-abs-title .mad-event-title {
                    font-family: 'Arvo', serif;
                    position: absolute;
                    left: 0;
                    top: 0;
                    padding: 8px 24px;
                    margin-left: -24px;
                    width: calc(200% + 98px);
                    background: #fbf8f7;
                }

                .calendar_wrap.big-calendar {
                    overflow: visible;
                }

                .calendar_wrap.calendar-medium table tr td {
                   height: 5vw;
                }

                .calendar_wrap.calendar-medium table td > a:before, 
                .calendar_wrap.calendar-medium table td > div > a:before {
                    width: 3.5rem;
                    height: 3.5rem;
                    margin-top: -1.75rem;
                    margin-left: -1.75rem;
                }

            /* ----------------------------------------
                Recent Comments
            ---------------------------------------- */

                .mad-widget .recentcomments {
                    font-size: 1.25rem;
                    line-height: 2rem;
                }

                .mad-widget .recentcomments li:not(:last-child) {
                    margin-bottom: 1rem;
                }

                .mad-widget .recentcomments li {
                    position: relative;
                    padding-left: 2rem;
                }

                .mad-widget .recentcomments li:before {
                    position: absolute;
                    font-family: 'Material Icons Outlined';
                    content: 'comment';
                    font-size: 1.125rem;
                    top: 0;
                    left: 0;
                    line-height: 2rem;
                    color: #f2a057;
                }
				
				.mad-widget .recentcomments li::after {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 1.125rem;
                    height: 2rem;
                    -webkit-mask: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/btn_bg.svg) no-repeat 100% 100%;
                    mask: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/btn_bg.svg) no-repeat 100% 100%;
                    background-color: #fff;
                    mask-repeat: no-repeat;
                    -webkit-mask-size: cover;
                    mask-size: cover;
                }

                .mad-widget .recentcomments li a {
                    color: #bf3030;
                }

                .mad-widget .recentcomments li a:hover {
                    text-decoration: underline;
                }

            /* ----------------------------------------
                Email
            ---------------------------------------- */

    /* ----------------------------------------
        Footer
    ---------------------------------------- */

        .mad-footer {
            position: relative;
            padding: 8.25rem 0;
            line-height: 1.5rem;
            background: url(//depozitdecarne.ro/wp-content/themes/steakbreak/images/1920x568_fbg1.jpg) no-repeat #1c181a;
            background-size: contain;
            color: #7a7879;
            text-align: center;
            padding: 8.5rem 0;
        }

        .mad-footer .mad-hr-list a {
            color: #f2a057;
        }

         .mad-footer .mad-hr-list a:hover {
            color: #bf3030;
        }

        .mad-footer .mad-icon-btn {
            color: #262123;
            font-size: 1.875rem;
        }

        .mad-footer .mad-widget {
            font-size: inherit;
            line-height: inherit;
        }

        .mad-footer .mad-footer-main:not(:last-child) {
            margin-bottom: 5rem;
        }
		
		.mad-footer .mad-widget-title {
            font-size: 1.25rem;
            color: #fff;
            letter-spacing: 0.3px;
        }

        .copyrights {
            color: #7a7879;
            margin-top: 1rem;
            text-align: center;
        }

        .copyrights a {
            color: inherit;
        }
		
		.mad-coming-soon .mad-footer {
            background-size: cover;
            padding-bottom: 4rem;
            background-position: bottom -100px center;
        }

        .mad-coming-soon .mad-footer .mad-footer-main {
            padding-top: 2rem;
        }

        .mad-footer .mad-widget p:not(:last-child) {
            margin-bottom: 1rem;
        }
		

        /* Style 2 */

         .mad-footer.style-2 {
            color: #595758;
        }
		
		.with-side-menu .mad-footer.style-2 .mad-widget .tnp-widget{
			max-width: 450px;
			display: inline-block;
		}

        .mad-footer.style-2 .copyrights {
            margin-top: 1rem;
            text-align: left;
        }

        .mad-footer.style-2 .mad-logo:not(:last-child) {
            margin-bottom: 5rem;
        }

       .with-side-menu .mad-footer.style-2 {
            text-align: center;
            background: url(//depozitdecarne.ro/wp-content/themes/steakbreak/images/footer2_bg.jpg) no-repeat left bottom;
            background-size: cover;
        }

        .with-side-menu .mad-footer.style-2 .mad-footer-main {
            padding: 8.25rem 0;
            position: relative;
        }

        .with-side-menu .mad-footer.style-2 .mad-footer-main {
            position: relative;
        }

        .with-side-menu .mad-footer.style-2 .copyrights {
            text-align: center;
        }

        .with-side-menu .mad-footer.style-2 .mad-widget-title {
            color: #262123;
        }

        .with-side-menu .mad-footer.style-2:not(.dark-scheme) .mad-newsletter-form .btn:after,
        .with-side-menu .mad-footer.style-2:not(.dark-scheme) .mad-social-icons ul li a i:after {
            background: #fff;
        }
		
        /* Style 3 */

        .mad-footer.style-3 {
            color: #595758;
            padding: 8.25rem 0;
            line-height: 2rem;
            background-color: #fff;
            background-size: cover;
            text-align: left;
        }

        .mad-footer.style-3 .mad-widget {
            text-align: left;
        }

        .mad-footer.style-3 .mad-timetable {
            color: #fff;
        }

        .mad-footer.style-3 .mad-widget-title {
            color: #262123;
        }

        .mad-footer.style-3 .copyrights {
            color: #7a7879;
            margin-top: 1rem;
        }

        .mad-footer.style-3 .mad-footer-main:not(:last-child) {
            margin-bottom: 3.75rem;
        }
		
		.mad-footer.style-3:not(.dark-scheme) .mad-newsletter-form .btn:after,
        .mad-footer.style-3:not(.dark-scheme) .mad-social-icons ul li a i:after {
            background: #fff;
        }

        .mad-footer[class*="style-"].dark-scheme .mad-social-icons ul li a i:after {
            background: #1c181a;
        }

        .mad-footer[class*="style-"].dark-scheme {
            color: #7a7879;
            background: url(//depozitdecarne.ro/wp-content/themes/steakbreak/images/1920x568_fbg1.jpg) no-repeat #1c181a bottom center;
            background-size: cover;
        }

        .mad-footer[class*="style-"].dark-scheme .mad-widget-title,
        .mad-footer[class*="style-"].dark-scheme .mad-entities .mad-entity-title a {
            color: #fff;
        }

        .mad-footer[class*="style-"]:not(.dark-scheme) .mad-logo.light-logo {
            display: none;
        }

        .mad-footer[class*="style-"].dark-scheme .mad-logo {
            display: none;
        }

        .mad-footer[class*="style-"].dark-scheme .mad-logo.light-logo {
            display: block;
        }
		
		/* Style 3 */

        .mad-footer.style-4 {
            text-align: left;
            background:url(//depozitdecarne.ro/wp-content/themes/steakbreak/images/1920x536_footerbg1.jpg) no-repeat center #fff;
            background-size: cover;
            padding-left: 7.5rem;
        }

        .mad-footer.style-4 .copyrights {
            text-align: left;
        }

    /* ----------------------------------------
        Grid
    ---------------------------------------- */
    
        [class*="item-col-"]:not(.no-gutters) {
            margin: -2rem -1rem 0;
        }

        [class*="item-col-"]:not(.no-gutters) > * {
            padding: 2rem 1rem 0;
        }

        .item-col {
            width: 100%; 
        }

         .item-col-1 > *
		{
            width: 100%;
        }
		.item-col-2 > *{
            width: 50%;
        }

        .item-col-3 > *{
            width: 33.3333%;
        }

        .item-col-4 > *{
            width: 25%;
        }

        .item-col-5 > *{
            width: 20%;
        }

        .item-col-6 > *{
            width: 16.6666%;
        }

        .row:not(.col-no-space) {
            margin-bottom: -2.5rem;
        }

        .row:not(.col-no-space) > [class*="col"] {
            padding-bottom: 2.5rem;
        }

        .row:not(.no-gutters):not(.col-no-space).vr-size-2 {
            margin-bottom: -6rem;
        }

        .row:not(.no-gutters):not(.col-no-space).vr-size-2 > [class*="col"] {
            padding-bottom: 6rem;
        }

        .row:not(.no-gutters):not(.col-no-space).vr-size-1 {
            margin-bottom: -3rem;
        }

        .row:not(.no-gutters):not(.col-no-space).vr-size-1 > [class*="col"] {
            padding-bottom: 3rem;
        }

        .row:not(.no-gutters):not(.col-no-space).vr-size-3 {
            margin-bottom: -3.5rem;
        }
		
		.row:not(.no-gutters):not(.col-no-space).vr-size-3 > [class*="col"] {
            padding-bottom: 3.5rem;
        }

        .row:not(.no-gutters):not(.col-no-space).vr-size-4 {
            margin-bottom: -4rem;
        }

        .row:not(.no-gutters):not(.col-no-space).vr-size-4 > [class*="col"] {
            padding-bottom: 4rem;
        }

        .row:not(.no-gutters):not(.col-no-space).vr-size-5 {
            margin-bottom: -4.5rem;
        }

        .row:not(.no-gutters):not(.col-no-space).vr-size-5 > [class*="col"] {
            padding-bottom: 4.5rem;
        }

        [class*="item-col-"].size-2:not(.no-gutters) {
            margin: -4.5rem -2.25rem 0;
        }

        [class*="item-col-"].size-2:not(.no-gutters) > * {
            padding: 4.5rem 2.25rem 0;
        }
		
		.mad-specs-section .row:not(.col-no-space) {
            margin-bottom: -3rem;
        }

        .mad-specs-section .row:not(.col-no-space) > [class*="col"] {
            padding-bottom: 3rem;
        }
		

    /* ----------------------------------------
        Square image
    ---------------------------------------- */

        .mad-square-image[data-bg-image-src] {
            position: relative;
            height: 0;
            padding-bottom: 100%;
        }

        .mad-square-image[data-bg-image-src] a {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
        }

        .mad-square-image.mad-square-image--size-90 {
            padding-bottom: 90%;
        }

        .mad-square-image.mad-square-image--size-80 {
            padding-bottom: 80%;
        }

        .mad-square-image.mad-square-image--size-70 {
            padding-bottom: 70%;
        }

        .mad-square-image.mad-square-image--size-60 {
            padding-bottom: 60%;
        }

        .mad-square-image.mad-square-image--size-50 {
            padding-bottom: 50%;
        }

        .mad-square-image.mad-square-image--size-40 {
            padding-bottom: 40%;
        }

        .mad-square-image--position-left-top {
            background-position: left top;
        }

        .mad-square-image--position-left-center {
            background-position: left center;
        }

        .mad-square-image--position-left-bottom {
            background-position: left bottom;
        }

        .mad-square-image--position-center-top {
            background-position: center top;
        }

        .mad-square-image--position-center-center {
            background-position: center center;
        }

        .mad-square-image--position-center-bottom {
            background-position: center bottom;
        }

        .mad-square-image--position-right-top {
            background-position: right top;
        }

        .mad-square-image--position-right-center {
            background-position: right center;
        }

        .mad-square-image--position-right-bottom {
            background-position: right bottom;
        }

    /* ----------------------------------------
        Modals
    ---------------------------------------- */

        .mad-modal {
            position: relative;
            width: 100%;
            height: 100%;
        }

    /* ----------------------------------------
        Arctic Modal
    ---------------------------------------- */

        .arcticmodal-container {
            background-color: #fff;
        }

        .arcticmodal-container_i2 {
            padding: 0;
            height: 100%;
        }

        .arcticmodal-container table {
            background-color: transparent;
            border: none;
        }

        .arcticmodal-container table tr {
            border: none;
            -webkit-transition: none;
                    transition: none;
        }

        .arcticmodal-container table tr:hover {
            background-color: transparent;
        }

    /* ----------------------------------------
        Search Modal
    ---------------------------------------- */

        .mad-modal--search .arcticmodal-container_i2 {
            vertical-align: middle;
        }

        .mad-modal--search {
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

        .mad-modal--search:after {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            height: 50%;
            background: -moz-linear-gradient(top, rgba(248,241,234,0) 0%, rgba(248,241,234,1) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(248,241,234,0) 0%,rgba(248,241,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, rgba(248,241,234,0) 0%,rgba(248,241,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            z-index: -1;
        }

        .mad-modal--search .mad-title {
            margin-right: 2rem;
        }

        .mad-modal--search .mad-title:not(:last-child) {
            margin-bottom: 0;
        }

        .mad-modal--search form {
            width: 40%;
            display: flex;
        }

        .mad-modal--search form input {
            width: 100%;
        }

        .mad-modal--search form button {
            width: 4rem;
            height: 4rem;
            min-width: 4rem;
            line-height: 4rem;
            text-align: center;
            color: #fff;
            border-radius: 0.875rem;
            margin-left: 8px;
            position: relative;
        }


        .mad-modal--search form button i {
            font-size: 1.5rem;
            line-height: 2rem;
        }

    /* ----------------------------------------
        Responsive Iframe
    ---------------------------------------- */

        .mad-responsive-iframe {
            position: relative;
            height: 0;
            padding-bottom: 56%;
        }

        .mad-responsive-iframe > iframe {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
        }

        .mad-fullwidth-iframe > iframe {
            width: 100%;
        }

    /* ----------------------------------------
        Comments
    ---------------------------------------- */

        .comments-list {
            overflow: hidden;
        }

        .comments-list > .comment:first-child {
            margin-top: -2rem;
        }

        .comment {
            font-size: 1.25rem;
            padding-top: 2rem;
        }

       .comment .fn {
            font-size: 1.25rem;
            color: #262123;
            display: block;
            font-weight: 600;
            font-style: normal;
            font-family: 'Arvo', serif;
        }

        .comment-author-avatar {
            float: left;
            margin-right: 1.25rem;
            position: relative;
            z-index: 2;
        }

        .comment .children > li,
        .comment.comment-has-children > .comment-body > .comment-author-info {
            position: relative;
        }

        .comment-author-info {
            padding-left: 6.125rem;
        }

       .comment-meta {
            font-size: 1rem;
            line-height: 1rem;
            font-style: normal;
            margin-bottom: 0.9rem;
            color: #d98f4e;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-top: -0.5rem;
        }

        .comment-meta > * {
            margin-top: 0.5rem;
        }

        .comment-meta > a {
            font-style: normal;
            font-family: 'Arvo', serif;
            font-weight: 500;
        }

        .comment-content:not(:last-child) {
            margin-bottom: 0.1rem;
        }

        .comment-actions {
            font-size: 0.6875rem;
            line-height: 1.75rem;
            text-transform: uppercase;
            color: #b1b1b1;
            letter-spacing: 0.82px;
            margin-left: -0.5rem;
            margin-right: -0.5rem;
        }

        .comment-actions > a {
            margin-left: 0.5rem;
            margin-right: 0.5rem;
        }

        .comment::after {
            content: "";
            display: block;
            clear: both;
        }

        .comment .children {
            padding-left: 6.25rem;
            overflow: hidden;
        }

    /* ----------------------------------------
        Vertical Navigation
    ---------------------------------------- */

        .mad-navigation-vertical {
            display: block !important;
            font-size: 0.875rem;
            line-height: 1.5rem;
        }

        .mad-navigation-vertical .sub-menu {
            padding-top: 0.125rem;
            padding-bottom: 0.625rem;
            padding-left: 0.9375rem;
            padding-right: 0.9375rem;
        }

        .mad-navigation-vertical .sub-menu > li {
            margin-top: 0.5rem;
        }

        .mad-navigation-vertical .sub-menu > li.menu-item-has-children > a::after {
            font-family: 'Linearicons';
            content: "\e93a";
            margin-left: 0.4rem;
            vertical-align: middle;
            font-size: 0.75rem;
        }

        .mad-navigation-vertical .sub-menu a {
            color: #b1b1b1;
        }

        .mad-navigation-vertical > li:hover > a::before,
        .mad-navigation-vertical > li.mad-seleceted > a::before,
        .mad-navigation-vertical > li.mad-tapped > a::before,
        .mad-navigation-vertical > li.current-menu-ancestor > a::before,
        .mad-navigation-vertical > li.current-menu-parent > a::before,
        .mad-navigation-vertical > li.current-menu-item > a::before {
            opacity: 1;
        }

        .mad-navigation-vertical > li > a {
            text-transform: uppercase;
            letter-spacing: 0.81px;
            display: block;
            padding: 0.48rem 1.875rem;
            position: relative;
        }

        .mad-navigation-vertical > li > a::before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 3px;
            opacity: 0;
            -webkit-transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .mad-navigation-vertical a {
            color: #262123;
            -webkit-transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .mad-body--scheme-brown .mad-navigation-vertical > li > a::before {
            background-color: #ba89f4;
        }

/* ----------------------------------------
    3. Components
---------------------------------------- */

    /* ----------------------------------------
        Social icons
    ---------------------------------------- */

        .mad-social-icons > ul {
            display: flex;
            flex-wrap: wrap;
            font-style: normal;
            margin: 0 -0.9375rem -1rem;
        }

        .mad-social-icons ul li {
            padding: 0 0.9375rem 1rem;
        }

        .mad-social-icons ul li a {
            color: #f2a057;
            font-size: 2rem;
        }

        .mad-social-icons ul li a i {
            vertical-align: inherit;
			position: relative;
            z-index: 1;
        }

        .mad-social-icons ul li a:hover {
            color: #bf3030;
        }

        .mad-social-icons.size-big ul li a {
            font-size: 2rem;
        }

        .mad-social-icons.size-2 ul li a {
            font-size: 1.5rem;
        }

        .mad-social-icons.size-2 ul {
            margin: -0.75rem -0.75rem 0;
        }

        .mad-social-icons.size-2 ul li {
            padding: 0.75rem 0.75rem 0;
        }
		
		
		.mad-social-icons ul li a i:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            -webkit-mask: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/btn_bg.svg) no-repeat 100% 100%;
            mask: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/btn_bg.svg) no-repeat 100% 100%;
            background-color: #1c181a;
            mask-repeat: no-repeat;
            -webkit-mask-size: cover;
            mask-size: cover;
        }

        .mad-social-icons.light-back ul li a i:after {
            background-color: #fff;
        }


    /* ----------------------------------------
        Dropcaps
    ---------------------------------------- */

        .mad-dropcap > *:first-child:first-letter {
            font-size: 3.75rem;
            font-family: "Arvo", serif;
            font-weight: bold;
            line-height: 3rem;
            display: block;
            float: left;
            margin-right: 1rem;
            margin-top: 10px;
            color: #bf3030;
        }

        .mad-dropcap--filled > *:first-child:first-letter {
            color: #d98f4e;
        }

        /* firefox only */
        @-moz-document url-prefix() {
            .mad-dropcap > *:first-child:first-letter {
                margin-top: 0.75rem;
            }
 
        }

    /* ----------------------------------------
        Alert Boxes
    ---------------------------------------- */

        .mad-alert-boxes-example {
            margin-top: -2rem;
        }

        .mad-alert-box {
            font-size: 1.125rem;
            line-height: 1.5rem;
            padding-top: 2rem;
        }

        .mad-alert-box strong {
            font-weight: inherit;
        }

        .mad-alert-box-inner {
            position: relative;
			border-radius: 1rem;
            padding-top: 24px;
            padding-bottom: 24px;
            padding-left: 4.5rem;
            padding-right: 3.75rem;
            text-align: initial;
        }

        .mad-alert-box-inner::before {
            font-family: 'Material Icons Outlined';
            font-size: 1.5rem;
            line-height: 1;
            position: absolute;
            left: 2rem;
            top: 24px;
        }

        .mad-alert-box-close {
            position: absolute;
            color: transparent;
            font-size: 1rem;
            line-height: 1;
            display: block;
            width: 1rem;
            height: 1rem;
            right: 2rem;
            top: 0;
            margin-top: 2rem;
            overflow: hidden;
        }

        .mad-alert-box-close::-moz-selection {
            color: transparent;
        }

        .mad-alert-box-close::selection {
            color: transparent;
        }

        .mad-alert-box-close::-webkit-selection {
            color: transparent;
        }

        .mad-alert-box-close::after {
            font-family: "Material Icons";
            content: 'close';
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            text-align: center;
            font-weight: bold;
            margin-top: -0.575rem;
            color: #686168;
        }

        .mad-alert-box--success {
            color: #0c7d2b;
        }

        .mad-alert-box--success .mad-alert-box-inner {
            background:#e7f8ec;
            color: #0c7d2b;
        }

        .mad-alert-box--success .mad-alert-box-inner::before {
            content: "check_circle";
        }

        .mad-alert-box--warning {
            color: #d66436;
        }

        .mad-alert-box--warning .mad-alert-box-inner {
            background: #fdf0e6;
            color: #d66436;
        }

        .mad-alert-box--warning .mad-alert-box-inner::before {
            content: "notification_important";
        }

        .mad-alert-box--info {
            color: #1f5a7d;
        }

        .mad-alert-box--info .mad-alert-box-inner {
            color: #1f5a7d;
            background: #e5f1f8;
        }

        .mad-alert-box--info .mad-alert-box-inner::before {
            content: "info";
        }

        .mad-alert-box--error {
                        color: #bf3030;
        }

        .mad-alert-box--error .mad-alert-box-inner {
            background: #faebeb;
        }

        .mad-alert-box--error .mad-alert-box-inner::before {
            content: "highlight_off";
        }

        .mad-csstransforms3d .mad-alert-box-close {
            -webkit-transition: -webkit-transform .4s cubic-bezier(0.25, 3, 0.75, 0.9);
                    transition:         transform .4s cubic-bezier(0.25, 3, 0.75, 0.9);
        }

        .mad-csstransforms3d .mad-alert-box-close:hover {
            -webkit-transform: scale3d(1.3, 1.3, 1.3);
                    transform: scale3d(1.3, 1.3, 1.3);
        }

    /* ----------------------------------------
        Lists
    ---------------------------------------- */

        .mad-entity-content ul:not(.mad-list--icon):not(.mad-list--unstyled) > li::before,
        .mad-entity-content ul > li i {
            font-size: 1.125rem;
                        color: #bf3030;
        }

        .mad-entity-content ol {
            list-style-position: inside;
            list-style-type: decimal;
        }

        .mad-entity-content ol ol, .mad-entity-content ol ul {
            padding-left: 2rem;
        }

        .mad-entity-content ol ul > li > ul,
        .mad-entity-content ol ul > li > ol {
            padding-left: 0;
        }
        
        .mad-list-title:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-entity-content.style-2 ul:not(.mad-list--icon):not(.mad-list--unstyled) > li::before,
        .mad-entity-content.style-2 ul > li i {
                        color: #f2a057;
        }

        /* ----------------------------------------
            Icon List
        ---------------------------------------- */

            .mad-list--icon > li,
            .mad-entity-content ul:not(.mad-list--icon):not(.mad-list--unstyled) > li {
                padding-left: 2rem;
                position: relative;
            }

            .mad-list--icon > li > .icon,
            .mad-entity-content ul:not(.mad-list--icon):not(.mad-list--unstyled) > li::before {
                position: absolute;
                left: 1px;
                top: 0;
                line-height: 2rem;
            }

            .mad-list--icon ul,
            .mad-entity-content > ul:not(.mad-list--icon):not(.mad-icon-first) {
                padding-top: 1rem;
            }

            .mad-entity-content ul:not(.mad-list--icon):not(.mad-list--unstyled) > li:not(:last-child), 
            .mad-list--icon > li:not(:last-child), .mad-list--icon-big > li:not(:last-child), 
            .mad-entity-content ol:not(.mad-list--unstyled) > li:not(:last-child),
            .mad-entity-content ul:not(.mad-list--icon):not(.mad-list--unstyled) > li:not(:last-child), 
            .mad-list--icon > li:not(:last-child), 
            .mad-list--icon-big > li:not(:last-child), 
            .mad-entity-content ol:not(.mad-list--unstyled) > li:not(:last-child) {
                margin-bottom: 1rem;
            }

        /* ----------------------------------------
            Horizontal list
        ---------------------------------------- */

        .mad-hr-list ul {
			font-size: 1.25rem;
            line-height: 1.875rem;
            text-transform: uppercase;
            display: flex;
            flex-wrap: wrap;
        }

        .mad-hr-list ul li {
            position: relative;
        }

        .mad-hr-list ul li:not(:last-child) {
            margin-right: 0.9375rem;
        }

        .mad-hr-list ul li:not(:last-child) {
            padding-right: 0.9375rem;
        }

        .mad-hr-list ul li:not(:last-child):after {
            content: '';
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 1px;
            height: 22px;
            background: #7a7879;
        }

        /* ----------------------------------------
            Vertical list
        ---------------------------------------- */

        .mad-vr-list {
            font-size: 1.25rem;
            line-height: 2rem;
        }
		
		.mad-vr-list ul li:not(:last-child),
        .mad-tag-list > li:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-tag-list:not(:last-child) {
            margin-bottom: 2.5rem;
        }

        .mad-tag-list {
			margin-top: 0.5rem;
            font-size: 1.25rem;
            line-height: 1.5rem;
        }

        .mad-tag-list > li {
        color: #d98f4e;
        }
		
		.mad-tag-list > li > * {
            display: inline-block;
        }

        .mad-tag-list li span {
            font-style: normal;
            color: #595758;
                        padding-right: 0.5rem;
        }

        .mad-tag-list li .mad-social-icons > ul {
            margin: -0.75rem -0.75rem 0;
        }

        .mad-tag-list li .mad-social-icons {
            padding-left: 0.5rem;
        }

        .mad-tag-list li .mad-social-icons > ul > li {
            padding: 0.75rem 0.75rem 0;
        }

        .mad-tag-list .mad-link {
            color: #bf3030;
        }

        .mad-likes {
            font-size: 1rem;
                        color: #d98f4e;
            padding-left: 1rem;
        }

        .mad-likes i {
            font-size: 1.125rem;
            line-height: inherit;
        }

        .mad-tag-list .mad-social-icons ul li a {
            font-size: 1.25rem;
        }

    /* ----------------------------------------
        Dividers
    ---------------------------------------- */

        hr {
            border-width: 1px 0 0 0;
            border-style: solid;
            border-color: #eaeaea;
        }

        hr:not(:first-child) {
            margin-top: 2.51875rem;
        }

        hr:not(:last-child) {
            margin-bottom: 2.51875rem;
        }

        hr.mad-divider--medium {
            border-top-width: 2px;
        }

        hr.mad-divider--large {
            border-top-width: 3px;
        }

        hr.mad-divider--shorter {
            width: 30px;
        }

        hr.mad-divider--scheme-dark {
            border-color: #b1b1b1;
        }

        hr.mad-divider--scheme-darkest {
                        border-color: #262123;
        }

    /* ----------------------------------------
        Blockquotes
    ---------------------------------------- */

        .mad-testimonials.with-bg .mad-testimonial {
            margin: 1.5rem 0;
            padding: 4.375rem;
                       border-radius: 1rem;
            background: #f2e4df;
        }

        .mad-testimonials.with-bg.style-2 .mad-testimonial {
                        background: #bf3030;
        }

        .mad-testimonials.with-bg.style-2 .mad-testimonial blockquote {
            color: #fff;
        }
		
		.mad-testimonials.with-bg.style-2 .mad-testimonial .mad-author {
            color: #f3e0e0;
        }


    /* ----------------------------------------
        Buttons
    ---------------------------------------- */

        .btn {
            padding: 1rem 2rem 1rem;
            display: inline-flex;
            font-family: 'Gentium Basic', serif;
            font-size: 1.25rem;
            color: #fff;
            background: #b42727;
            letter-spacing: 0.3px;
            font-weight: normal;
            border-radius: 0.625rem;
            text-align: center;
            justify-content: center;
            line-height: 1rem;
            position: relative;
            white-space: nowrap;
            overflow: hidden;
            z-index: 1;
            position: relative;
            transition: all .5s ease!important;
        }

        .btn:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: -1;
            opacity: 1;
            border-radius: inherit;
            background: #b42727; /* Old browsers */
            background: -moz-linear-gradient(top, #c63f3f 0%, #b42727 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #c63f3f 0%, #b42727 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #c63f3f 0%, #b42727 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            transition: all .5s ease!important;
        }

        .btn:not(.no-texture):after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        
            -webkit-mask: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/btn_bg.svg) no-repeat;
            mask: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/btn_bg.svg) no-repeat;
            background-color: #fff; 
            mask-repeat: no-repeat;
            -webkit-mask-size: cover;
            mask-size: cover;
        }

        [class*="btn"] .btn-texture > .svg path {
            fill: #fff;
        }

        .btn:hover:before {
            opacity: 0;
        }


        .btn-mini {
            font-size: 1rem;
            padding: 0 1.5rem;
            line-height: 2rem;
        }

        .btn-small {
            font-size: 1rem;
            padding: 0 1.5rem;
            line-height: 2rem;
            border-radius: 0.5rem;
        }

        .btn-big {
            font-size: 1.5rem;
            padding-top: 1.5rem;
            padding-bottom: 1.5rem;
            padding-left: 2.375rem;
            padding-right: 2.375rem;
            border-radius: 1rem;
        }

        .btn-big:before {
            border-radius: inherit;
        }

        .btn-huge {
            font-size: 1.875rem;
            padding-top: 2rem;
            padding-bottom: 2rem;
            padding-left: 3rem;
            padding-right: 3rem;
            border-radius: 1rem;
        }

        [class*="btn"] > i {
            font-size: 1.125rem;
            display: inline-block;
            line-height: inherit;
        }

        .btn-mini i {
            font-size: 0.875rem;
        }

        .btn-small > i {
            font-size: 1rem;
        }

        .btn-big > i {
            font-size: 1rem;
        }

        [class*="btn"] i svg path, 
        [class*="btn"] i .svg path 
		{
            fill: transparent;
            transition: all .5s ease;
        }

        [class*="btn"] > i:not(:only-child):first-child {
            margin-right: 1rem;
        }

        [class*="btn"] > i:not(:only-child):last-child {
            margin-left: 1rem;
        }

        [class*="btn"].btn-style-1:not(:hover) {
            background: #fff; 
        }

        [class*="btn"].btn-style-2 {
           background: #7a7879;
        }

        [class*="btn"].btn-style-2:before {
            background: #868586; /* Old browsers */
            background: -moz-linear-gradient(top, #868586 0%, #6c6a6b 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #868586 0%,#6c6a6b 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #868586 0%,#6c6a6b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        }

        [class*="btn"].btn-style-3 {
            background: #262123;
        }

        [class*="btn"].btn-style-3:before {
            background: #342e30; /* Old browsers */
            background: -moz-linear-gradient(top, #342e30 0%, #1f1b1c 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #342e30 0%,#1f1b1c 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #342e30 0%,#1f1b1c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        }


        [class*="btn"].btn-style-4 {
            background: #f2a057;
            color: #262123;
        }

        [class*="btn"].btn-style-4:before {
            background: #f3aa65 ; /* Old browsers */
            background: -moz-linear-gradient(top, #f3aa65  0%, #ef934b 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #f3aa65  0%,#ef934b 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #f3aa65  0%,#ef934b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        }


        [class*="btn"].btn-style-4 > i .svg path, 
        [class*="btn"].btn-style-4 > i svg path 
		{
            fill: #262123; 
        }

        [class*="btn"] > i {
            max-height: 0;
        }

        [class*="btn"].btn-big i {
            font-size: 1.5rem;
        }

        [class*="btn"] .svg, 
        [class*="btn"] svg 
		{
                        width: 2.5rem;
            display: inline-block;
            line-height: inherit;
        }

        [class*="btn"].btn-small .svg, 
        [class*="btn"].btn-small svg 
		{
            height: 2rem;
            width: 2rem;
            vertical-align: -2px;
        }

        [class*="btn"] > i .svg path, 
        [class*="btn"] > i svg path 
		{
            fill: #fff;
            stroke: transparent;
        }

        .btn:hover .svg path
		{
            stroke: #fff;
        }
		
		[class*="btn"] > i .svg polyline,
		[class*="btn"] > i svg polyline,
        [class*="btn"] > i .svg line,
        [class*="btn"] > i svg line 
		{
            fill: transparent;
            stroke: #fff;
        }

        .btn:hover .svg polyline
		{
            stroke: #fff;
        }


        [class*="btn"].icon-btn {
            padding: 0;
            line-height: 3rem;
            min-width: 3rem;
            text-align: center;
        }

        [class*="btn"].btn-big .svg, 
        [class*="btn"].btn-big svg 
		{
            width: 3rem;
            vertical-align: 0;
        } 

        [class*="btn"].btn-big.icon-btn {
            line-height: 3.75rem;
            min-width: 4rem;
        }

        [class*="btn"].btn-huge .svg, 
        [class*="btn"].btn-huge svg 
		{
                        width: 3.5rem;
        }

        .page-nav {
            padding-top: 3.5rem;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-align: center;
            align-items: center;
            margin: 0 -0.5rem;
        }

        .page-nav .page-nav-btn .svg .cls-1 {
            stroke: #7a7879;
            fill: transparent;
            transition: all .5s ease;
        }

        .page-nav .page-nav-btn .svg {
            width: 72px;
            height: 1rem;
        }

        .page-nav .menu-button.page-nav-btn .svg { 
             width: 40px; 
            height: 40px; 
         } 

         .page-nav .menu-button.page-nav-btn .svg .cls-1 { 
             fill: #7a7879; 
             stroke: transparent; 
         } 

        .page-nav .page-nav-btn i {
            font-size: 2.5rem;
        }

         .page-nav .menu-button.page-nav-btn:hover .svg .cls-1 { 
             fill: #bf3030; 
             stroke: transparent; 
         } 

        .page-nav .page-nav-btn:hover .svg .cls-1 {
            stroke: #bf3030;
            fill: transparent;
        }

        .btn-wrap {
            margin: -0.625rem;
        }

        .btn-wrap > * {
            margin: 0.625rem;
        }

        .prev-btn,
        .next-btn,
        .exp {
            font-weight: 600;
            margin-left: 30px;
            position: relative;
        }

        .prev-btn,
        .next-btn {
            border-bottom: 1px solid transparent;
        }

        .prev-btn:hover,
        .next-btn:hover {
            border-bottom-color: inherit;
        }

        .prev-btn:before,
        .next-btn:before,
        .exp:before {
            font-family: 'Linearicons';
            content: '\e964';
            font-size: 20px;
            color: #262626;
            position: absolute;
            font-weight: normal;
            left: 0;
            top: 0;
            margin-top: -3px;
            margin-left: -30px;
        }

        .next-btn{
            margin-left: 0;
            margin-right: 30px;
        }

        .next-btn:before {
            margin-left: 0;
            margin-right: -30px;
        }

        .next-btn:before {
            content: '\e965';
            right: 0;
            left: auto;
        }

        .mad-back-to-top {
            width: 56px;
            height: 56px;
            padding: 0;
            text-align: center;
            position: fixed;
            z-index: 103;
            right: 62px;
			 border-radius: 1rem;
            top: 60%;
            color: #232831;
            background: #e0e1e3;
        }

        .mad-back-to-top .icon {
            font-size: 2rem;
            line-height: 3.5rem;
        }

               .mad-read-more {
            font-family: 'Gentium Basic', serif;
            color: #bf3030;
            font-weight: bold;
            font-size: 1.5rem;
            white-space: nowrap;
            display: inline-block;
            position: relative;
            line-height: 1.5rem;
            margin-right: 4rem;
            width: fit-content;
            width: -moz-fit-content;
        }

        .mad-read-more.no-icon {
            margin-right: 0!important;
        }

        .mad-read-more.small-size {
            font-size: 1.25rem;
            margin-right: 3.5rem;
        }

        .mad-read-more.big-size {
            font-size: 1.875rem;
            line-height: 2rem;
            margin-right: 4.5rem;
        }


        .mad-read-more:hover {
            text-decoration: underline;
        }

        .mad-read-more .svg, 
        .mad-read-more svg 
		{
            position: absolute;
            right: -4rem;
            top: 0;
            line-height: inherit;
            width: 3rem;
            height: 26px;
        }

        .mad-read-more.small-size .svg,
        .mad-read-more.small-size svg
		{
            width: 2.5rem;
            right: -3.5rem;
        }

        .mad-read-more.big-size .svg, 
        .mad-read-more.big-size svg 
		{
            width: 3.5rem;
            height: 2rem;
            right: -4.5rem;
        }

        .mad-read-more .svg path, 
        .mad-read-more svg path 
		{
            fill: #bf3030;
            stroke: transparent;
        }

        .mad-read-more.style-2 {
            color: #554c4b;
        }


        .mad-read-more.style-2 .svg path, 
        .mad-read-more.style-2 svg path 
		{
                        fill: #554c4b;
        }

        .mad-read-more.style-3 {
            color: #4a2c2d;
        }

        .mad-read-more.style-3 .svg path, 
        .mad-read-more.style-3 svg path 
		{
                        fill: #4a2c2d;
        }

        .mad-read-more.style-4 {
            color: #869fd9;
        }

        .mad-read-more.style-4 .svg path, 
        .mad-read-more.style-4 svg path 
		{
                        fill: #869fd9;
        }

        .mad-read-more.style-5 {
                        color: #bf3030;
        }

        .mad-read-more.style-5 .svg path, 
        .mad-read-more.style-5 svg path 
		{
                        fill: #bf3030;
        }

        .btn-set {
            margin: -0.5rem -0.25rem 0;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            flex-wrap: wrap;
        }

        .btn-set > * {
                        margin: 0.5rem 0.25rem 0;
        }

        .btn-set.type-2 {
            margin: -0.5rem -0.25rem 0;
        }

        .btn-set.type-2 > * {
            margin: 0.5rem 0.25rem 0;
        }

        .btn-set.justify-content-between > * {
            flex: 1;
        }

        .btns-set:not(:last-child) {
                        margin-bottom: 3rem;
        }

        .btns-set {
                        margin: -3rem -1rem 0;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            flex-wrap: wrap;
        }

        .btns-set > ul {
                        width: 25%;
            padding: 3rem 1rem 0;
            line-height: normal;
        }

        .btns-set ul > li:not(:last-child) {
            margin-bottom: 1rem;
        }

        .btns-set .row > .col {
            flex-grow: 0;
        }

        .mad-share-btns {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            margin: -0.25rem -0.125rem 0;
        }

        .mad-share-btns > a {
            padding: 0.3125rem 2rem;
            font-size: 0.9375rem;
            letter-spacing: 0.1px;
            color: #fff!important;
            border-radius: 8px;
            font-weight: 500;
            margin: 0.25rem 0.125rem 0;
            background-image: none!important;
        }

        .mad-share-btns > a i {
            font-size: 0.75rem;
            margin-right: 0.625rem!important;
            margin-left: 0!important;
            margin-top: 0.25rem;
            line-height: 25px;
        }

        .mad-share-btns > a i.icon {
            font-size: 0.875rem;
        }

        .mad-share-btns > span {
            margin-right: 1rem;
        }

        .mad-share-facebook {
            background: #3a5599;
        }

        .mad-share-twitter {
            background: #1f9de9;
        }

        .mad-share-pinterest {
            background: #e00b2b;
        }

        .mad-share-in {
            background: #2a8dc0;
        }

        .mad-share-email {
            background: #4caa19;
        }

        .mad-dir {
                        display: inline-block;
            font-family: 'Gentium Basic', serif;
            font-size: 1.125rem;
            line-height: 1.5rem;
            font-weight: normal;
            color: #bf3030;
        }

        /*----------- Facebook--------------*/

        .fb-page { 
            width: 100% !important;
        }

        .fb-page {
            max-width: 100% !important;
        }

    /* ----------------------------------------
        Panels (Accordions & Toggles)
    ---------------------------------------- */

        .mad-panels-title > button {
            font-size: 1.5rem;
            line-height: 2rem;
            font-weight: 400;
            font-family: "Arvo", serif;
            text-align: initial;
            border-radius: 0.875rem;
            display: block;
            width: 100%;
            position: relative;
            background-clip: padding-box;
            color: #bf3030;

            -webkit-transition: background-color .5s cubic-bezier(0.165, 0.84, 0.44, 1), color .5s cubic-bezier(0.165, 0.84, 0.44, 1), border-color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition: background-color .5s cubic-bezier(0.165, 0.84, 0.44, 1), color .5s cubic-bezier(0.165, 0.84, 0.44, 1), border-color .5s cubic-bezier(0.165, 0.84, 0.44, 1);

            -ms-word-break: break-all;
                word-break: break-all;

            -webkit-user-select: none;
               -moz-user-select: none;
                -ms-user-select: none;
                 -o-user-select: none;
                    user-select: none;
        }

        .mad-panels-title > button:before {
            font-family: 'Material Icons';
            font-size: 1.125rem;
            line-height: 1;
            font-weight: 600;
                        color: #bf3030;
            margin-right: 0.875rem;
            -webkit-transition-property: opacity;
                    transition-property: opacity;
            -webkit-transition-duration: inherit;
                    transition-duration: inherit;
            -webkit-transition-timing-function: inherit;
                    transition-timing-function: inherit;
        }

        .mad-panels-title > button:before {
            content: "add";
        }

        .mad-panels-title:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .mad-panels-active.mad-panels-title > button::before {
            content: "remove";
        }

        .mad-panels-active.mad-panels-title > button::after {
            opacity: 1;
        }

        .mad-panels-definition {
            line-height: 1.5rem;
            color: #595758;
        }

        .mad-panels-definition:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-panels--style-2 .mad-panels-title.mad-panels-active > button {
            border-bottom-color: transparent;
        }

        .mad-panels--style-2 .mad-panels-definition {
            padding-left: 2rem;
            padding-top: 1.5rem;
            padding-bottom: 2rem;
            padding-right: 2rem;
        }

        .mad-panels--style-2 .mad-panels-title:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-panels--style-2 .mad-panels-definition:not(:last-child) {
            margin-bottom: 0;
        }

        .mad-panels.mad-panels--style-2 .mad-panels-title > button {
            background-color: #f2e4df;
            color: #bf3030;
            padding: 1rem 1.75rem;
        }

        .mad-panels:not(.mad-panels--style-2) .mad-panels-title.mad-panels-active > button {
            color: #262123;
        }

        .mad-panels.mad-panels--style-2 .mad-panels-title.mad-panels-active > button,
        .mad-panels.mad-panels--style-2 .mad-panels-title.mad-panels-active > button {
            color: #fff;
            background: #554c4b;
        }

        .mad-panels.mad-panels--style-2 .mad-panels-title > button:before,
        .mad-panels.mad-panels--style-2 .mad-panels-title > button:after {
            left: 2rem;
        }

        .mad-panels.mad-panels--style-2 .mad-panels-title.mad-panels-active > button:before,
        .mad-panels.mad-panels--style-2 .mad-panels-title.mad-panels-active > button:after {
            color: #fff;
        }

        .mad-csstransforms3d .mad-panels-title > button::after,
        .mad-csstransforms3d .mad-panels-title > button::before {
            -webkit-transition-property: -webkit-transform, opacity;
                    transition-property:         transform, opacity;
        }

        .mad-csstransforms3d .mad-panels-title > button::after,
        .mad-csstransforms3d .mad-panels-title.mad-panels-active > button::before {
                        color: #262123;
        }

    /* ----------------------------------------
        Tabs & Tour Sections
    ---------------------------------------- */

        .mad-tabs:not(:last-child) {
            margin-bottom: 3.5rem;
        }

        .mad-tabs:not(.mad-tabs--unstyled) {
            overflow: hidden;
        }

        .mad-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav {
            font-weight: 400;
                        font-family: "Arvo", serif;
            font-size: 1.5rem;
            line-height: 1.5rem;
            display: flex;
            white-space: nowrap;
            z-index: 2;
            position: relative;
        }

        .mad-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav > span:not(:last-child) {
            margin-right: 2.5rem;
        }

        .mad-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav a {
            color: #bf3030;
            display: block;
            white-space: nowrap;

            -webkit-transition: background-color .5s cubic-bezier(0.165, 0.84, 0.44, 1), color .5s cubic-bezier(0.165, 0.84, 0.44, 1), border-color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition: background-color .5s cubic-bezier(0.165, 0.84, 0.44, 1), color .5s cubic-bezier(0.165, 0.84, 0.44, 1), border-color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .mad-tabs:not(.mad-tabs--unstyled):not(.mad-tabs--style-2) .mad-tabs-nav > span.mad-active a {
            color: #262123;
            text-decoration: underline;
        }

        .mad-tabs-container .mad-tab {
            font-size: 1.125rem;
            padding-top: 2rem;
            font-size: 1.125rem;
            line-height: 1.5rem;
            color: #595758;
        }


        .mad-tabs:not(.mad-tabs--unstyled).mad-tabs--style-2 .mad-tabs-nav a {
            border: none;
        }

        .mad-tabs.mad-tabs--style-2 .mad-tabs-nav > span:not(:last-child) {
            margin-right: 8px;
        }

        .mad-tabs.mad-tabs--style-2 .mad-tabs-nav a {
            padding: 1.25rem 2rem;
            background: #f2e4df;
            color: #bf3030;
            border-radius: 1rem;
        }

        .mad-tabs:not(.mad-tabs--unstyled).mad-tabs--style-2 .mad-tabs-nav > span.mad-active a {
            background: #554c4b;
            color: #fff;
        }


        .mad-tabs:not(.mad-tabs--unstyled).mad-tabs--style-2:not(.mad-tabs--tour-sections) .mad-tabs-container .mad-tab {
            padding-left: 32px;
        }

        .mad-tabs.mad-tabs--tour-sections {
            display: flex;
        }

        .mad-tabs.mad-tabs--tour-sections > * {
            width: 100%;
        }

        .mad-tabs.mad-tabs--tour-sections .mad-tabs-nav {
            max-width: 20rem;
            display: block;
            margin: 0;
            margin-right: 2rem;
        }

        .mad-tabs.mad-tabs--tour-sections .mad-tabs-nav > span {
            margin-right: 0!important;
            display: block;
        }

        .mad-tabs.mad-tabs--tour-sections:not(.mad-tabs--style-2) .mad-tabs-nav > span a {
            display: inline-block
        }

        .mad-tabs.mad-tabs--tour-sections .mad-tabs-nav > span:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-tabs.mad-tabs--tour-sections .mad-tabs-container .mad-tab {
            padding-top: 0;
        }

        .mad-tabs.mad-tabs--tour-sections.mad-tabs--style-2 .mad-tabs-nav > span:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-tabs.products {
            overflow: visible;
        }

        .mad-tabs.products .owl-carousel:not(.nav-top) {
                        padding: 0 7.5rem;
        }

        .mad-tabs.products .owl-carousel .owl-stage {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-tabs.products .owl-carousel .mad-grid-item {
            height: 100%;
        }

    /* ----------------------------------------
        Pagination
    ---------------------------------------- */

        .mad-pagination {
            display: flex;
            margin: -2px;
        }

        .mad-pagination > li {
            padding: 2px;
        }

        .mad-pagination > li > a:not(.mad-arrows) {
            position: relative;
            font-size: 1.25rem;
            width: 2rem;
            height: 2rem;
            font-weight: bold;
            text-align: center;
            line-height: 2rem;
            border-radius: 12px;
            color: #1c181a;
            display: block;
        }

        .mad-pagination > li > a:not(.mad-arrows):after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            -webkit-mask: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/btn_bg.svg) no-repeat 100% 100%;
            mask: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/btn_bg.svg) no-repeat 100% 100%;
            background-color: #fff;
            mask-repeat: no-repeat;
            -webkit-mask-size: cover;
            mask-size: cover;
        }

        .mad-pagination > li > a:not(.mad-arrows):hover,
        .mad-pagination > li > a:not(.mad-arrows).current {
            background: #262123;
            color: #fff;
        }

        .mad-pagination > li > .mad-arrows {
            margin: 0 1rem;
        }

        .mad-pagination > li > .mad-arrows .svg {
            width: 45px;
            height: 13px;
        }

        .mad-pagination > li > .mad-arrows:hover .svg .cls-1 {
            stroke: #bf3030;
        }


    /* ----------------------------------------
        Progress Bars
    ---------------------------------------- */

        .mad-progress-bars-item:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .mad-progress-bar {
            height: 0.5rem;
            position: relative;
                        background-color: #f2e4df;
        }

        .mad-progress-bar-title {
            font-size: 1.25rem;
            display: block;
            position: relative;
            padding-right: 5rem;
                        color: #262123;
        }

        .mad-progress-bar-title::after {
            content: attr(data-value) attr(data-units);
            position: absolute;
            font-weight: 600;
            bottom: 0;
            right: 0;
        }

        .mad-progress-bar-indicator {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: auto;
                       background: #f2a057;
        }

        .mad-progress-bars--secondary .mad-progress-bar {
                        background: #dedddd;
        }

        .mad-progress-bars--secondary .mad-progress-bar-indicator {
                        background: #bf3030;
        }

    /* ----------------------------------------
        Counters
    ---------------------------------------- */

        .mad-counters {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            flex-wrap: wrap;
            position: relative;
            z-index: 2;
            text-align: center;
        }

        .mad-counters[class*="item-col-"]:not(.no-gutters) {
            margin-top: -3rem;
        }

        .mad-counters[class*="item-col-"]:not(.no-gutters) > * {
            padding-top: 3rem;
        }

        .mad-counter {
            color: #7a7879;
            font-size: 1.125rem;
            line-height: 1.5rem;
        }

        .mad-counter-count {
            font-family: "Arvo", serif;
            font-size: 3.75rem;
            line-height: 4.5rem;
            white-space: nowrap;
            font-weight: bold;
            color: #262123;
        }

        .mad-counter-icon {
            line-height: 1;
        }

        .mad-counter-icon .svg, 
        .mad-counter-icon svg 
		{
                        height: 4.5rem;
        }

        .mad-counter .mad-counter-icon:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .mad-counter-icon .svg path, 
        .mad-counter-icon svg path 
		{
                        fill: #bf3030;
            stroke: transparent;
        }

        .mad-counters.style-2 .mad-counter {
            color: #c7c8cc;
        }

        .mad-counters.style-2 .mad-counter-count {
            color: #fff;
        }

        .mad-counters.style-2 .mad-counter-icon .svg path, 
        .mad-counters.style-2 .mad-counter-icon svg path
		{
                        fill: #f2a057;
        }

        .mad-counters.no-icons .mad-counter-icon {
            display: none;
        }

    /* ----------------------------------------
        Tooltips
    ---------------------------------------- */

        [data-tooltip]:not(a) {
                        color: #d98f4e;
        }

        .monkeysan-tooltip-skin-mad {
            font-size: 0.875rem;
            line-height: 1.875rem;
            font-weight: 400;

            padding-left: 0.625rem;
            padding-right: 0.625rem;
            color: #fff;
            background-color: #d98f4e;
            border-radius: 0.625rem;
        }

        .monkeysan-tooltip-skin-mad.monkeysan-tooltip::after {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-color: transparent;
            position: absolute;
        }

        .monkeysan-tooltip-skin-mad.monkeysan-tooltip-top::after, .monkeysan-tooltip-skin-mad.monkeysan-tooltip-bottom.monkeysan-tooltip-position-reversed::after {
            bottom: auto;
            right: auto;
            top: 100%;
            left: 50%;
            margin-left: -8px;
            margin-top: -1px;
            border-width: 7px 8px 0 8px;
                       border-color: #d98f4e transparent transparent transparent;
        }

        .monkeysan-tooltip-skin-mad.monkeysan-tooltip-bottom::after, .monkeysan-tooltip-skin-mad.monkeysan-tooltip-top.monkeysan-tooltip-position-reversed::after {
            top: auto;
            right: auto;
            bottom: 100%;
            left: 50%;
            margin-left: -8px;
            margin-bottom: -1px;
            border-width: 0 8px 7px 8px;
                        border-color: transparent transparent #d98f4e transparent;
        }

        .monkeysan-tooltip-skin-mad.monkeysan-tooltip-right::after, .monkeysan-tooltip-skin-mad.monkeysan-tooltip-left.monkeysan-tooltip-position-reversed::after {
            bottom: auto;
            right: 100%;
            top: 50%;
            left: auto;
            margin-top: -8px;
            margin-right: -1px;
            border-width: 8px 7px 8px 0;
                        border-color: transparent #d98f4e transparent transparent;
        }

        .monkeysan-tooltip-skin-mad.monkeysan-tooltip-left::after, .monkeysan-tooltip-skin-mad.monkeysan-tooltip-right.monkeysan-tooltip-position-reversed::after {
            bottom: auto;
            right: auto;
            top: 50%;
            left: 100%;
            margin-top: -8px;
            margin-left: -1px;
            border-width: 8px 0 8px 7px;
                        border-color: transparent transparent transparent #d98f4e;
        }

    /* ----------------------------------------
        Team Members
    ---------------------------------------- */

        .mad-team {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-team[class*="item-col-"]:not(.no-gutters) {
            margin-top: -4rem;
        }

        .mad-team[class*="item-col-"]:not(.no-gutters) > * {
            padding-top: 4rem;
        }
		
		.mad-team .mad-team-member-photo {
            border-radius: 0.625rem;
            overflow: hidden;
            display: block;
        }

        .mad-team .mad-team-member {
            position: relative;
            transition: all .5s ease;
        }

        .mad-team.big-type .mad-team-member {
            display: flex;
            align-items: center;
			            font-size: 1.25rem;
        }

        .mad-team.big-type .mad-col:nth-child(2n) .mad-team-member {
            flex-direction: row-reverse;
        }

        .mad-team.big-type .mad-team-member > * {
            max-width: 50%;
            width: 50%;
        }

        .mad-team:not(.big-type) .mad-team-member .mad-team-member-info {
            text-align: center;
            padding: 1.5rem;
            padding-bottom: 0;
                        font-size: 1.125rem;
            line-height: 1.5rem;
        }

        .mad-team.big-type .mad-team-member .mad-info-header:not(:last-child) {
            margin-bottom: 2.5rem;
        }

        .mad-team:not(.big-type) .mad-team-member .mad-info-header:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-team.big-type .mad-team-member .mad-team-member-info {
            padding: 2rem 4.5rem;
        }

        .mad-team:not(.big-type) .mad-team-member .mad-team-member-name {
                        font-family: 'Arvo', serif;
            font-weight: 600;
        }

        .mad-team:not(.big-type) .mad-team-member .mad-team-member-name a {
                        color: #262123;
        }

        .mad-team .mad-team-member .mad-team-member-name:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-team:not(.big-type) .mad-team-member .mad-social-icons ul {
            justify-content: center;
        }

        .mad-team .mad-team-member .mad-member-stat {
            color: #7a7879;
            font-size: 1.125rem;
            line-height: 1.5rem;
        }

        .mad-team.big-type .mad-team-member .mad-member-stat {
            font-size: 1.25rem;
        }

        .mad-team .mad-team-member .mad-team-member-photo img {
            width: 100%;
        }

        .mad-team.big-type .mad-team-member .mad-social-icons {
            margin-top: 3rem;
        }

        .mad-team.big-type .mad-team-member .mad-social-icons ul li a {
            font-size: 1.875rem;
        }

        .mad-team.style-2 .mad-team-member {
            position: relative;
            z-index: 1;
            overflow: hidden;
            transition: all .5s ease;
            border-radius: 0.625rem;
            overflow: hidden;
        }

        .mad-team.style-2 .mad-team-member:hover {
            -webkit-box-shadow: 0px 0px 25px 0px rgba(18, 16, 17, 0.1);
            -moz-box-shadow:    0px 0px 25px 0px rgba(18, 16, 17, 0.1);
            box-shadow:         0px 0px 25px 0px rgba(18, 16, 17, 0.1);
        }

        .mad-team.style-2 .mad-team-member .mad-team-member-info {
            position: relative;
            z-index: 2;
            padding-bottom: 2rem;
            transition: all .5s ease;
            transition: all .5s ease;
        }

        .mad-team.style-2 .mad-team-member .mad-team-member-info:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: #bf3030;
            opacity: 0;
            visibility: hidden;
            transition: all .5s ease;
        }

        .mad-team.style-2 .mad-team-member .mad-team-member-info:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
 
            -webkit-mask: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/bg_line.svg) no-repeat;
            mask: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/bg_line.svg) no-repeat;
            background-color: #fff; 
            mask-repeat: no-repeat;
            -webkit-mask-size: cover;
            mask-size: cover;
            z-index: 1;
        }

        .mad-team.style-2 .mad-team-member .mad-social-icons {
            margin-top: -3.5rem;
        }

        .mad-team.style-2 .mad-team-member:hover .mad-team-member-info:after {
            opacity: 1;
            visibility: visible;
        }

        .mad-team.style-2 .mad-team-member:hover .mad-social-icons {
            margin-top: 0;
        }

        .mad-team.style-2 .mad-team-member:hover .mad-team-member-info {
            margin-top: -4rem;
            background: #fff;
        }

        .mad-team.style-2 .mad-team-member .mad-social-icons {
            opacity: 0;
            visibility: hidden;
            transition: all .5s ease;
        }

        .mad-team.style-2 .mad-team-member:hover .mad-social-icons {
            opacity: 1;
            visibility: visible;
        }

        .mad-team .mad-social-icons.size-2 ul li a {
            font-size: 1.25rem;
        }

        .mad-team .mad-social-icons ul li a i:after {
            background: #fff;
        }

    /* ----------------------------------------
        Tables
    ---------------------------------------- */

        table {
            table-layout: fixed;
            border-collapse: collapse;
            width: 100%;
        }
		.mad-table-wrap table {
			border: none;
			border-radius: 20px;
			overflow: hidden;
		}

        table:not(:last-child) {
            margin-bottom: 1.625rem;
        }

        table tr {
            -webkit-transition-property: background-color;
            transition-property: background-color;
            -webkit-transition-delay: 0ms;
                    transition-delay: 0ms;
            -webkit-transition-duration: 500ms;
                    transition-duration: 500ms;
            -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            border-width: 0;
            border-style: solid;
        }

        table tr:hover, table tr:focus {
            -webkit-transition-duration: 150ms;
                    transition-duration: 150ms;
        }

        table td,
        table th {
            padding-top: 1rem;
            padding-right: 2rem;
            padding-bottom: 1rem;
            padding-left: 2rem;
            border-top: 1px solid #f2e4df;
        }
		
		table th {
            font-size: 1.25rem;
            line-height: 1.5rem;
            font-family: 'Arvo', serif;
        }

		.elementor-widget-steakbreak_table table.mad-table--responsive-md tbody tr:first-child td{
			border-top:none;
		}
		
		.elementor-widget-steakbreak_table table.mad-table.mad-table--vertical tr.mad-table-row:first-child td{
			border:none;
		}

       .mad-table-wrap table:not(.mad-table--vertical) tbody tr:last-child td,
        .mad-table-wrap table.mad-table--vertical tfoot tr:last-child td,
        .mad-table-wrap table tr th {
            border-bottom: none;
            border-top: none;
        }
		table tr > th, table tr > td {
			border-top: 1px solid #f2e4df;
			border-right: 1px solid #f2e4df;
		}
		
		table tbody > tr > td:last-child, table tfoot > tr > td:last-child {
			border-right: none;
		}

        table td {
            font-size: 1.125rem;
            line-height: 1.5rem;
        }

        table th,
        table tfoot {
        color: #262123;
        }

        table:not(.mad-table--vertical) tr.bg,
        .mad-table.mad-table--vertical tr th {
                        background: #f2e4df;
        }

        .mad-table-wrap.style-2 table:not(.mad-table--vertical) tr.bg,
        .mad-table-wrap.style-2 .mad-table.mad-table--vertical tr th {
                        background: #dedddd;
        }

        .mad-table-wrap.style-2 tr td {
                       border-color: #dedddd;
        }

        .mad-table.mad-table--vertical tr th {
            width: 30%;
        }

        table tfoot tr td {
            border-bottom: none;
            font-size: 1.125rem;
        }
		
		table tr:hover {
            background: #fbf8f7;
        }

        table tfoot tr.bg td,
        .mad-table.mad-table--vertical tfoot tr th,
        .mad-table.mad-table--vertical tfoot tr td {
            color: #bf3030;
            font-weight: bold;
        }

        .mad-table.mad-table--vertical tfoot tr th {
            font-weight: normal;
        }

        table tr.total {
            font-weight: bold;
        }

        /* Pricing tables */

        .mad-pricing-tables[class*="item-col-"]:not(.no-gutters) {
            margin-top: -4rem;
        }

        .mad-pricing-tables[class*="item-col-"]:not(.no-gutters) > * {
            padding-top: 4rem;
        }

        .mad-pricing-tables {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-pricing-table {
            display: flex;
            width: 100%;
            color: #7a7879;
            font-size: 1.125rem;
            line-height: 1.5rem;
        }

        .mad-pricing-table .mad-pricing-table-title {
                        font-family: 'Arvo', serif;
            font-weight: 600;
        }

        .mad-pricing-table-title:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-pricing-tables:not(.type-3) .mad-pricing-table p:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-pricing-table-price {
            position: relative;
            font-family: 'Arvo', serif;
            font-size: 3.75rem;
            font-weight: 600;
            margin-right: 2rem;
            color: #bf3030;
            line-height: 1;
            padding-left: 1.25rem;
        }

        .mad-pricing-tables.style-2 .mad-pricing-table {
            color: #c7c8cc;
        }

        .mad-pricing-tables.style-2 .mad-pricing-table .mad-pricing-table-title {
            color: #fff;
        }

        .mad-pricing-tables.type-2 .mad-pricing-table {
            display: block;
            padding: 72px 64px;
            background: #f0faff;
            text-align: center;
            transition: all .5s ease;
        }

        .mad-pricing-tables.type-2 .mad-pricing-table-price {
            padding-top: 0;
            position: relative;
            margin-right: 0;
            margin-bottom: 1rem;
        }

        .mad-pricing-tables .mad-pricing-table-price:before {
            content: '$';
            position: absolute;
            left: 0;
            top: 0;
            font-size: 2rem;
            vertical-align: top;
            line-height: 2.5rem;
        }

        .mad-pricing-tables.type-2 .mad-pricing-table:hover {
            background: #bf3030;
            color: #c7c8cc;
        }

        .mad-pricing-tables.type-2 .mad-pricing-table:hover .mad-pricing-table-title {
            color: #fff;
        }

        .mad-pricing-tables.type-2 .mad-pricing-table:hover .btn {
            background: #1c181a;
            color: #262123;
        }

        .mad-pricing-tables.type-3 .mad-pricing-table {
            text-align: center;
            display: block;
        }

        .mad-pricing-tables.type-3 .mad-pricing-table-price {
            margin-right: 0;
            margin-bottom: 2rem;
            padding-left: 0;
        }

        .mad-pricing-tables.type-3 .mad-pricing-table-price:before {
            position: initial;
        }

        .mad-pricing-tables.type-3 .mad-pricing-table-title:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-pricing-tables .mad-pt-icon {
            display: block;
            margin-bottom: 1rem;
        }

        .mad-pricing-tables .mad-pt-icon .svg, 
        .mad-pricing-tables .mad-pt-icon svg 
		{
                        height: 4.5rem;
        }

        .mad-pricing-tables .mad-pt-icon .svg path, 
        .mad-pricing-tables .mad-pt-icon svg path 
		{
            fill: #bf3030;
            stroke: transparent;
        }

        .mad-pricing-tables.style-2 .mad-pt-icon .svg path, 
        .mad-pricing-tables.style-2 .mad-pt-icon svg path 
		{
            fill: #f2a057;
            stroke: transparent;
		}


    /* ----------------------------------------
        Banners
    ---------------------------------------- */

        .mad-banner {
            overflow: hidden;
            padding: 1.5rem;
            border-radius: 1rem;
        }

        .mad-banner .mad-banner-inner {
            font-size: 1.25rem;
            line-height: 2rem;
            padding: 5rem 1rem;
            text-align: center;
            color: #262123;
            font-weight: bold;
            background: rgba(255,255,255,0.6);
        }

        .mad-banner-inner .btn {
            margin-top: 0.5rem;
        }

    /* ----------------------------------------
        Icon boxes
    ---------------------------------------- */

        .mad-icon-boxes.type-2[class*="item-col-"]:not(.no-gutters) {
                        margin: -4.5rem -2rem 0;
        }

        .mad-icon-boxes.type-2[class*="item-col-"]:not(.no-gutters) > * {
                        padding: 4.5rem 2rem 0;
        }

        .mad-icon-boxes:not(.no-bottom-space):not(:last-child) {
            margin-bottom: 2.5rem;
        }

        .mad-icon-boxes[class*="item-col-"]:not(.no-gutters) {
                        margin-top: -3.5rem;
        }

        .mad-icon-boxes[class*="item-col-"]:not(.no-gutters) > * {
            padding-top: 3.5rem;
        }

        .mad-icon-boxes {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-icon-boxes .mad-icon-box {
            font-size: 1.125rem;
            line-height: 1.5rem;
            color: #7a7879;
        }

        .mad-icon-box .mad-icon-box-icon {
            font-size: 3.75rem;
            display: block;
        }

        .mad-icon-boxes:not(.style-2).mad-icon-box-content {
            padding-right: 20px;
        }

        .mad-icon-boxes:not([class*="type-"]).align-center .mad-icon-box .mad-icon-box-content {
            padding: 0 16px;
        }

        .mad-icon-box-content > span {
            color: #999;
        }

        .mad-icon-box .mad-icon-box-icon .svg, 
        .mad-icon-box .mad-icon-box-icon svg 
		{
                        height: 4.5rem;
            /* width: 4rem; */
        }

        .mad-icon-box .mad-icon-box-icon .svg [class*="cls-"], 
        .mad-icon-box .mad-icon-box-icon svg [class*="cls-"] 
		{
                        fill: #bf3030;
            stroke: transparent;
        }
		
		.svg [class*="cls-"], 
		svg [class*="cls-"] 
		{
            stroke: transparent;
        }


        .mad-icon-boxes:not(.hr-type) .mad-icon-box .mad-icon-box-icon:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .mad-icon-box .mad-icon-box-title {
            font-family: 'Arvo', serif;
            font-weight: bold;
            letter-spacing: -0.2px;
        }

        .mad-icon-box .mad-icon-box-title:not(:last-child) {
            margin-bottom: 0.5rem;
        } 

        .mad-icon-box p:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-icon-boxes.small-size .mad-icon-box-icon .svg, 
        .mad-icon-boxes.small-size .mad-icon-box-icon svg 
		{
            width: 42px;
            height: 42px;
        }

        .mad-icon-boxes.small-size:not(.hr-type) .mad-icon-box .mad-icon-box-icon:not(:last-child) {
            margin-bottom: 0.875rem;
        }

        .mad-icon-boxes.small-size .mad-icon-box .mad-icon-box-title {
            font-size: 1.25rem;
            line-height: 1.75rem;
        }

        .mad-icon-boxes.small-size .mad-icon-box .mad-icon-box-title:not(:last-child) {
            margin-bottom: 0.875rem;
        }

        .mad-icon-boxes .mad-icon-box .mad-social-icons {
            padding-top: 0.875rem;
        }

         .mad-img-holder {
            position: relative;
            width: 100%;
            height: 100%;
        }

        .mad-img-holder.img-overlay {
            z-index: 9;
        }

        .mad-img-holder.img-overlay .mad-img {
            overflow: visible;
        }

        .mad-img {
            border-radius: 1rem;
            display: inline-block;
            overflow: hidden;
            position: relative;
        }

        .mad-img-holder .mad-img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: block;
            overflow: visible;
        }

        .mad-top-offset {
            padding-top: 4rem;
        }

        .mad-bottom-offset {
            padding-bottom: 4rem;
        }


        .mad-icon-boxes.mad-offset-left .mad-col.mad-col-x2 {
            width: 44%;
        }

        .mad-icon-boxes.mad-offset-left .mad-col {
            width: 28%;
        }

        .home-order-steps.block_type1 .mad-icon-boxes.mad-offset-left .left-offset {
            margin-left: -7.5rem;
        }
		
		.home-order-steps.block_type1 .mad-icon-boxes.mad-offset-left .right-offset {
            margin-right: -7.5rem;
        }

        .mad-img.with-texture {
            overflow: visible;
        }

        .mad-img.with-texture:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 840px;
            height: 852px;
            margin-left: -4rem;
            margin-top: -10rem;
            background: url(//depozitdecarne.ro/wp-content/themes/steakbreak/images/840x852_textrure.jpg) no-repeat center;
            z-index: -1;
        }


        /* Hotizontal type */

        .mad-icon-boxes.hr-type .mad-icon-box {
            display: flex;
            padding-left: 0;
            text-align: left;
			            justify-content: center;
        }

        .mad-icon-boxes.hr-type .mad-icon-box > .mad-icon-box-icon {
                        min-width: 6rem;
        }

        /* With arrows */

        .mad-icon-boxes.type-2 .mad-icon-box {
            position: relative;
        }

        .mad-icon-boxes.type-2.no-bottom-space .mad-icon-box {
                        padding: 4rem 0;
        }

        .mad-icon-boxes.type-2 .mad-col:not(:last-child) .mad-icon-box:before {
            content: "\e944";
            position: absolute;
            right: 2rem;
            top: 1.5rem;
            margin-top: -1rem;
            font-family: 'linearicons';
            font-size: 2.5rem;
            line-height: 1;
            color: #c7c8cc;
        }

        .mad-icon-boxes.type-2.no-bottom-space .mad-col:not(:last-child) .mad-icon-box:before {
            top: 100px;
        }

        .mad-icon-boxes.type-2 .mad-col:not(:last-child) .mad-icon-box.with-arrow-down:before {
            content: "\e942";
            right: auto;
            left: 24px;
            top: 100%;
        }

        /* Style color white */

        .mad-icon-boxes.style-2 .mad-icon-box {
            color: #c7c8cc;
        }

        .mad-icon-boxes.style-2 .mad-icon-box .mad-icon-box-icon .svg [class*="cls-"], 
        .mad-icon-boxes.style-2 .mad-icon-box .mad-icon-box-icon svg [class*="cls-"] 
		{
                        fill: #f2a057;
        }

        .mad-icon-boxes.style-2 .mad-icon-box .mad-icon-box-title {
            color: #fff;
			            letter-spacing: -0.1px;
        }

        .mad-icon-boxes.type-2.style-2 .mad-col:not(:last-child) .mad-icon-box:before {
            color: #c7c8cc;
        }

    /* ----------------------------------------
        Image boxes
    ---------------------------------------- */

        

    /* ----------------------------------------
        Entities
    ---------------------------------------- */

        .mad-entities[class*="item-col-"]:not(.mad-grid--isotope):not(.no-gutters) {
            margin-top: -2rem;
        }

        .mad-entities[class*="item-col-"]:not(.mad-grid--isotope):not(.no-gutters) > * {
            padding-top: 2rem;
        }

        .mad-entities[class*="item-col-"]:not(.mad-grid--isotope) {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-entities .mad-entity {
            height: 100%;
            font-size: 1.25rem;
        }
		
		.mad-entities:not(.type-2):not(.mad-entity-hr):not(.style-3) .mad-entity-media {
            border-radius: 1.5rem;
            overflow: hidden;
        }

        .mad-entity .mad-entity-title {
            letter-spacing: 0;
        }

        .mad-entities:not(.mad-entity-hr) .mad-entity:not(:last-child),
        .mad-entities:not([class*="item-col-"]):not(.type-2):not(.mad-entity-hr) .mad-col:not(:last-child) {
            margin-bottom: 2rem;
        }


        .mad-entities.style-2:not(.type-2):not(.type-3):not(.style-3)[class*="item-col-"]:not(.mad-grid--isotope):not(.no-gutters) {
            margin-top: -4rem;
        }

        .mad-entities.style-2:not(.type-2):not(.type-3):not(.style-3)[class*="item-col-"]:not(.mad-grid--isotope):not(.no-gutters) > * {
            padding-top: 4rem;
        }

        .mad-entities:not(.type-2):not(.type-3):not(.style-3) .mad-entity {
            position: relative;
            font-size: 1.125rem;
            line-height: 1.5rem;
            display: flex;
            flex-direction: column;
            height: auto;
        }

        .mad-entities .mad-entity .mad-entity-body time {
            font-size: 1rem;
            line-height: 1rem;
                       font-style: normal;
            color: #d98f4e;
            display: block;
        }

        .mad-entities .mad-entity .mad-entity-body time:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-entities .mad-entity .mad-entity-body time a {
                        color: #bf3030;
        }

        .mad-entities:not(.type-2):not(.type-3):not(.mad-entity-hr) .mad-entity .mad-entity-content {
            padding-right: 1rem;
			            font-weight: normal;
        }
		
		.mad-entities:not(.style-3) .mad-entity .mad-entity-content {
            line-height: 1.5rem;
            color: #7a7879;
            font-size: 1.125rem;
        }

        .mad-entities:not(.style-3) .mad-entity .mad-entity-title {
            font-weight: bold;
        } 


        .mad-entities.align-center:not(.type-2):not(.type-3):not(.mad-entity-hr) .mad-entity .mad-entity-content {
            padding: 0 2rem;
        }

        .mad-entities:not(.type-2):not(.type-3):not(.style-3):not(.mad-entity-hr) .mad-entity .mad-entity-media:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-entities:not(.single-entity) .mad-entity p:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-entities:not(.type-2):not(.type-3) .mad-entity .mad-entity-title {
                        font-family: 'Arvo', serif;
        }
		.mad-entities:not(.type-3) .mad-entity .mad-entity-title a {
            border: none;
        }

        .mad-entities .mad-entity .mad-entity-title {
                        font-weight: normal;
        }

        .mad-entities:not(.type-2):not(.type-3) .mad-entity .mad-entity-title:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-entity-footer .mad-social-icons.size-2 ul li a {
                        font-size: 1.0625rem;
        }
		
		.mad-colorizer--scheme-color-2 .mad-entities:not(.style-3) .mad-entity .mad-entity-content {
            color: #c7c8cc;
        }


        /* ----------------------------------------
            Style 2
        ---------------------------------------- */

        .mad-entities.style-2 .mad-entity {
            color: #c7c8cc;
        }

        .mad-entities.style-2 .mad-entity .mad-entity-title a {
            color: #fff;
        }

        /* ----------------------------------------
            Style 3
        ---------------------------------------- */

        .mad-entities:not(.type-2):not(.type-3).style-3:not(.mad-entity-hr):not(.mad-entities-small) .mad-entity .mad-entity-content,
        .mad-entities:not(.mad-entities-small) .mad-entity-body {
            padding: 2rem;
            transition: all .5s ease;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            height: 100%;
        }

                .mad-entities:not(.type-2):not(.type-3).style-3:not(.mad-entity-hr) .mad-entity {
            background: #fff;
            border-radius: 1rem;
            display: flex;
            flex-direction: column;
            overflow: hidden;
            position: relative;
            transition: all .5s ease;
            -webkit-box-shadow: -18px 16px 25px 0px rgba(18, 16, 17, 0.1);
            -moz-box-shadow:    -18px 16px 25px 0px rgba(18, 16, 17, 0.1);
            box-shadow:         -18px 16px 25px 0px rgba(18, 16, 17, 0.1);
        }

        .mad-entities:not(.type-2):not(.type-3).style-3:not(.mad-entity-hr):not(.single-entity) .mad-entity:after,
        .mad-products:not(.mad-product-small) .mad-product:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: #bf3030;
            opacity: 0;
            visibility: hidden;
            transition: all .5s ease;
        }

        .mad-entities:not(.type-2):not(.type-3).style-3:not(.mad-entity-hr):not(.single-entity) .mad-entity:before,
        .mad-products:not(.mad-product-small) .mad-product:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
 
            -webkit-mask: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/bg_line.svg) no-repeat;
            mask: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/bg_line.svg) no-repeat;
            background-color: #fff; 
            mask-repeat: no-repeat;
            -webkit-mask-size: cover;
            mask-size: cover;
            z-index: 1;
        }

        .mad-entities:not(.type-2):not(.type-3).style-3:not(.mad-entity-hr) .mad-entity:hover:after,
        .mad-products:not(.mad-product-small) .mad-product:hover:after {
            opacity: 1;
            visibility: visible;
        }

        .mad-entities:not(.type-2):not(.type-3).style-3:not(.mad-entity-hr) .mad-entity:hover {
            -webkit-box-shadow: 0 0 25px 0px rgba(18, 16, 17, 0.1);
            -moz-box-shadow:    0 0 25px 0px rgba(18, 16, 17, 0.1);
            box-shadow:         0 0 25px 0px rgba(18, 16, 17, 0.1);
        }

        .mad-entities.style-3 .mad-entity time {
                        font-size: 1.125rem;
            line-height: 1rem;
            color: #d98f4e;
            display: block;
        }
		
		.mad-entities.style-3:not(.mad-entities-big) .mad-entity time {
            font-size: 1rem;
        }

        .mad-entities.style-3 .mad-entity time:not(:last-child) {
            margin-bottom: 8px;
        }

        .mad-entity .mad-entity-media img {
            width: 100%;
        }
		
		.mad-entities.style-3 .mad-entity .mad-entity-header:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-entities.style-3 .mad-entity .mad-entity-header {
            flex: 1;
        }


        /* ----------------------------------------
            Type 2
        ---------------------------------------- */

        .mad-entities.type-2 .mad-entity {
            position: relative;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            height: auto;
            font-size: 1.125rem;
            line-height: 2rem;
                        color: #7a7879;
        }

        .mad-entities.type-2 .mad-entity > * {
            width: 50%;
            height: 100%;
            position: relative;
        }

        .mad-entities.type-2 .mad-entity .mad-entity-content {
            padding: 2rem 4.375rem;
        }

        .mad-entities.type-2 .mad-entity {
            background: #262123;
            border-radius: 1rem;
        }

        .mad-entities.type-2:not(.no-gutters) .mad-col:not(:last-child) {
            margin-bottom: 9rem;
        }

        .mad-entities.type-2 .mad-col .mad-entity .mad-entity-content {
            font-size: 1.25rem;
            line-height: 2rem;
        }

        .mad-entities.type-2 .mad-col:first-child .mad-entity .mad-entity-content {
            color: #c7c8cc;
        }

        .mad-entities.type-2 .mad-col:first-child .mad-entity .mad-entity-title a {
            color: #fff;
        }

        .mad-entities.type-2 .mad-col:nth-child(2n) .mad-entity {
                        background: #f9f3f1;
            flex-direction: row-reverse;
            margin-top: 0;
            color: #7a7879;
        }

        .mad-entities.type-2 .mad-entity p:not(:last-child) {
            margin-bottom: 2rem;
        }

                .mad-entities.type-2.no-gutters .mad-entity {
            border-radius: 1.5rem 1.5rem 0 0;
        }

        .mad-entities.type-2.no-gutters .mad-col:nth-child(2n) .mad-entity {
            border-radius: 0 0 1.5rem 1.5rem;
            z-index: -1;
        }

        .mad-entities.type-2.with-bg .mad-entity,
        .with-backplate {
            position: relative;
        }

        .with-backplate {
            z-index: 1;
        }

        .with-backplate img {
            width: 100%;
        }

        .mad-entities.type-2.with-bg .mad-entity .mad-entity-media:after,
        .with-backplate:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            margin-top: -9rem;
            margin-left: -12.5rem;
            width: 993px;
            height: 867px;
            z-index: -1;
            background: url(//depozitdecarne.ro/wp-content/themes/steakbreak/images/mud.png) no-repeat center center;
        }

        .mad-entities.type-2.with-bg .mad-col:nth-child(2n) .mad-entity .mad-entity-media:after {
            margin-left: 0;
            margin-right: -12.5rem;
        }

        /* ----------------------------------------
            Type 3
        ---------------------------------------- */

        .mad-entities.type-3 .mad-entity {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-entities.type-3 .mad-entity > * {
            width: 50%;
        }

        .mad-entities.type-3 .mad-entity .mad-entity-content {
            background: #f0faff;
            padding: 8.5rem 11rem;
            text-align: center;
            transition: all .5s ease;
        }

        .mad-entities.type-3 .mad-col:nth-child(2n) .mad-entity {
            flex-direction: row-reverse;
        }

        .mad-entities.type-3 .mad-entity:hover .mad-entity-content {
                        background: #bf3030;
            color: #c7c8cc;
        }

        .mad-entities.type-3 .mad-entity:hover .mad-entity-title a {
            color: #fff;
        }

        .mad-entities.type-3 .mad-entity:hover .mad-read-more {
                        color: #1c181a;
        }

        .mad-entities.type-3 .mad-entity:hover .mad-read-more .svg path, 
        .mad-entities.type-3 .mad-entity:hover .mad-read-more svg path 
		{
                       fill: #1c181a;
        }
		
		.mad-entity .mad-testimonials {
            position: relative;
            z-index: 1;
        }

        /* ----------------------------------------
            Gorizontal
        ---------------------------------------- */

        .mad-entities.mad-entity-hr .mad-col:not(:last-child),
        .mad-entities.mad-entity-hr .mad-entity:not(:last-child) {
            margin-bottom: 1.5rem;
        }


        .mad-entities.mad-entity-hr .mad-entity {
            display: flex;
			            overflow: visible;
        }

        .mad-entities.mad-entity-hr .mad-entity .mad-entity-media {
                        border-radius: 0.5rem;
            overflow: hidden;
            min-width: 5.5rem;
            margin-right: 1.5rem;
            margin-bottom: 0;
        }

        .mad-entities.mad-entity-hr .mad-entity-content {
            background: transparent;
            padding: 0;
            padding-top: 0.5rem;
        }

        .mad-entities.mad-entity-hr.style-3 .mad-entity time {
            font-size: 1rem;
        }

        .mad-entities.mad-entity-hr.style-3 .mad-entity .mad-entity-title {
            font-size: 1.125rem;
            line-height: 1.5rem;
            font-weight: normal;
        }

        /* ----------------------------------------
            Small size
        ---------------------------------------- */

        .mad-entities.mad-entities-small {
            display: block;
        }

        .mad-entities.mad-entities-small .mad-entity-title {
            font-size: 1.25rem;
            line-height: 1.5rem;
        }

        /* ----------------------------------------
            Big size
        ---------------------------------------- */

        .mad-entities.mad-entities-big:not(:last-child) {
            margin-bottom: 3rem;
        }
		
		.mad-entities.mad-entities-big .mad-entity {
            font-size: 1.25rem;
        }

        .mad-entities.mad-entities-big .mad-entity time {
            font-size: 1.125rem;
            line-height: 1.5rem;
        }

       
        .mad-entity-footer {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            margin-top: -1rem;
        }

        .mad-entity-footer > * {
            margin-top: 1rem;
        }

        .mad-share-wrap {
            display: flex;
            align-items: center;
        }

        .mad-share-wrap > span {
            font-size: 1.125rem;
            margin-right: 1rem;
            display: inline-block;
            vertical-align: top;
        }

        .single-entity .mad-share-wrap > span {
                        font-size: 18px;
        }

        .mad-entities.style-3 .mad-entity .mad-testimonials.with-bg .mad-testimonial {
            margin: 0;
        }

        .mad-entity-link-element {
            position: relative;
            font-size: 1.875rem;
            line-height: 2.5rem;
            font-style: italic;
            background: #d98f4e;
            color: #fff;
            padding: 4.5rem;
            font-weight: bold;
            display: block;
            z-index: 1;
        }

        .mad-entity-link-element > i {
            position: absolute;
            top: 72px;
            left: 2rem;
            color: #fff;
            font-size: 6rem;
            opacity: 0.08;
            line-height: inherit;
            transform: rotate(180deg);
            z-index: -1;
        }

        .mad-entities.single-entity .mad-entity .mad-entity-body,
        .mad-entities.single-entity .mad-entity {
            box-shadow: none!important;
            border-radius: none!important;
            overflow: visible!important;
            font-size: 1.25rem;
        }

        .mad-entities.single-entity  .single-thumbnail .mad-entity-media {
            border-radius: 1rem;
            overflow: hidden;
        }

        .mad-entities.single-entity .mad-entity .mad-entity-title {
            font-weight: bold;
        }

        .mad-entities.single-entity .mad-entity .mad-entity-title:not(:last-child) {
            margin-bottom: 0;
        }

        .mad-entities.single-entity .mad-entity time {
            font-size: 1.25rem;
        }
		
        .mad-entities.single-entity .mad-entity p + p {
            margin-top: -0.5rem;
        }

        .mad-entities.single-entity .mad-entity .mad-entity-body:not(:last-child) {
            margin-bottom: 2.5rem;
        }

        .mad-entities.single-entity .mad-entity-footer {
            border-bottom: 1px solid #f2e4df;
            padding-bottom: 2.5rem;
        }
		
		.mad-entity .mad-social-icons ul li a i:after {
            background: #fff;
        }


    /* ----------------------------------------
        Carousels
    ---------------------------------------- */

        .owl-dots {
            display: flex;
            margin-top: 3rem;
            justify-content: center;
        }

        .owl-carousel button.owl-dot {
            height: 3px;
            width: 66px;
            background: #7a7879;
            margin: 0 2.5px;
            opacity: 0.5;
            position: relative;
            z-index: 1;
            overflow: hidden;
        }

        .owl-carousel button.owl-dot.active {
            background: #bf3030;
            opacity: 1;
        }

        .owl-carousel button.owl-dot:after,
        .tp-bullet:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            -webkit-mask: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/bg_line.svg) no-repeat;
            mask: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/bg_line.svg) no-repeat;
            background-color: #fff; 
            mask-repeat: no-repeat;
            -webkit-mask-size: cover;
            mask-size: cover;
            z-index: -1;
        }

        .owl-carousel .owl-nav button.owl-next, 
        .owl-carousel .owl-nav button.owl-prev {
            font-size: 2.5rem;
            color: #262123;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }

        .owl-carousel .owl-nav button.owl-next {
            left: auto;
            right: 0;
        }

        .owl-carousel.mad-simple-slideshow:not(.with-nav-bp) .owl-nav button.owl-next {
            right: 1.5rem;
        }

        .owl-carousel.mad-simple-slideshow:not(.with-nav-bp) .owl-nav button.owl-prev {
            left: 1.5rem;
        }

        .owl-carousel.no-nav .owl-nav {
            display: none;
        }

        .mad-testimonials .owl-carousel:not(.no-nav) {
            padding: 0 7.5rem;
        }

        .nav-top .owl-nav {
            position: absolute;
            bottom: 100%;
            right: 0;
            display: flex;
            margin-bottom: 3.5rem;
        }

        .nav-top .owl-nav > button {
            position: initial!important;
            transform: none!important;
        }

                .nav-top .owl-nav > button:not(:last-child) {
            margin-right: 40px;
        }

        .owl-carousel .owl-nav > button .svg {
            width: 72px;
            height: 1rem;
        }

        .owl-carousel .owl-nav > button .svg .cls-1 {
            stroke: #7a7879;
            fill: transparent;
        }

        .owl-carousel .owl-nav > button:hover .svg .cls-1 {
            stroke: #bf3030;
        }

        .owl-carousel.nav-style-2 button.owl-dot:not(.active) {
            background: #fff;
        }

        .owl-carousel.nav-style-2 .owl-nav > button:not(:hover) .svg .cls-1 {
            stroke: #fff;
        }

        .owl-carousel.nav-style-2 button.owl-dot:after {
            opacity: 0.5;
            background-color: #1c181a;
        }

        .owl-carousel.with-nav-bp {
            border-radius: 1rem;
            overflow: hidden;
        }

        .mad-entity-media .owl-carousel.with-nav-bp {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }   

        .owl-carousel.with-nav-bp .owl-nav > button:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(38,33,35,0.7);
            z-index: -1;
            transition: all .5s ease;
        }

        .owl-carousel.with-nav-bp .owl-nav > button .svg {
            width: 3.25rem;
        }

        .owl-carousel.with-nav-bp:after {
            left: auto;
            right: 0;
        }

        .owl-carousel.with-nav-bp .owl-nav > button {
            z-index: 2;
            height: 100%;
            width: 7.5rem;
            left: 0;
        }

        .owl-carousel.with-nav-bp .owl-nav > button.owl-next {
            left: auto;
            right: 0;
        }

        .owl-carousel.with-nav-bp .owl-nav > button:hover:before {
            background: rgba(38,33,35,0.9);
        }

    /* ----------------------------------------
        Call to Actions
    ---------------------------------------- */

        .mad-cta-title {
            letter-spacing: -0.3px;
        }

        .mad-cta-title:not(:last-child) {
            margin-bottom: 2.5rem;
        }

        .mad-cta-title.no-bs:not(:last-child) {
            margin-bottom: 0.625rem;
        }

    /* ----------------------------------------
        Rating
    ---------------------------------------- */

        .mad-rating {
            font-size: 1.25rem;
            line-height: 1;
            white-space: nowrap;
        }

        .mad-rating-top-level .mad-icon .svg path, 
        .mad-rating-bottom-level .mad-icon .svg path {
            fill: #f2a057;
        }

        .mad-rating .mad-icon .svg {
            width: 20px;
            height: 20px;
        }

    /* ----------------------------------------
        Testimonials
    ---------------------------------------- */

        .mad-testimonials[class*="item-col-"] {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-testimonial .mad-rating:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .mad-testimonial blockquote {
            font-size: 1.875rem;
            line-height: 3rem;
            font-weight: bold;
            position: relative;
            font-family: "Gentium Basic", serif;
            font-style: italic;
            color: #bf3030;
            z-index: 1;
        }

        .mad-entity .mad-testimonial blockquote:after {
            content: "\f10e";
            font-family: Font Awesome\ 5 Free;
            position: absolute;
            top: -12px;
            left: -42px;
            font-size: 96px;
            color: #fff;
            opacity: 0.08;

            font-style: normal;
        }

        .mad-testimonial blockquote .mad-title {
            font-size: 1.5rem;
            font-weight: bold;
        }

        .mad-testimonial blockquote .mad-title:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-testimonial blockquote:not(:last-child) {
            margin-bottom: 2.4rem;
        }

        .mad-testimonial cite {
            color: #595758;
            display: block;
            font-size: 1.25rem;
            font-style: normal;
        }

        .mad-testimonial .mad-author-info > span {
            display: inline-block;
        }

        .mad-testimonial .mad-author-info img {
            width: auto;
        }

        .mad-testimonial cite:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-testimonial-service {
            display: inline-block;
        }

        .mad-testimonial-service img {
            width: auto !important;
        }

        .mad-testimonial .mad-testiomonial-info:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-testimonials.single-item {
            text-align: center;
        }

        .mad-testimonials.single-item .mad-testimonial {
            max-width: 35rem;
            margin: 0 auto;
        }

		.mad-testimonials.style-2 .mad-testimonial blockquote {
            color: #f2a057;
        }

        .mad-testimonials.style-2 .mad-testimonial cite {
                        color: #f3e0e0;
        }

        .mad-testimonials.style-2 .mad-testimonial .mad-author {
            color: #f0faff;
        }

        .mad-testimonials-wrap {
            padding: 2rem 5rem;
        }

        .mad-testimonials[class*="item-col-"] .mad-testimonial blockquote:after {
            left: auto;
            right: 0;
            margin-left: 0;
        }

    /* ----------------------------------------
        Author
    ---------------------------------------- */

        .mad-author {
            font-size: 1rem;
            color: #595758;
        }

    /* ----------------------------------------
        Instafeed
    ---------------------------------------- */
        
        .mad-instafeed .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }

        .mad-instafeed .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) .mad-col.mad-col-full {
            flex: 1;
        }

        .mad-instafeed .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) .mad-col:last-child .mad-offset-right {
            display: flex;
            justify-content: center;
        }

        .mad-instafeed.style-2:not(.size-2) .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) .mad-col:nth-child(6) {
            margin-left: -7.5rem;
			   }

        .mad-instafeed .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) .mad-col a img {
            width: 100%;
        }

        .mad-instafeed .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) .mad-col a {
            display: block;
            position: relative;
        }

        .mad-instafeed .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) .mad-col a:before {
            content: "\f16d";
            font-family: Font Awesome\ 5 Brands;
            font-size: 50px;
            color: #fff;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
                        background: rgba(38,33,35,0.7);
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            opacity: 0;
            visibility: hidden;
            transition: all .5s ease;
        }
		
		.mad-instafeed.size-2 .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) .mad-col a:before {
            font-size: 2rem;
        }

        .mad-instafeed.size-2 .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) .mad-col a {
            display: block;
            border-radius: 1rem;
            overflow: hidden;
        }

        .mad-instafeed .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) .mad-col a:hover:before {
            opacity: 1;
            visibility: visible;
        }

        .mad-instafeed.style-2:not(:last-child) {
            margin-bottom: 4rem;
        }

        .mad-instafeed.style-2.size-2:not(:last-child) {
            margin-bottom: 1.5rem;
        }

           .mad-instafeed.style-2 {
            border-radius: 1rem;
            overflow: hidden;
        }

        .mad-offset-left .mad-instafeed.style-2 {
            overflow: visible;
        }

        .mad-instafeed.style-2 .mad-grid {
            margin: -0.5rem -0.25rem 0;
        }

        .mad-instafeed.style-2 .mad-grid > * {
            padding: 0.5rem 0.25rem 0;
        }

        .mad-instafeed.style-2:not(.size-2) .mad-grid > .mad-col:first-child > a {
            overflow: hidden;
            border-radius: 1rem 0 0 0;
        }

        .mad-instafeed.style-2:not(.size-2) .mad-grid > .mad-col:nth-child(8) > a {
            overflow: hidden;
            border-radius: 0 0 1rem 0;
        }

    /* ----------------------------------------
        Google Map
    ---------------------------------------- */

        .mad-gmap:not(:last-child) {
            margin-bottom: 4rem;
        }

        .mad-gmap {
            height: 100%;
            width: 100%;
            height: 45rem;
        }

        .mad-gmap.size-2 {
            overflow: hidden;
            height: 21rem;
            border-radius: 1rem;
        }

        .mad-gmap.size-3 {
            height: calc(100% - 4.5rem);
            min-height: 25rem;
        }

        .mad-gmap.wide {
            width: 100%;
            min-height: 36rem;
        }

        .mad-map-info {
            padding-left: 4.5rem;
            padding-bottom: 6rem;
        }

        .mad-map-section {
            position: relative;
        }

        .mad-map-section .mad-tt-element {
            position: absolute;
            right: 0;
            bottom: 0;
        }

               .mad-tt-element {
            display: block;
            position: relative;
            background: rgba(85,76,75,0.9);
            border-radius: 1rem;
            padding: 4.5rem;
            color: #fff;
            z-index: 1;

        }

        .mad-tt-element .mad-title {
            color: #fff;
        }

                .mad-tt-element.with-img:after {
            content: '';
            position: absolute;
            bottom: -8rem;
            right: -3.5rem;
            background: url(//depozitdecarne.ro/wp-content/themes/steakbreak/images/tomatos2.png) no-repeat;
            width: 182px;
            height: 292px;
            z-index: 2;
        }

        .mad-tt-wrap {
            position: relative;
        }

        .mad-tt-wrap:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 889px;
            height: 840px;
            margin-left: -11rem;
            margin-top: -8rem;
            background: url(//depozitdecarne.ro/wp-content/themes/steakbreak/images/backplate.png) no-repeat center;
            z-index: -1;
        }

    /* ----------------------------------------
        Forms
    ---------------------------------------- */

        input[type="text"], input[type="search"], input[type="date"], input[type="datetime-local"], input[type="email"], input[type="file"], input[type="month"], input[type="number"], input[type="password"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"], textarea, .mad-custom-select .mad-selected-option, .select2-container--milenia .select2-selection {
            border-style: solid;
            border-width: 2px;
            height: 4rem;
            border-radius: 0.875rem;
            width: 100%;
            padding-top: 0.3rem;
            padding-right: 1.25rem;
            padding-bottom: 0.3rem;
            padding-left: 1.25rem;
            font-size: 1.25rem;
            line-height: 1.5rem;
            color: #7a7879;
            background-color: #fff;
            border-color: #f2e4df;
        }

        .mad-newsletter-form input:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-newsletter-form.type-2 {
            display: block;
        }

        .mad-newsletter-form.size-2 input {
            line-height: 3rem;
            height: 3rem;
            font-size: 1rem;
        }

        .mad-newsletter-form.size-2 button i {
            font-size: 1.5rem;
        }

        form.one-line {
            position: relative;
            overflow: hidden;
            border-radius: 0.875rem;
        }

        form.one-line input {
            height: 3.5rem;
            font-size: 1.125rem;
        }

        form.one-line input:not(:last-child) {
            margin-bottom: 0;
        }

        form.one-line .btn {
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            max-height: 3.5rem;
            border-radius: 0.875rem;
            min-width: 3.5rem!important;
            line-height: 3.5rem!important;
            justify-content: center;
            padding: 0;
        }

        form.one-line [class*="btn"]:after {
            background-color: #1c181a;
        }

        .mad-sidebar form.one-line [class*="btn"]:after {
            background-color: #fff;
        }

        .mad-newsletter-section {
            max-width: 28rem;
            width: 100%;
        }

        .mad-newsletter-section .mad-title {
            font-weight: 500;
        } 
        
        .mad-footer.style-2 .mad-newsletter-form.one-line {
            max-width: 28rem;
            margin: 0 auto;
        }

        /* ----------------------------------------
            Placeholder
        ---------------------------------------- */

            ::-webkit-input-placeholder {
                color: inherit;
                opacity: 1;
            }

            ::-webkit-textarea-placeholder {
                color: inherit;
                opacity: 1;
            }

            input::-moz-placeholder {
                color: inherit;
                opacity: 1;
            }

            textarea::-moz-placeholder {
                color: inherit;
                opacity: 1;
            }

            ::-ms-input-placeholder {
                color: inherit;
                opacity: 1;
            }

            ::-ms-textarea-placeholder {
                color: inherit;
                opacity: 1;
            }

        /* ----------------------------------------
            Range Slider
        ---------------------------------------- */

            .mad-range-slider-field {
                font-size: 1rem;
                line-height: 1.625rem;
                margin-bottom: 0.3rem;
            }

            .mad-range-slider-field input[type="text"], .mad-range-slider-field input[type="search"], .mad-range-slider-field input[type="date"], .mad-range-slider-field input[type="datetime-local"], .mad-range-slider-field input[type="email"], .mad-range-slider-field input[type="file"], .mad-range-slider-field input[type="month"], .mad-range-slider-field input[type="number"], .mad-range-slider-field input[type="password"], .mad-range-slider-field input[type="tel"], .mad-range-slider-field input[type="time"], .mad-range-slider-field input[type="url"], .mad-range-slider-field input[type="week"], .mad-range-slider-field textarea {
                height: auto !important;
                font-size: inherit;
                line-height: inherit !important;
                border-width: 0px;
                font-weight: inherit;
                width: 100%;
                padding: 0 !important;
                background-color: transparent;
            }

            .mad-range-slider-input:not(:last-child) {
                margin-bottom: 0.7rem;
            }

            .mad-range-slider {
                position: relative;
                height: 0.5625rem;
                background-color: #ececec;
            }

            .mad-range-slider .ui-slider-range {
                position: absolute;
                top: 0.1875rem;
                bottom: 0.1875rem;
                cursor: pointer;
                                background-color: #262123;
            }

            .mad-range-slider .ui-slider-handle {
                display: block;
                position: absolute;
                top: 50%;
                margin-top: -0.53125rem;
                width: 0.625rem;
                height: 1.0625rem;
                cursor: pointer;
                                background-color: #262123;
            }

            .mad-range-slider .ui-slider-handle:last-child {
                margin-left: -0.625rem;
            }

        /* ----------------------------------------
            Checkbox & Radio
        ---------------------------------------- */

            input[type="checkbox"],
            input[type="radio"] {
                display: none;
            }

            input[type="checkbox"] + label[for],
            input[type="radio"] + label[for] {
                display: block;
                position: relative;
                font-size: 1.25rem;
                line-height: 1.5rem;
                padding-left: 4rem;
                padding-top: 12px;
                -webkit-user-select: none;
                -moz-user-select: none;
                -o-user-select: none;
                -ms-user-select: none;
                user-select: none;
                margin-bottom: 0;
                min-height: 3rem;
            }
			
            input[type="checkbox"] + label[for]::before,
            input[type="radio"] + label[for]::before {
                content: "";
                border: 2px solid #f2e4df;
                width: 44px;
                height: 44px;
                position: absolute;
                left: 0;
                top: 0;
                border-radius: 1rem;
            }

            input[type="checkbox"] + label[for]::after,
            input[type="radio"] + label[for]::after {
                font-family: 'Linearicons';
                content: "\e934";
                color: #1c181a;
                font-size: 1.5rem;
                line-height: 3rem;
                position: absolute;
                left: 10px;
                width: 2rem;
                text-align: center;
                top: 0;
                display: none;
            }

            input[type="checkbox"] + label[for]:not(:last-child),
            input[type="radio"] + label[for]:not(:last-child) {
                margin-bottom: 0.5rem;
            }

            input[type="checkbox"]:checked + label[for]::after,
            input[type="radio"]:checked + label[for]::after {
                display: block;
            }

            input[type="radio"] + label[for]::after {
                content: "";
                width: 1rem;
                height: 1rem;
                border-radius: 50%;
                                background-color: #262123;
                left: 1rem;
                top: 1rem;
            }

            input[type="radio"] + label[for]::before {
                border-radius: 50%;
            }

            .mad-form {
                position: relative;
            }

            .mad-form.style-2 input {
                background: #fff;
            }

            .mad-form.style-2 .mad-form-tag {
                color: #fff;
            }

            .mad-contact-form .mad-col:not(:last-child) {
                margin-bottom: 1rem;
            }

            .mad-contact-form .mad-col .row:not(.col-no-space) {
                margin-bottom: -1rem;
            }

            .mad-contact-form .mad-col .row:not(.no-gutters) {
                margin-left: -0.5rem;
                margin-right: -0.5rem;
            }

            .mad-contact-form .mad-col .row:not(.col-no-space) > [class*="col"] {
                padding-bottom: 1rem;
            }

            .mad-contact-form.type-2 .mad-col:not(:last-child) {
                margin-bottom: 2rem;
            }

            .mad-contact-form .mad-col .row:not(.no-gutters) > [class*="col-"] {
                padding-left: 0.5rem;
                padding-right: 0.5rem;
            }

            .mad-contact-form .mad-col:last-child .btn {
                margin-top: 1rem;
            }

            .mad-contact-form.size-2 .mad-col:not(:last-child) {
                margin-bottom: .5rem;
            }

            .mad-contact-form.mad-search {
                position: relative;
            }

            .mad-contact-form.mad-search input {
                padding-right: 3.5rem;
            }

            .mad-contact-form.mad-search button {
                position: absolute;
                top: 0;
                right: 1rem;
                line-height: 3rem;
                                color: #bf3030;
            }

        /* ----------------------------------------
            Select
        ---------------------------------------- */

            .mad-custom-select {
                position: relative;
            }

            .mad-custom-select.mad-over {
                z-index: 3;
            }

            .mad-custom-select .mad-selected-option {
                cursor: pointer;
                -webkit-user-select: none;
                -moz-user-select: none;
                -o-user-select: none;
                -ms-user-select: none;
                user-select: none;
                height: 4rem;
                line-height: 3.75rem;
                color: #7a7879;
                position: relative;
                padding-right: 3.5rem;
                display: block;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                padding-top: 0;
                padding-bottom: 0;
            }

            .mad-custom-select .mad-selected-option::after, .mad-custom-select .mad-selected-option::before {
                content: "keyboard_arrow_down";
                font-family: 'Material Icons';
                font-size: 2rem;
                line-height: inherit;
                position: absolute;
                                color: #7a7879;
                top: 0;
                right: 0.875rem;

                -webkit-transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                        transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
            }

            .mad-custom-select .mad-selected-option::before {
                content: "keyboard_arrow_up";
                opacity: 0;
                visibility: hidden;
            }

            .mad-custom-select .mad-options-list {
                line-height: 1.5rem;
                text-align: initial;
                color: #7a7879;
                background-color: #fff;
                padding-bottom: 1rem;
                                border: 2px solid #f2e4df;
                border-radius: 1rem;
                position: absolute;
                top: 100%;
                left: 0;
                width: 100%;
                margin-top: -2px;
                opacity: 0;
                visibility: hidden;

                -webkit-transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                        transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
            }

            .mad-custom-select .mad-options-list > li {
                cursor: pointer;
                padding-top: 1rem;
                padding-right: 1.25rem;
                padding-left: 1.25rem;

                -webkit-transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                        transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
            }

            .mad-custom-select .mad-options-list > li:hover, .mad-custom-select .mad-options-list > li.mad-active {
                                color: #bf3030;
            }

            .mad-custom-select.mad-opened .mad-options-list,
            .mad-custom-select.mad-opened .mad-selected-option::before {
                opacity: 1;
                visibility: visible;
            }

            .mad-custom-select.mad-opened .mad-selected-option::after {
                opacity: 0;
                visibility: hidden;
            }

            .mad-csstransforms3d .mad-custom-select .mad-options-list,
            .mad-csstransforms3d .mad-custom-select .mad-selected-option::after,
            .mad-csstransforms3d .mad-custom-select .mad-selected-option::before {
                -webkit-transition-property: -webkit-transform, opacity, visibility;
                        transition-property:         transform, opacity, visibility;
            }

            .mad-csstransforms3d .mad-custom-select .mad-options-list {
                -webkit-transform: scale3d(0.9, 0.9, 0.9);
                        transform: scale3d(0.9, 0.9, 0.9);
            }

            .mad-csstransforms3d .mad-custom-select .mad-selected-option::before,
            .mad-csstransforms3d .mad-custom-select.mad-opened .mad-selected-option::after {
                -webkit-transform: scale3d(0, 0, 0);
                        transform: scale3d(0, 0, 0);
            }

            .mad-csstransforms3d .mad-custom-select.mad-opened .mad-options-list,
            .mad-csstransforms3d .mad-custom-select.mad-opened .mad-selected-option::before {
                -webkit-transform: scale3d(1, 1, 1);
                        transform: scale3d(1, 1, 1);
            }

                       .mad-custom-select.size-2 .mad-selected-option {
                height: 3.5rem;
                line-height: 3.25rem;
                font-size: 1.125rem;
            }

            .mad-custom-select.size-2 .mad-options-list {
                font-size: 1rem;
            }

        /* ----------------------------------------
            Counter
        ---------------------------------------- */

            .mad-field-counter {
                position: relative;
                padding-right: 3rem;
            }

            .mad-field-counter-value {
                font-family: "Old Standard TT", serif;
                                color: #262123;
                font-size: 3.7rem;
                line-height: 0.82;
                position: relative;
                top: 5px;
            }

            .mad-field-counter-control {
                font-size: 1.25rem;
                line-height: 1;
                position: absolute;
                right: 0;

                -webkit-transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                        transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
            }

            .mad-field-counter-control::after {
                font-family: 'Linearicons';
            }

            .mad-field-counter-control:hover {
                                color: #262123;
            }

            .mad-field-counter-control--increase {
                top: 0;
            }

            .mad-field-counter-control--increase::after {
                content: "\e939";
            }

            .mad-field-counter-control--decrease {
                bottom: 0;
            }

            .mad-field-counter-control--decrease::after {
                content: "\e93a";
            }

        /* ----------------------------------------
            Label
        ---------------------------------------- */

            label {
                font-family: 'Gentium Basic';
                font-size: 1.25rem;
                line-height: 1.5rem;
                color: #595758;
                margin-bottom: .5rem;
                display: block;
            }

            label span:not([class*="mad-text-"]) {
                color: #bf3030;
            }

            label[for] {
                cursor: pointer;
            }

        /* ----------------------------------------
            Textarea
        ---------------------------------------- */

            textarea {
                height: auto;
                resize: none;
                padding-top: 1rem;
                padding-bottom: 1rem;
                display: block;
            }

        /* ----------------------------------------
            Form groups
        ---------------------------------------- */

            .form-group {
                display: flex;
                margin-top: -0.5rem;
                margin-left: -0.25rem;
                margin-right: -0.25rem;
            }

            .form-group:last-child > [class*="form-col"]:only-child > .btn:only-child {
                margin-top: 0.5px;
            }

            .form-group:first-child {
                margin-top: -0.5px;
            }

            [class*="form-col"] {
                flex: auto;
                width: 100%;
                position: relative;
                margin-top: 0.5rem;
                padding-left: 0.25rem;
                padding-right: 0.25rem;
            }

            [class*="form-col"].with-icon i {
                position: absolute;
                left: 22px;
                top: 0;
                line-height: 4rem;
                               color: #f2a057;
            }

            [class*="form-col"].with-icon input {
                padding-left: 3.75rem;
            }

            .form-group [class*="form-col"].no-fw {
                max-width: max-content;
                width: auto;
            }

            .form-group.type-2 {
                flex-wrap: wrap;
            }

            .form-group.type-2 [class*="form-col"] {
                max-width: 50%;
                width: 48%;
            }

            .form-group.type-2 [class*="form-col"] .btn {
                width: 100%;
            }

                        .mad-form-tag {
                display: block;
                font-size: 0.875rem;
                color: #7a7879;
                letter-spacing: 0.5px;
                line-height: 1rem;

                white-space: nowrap;
                margin-top: 0.75rem;
            }


        /* ----------------------------------------
            Single Field Form
        ---------------------------------------- */

            .mad-singlefield-form {
                display: flex;
                margin: -1rem -1rem 0;
            }

            .mad-singlefield-form input {
                width: 100%;
                margin-right: 1rem;
            }

            .mad-singlefield-form > * {
                margin: 1rem 1rem 0;
            }

    /* ----------------------------------------
        Figure
    ---------------------------------------- */

        .mad-figure-linked {
            text-align: center;
        }

        .mad-figure-linked figcaption:last-child:not(:only-child) {
            margin-top: 1.2rem;
        }

        .mad-figure-linked figcaption:first-child:not(:only-child) {
            margin-bottom: 1.2rem;
        }

    /* ----------------------------------------
        Colorizer
    ---------------------------------------- */

        [class*="mad-colorizer--scheme-"] {
            position: relative;
        }

        .container .mad-section[class*="mad-colorizer--scheme-"]:not([class*="mad-section--stretched"]):not(.mad-section--no-adaptive) {
            padding-left: 1rem;
            padding-right: 1rem;
        }

        .mad-colorizer-bg-color, .mad-colorizer-bg-image {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            z-index: -1;
        }
		
		.mad-colorizer-bg-color.with-section-element {
            z-index: 1;
        }

        .mad-colorizer-bg-image {
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }

        .mad-colorizer--parallax .mad-colorizer-bg-image {
            background-size: auto;
            background-attachment: fixed;
        }

        .mad-touchevents .mad-colorizer--parallax .mad-colorizer-bg-image {
            background-size: cover !important;
            background-position: center !important;
            background-attachment: scroll !important;
        }

        .mad-colorizer--scheme-color-2 > .mad-colorizer-bg-color {
            background: #262123;
        }

        .mad-colorizer--scheme-color-3 > .mad-colorizer-bg-color {
            background: #d98f4e;
        }

        .mad-colorizer--scheme-color-4 > .mad-colorizer-bg-color {
            background: #bf3030;
        }

        .mad-colorizer--scheme-color-5 > .mad-colorizer-bg-color {
            background: #f9f3f1;
        }

        .mad-colorizer--scheme-light .mad-cta-title,
        .mad-colorizer--scheme-light .mad-title,
        .mad-colorizer--scheme-light .mad-section-title {
            color: #fff;
        }
		
		.mad-section[data-bg-image-src] .mad-colorizer-bg-color,
        .mad-half-section[data-bg-image-src] .mad-colorizer-bg-color {
            background-color: transparent;
        }

        .mad-colorizer--scheme-light {
            color: #c7c8cc;
        }
        
        .mad-colorizer--scheme-color-3 {
            color: #fbefe8;
        }
        
        .mad-colorizer--scheme-color-4,
        .mad-colorizer--scheme-color-4 .mad-form-tag {
            color: #f3e0e0;
        }


        .mad-colorizer--scheme-color-2,
        .mad-colorizer--scheme-color-2 .mad-title-wrap {
            color: #afb1b6;
        }

        [class*="with-overlay"] {
            z-index: 1;
            position: relative;
        }

        [class*="with-overlay"]:not(.mad-section):after,
        .mad-section[class*="with-overlay"] > [class*="mad-colorizer-"]:after {
            content: '';
                        background: rgba(38,33,35,0.5);
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: -1;
        }

        .mad-section.with-overlay-2 > [class*="mad-colorizer-"]:after {
            background: rgba(255,255,255,0.5);
        }

        .with-svg-item.svg-left-2 {
            margin-top: 1rem;
            margin-left: 2rem;
        }
        .with-svg-item {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
        }

        .with-svg-item.svg-right-side {
            left: auto;
            right: 0;
        }

        .with-svg-item.svg-right-side.type-2.bottom {
            margin-right: 4.25rem;
            margin-bottom: -231px;
        }

        .with-svg-item.top-space {
            margin-top: -8rem;
        }

        .with-svg-item.top-space2 {
            top: 44rem;
        }

        .with-svg-item.bottom {
            top: auto;
            bottom: 0;
        }

        .with-svg-item.bottom2 {
            top: auto;
            bottom: 0;
            margin-bottom: -5rem;
        }

        .with-svg-item.hr-flip img {
            -moz-transform: scaleX(-1);
            -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
                transform: scaleX(-1);
                filter: FlipH;
            -ms-filter: "FlipH";
        }

        .mad-bg-section {
            min-height: 560px;
        }

        .mad-colorizer--scheme-color-1 [class*="btn"]:after,
        .mad-colorizer--scheme-color-1 .mad-newsletter-form.one-line [class*="btn"]:after {
            background-color: #fff;
        }

        .mad-colorizer--scheme-color-2 [class*="btn"]:after {
            background-color: #262123;
        }

        .mad-colorizer--scheme-color-3 [class*="btn"]:after {
            background-color: #d98f4e;
        }

        .mad-colorizer--scheme-color-4 [class*="btn"]:after {
            background-color: #bf3030;
        }

        .mad-colorizer--scheme-color-5 [class*="btn"]:after {
            background-color: #f9f3f1;
        }

        .mad-colorizer--parallax [class*="btn"]:after {
            background-color: #1c181a;
        }


    /* ----------------------------------------
        Gallery
    ---------------------------------------- */

        .mad-grid--isotope:not(:last-child) {
            margin-bottom: 3.5rem;
        }

        .mad-gallery.wide {
            border: none!important;
        }

        .mad-gallery:not([class*="item-col-"]) {
            border: 0.5rem solid transparent;
            margin: -0.5rem -0.25rem 0;
        }

        .mad-gallery.with-small-gap[class*="item-col-"]:not(.no-gutters) {
            margin: 4px;
        }
        
        .mad-gallery.with-small-gap[class*="item-col-"]:not(.no-gutters) > * {
            padding: 4px;
        }

        .mad-gallery:not(.mad-grid--isotope) {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-gallery:not(:last-child),
        .mad-gallery.with-small-gap[class*="item-col-"]:not(.no-gutters) {
            margin-bottom: 3.5rem;
        }

        .mad-gallery:not([class*="item-col-"]) > * {
            width: 25%;
            position: relative;
            padding: 0.5rem 0.25rem 0;
        }

        .mad-gallery:not([class*="item-col-"]).col-size-3 .mad-gallery-item {
            width: 33.3333%;
        }

        .mad-gallery .mad-gallery-item a {
            display: block;
            overflow: hidden;
            position: relative;
            cursor: url(//depozitdecarne.ro/wp-content/themes/steakbreak/images/crosshair.png), crosshair;
            overflow: hidden;
            border-radius: 1rem;
            z-index: 1;
        }

        .fancybox-content img {
            overflow: hidden;
            border-radius: 1.1rem;
        }

        .mad-gallery .mad-gallery-item a img {
            width: 100%;
            transition: all .5s ease;
        }

        .mad-gallery .mad-gallery-item a:hover img {
            transform: scale(1.1);
        }

        .mad-gallery .mad-gallery-item a:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(38,33,35,0.7);
            opacity: 0;
            visibility: hidden;
            transition: all .5s ease;
        }

        .mad-gallery .mad-gallery-item a:hover:after {
            opacity: 1;
            visibility: visible;
        }

        .mad-gallery .mad-gallery-item.x2 {
            width: 50%;
        }

        .mad-gallery.item-col-3 .mad-gallery-item.x2 {
            width: 66.6666%;
        }

        .with-side-menu .mad-gallery .mad-gallery-item {
            width: calc(25% - 5rem);
        }

        .with-side-menu .mad-gallery .mad-gallery-item.x2 {
            width: calc(50% - 10rem);
        }

        .mad-gallery .mad-gallery-item > *:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-portfolio:not(:last-child) {
            margin-bottom: 3.5rem;
        }

        .mad-portfolio .mad-gallery-desc {
            text-align: center;
            padding: 1.5rem 1rem;
        }

                .mad-portfolio:not(.style-2) .mad-gallery-item {
            border-radius: 1rem;
            overflow: hidden;
        }

        .mad-portfolio:not(.style-2) .mad-gallery-item {
            position: relative;
        }

        .mad-portfolio:not(.style-2) .mad-gallery-item:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: #bf3030;
            opacity: 0;
            visibility: hidden;
            transition: all .5s ease;
        }

        .mad-portfolio:not(.style-2) .mad-gallery-item:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
 
            -webkit-mask: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/bg_line.svg) no-repeat;
            mask: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/bg_line.svg) no-repeat;
            background-color: #fff; 
            mask-repeat: no-repeat;
            -webkit-mask-size: cover;
            mask-size: cover;
            z-index: 1;
        }

        .mad-portfolio:not(.style-2) .mad-gallery-item:hover {
            background: #fff;
            -webkit-box-shadow: 0px 0px 25px 0px rgba(18, 16, 17, 0.1);
            -moz-box-shadow:    0px 0px 25px 0px rgba(18, 16, 17, 0.1);
            box-shadow:         0px 0px 25px 0px rgba(18, 16, 17, 0.1);
        }

        .mad-portfolio:not(.style-2) .mad-gallery-item:hover:after {
            opacity: 1;
            visibility: visible;
        }

        .mad-portfolio .mad-gallery-name {
            font-size: 1.875rem;
            font-family: 'Arvo', serif;
            font-weight: bold;
        }

        .mad-portfolio .mad-gallery-name:not(:last-child) {
            margin-bottom: 8px;
        }

        .mad-portfolio .mad-gallery-cat {
            font-size: 1.25rem;
            line-height: 1.25rem;
            color: #bf3030;
        }

        .mad-portfolio .mad-gallery-item {
            transition: all .5s ease;
        }

        .mad-portfolio.style-2 .mad-gallery-item {
            position: relative;
            z-index: 1;
        }

        .mad-portfolio .mad-gallery-item {
            display: flex;
            flex-direction: column;
        }

        .mad-portfolio .mad-gallery-desc {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

        .mad-portfolio.style-2 .mad-gallery-desc {
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            text-align: center;
            transform: translateY(-50%);
            z-index: 2;
            opacity: 0;
            visibility: hidden;
            transition: all .7s ease;
        }

        .mad-portfolio.style-2 .mad-gallery-desc .mad-gallery-name a {
            color: #fff;
        }

        .mad-portfolio.style-2 .mad-gallery-item .mad-gallery-media:after {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(38,33,35,0.7);
            opacity: 0;
            visibility: hidden;
            transition: all .3s ease;
        }
		
		.mad-portfolio.style-2 .mad-gallery-cat {
            color: #f2a057;
        }

        .mad-gallery-item .mad-gallery-media {
            border-radius: 1rem;
            overflow: hidden;
            position: relative;
        }

        .mad-portfolio:not(.style-2) .mad-gallery-item:hover .mad-gallery-media {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

        .mad-gallery-item .mad-gallery-media img {
            width: 100%;
        }

        .mad-portfolio.style-2 .mad-gallery-item:hover .mad-gallery-media:after,
        .mad-portfolio.style-2 .mad-gallery-item:hover .mad-gallery-desc {
            opacity: 1;
            visibility: visible;
        }

        .mad-filter-wrap:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-filter {
            z-index: 9;
            position: relative;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            margin: -1rem -1.25rem 0;
        }

        .mad-filter > li {
            padding: 1rem 1.25rem 0;
        }

        .mad-filter > li > a {
            font-size: 1.5rem;
            font-family: 'Arvo', serif;
            color: #bf3030;
            font-weight: 400;
            border-bottom: 1px solid transparent;
        }

        .mad-filter > li > a.mad-active {
            color: #262123;
            border-bottom-color: inherit;
        }

        .mad-grid-item.size-x2 {
            width: 50%;
        }

    /* ----------------------------------------
        Countdown
    ---------------------------------------- */

        .mad-countdown {
            margin-top: -2rem;
        }

        .mad-countdown .countdown-row {
            font-size: 0;
            line-height: 0;
            text-align: center;
            display: flex;
            flex-wrap: wrap;
        }

        .mad-countdown .countdown-section {
            vertical-align: top;
            padding-top: 2rem;
            width: 25%;
            color: #7a7879;
        }

        .mad-countdown .countdown-amount {
            font-family: "Arvo", serif;
            font-size: 3.75rem;
            color: #f2a057;
            font-weight: 600;
            line-height: 4.5rem;
            letter-spacing: -0.3px;
            display: block;
        }

        .mad-countdown .countdown-period {
            font-size: 1.125rem;
            line-height: 1.5rem;
            display: block;
        }

        .mad-countdown.style-2 .countdown-section {
            color: #c7c8cc;
        }

    /* ----------------------------------------
        Products
    ---------------------------------------- */

        .mad-products + .mad-pagination {
            padding-top: 3.5rem;
        }

        .mad-products:not(.owl-carousel):not(.mad-product-small):not(.mad-product-single) {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-products:not(.mad-product-small) .mad-product {
            padding: 1.5rem;
            height: 100%;
            border-radius: 1rem;
            position: relative;
            background-color: #fff;
            transition: all .5s ease;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .mad-products:not(.owl-carousel) .mad-product {
            -webkit-box-shadow: 0px 0px 25px 0px rgba(18, 16, 17, 0.1);
            -moz-box-shadow: 0px 0px 25px 0px rgba(18, 16, 17, 0.1);
            box-shadow: 0px 0px 25px 0px rgba(18, 16, 17, 0.1);
        }

        .mad-products .mad-product-image {
            position: relative;
            background: none!important;
        }

        .mad-products:not(.mad-product-small) .mad-product-image img {
            width: 100%;
        }

        .mad-products:not(.mad-product-small) .mad-product .mad-product-description {
            padding-top: 1.5rem;
            font-size: 1.125rem;
            color: #7a7879;
            line-height: 1.5rem;
            flex: 1;
        }

        .mad-product-description:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .mad-product-description .mad-product-title {
            font-family: 'Gentium Basic', serif;
            font-weight: bold;
        }

        .mad-product-info {
            font-size: 1rem;
            color: #a8a7a8;
            display: block;
            line-height: 1rem;
        }

        .mad-product-info:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-products:not(.mad-product-small):not(.mad-product-single) .mad-product-description .mad-product-title:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-product-calc {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .mad-label {
            position: absolute;
            top: 0;
            left: 0;
            font-family: 'Arvo', serif;
            text-transform: uppercase;
            font-size: 0.8125rem;
            line-height: 2rem;
            font-weight: 500;
            color: #262123;
            background: #dbc5b3;
            padding: 0 0.5rem;
        }

        .mad-label.sale {
            background: #efc4c5;
        }

        /* Products small */

        .mad-products.mad-product-small:not(.owl-carousel) {
            display: block;
        }

        .mad-products.mad-product-small .mad-product {
            display: flex;
            position: relative;
            z-index: 1;
			            box-shadow: none;
        }

        .mad-products.mad-product-small .mad-col:not(:last-child),
        .mad-products.mad-product-small:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .mad-products.mad-product-small .mad-product .mad-product-description {
            padding-left: 1.5rem;
            font-size: 1rem;
            line-height: 1rem;
            color: #7a7879;
        }

        .mad-products.mad-product-small .mad-product .mad-product-image {
            display: inline-block;
			min-width: 72px;
			max-width: 72px;
			border-radius: 0;
			overflow: hidden;
        }
		.mad-products.mad-product-small .mad-product .mad-product-image img {
			border-radius: 8px;
			overflow: hidden;
        }

        .mad-products.mad-product-small .mad-product .mad-product-price {
            font-size: 1rem;
            line-height: 1rem;
            font-weight: bold;
        }

        .mad-products.mad-product-small .mad-product .mad-product-description .mad-product-title {
            display: inline-block;
            font-size: 1.125rem;
            line-height: 1.5rem;
        }

        .mad-products.mad-product-small .mad-product .mad-product-description .mad-product-title:not(:last-child),
        .mad-products.mad-product-small .mad-product .mad-product-description p:not(:last-child) {
            margin-bottom: 0.5rem;
        }
		
		.mad-products.mad-product-small .mad-product .mad-product-title {
            font-family: 'Arvo', serif;
            font-weight: normal;
        }

        /* Products sorting */

        .product-sort-section {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            position: relative;
            align-items: center;
            font-size: 1.125rem;
            color: #7a7879;
            margin: -1rem -1rem 0;
        }

        .product-sort-section > .mad-col {
            padding: 1rem 1rem 0;
        }

        .product-sort-section:not(:last-child) {
            margin-bottom: 2rem;
        }

        .product-sort-section .mad-custom-select {
            width: 16.25rem;
        }

        .mad-tabs .product-sort-section {
            padding-top: 2rem;
        }

        .mad-tabs .product-sort-section:not(:last-child) {
            margin-bottom: 0;
        }

        /* Shopping cart */

        .mad-dropdown-element.shopping-cart {
            position: absolute;
            top: 100%;
            right: 0;
            margin-top: 2.5rem;
            margin-right: -3.5rem;
        }

        .shopping-cart {
            background: #f2e4df;
            padding: 2rem;
            border-radius: 1rem;
            text-align: left;
            overflow: hidden;
            min-width: 21.875rem;
        }

        .shopping-cart .mad-products.mad-product-small .mad-product .mad-product-description .mad-product-title {
            display: block;
			font-weight: normal;
            line-height: 1.5rem;
            font-size: 1.125rem;
            font-weight: bold;
            font-family: 'Gentium Basic', serif;
			border-bottom: none;
        }

        .shopping-cart .mad-products.mad-product-small .mad-product .mad-product-description .mad-product-price {
            color: #7a7879;
            font-weight: normal;
            font-family: 'Gentium Basic', serif;
        }
        
        .shopping-cart .mad-close-item {
            position: absolute;
            right: 0;
            top: 0.25rem;
            font-size: 1.125rem;
            color: #7a7879;
        }

        .shopping-cart .sc-footer {
            position: relative;
            padding-top: 1.5rem;
        }

        .shopping-cart .sc-footer:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            background: #d9b1a3;
            height: 1px;
        }

        .shopping-cart .subtotal {
            font-size: 1.125rem;
            color: #262123;
            font-weight: bold;
            letter-spacing: -0.3px;
        }

        .shopping-cart .subtotal span {
            color: #bf3030;
        }

        .shopping-cart .btn i {
            font-size: 1.5rem;
        }

                .shopping-cart .btn:after {
            background: #f2e4df;
        }

        .shopping-cart .subtotal:not(:last-child) {
            margin-bottom: 1.5rem;
        }
		
		.shop-cart-form table {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

        .shop-cart-form table tr th {
            width: 25%;
        }

        .shop-cart-form table tr td {
            padding-top: 2rem;
            padding-bottom: 2rem;
			            vertical-align: middle;
        }

        .shop-cart-form table tr th:first-child {
            width: 35%;
        }

        .mad-table-wrap.shop-cart-form table tr:last-child td {
            border-bottom: 1px solid #c7c8cc;
        }

        .shop-cart-form .mad-product {
            align-items: flex-start;
        }

        .shop-cart-form .mad-product .mad-close-item {
            margin-right: 1.25rem;
            font-size: 1.125rem;
        }

        .shop-cart-form .mad-products.mad-product-small .mad-product-description .mad-product-title {
            font-size: 1.125rem;
        }

        .shop-cart-form .mad-product-price {
            font-weight: 500;
            font-size: 1.125rem;
        }

        .shop-cart-form .mad-close-item {
            font-family: 'Gentium Basic', serif;
            font-weight: bold;
            font-size: 1.125rem;
            color: #bf3030;
        }

        .shop-cart-form .mad-close-item:hover {
            text-decoration: underline;
        }

        .shop-cart-form .mad-close-item:before {
            content: 'cancel';
            font-size: 1rem;
            font-family: 'Material Icons Outlined';
            display: inline-block;
            vertical-align: -3px;
            margin-right: 6px;
        }

        .shop-cart-form table tfoot tr td {
            padding: 1.3125rem 1.75rem;
        } 

        .mad-shop-footer {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            justify-content: space-between;
        }

        .shop-cart-form .mad-shop-footer > * {
            margin: 0;
        }

        .mad-checkout-form tr th:first-child {
            width: 25%;
            min-width: 18.75rem;
        }

        .mad-checkout-form .mad-product-title {
            font-size: 1.125rem;
            line-height: 1.875rem;
            letter-spacing: -0.5px;
            font-weight: 500;
        }

        .mad-checkout-form .checkout-title {
            font-size: 1.125rem;
        }

        .mad-checkout-form .checkout-title strong {
            font-weight: 600;
        }

        .mad-checkout-form tfoot,
        .mad-checkout-form tfoot .checkout-title {
            position: relative;
            color: #386f7c!important;
        }

        .mad-checkout-form tfoot tr td {
            background: none;
        }

        .shop-cart-form tr th.order-date {
            width: 35%;
        }

        .shop-cart-form table tr th:first-child.order-number {
            width: 22%;
        }

        .shop-cart-form table tr td[data-cell-title="Actions"] .mad-link:before {
            content: 'remove_red_eye';
            font-family: 'Material Icons Outlined';
            display: inline-block;
            vertical-align: -4px;
            margin-right: 6px;
        }

        .shop-cart-form table tr td[data-cell-title="Actions"] .mad-link {
            border: none;
            font-weight: bold;
        }

        .shop-cart-form table tr td[data-cell-title="Actions"] .mad-link:hover {
            text-decoration: underline;
        }

        @-moz-document url-prefix() {
            .mad-checkout-form tfoot:before {
                top: 0;
            }
        }

        .mad-checkout-form tfoot tr td:first-child {
            border-bottom: none;
        }

        .payment-option input[type="radio"] + label{
            font-size: 1.25rem;
            line-height: 1.5rem;
            padding-top: 12px;
        }

        .payment-option input[type="radio"] + label span {
                        font-size: 1.125rem;
            color: #595758;
        }

        .payment-desc {
            padding-left: 2.8125rem;
        }

        .payment-option .input-wrapper:not(:last-child){
            margin-bottom: 0;
        }

        .payment-option > li:last-child [class*="btn"]:only-child{
            margin-top: 0.9375rem;
        }

        /* Single product */

        .mad-calc {
            display: flex;
        }

        .mad-calc .btn:not(.with-text) {
            padding: 0;
            width: 2.5rem;
            height: 2.5rem;
            line-height: 2.5rem;
                        margin-left: -4px;
        }

        .quantity {
                        width: 6.25rem;
            position: relative;
        }

        .quantity input {
            height: 2.5rem;
            font-size: 1rem;
            padding: 0 2rem;
            text-align: center;
            color: #7a7879;
            border: 2px solid #f2e4df;
            border-radius: 0.5rem;
        }

        .mad-calc .quantity input {
            border-radius: 0.5rem 0 0 0.5rem;
        }

        .quantity button {
            position: absolute;
            top: 50%;
            left: 0.875rem;
            transform: translateY(-50%);
            color: #7a7879;
                        font-size: 12px;
        }

        .quantity .qty-plus {
            left: auto;
            right: 0.875rem;
        }

        .mad-products.mad-product-single:not(:last-child) {
            margin-bottom: 7.25rem;
        }

        .mad-products.mad-product-single .image-preview-container:not(:last-child) {
                        margin-bottom: 1.5rem;
        }

        .mad-product-single .mad-product-description .mad-product-title {
            font-weight: normal;
        }

        .mad-products.mad-product-single .mad-product-calc {
            display: block;
        }

        .mad-products.mad-product-single .mad-product-calc:not(:last-child) {
            margin-bottom: 3.75rem;
        }

        .mad-products.mad-product-single .mad-product-calc .mad-product-price:not(:last-child) {
            margin-bottom: 1.5rem;
        }

        .mad-products.mad-product-single .mad-product-calc .mad-product-price {
            display: block;
            font-size: 1.875rem;
            line-height: 2rem;
			font-weight: normal;
			color: #262123;
        }

        .mad-products.mad-product-single .mad-product-calc .mad-product-price i {
            font-size: 1.875rem;
            font-style: normal;
            font-weight: normal;
			line-height: 2rem;
			font-family: 'Gentium Basic', serif;
			color: #262123;
        }
		.mad-widget.mprm_widget .mprm_menu_item_buy_button form.mprm_purchase_form .mprm-add-to-cart {
			margin-right: 5px;
		}

        .mad-products.mad-product-single .mad-product-description:not(:last-child) {
            margin-bottom: 3rem;
        } 

        .image-preview-container,
        .zoomContainer {
            overflow: hidden;
            border-radius: 1rem;
        }


        .mad-products.mad-product-single .mad-product-calc .quantity input {
            height: 3rem;
            font-size: 1rem;
        }

        .mad-products.mad-product-single .mad-product-calc  .quantity {
            width: 10rem;
        }
		
		.mad-products.mad-product-single .mad-product-calc .btn {
            margin-left: -4px;
         }

        .mad-product-single .mad-product-info {
            font-size: 1.25rem;
            line-height: 2rem;
            color: #595758;
        }

        .mad-product-single .mad-product-info ul li:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-product-single  .mad-product-info:not(:last-child) {
            margin-bottom: 2.75rem;
        }

        .mad-product-footer {
            display: flex;
            justify-content: space-between;
            padding-bottom: 2.625rem;
            border-bottom: 1px solid #f2e4df;
        }

        .mad-product-footer .mad-share-wrap > span {
            font-size: 18px;
        }

        .mad-product-footer .mad-social-icons.size-2 ul li a {
            font-size: 1.25rem;
        }

        /* Hidden Section */

        .hidden-section:not(:last-child) {
            margin-bottom: 0.875rem;
        }

        .hidden-section .account-action {
            color: #333;
            font-size: 1.5rem;
                        font-family: 'Maven Pro', serif;
            font-weight: 500;
        }

        .hidden-section .login-form-footer {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
        }

        .hidden-section .content {
            padding: 1.75rem 0 0.9375rem;
        }

        .hidden-section .content .mad-singlefield-form {
            max-width: 100%;
        }

        .hidden-section .input-box:not(:last-child) {
            margin-bottom: 0.9375rem;
        }

        .checkbox-title:not(:last-child) {
            margin-bottom: 2.625rem;
        }

        .checkbox-title input[type="checkbox"] + label[for] {
            color: #313131;
        }

        .checkbox-title input[type="checkbox"] + label[for], 
        .checkbox-title input[type="radio"] + label[for] {
            font-family: 'Maven Pro', serif;
            font-size: 2.25rem;
            line-height: 1.25;
            font-weight: 500;
            padding-left: 0;
            padding-right: 3.5rem;
            display: inline-block;
        }

        .checkbox-title input[type="checkbox"] + label[for]::before,
        .checkbox-title input[type="checkbox"] + label[for]::after {
            left: auto;
            right: 0;
            top: 0.625rem;
        }

        .checkbox-title input[type="checkbox"] + label[for]::after {
            top: 18px;
        }

    /* ----------------------------------------
        Dropdown
    ---------------------------------------- */

        .mad-dropdown {
            position: relative;
            z-index: 1;
        }

        .mad-dropdown-title {
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -o-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .mad-dropdown-element {
            opacity: 0;
            visibility: hidden;
            position: absolute;
            top: 100%;
            margin-top: 1rem;
            left: 0;
            width: 100%;
            min-width: 22rem;
			            z-index: 1;
            -webkit-transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .mad-dropdown-element--x-right {
            left: auto;
            right: 0;
        }

        /* .mad-dropdown-element--y-top {
            bottom: 100%;
            top: auto;
        } */

        .mad-dropdown--opened {
            z-index: 100;
        }

        .mad-dropdown--opened .mad-dropdown-element {
            opacity: 1;
            visibility: visible;
        }

        .mad-dropdown--title-icon .mad-dropdown-title {
            position: relative;
            padding-right: 0.875rem;
        }

        .mad-csstransforms3d .mad-dropdown-element {
            -webkit-transition-property: -webkit-transform, opacity, visibility;
                    transition-property:         transform, opacity, visibility;
            -webkit-transform: scale3d(0.9, 0.9, 0.9);
                    transform: scale3d(0.9, 0.9, 0.9);
        }

        .mad-csstransforms3d .mad-dropdown--title-icon .mad-dropdown-icon--state-opened, .mad-csstransforms3d .mad-dropdown--title-icon .mad-dropdown-icon--state-default {
            -webkit-transition-property: -webkit-transform, opacity, visibility;
                    transition-property:         transform, opacity, visibility;
        }

        .mad-csstransforms3d .mad-dropdown--title-icon .mad-dropdown-icon--state-opened,
        .mad-csstransforms3d .mad-dropdown--title-icon.mad-dropdown--opened .mad-dropdown-icon--state-default {
            -webkit-transform: scale3d(0, 0, 0);
                    transform: scale3d(0, 0, 0);
        }

        .mad-csstransforms3d .mad-dropdown--opened .mad-dropdown-element,
        .mad-csstransforms3d .mad-dropdown--title-icon.mad-dropdown--opened .mad-dropdown-icon--state-opened {
            -webkit-transform: scale3d(1, 1, 1);
                    transform: scale3d(1, 1, 1);
        }

    /* ----------------------------------------
        Twitter Feed
    ---------------------------------------- */

        .mad-twitter-feed:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-twitter-feed > li:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-twitter-feed > li {
            padding-left: 2rem;
        }

        .mad-twitter-feed > li {
            position: relative;
			            font-size: 1.25rem;
        }

        .mad-twitter-feed > li::before {
            content: "\f099";
            font-family: Font Awesome\ 5 Brands;
            font-size: 1.125rem;
            line-height: 2rem;
            position: absolute;
            left: 0;
            top: 0;
                        color: #f2a057;
        }
		
		.mad-twitter-feed > li::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 1.125rem;
            height: 2rem;
            -webkit-mask: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/btn_bg.svg) no-repeat 100% 100%;
            mask: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/btn_bg.svg) no-repeat 100% 100%;
            background-color: #fff;
            mask-repeat: no-repeat;
            -webkit-mask-size: cover;
            mask-size: cover;
        }

        .mad-twitter-feed > li a {
                        color: #bf3030;
        }

        .mad-twitter-feed > li a:hover {
            text-decoration: underline;
        }

        .mad-twitter-feed .mad-tweet-footer {
            color: #b1b1b1;
            font-size: 0.6875rem;
            line-height: 0.85938rem;
            text-transform: uppercase;
            letter-spacing: 1.1px;
        }

/* ----------------------------------------
    4. Pages
---------------------------------------- */

    .mad-menu-cards {
        display: flex;
        flex-wrap: wrap;
    }

    .mad-menu-card {
        border-radius: 1rem;
        overflow: hidden;
        position: relative;
    }

    .mad-menu-card .mad-card-img {
        display: inline-block;
        position: relative;
        width: 100%;
    }

    .mad-card-text {
        text-align: center;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        z-index: 2;
    }

    .mad-card-text > * {
        color: #fff;
    }

    .mad-card-text > * .svg path {
        fill: #fff;
    }

    .mad-menu-card .mad-card-img:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 1.5rem;
        border: 3px solid #fff;
        z-index: 2;
    }

    .mad-menu-card .mad-card-img img {
        width: 100%;
        transition: all .5s ease;
    }

    .mad-menu-card .mad-card-img:hover img {
        transform: scale(1.1);
    }

    .mad-menu-card .mad-card-img:after {
        z-index: 0;
    }

    .mad-our-info {
        font-family: 'Gentium Basic', serif;
        font-size: 1.5rem;
        line-height: 2.5rem;
        color: #262123;
    }

    .mad-our-info li {
        display: flex;
    }

    .mad-our-info li:not(:last-child):not([class*="content-element-"]) {
        margin-bottom: 0;
    }

       .mad-our-info li i {
        margin-right: 1rem;

        font-size: 1.75rem;
        color: #f2a057;
        position: relative;
    }

    .mad-our-info li i:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-mask: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/btn_bg.svg) no-repeat 100% 100%;
        mask: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/btn_bg.svg) no-repeat 100% 100%;
        background-color: #fff;
        mask-repeat: no-repeat;
        -webkit-mask-size: cover;
        mask-size: cover;
    }

    .mad-our-info li span {
        display: block;
    }

    .mad-our-info li span:not(:last-child) {
        margin-bottom: 1rem;
    }
	
	.mad-our-info li .mad-dir:not(:first-child),
    .mad-vr-list li .mad-dir:not(:first-child) {
        margin-top: 1rem;
    }

    .mad-our-info.size-2 {
        font-family: 'Gentium Basic', serif;
        color: #595758;
        font-size: 1.25rem;
        line-height: 2rem;
    }

    .mad-our-info.size-2 li:not(:last-child):not([class*="content-element-"]) {
        margin-bottom: 0;
    }

    .mad-our-info.size-2 li i {
        font-size: 1.5rem;
    }

    .mad-our-info.hr-type {
        display: flex;
        flex-wrap: wrap;
        margin: -3rem -1rem 0;
    }

    .mad-our-info.hr-type > li {
        width: 33.3333%;
        display: block;
        text-align: center;
        padding: 3rem 1rem 0;
    }

    .mad-our-info.hr-type > li i {
        display: block;
        margin: 0;
        margin-bottom: 8px;
    }

    .mad-half-section-wrap {
        display: flex;
        flex-wrap: wrap;
		        font-size: 1.25rem;
        justify-content: space-around;
    }
	
	.mad-half-section-wrap form input {
        font-size: 1.25rem;
    }

    .mad-half-section-wrap .mad-half-section {
        width: 50%;
        padding: 9rem 4.5rem;
        display: flex;
        flex-direction: column;
    }

    .mad-half-section-wrap .mad-half-section:first-child {
        align-items: flex-end;
    }

    .with-side-menu .mad-half-section-wrap .mad-half-section {
        padding: 10rem 10rem 9rem 10rem;
    }

    .with-side-menu .mad-half-section-wrap .mad-half-section {
        flex-direction: column;
    }

    .mad-half-section-wrap .mad-half-section .mad-form {
        max-width: 35rem;
    }

    .mad-half-section-wrap .mad-half-section:first-child {
        justify-content: flex-end;
    }

    .mad-half-section-wrap .mad-half-section .mad-colorizer-bg-image {
        margin: 0!important;
    }

    .mad-half-section-wrap .mad-half-section:first-child .container {
        display: flex;
        justify-content: flex-end;
    }

    .mad-half-block {
        max-width: 35rem;
    }

    .mad-colorizer--scheme-color-4.mad-half-section{
        color: #f3e0e0;
    }

    
    /* Video wrapper */
    
    .video_wrapper {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    .video_wrapper > iframe {
        z-index: 2;
    }

    .video_wrapper_full {
        padding-top: 36rem;
    }

    .video_wrapper_full.with-half-bg:after {
        content: '';
        position: absolute;
        top: 50%;
                background: #f9f3f1;
        left: -2000px;
        right: -2000px;
        height: 50%;
    }
	
	    .video_wrapper_full.with-half-bg .mad-section-texture {
        top: 40%;
        left: -2000px;
        right: -2000px;
    }

    .video_wrapper_full.with-half-bg .mad-section-texture .svg path {
        fill: #f9f3f1;
    }

    .videoIframe {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: transparent;
    }

    .videoPoster {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-image:url(//depozitdecarne.ro/wp-content/themes/steakbreak/images/928x576_img1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        border: none;
        text-indent: -999em;
        opacity: 1;
        z-index: 3;
        overflow: hidden;
        border-radius: 1rem;
        -webkit-transition: opacity 800ms, height 0s;
        -moz-transition: opacity 800ms, height 0s;
        transition: opacity 800ms, height 0s;
        -webkit-transition-delay: 0s, 0s;
        -moz-transition-delay: 0s, 0s;
        transition-delay: 0s, 0s;
    }

    .videoPoster[class*="with-overlay"]:not(.mad-section):after {
        border-radius: 1rem;
        overflow: hidden;
    }


    .video_wrapper_full.image-2 {
        padding-top: 37.5rem;
    }

    .video_wrapper_full.image-2.size-2 {
        padding-top: 18rem;
    }
	
	    .video_wrapper_full.image-2.size-2 .videoPoster {
        background-image: url(//depozitdecarne.ro/wp-content/themes/steakbreak/images/448x296_img1.jpg);
    }

    .video_wrapper_full.image-2 .videoPoster {
        background-image:url(//depozitdecarne.ro/wp-content/themes/steakbreak/images/928x600_img4.jpg);
        border-radius: 0;
    }


    .videoPoster:hover {
        cursor: pointer;
    }

    .videoPoster:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 88px;
        height: 88px;
        margin: -44px 0 0 -44px;
        background: url(//depozitdecarne.ro/wp-content/themes/steakbreak/images/play-btn.png) no-repeat;
    }

    .videoPoster.no-btn {
        cursor: auto;
    }

    .videoPoster.no-btn:before {
        display: none;
    }

    .videoWrapperActive .videoPoster {
        opacity: 0;
        height: 0;
        -webkit-transition-delay: 0s, 800ms;
        -moz-transition-delay: 0s, 800ms;
        transition-delay: 0s, 800ms;
    }

    /* Video wrapper */

    .mad-section-img {
        min-height: 39rem;
    }

    .mad-signa {
        padding-top: 1rem;
    }

    .mad-mark {
        position: relative;
    }

    .mad-mark:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        margin-left: -170px;
        width: 749px;
        height: 578px;
        background: url(//depozitdecarne.ro/wp-content/themes/steakbreak/images/fish.png) no-repeat center center;
        z-index: -1;
    }

    .mad-colorizer--scheme-color-3 .mad-mark:after {
        background: url(//depozitdecarne.ro/wp-content/themes/steakbreak/images/fish2.png) no-repeat center center;
    }

    .ms-section {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        overflow: hidden;
    }

    .ms-section-inner {
                padding: 1.5rem 6.5rem;
    }

    .ms-section[data-id="1"] .ms-section-inner .mad-section-side-title {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    .ms-section-inner .ms-sub-title:not(:last-child) {
        margin-bottom: 1rem;
    }

    .ms-section-inner p {
        max-width: 630px;
        margin: 0 auto;
    }

    .ms-section-inner > p:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .ms-bg-element {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

    .ms-bg-element.top-left {
        bottom: auto;
        top: 0;
        right: auto;
        left: 0;
    }

    .mad-colorizer--scheme-light .ms-section-inner {
        color: #c7c8cc;
    }

    .mad-colorizer--scheme-light .ms-section-inner .ms-title {
        color: #fff;
    }

    .ms-viewing-2 #multiscroll-nav span {
        background: #cac9c9;
    }

	
	.ms-viewing-1 .mad-vr-menu, .ms-viewing-3 .mad-vr-menu {
		color: #fff;
	}
	.ms-viewing-1 .mad-vr-menu span, .ms-viewing-3 .mad-vr-menu span {
		background: #fff;
	}
	.ms-viewing-1 .mad-vr-menu span:after, .ms-viewing-3 .mad-vr-menu span:after {
		background: #262123;
	}	
	
	.ms-viewing-0 .light-logo,
	.ms-viewing-1 .dark-logo,
	.ms-viewing-2 .light-logo,
	.ms-viewing-3 .dark-logo,
	.ms-viewing-4 .light-logo
	{
		display: block !important;
	}
	
	.ms-viewing-0 .dark-logo,  
	.ms-viewing-1 .light-logo,
	.ms-viewing-2 .dark-logo,	
	.ms-viewing-3 .light-logo,	
	.ms-viewing-4 .dark-logo	
	{
		display: none;
	}

	.header-split .dark-logo{
		display: none;
	}

    .ms-viewing-2 .mad-vr-menu {
        color: #040a1c;
    }

    .ms-viewing-2 .mad-vr-menu:after,
    .ms-viewing-2 .mad-vr-menu:before {
                background: #262123;
    }
	
	    #multiscroll-nav span {
        overflow: hidden;
    }

    #multiscroll-nav li a span:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-mask: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/bg_line.svg) no-repeat;
        mask: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/bg_line.svg) no-repeat;
        background-color: #fff;
        mask-repeat: no-repeat;
        -webkit-mask-size: cover;
        mask-size: cover;
        z-index: 1;
    }

    /* Image block */

    .mad-img-section .img-wrap {
        position: relative;
    }

    .mad-img-section .row > *:first-child {
        padding-top: 64px;
    }

    .mad-img-section .img-wrap img:not(:last-child) {
        margin-bottom: 32px;
    }

    .mad-img-section .img-wrap .mad-img-border {
        border: 2rem solid #fff;
        position: absolute;
        bottom: 72px;
        right: 100%;
        width: 100%;
        margin-right: -120px;
    }


    /* Specifications  */

    .mad-specs[class*="item-col-"] {
        display: flex;
        flex-wrap: wrap;
    }

    .mad-specs:not([class*="item-col-"]) .mad-col:not(:last-child) {
        margin-bottom: 2rem;
    }

    .mad-specs[class*="item-col-"] .mad-col {
        padding-top: 3rem;
    }


    .mad-specs:not(:last-child) {
        margin-bottom: 3.5rem;
    }

    .mad-spec-item {
        display: flex;
        color: #7a7879;
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    .mad-spec-item figure {
        max-width: 88px;
        width: 100%;
        min-width: 88px;
        margin-right: 1.5rem !important;
    }

    .mad-spec-item figure img {
        width: 100%;
		border-radius: 1rem;
		overflow: hidden;
    }

    .mad-spec-item > * {
        width: 100%;
    }

       .mad-spec-header {
        font-family: 'Gentium Basic', serif;
        position: relative;
        display: flex;
        color: #262123;
        line-height: 1.5rem;
        font-style: normal;
        font-size: 1.5rem;

        justify-content: space-between;
        margin: 0 -1rem;
    }

    .mad-spec-header > * {
        padding: 0 1rem;
    }
	
	    .mad-spec-header > *:last-child {
        text-align: right;
    }

    .mad-spec-header .mad-line {
        height: 1.2rem;
        flex: 1;
        border-bottom: 2px dotted #7a7879;
    }

    .mad-spec-header:not(:last-child) {
        margin-bottom: 0.5rem;
    }

    .mad-spec-header .mad-spec-title {
        font-size: 1.5rem;
        line-height: 1.5rem;
        font-weight: 600;
    }

    .mad-spec-info .mad-link {
        color: #277500;
        font-size: 1rem;
        font-style: italic;
    }

    .mad-specs-section .row {
        align-items: flex-start;
    }

    .mad-specs-section img {
        width: 100%;
    }

    .mad-specs-section > .row > * .mad-specs {
        padding-right: 2.5rem;
        padding-top: 2rem;
        padding-bottom: 2rem;   
    }

    .mad-specs-section > .row > * .mad-specs {
        padding: 4.5rem;
        padding-top: 4rem;
    }

    .mad-specs.style-2 .mad-spec-item {
        display: block;
    }

    .mad-spec-tags {
        line-height: 1rem;
    }

    .mad-spec-el {
        line-height: 1.5rem;
    }

    .mad-specs.style-2 .mad-spec-item > figure:not(:last-child) {
        margin-bottom: 1.5rem;
        min-width: 100%;
    }

    .mad-specs.item-reverse .mad-col:nth-child(2n) .mad-spec-item {
        flex-direction: column-reverse;
        display: flex;
    }

    .mad-specs.item-reverse .mad-col:nth-child(2n) .mad-spec-item > figure:not(:last-child) {
        margin-bottom: 0;
        margin-top: 1.5rem;
    }

    /* ----------------------------------------
        Blog Single
    ---------------------------------------- */



    /* ----------------------------------------
        Events
    ---------------------------------------- */

        .mad-events[class*="item-col-"]:not(.owl-carousel) {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-events:not(:last-child) {
            margin-bottom: 2.5rem;
        }

        .mad-events:not([class*="item-col-"]):not(.owl-carousel) .mad-event {
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: #fff;
                        color: #554c4b;
            padding: 2rem;
        }

        .mad-events:not(.owl-carousel) .mad-event {
            background: #fff;
                        color: #554c4b;
            transition: all .5s ease;
        }

        .mad-events .mad-event:not(:last-child) {
            margin-bottom: 8px;
        }

        .mad-events:not(.style-2):not(.owl-carousel) .mad-event:hover {
            background: #4a2c2d;
        }

        .mad-events:not(.style-2):not(.owl-carousel) .mad-event:hover .mad-event-title {
            color: #fff;
        }
		
		        .mad-event .mad-event-img {
            border-radius: 1rem;
            overflow: hidden;
        }

        .mad-event:hover .mad-event-img {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

        .mad-event .mad-event-img img {
            width: 100%;
        }

        .mad-events:not(.owl-carousel) .mad-event:hover .btn {
                        background: #bf3030;
            color: #fff;
        }

                .mad-event .mad-event-title,
        .mad-event .mad-event-title a {
            font-family: 'Arvo', serif;
            font-weight: 500;
            color: #262123;
        }

        .mad-events:not(.style-2) .mad-event .mad-event-title {
            font-size: 1.875rem;
        }

       .mad-event .mad-event-date {
            font-family: 'Arvo', serif;
            font-size: 1rem;
            line-height: 1rem;
            color: #d98f4e;
            display: flex;
            align-items: center;
        }

        .mad-events.owl-carousel .mad-event-date {
            display: block;
        }

        .mad-events.owl-carousel .mad-event-title:not(:last-child) {
            margin-bottom: 0.5rem;
        }

        .mad-event-date .mad-event-num {
            font-weight: bold;
            font-style: normal;
            font-size: 3rem;
            line-height: 1;
            margin-right: 1rem;
        }

        .mad-events.style-2[class*="item-col-"] {
            display: flex;
            flex-wrap: wrap;
        }

        .mad-events.style-2:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-events.style-2 .mad-event {
            padding: 0;
            border-radius: 1rem;
            position: relative;
            overflow: hidden;
            align-items: flex-start;
        }

        .mad-events.style-2 .mad-event:before {
            content: '';
            position: absolute;
            width: 3px;
            height: 100%;
            left: 0;
            top: 0;
            background: #bf3030;
            opacity: 0;

            transition: all .5s ease;
        }

        .mad-events.style-2 .mad-event:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 3px;
            height: 100%;
            -webkit-mask: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/btn_bg.svg) no-repeat center center;
            mask: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/btn_bg.svg) no-repeat center center;
            background-color: #fff;
            mask-repeat: no-repeat;
            -webkit-mask-size: cover;
            mask-size: cover;
        }

        .mad-events.style-2 .mad-event:not(:last-child) {
            margin-bottom: 2rem;
        }

        .mad-events.style-2:not(.owl-carousel) .mad-event:hover {
            -webkit-box-shadow: 0px 0px 25px 0px rgba(18, 16, 17, 0.1);
            -moz-box-shadow:    0px 0px 25px 0px rgba(18, 16, 17, 0.1);
            box-shadow:         0px 0px 25px 0px rgba(18, 16, 17, 0.1);
        }

        .mad-events.style-2 .mad-event:hover:before {
            opacity: 1;
        }

        .mad-events.style-2 .mad-event-content {
            color: #595758;
            font-size: 1.25rem;
            padding-left: 4rem;
            padding-right: 1.5rem;
        }

        .mad-events.style-2[class*="item-col-"] .mad-event-content {
            padding: 2rem;
        }

        .mad-event-day {
            text-transform: uppercase;
            font-size: 1.125rem;
        }

        .mad-events.style-2:not([class*="item-col-"]) .mad-event .mad-event-info {
            padding: 1rem 2rem;
            display: flex;
            flex: 1;
        }

        .mad-events.style-2 .mad-event-date .mad-event-num {
            margin-right: 0;
        }

        .mad-events.style-2 .mad-event-title:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-events.style-2.title-size-2 .mad-event-title a {
            font-size: 1.875rem;
        }

        .mad-events.style-2.title-size-2 .mad-event {
            padding: 0;
        }

       .mad-events.style-2 .mad-event-info .mad-event-date {
            display: block;
            text-align: center;
            padding-top: 1rem;
        }
        .mad-event-info span.mad-event-sub {
            font-size: 1rem;
            line-height: 1rem;
			margin-bottom: 0;
        }

		.tribe-events-c-events-bar__search-container .tribe-common-c-btn.tribe-events-c-search__button{
			padding: 1rem 2rem 1rem;
			font-family: 'Gentium Basic', serif;
			font-size: 1.25rem;
			color: #fff;
			background: #b42727;
			letter-spacing: 0.3px;
			font-weight: normal;
			border-radius: 0.625rem;
			text-align: center;
		}

		 .tribe-events-view--month .tribe-events-header__top-bar {
			margin-bottom: 3.5rem !important;
		}

        .title-size-2 .mad-event-info span.mad-event-sub {
            font-size: 1.125rem;
        }
		.tribe-events-calendar-list__event-venue a,
		.tribe-events-calendar-day__event-venue a
		{
			display: inline-block;
			margin-left: 0.25rem;
		}
		.tribe-events-calendar-day__event-venue i,
		.tribe-events-calendar-list__event-venue i
		{
			color: #d98f4e;
			line-height: 1rem;
			display: inline-block;
			vertical-align: middle;
			margin-right: 4px;
		}

        .mad-event-info .mad-event-sub a {
            color: #bf3030;
            display: inline-block;
            margin-left: 0.25rem;
        }
		
		.mad-event-info .mad-event-sub a:hover {
            text-decoration: underline;
        }

        .mad-event-info .mad-event-sub a i {
            color: #bf3030;
        }

        .mad-event-info .mad-event-sub:not(:last-child) {
                    margin-bottom: 8px;
        }

        .mad-events-nav {
            position: relative;
        }

        .mad-events-nav:not(:last-child) {
            margin-bottom: 3.5rem;
        }

        .mad-events-nav form input {
            padding-left: 3.75rem;
            padding-right: 18.75rem;
        }

        .mad-events-nav form > i {
            position: absolute;
            top: 0;
            left: 1.375rem;
            line-height: 4rem;
            color: #d98f4e;
            font-size: 2rem;
        }

        .mad-events-nav form > .mad-custom-select {
            display: flex;
            align-items: center;
            position: absolute;
            right: 0;
            top: 0;

        }

        .mad-events-nav form > .mad-custom-select .btn:not(:hover) {
            background: #fff;
        }

        .mad-events-nav form > .mad-custom-select .mad-selected-option {
            border-left: none;
            color: #262123;
            margin-left: 1rem;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            max-width: 7rem;
        }

        .mad-event-menu {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            margin: -1.5rem -0.75rem 0;
        }

        .mad-event-menu > .mad-item {
            padding: 1.5rem 0.75rem 0;
        }

        .mad-event-arrows {
            display: flex;
            align-items: center;
            margin: 0 -0.75rem;
        }

        .mad-event-arrows > * {
            color: #262123;
            margin: 0 0.75rem;
        }

        .mad-event-arrows > * .svg {
            width: 74px;
            height: 17px;
        }

        .svg [class*="cls-"] {
            stroke: #7a7879;
        }
        .mad-event-arrows > *:hover {
                        color: #bf3030;
        }

                .mad-event-menu .btn {
            font-family: 'Gentium Basic', serif;
            background: #f8f8f8;
            color: #262123;
            font-size: 18px;
            padding: 11px 1.5rem;
            border-radius: 1rem;
            border: 1px solid #dddee0;
        }

        .mad-event-menu .btn-style-2:before {
            display: none;
        }

                .mad-event-menu .mad-dropdown-title {
            font-family: "Arvo", serif;
            display: flex;
            align-items: center;
            color: #262123;
            font-weight: 500;
            font-size: 2.25rem;
        }

        .mad-event-menu .mad-dropdown-title > i {
            margin-left: 0.5rem;
            font-size: 2rem;
            color: #7a7879;
        }

        .mad-event-btns {
            display: flex;
            flex-wrap: wrap;
			            align-items: center;
            justify-content: space-between;
            margin: -1rem -0.5rem 0;
        }

        .mad-event-btns > * {
            margin: 1rem 0.5rem 0;
        }
		
		        .mad-event-btns > a:not(.btn) {
            color: #bf3030;
            font-weight: bold;
            font-size: 1.25rem;
        }

        .mad-event-btns > a:not(.btn):hover {
            text-decoration: underline;
        }

        .mad-event-btns > a:not(.btn) .svg {
            width: 45px;
            height: 13px;
        }

        .mad-event-btns > a:not(.btn) .svg:first-child {
            margin-right: 1rem;
        }

        .mad-event-btns > a:not(.btn) .svg:last-child {
            margin-left: 1rem;
        }

        .mad-event-btns > a:not(.btn) .svg .cls-1 {
            stroke: #bf3030;
        }


        .mad-event-btns .btn i {
            font-size: 1.5rem;
			margin-right: 0.5rem;
        }

        .mad-events.owl-carousel .mad-event {
            text-align: center;
        }

        .mad-colorizer--scheme-light .mad-events.owl-carousel .mad-event-title {
            color: #fff;
        }

        .mad-events.owl-carousel .mad-event .btn {
            margin-top: 2rem;
        }
		
		.mad-events.style-2.vr-type .mad-event {
            height: 100%;
            -webkit-box-shadow: 0px 0px 25px 0px rgba(18, 16, 17, 0.1);
            -moz-box-shadow: 0px 0px 25px 0px rgba(18, 16, 17, 0.1);
            box-shadow: 0px 0px 25px 0px rgba(18, 16, 17, 0.1);
        }

        .mad-events.style-2.vr-type .mad-event:after,
        .mad-events.style-2.vr-type .mad-event:before {
            top: auto;
            bottom: 0;
            width: 100%;
            height: 3px;
        }

        .mad-events.style-2.vr-type .mad-event:after {
            -webkit-mask: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/bg_line.svg) no-repeat;
            mask: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/bg_line.svg) no-repeat;
            background-color: #fff;
            mask-repeat: no-repeat;
            -webkit-mask-size: cover;
            mask-size: cover;
        }

         .mad-events.style-2.vr-type .mad-event-img {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

        /* ----------------------------------------
            Events by Month
        ---------------------------------------- */

            

        /* ----------------------------------------
            Event Single
        ---------------------------------------- */



    /* ----------------------------------------
        404 Page
    ---------------------------------------- */

        .mad-404-title {
            font-family: "Arvo", serif;
            font-size: 17.5rem;
            letter-spacing: -1px;
            color: #bf3030;
            line-height: 1;
            font-weight: 600;
            margin-top: -3rem;
        }

        .mad-404-title + * {
            margin-top: -2rem;
        }

        .mad-404-message {
            font-family: "Gentium Basic", serif;
            font-size: 1.5rem;
            font-weight: bold;
            display: block;
            color: #262123;
        }

        .mad-404-message:not(:last-child) {
            font-size: 1.125rem;
            margin-bottom: 1.625rem;
        }

        .mad-404 .mad-newsletter-form {
            max-width: 28.5rem;
            margin: 0 auto;
        }

    /* ----------------------------------------
        Coming Soon Page
    ---------------------------------------- */

        .mad-coming-soon .mad-page-wrapper, 
        .page-template-coming-soon-php .mad-page-wrapper 
		{
            display: flex;
            min-height: 100vh;
            flex-direction: column; 
            background: url(//depozitdecarne.ro/wp-content/themes/steakbreak/images/1920x1080_bg1.jpg) no-repeat;
            background-size: cover;
        }

        .mad-content {
            flex: 1;
        }

        .mad-coming-soon-wrap {
            text-align: center;
            padding-top: 14.5rem;
        }

        .mad-coming-soon-title:not(:last-child) {
            margin-bottom: 1rem;
        }

        .mad-coming-soon-message:not(:last-child) {
            margin-bottom: 3.5rem;
        }
		
		.mad-coming-soon .mad-footer {
            background: transparent;
            color: #595758;
            padding-top: 0;
        }

        .mad-coming-soon .mad-footer .mad-widget-title {
            color: #262123;
        }

        .mad-coming-soon .mad-newsletter-form.one-line [class*="btn"]:after,
        .mad-404 .mad-content .mad-newsletter-form.one-line [class*="btn"]:after {
            background-color: #fff;
        }


    /* ----------------------------------------
        Home
    ---------------------------------------- */

	.mad-widget.widget_contact_us .info-address p {
		margin-bottom: 0;
	}	
	.mad-widget.widget_contact_us .info-phone p {
		margin-bottom: 0;
	}

	.mad-widget	.tnp-widget{
		margin-top: 1rem;
	}
	
	.mad-footer .mad-widget .mad-social-icons p:not(:last-child){
		margin-bottom: 1.5rem;
	}
	body .elementor-widget-steakbreak_home_instagram .mad-col.newsletter_block .tnp-subscription-minimal input.tnp-email {
		max-width: 440px;
	}	
	.elementor-widget-steakbreak_home_instagram	.steakbreak-newsletter-form input.tnp-email,
	.mad-widget	.tnp-widget-minimal input.tnp-email,
	.mad-widget	.tnp-widget input.tnp-email,
	.page-template-coming-soon	.tnp-subscription-minimal input.tnp-email,
	.mad-widget	.tnp-widget input[type=text],
	.mad-widget	.tnp-widget select
	{
	width: 100%;
    height: 3.5rem;
    font-size: 1.125rem;
	padding-top: 0.3rem;
    padding-right: 1.25rem;
    padding-bottom: 0.3rem;
    padding-left: 1.25rem;
	line-height: 1.5rem;
    color: #7a7879;
    background-color: #fff;
    border-color: #f2e4df;
	border-width: 2px;
	border-radius: 0.875rem;
	}
	
	.tnp-subscription-minimal input.tnp-email {
    max-width: 500px;
	}
	
	.elementor-widget-steakbreak_home_instagram	.steakbreak-newsletter-form  .btn, 
	.page-template-coming-soon .tnp-subscription-minimal .btn, 
	.tnp-widget-minimal .btn, 
	.tnp-widget .btn 
	{
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		max-height: 3.5rem;
		border-radius: 0.875rem;
		min-width: 3.5rem!important;
		line-height: 3.5rem!important;
		justify-content: center;
		padding: 0;
	}
	
	.tnp-widget .tnp-field.tnp-field-button{
		margin-bottom: 0;
	}
	.tnp-field.tnp-field-email label{
		display:none;
	}
	
	.tnp.steakbreak-newsletter-form  form, 
	.mad-widget.widget_newsletterwidgetminimal  form, 
	.mad-widget.widget_newsletterwidget  form 
	{
    position: relative;
    overflow: hidden;
    border-radius: 0.875rem;
	}	
		
	.mad-widget.widget_pages  ul > li:not(:last-child), 
	.mad-widget.widget_nav_menu  ul > li:not(:last-child) 
	{
		margin-bottom: 1rem;
	}	

	body .mad-header.relative{
		position: relative;
	}		
	body .mad-header.absolute{
		position: absolute;
	}	
	body .mad-header.relative + .mad-breadcrumb{
    min-height: auto;
    background-position: top center;
    background-size: cover;
	}

body .elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 16px;
}
.elementor-element .steakbreak-buttons .btn svg .cls-1{
	stroke-width: 20px;
}
.mad-cta.mad-colorizer--scheme-color-3 .btn:after {
    background-color: #d98f4e;
}
.mad-cta.mad-colorizer--scheme-color-4 .btn:after {
    background-color: #bf3030;
}
.mad-cta.mad-colorizer--scheme-color-5 .btn:after {
    background-color: #f9f3f1;
}
.elementor-widget-steakbreak_cta .mad-section .btn{
	margin: 0 0.25rem 0;
}
.elementor-widget-steakbreak_cta .mad-section.type_right{
	padding-top: 9rem;
    padding-bottom: 9rem;
}

.elementor-widget-steakbreak_cta .mad-section.type_right .btn-set {
    margin: 0 -0.5rem 0;
}

.mad-icon-boxes .mad-icon-box .mad-read-more {
    margin-top: 16px;
}
	
.steakbreak-icon-box.mad-icon-boxes.type-2  .mad-icon-box:before {
    content: "\e944";
    position: absolute;
    right: 2rem;
    top: 1.5rem;
    margin-top: -1rem;
    font-family: 'linearicons';
    font-size: 2.5rem;
    line-height: 1;
    color: #d7bfab;
}		

.steakbreak-icon-box.mad-icon-boxes.type-2.with-arrow-down  .mad-icon-box:before {
	content: "\e942";
    right: auto;
    left: 24px;
    top: 100%;
}

.steakbreak-icon-box.mad-icon-boxes.type-2.with-arrow-down  .mad-icon-box {
    position: relative;
    padding-bottom: 80px;
}

.steakbreak-icon-box.mad-icon-boxes.type-2  .mad-icon-box .steakbreak-description{
    padding-right: 10px;
}	

.steakbreak-image-box.top_image .steakbreak-description,
.steakbreak-image-box.bottom_image .steakbreak-description
{
	margin-bottom: 1rem;
}
.mad-entities.steakbreak-image-box.bottom_image .mad-entity .mad-entity-media:not(:last-child) {
    margin-bottom: 0;
    margin-top: 2rem;
}
.mad-entities.steakbreak-image-box.bottom_image .mad-entity {
    flex-direction: column-reverse !important;
}

.steakbreak-image-box.left_image .steakbreak-description,
.steakbreak-image-box.right_image .steakbreak-description
{
	margin-bottom: 2rem;
}

.mad-entities.steakbreak-image-box.right_image .mad-entity {
    flex-direction: row-reverse !important;
	background: #f8f8f8;
}

 .mad-entities.steakbreak-image-box.right_image .mad-wave {
    margin-bottom: -4.375rem;
    margin-right: -4.375rem;
	margin-top: -4.375rem;
    margin-left: -4.375rem;
	top: auto;
    bottom: 0;
    left: auto;
    right: 0;
}

select {
    cursor: pointer;
    border-style: solid;
    border-width: 2px;
	border-color: #f2e4df;
    border-radius: 0.875rem;
    height: 4rem;
    width: 100%;
    padding-left: 1.25rem;
    padding-top: 0.3rem;
    padding-right: 1.25rem;
    padding-bottom: 0.3rem;
    margin-bottom: 0;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #7a7879;
    background: #fff url(//depozitdecarne.ro/wp-content/themes/steakbreak/images/select-arrow1.png);
    background-position: center right;
    background-repeat: no-repeat;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    white-space: nowrap;
	outline: none !important;
	
}
.with-icon select {
    padding-left: 3.625rem;
}

.elementor-widget-steakbreak_reservation_form .mad-form.style-2 [class*="btn"] {
    color: #fff;
}

.elementor-widget-steakbreak_reservation_form .mad-form.style-1 input, 
.elementor-widget-steakbreak_reservation_form .mad-form.style-1 select 

{
    background: #f8f8f8;
}
.elementor-widget-steakbreak_reservation_form .mad-form.style-3 select, 
.elementor-widget-steakbreak_reservation_form .mad-form.style-3 input
{
	background-color: #f8f8f8;
}

.mad-pricing-tables  .steakbreak-pricing-table-text{
	margin-bottom: 2rem;
}
.mad-pricing-tables.type-3 .mad-wave-item {
    display: inline-block;
    position: relative;
}

.elementor-widget-steakbreak_sponsors .gallery[class*="gallery-columns"] {
    margin-bottom: 0;
}
.gallery[class*="gallery-columns"] > .gallery-item {
    padding: 2rem 1rem 0;
    position: relative;
}
	.elementor-widget-steakbreak_sponsors .gallery[class*="gallery-columns"] > .gallery-item {
		padding: 2rem 1rem 0;
		position: relative;
	}
	.gallery[class*="gallery-columns"] {
		margin-top: -1.7rem;
		margin-left: -0.875rem;
		margin-right: -0.875rem;
		display: flex;
		flex-flow: row wrap;
		margin-bottom: 1.75rem;
	}
	.gallery.gallery-columns-2 .gallery-item {
	  width: 50%;
	}
	.gallery.gallery-columns-3 .gallery-item {
	  width: 33.3333333%;
	}
	.gallery.gallery-columns-4 .gallery-item {
	  width: 25%;
	}
	.gallery.gallery-columns-5 .gallery-item {
	  width: 20%;
	}
	.gallery.gallery-columns-6 .gallery-item {
	  width: 16.6666%;
	}


.elementor-custom-embed-image-overlay .elementor-custom-embed-play:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 88px;
    height: 88px;
    margin: -44px 0 0 -44px;
    background: url(//depozitdecarne.ro/wp-content/themes/steakbreak/images/play-btn.png) no-repeat;
	z-index: 1;
}

.elementor-custom-embed-image-overlay .elementor-custom-embed-play i{
	display:none;
}
.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay:after{
	content: '';
    background: rgba(4,10,28,0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.elementor-widget-steakbreak_team .mad-team-member-info .mad-team-info:not(:last-child) {
    margin-bottom: 1.5rem;
}

.steakbreak-contact-info.mad-map-section.map-type1 .mad-our-info p {
	margin-bottom: 0;
}

.steakbreak-contact-info.mad-map-section.map-type1 .row.vr-size-3 {
    margin-bottom: 0;
}

.steakbreak-contact-info.mad-map-section.map-type1 > [class*="col"] {
    padding-bottom: 4.5rem;
}

.steakbreak-contact-info.mad-map-section.map-type1 .mad-tt-element {
	position: relative;
}
.wpcf7-form .btn{
	margin: 0 auto;	
	display: flex;
}
.wpcf7-form-control.wpcf7-submit{
	color:#fff;
	background:transparent;
	font-size: 1.5rem;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    position: relative;
	transition: all .5s ease;
	cursor: pointer;
	margin: 0 auto;
	display: block;
	letter-spacing: 0.3px;
    font-weight: normal;
	text-align: center;
    line-height: 1rem;
	overflow: hidden;
    z-index: 1;
}

div.wpcf7 .ajax-loader {
    position: absolute;
}
.form-align-center .wpcf7-form-control.wpcf7-submit{
	margin: 0 auto;
    display: block;
}

.wpcf7 input {
    margin-bottom: .5rem;
}
.wpcf7 textarea {
    margin-bottom: 1.5rem;
    max-height: 204px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    background: #faebeb;
	color: #ca3c3f;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0 1em;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    text-align: initial;
    border: none;
	color: #1f5a7d;
    background: #e5f1f8;
}

body .tnp-subscription-minimal .btn:before {
	position: absolute;
    font-family: 'Material Icons';
    content: 'mail_outline';
    font-size: 1.5rem;
    top: 0;
    right: 0;
    line-height: 3.5rem;
    color: #fff;
    word-wrap: normal;
    direction: ltr;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    z-index: 0;
}
body .tnp-subscription-minimal input.tnp-submit {
    height: 3.5rem!important;
    cursor: pointer;
    width: 3.5rem!important;
    font-size: 0;
    white-space: nowrap;
    z-index: 1;
    background: transparent;
	color: #fff;
	vertical-align: middle;
	margin-top: 0;
	position: relative;
}
.tnp-subscription-minimal form {
    position: relative;
}


.steakbreak-countdown-section {
    text-align: center;
}
.mad-coming-soon .mad-footer {
		background-size: cover !important;
		padding-bottom: 135px;
		background-position: bottom -100px center;
	}

	.mad-coming-soon .mad-footer .mad-footer-main {
		padding-top: 2rem;
	}

.mad-specs.mad-grid--isotope.type2 .mad-spec-item figure {
    display: none;
}

.elementor-widget-steakbreak_reservation_form .steakbreak-description p{
margin-bottom: 1.5rem;
}

.elementor-widget-our_specialties .mad-specs.style-2.type3 .mad-spec-item > figure:not(:last-child) {
    margin-bottom: 1.5rem;
    min-width: 100%;
}
.elementor-widget-our_specialties .steakbreak-specialties .mad-title-wrap:not(:last-child) {
    margin-bottom: 3rem;
}
.eael-filterable-gallery-loadmore .eael-gallery-load-more {
    margin-top: 50px;
    border-radius: 10px;
    padding: 1rem 2rem 1rem;
    font-size: 1.25rem;
	line-height: 1rem;
    font-weight: normal;
}
.eael-filterable-gallery-loadmore .eael-gallery-load-more span{
	display:inline-block;
}

	.steakbreak-gallery .gallery-item a {
		display: block;
		overflow: hidden;
		position: relative;
		cursor: url(//depozitdecarne.ro/wp-content/themes/steakbreak/images/crosshair.png), crosshair;
		z-index: 1;
	}
	.steakbreak-gallery .gallery-item a img {
    width: 100%;
    transition: all .5s ease;
	}
	.steakbreak-gallery .gallery-item a:hover img {
    transform: scale(1.1);
	}
	.steakbreak-gallery .gallery-item a:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0,33,50,0.6);
		opacity: 0;
		visibility: hidden;
		transition: all .5s ease;
	}
	.steakbreak-gallery .gallery-item a:hover:after {
		opacity: 1;
		visibility: visible;
	}
	
	.eael-filterable-gallery-item-wrap .eael-gallery-grid-item a .gallery-item-thumbnail-wrap>img {
		transition: all .5s ease;
	}
	.eael-filterable-gallery-item-wrap .eael-gallery-grid-item a:hover .gallery-item-thumbnail-wrap>img {
		transform: scale(1.1);
	}
	.eael-filterable-gallery-item-wrap .eael-gallery-grid-item a{
	display: block;
    overflow: hidden;
    position: relative;
    cursor: url(//depozitdecarne.ro/wp-content/themes/steakbreak/images/crosshair.png), crosshair;
    z-index: 1;
	}
	

body table.booked-calendar tr.days th {
    padding: 1rem 0 !important;
    border-width: 1px;
    border-style: solid;
    font-size: 1rem;
    letter-spacing: 0.03rem;
	text-transform: uppercase;
	color: #040a1c !important;
}

body table.booked-calendar td.prev-date .date, body table.booked-calendar td.prev-date:hover .date, body table.booked-calendar td.prev-date:hover .date span {
    background: #fff !important;
    color: #595758 !important;
}
body table.booked-calendar td {
    font-size: 20px;
}
body table.booked-calendar td {
    border-right: 1px solid #e9dfcd;
}
body table.booked-calendar {
    border-bottom: 2px solid #e9dfcd !important;
}
body table.booked-calendar td:first-child {
    border-left: 0;
}
body table.booked-calendar td:last-child {
    border-right: 0;
}
body table.booked-calendar td{
	border-top:none;
}
body table.booked-calendar td.next-month .date, body table.booked-calendar td.prev-month .date {
    background: #f7f2ee !important;
	color: #595758 !important;
}
body table.booked-calendar td.next-month .date span, body table.booked-calendar td.prev-month .date span {
    color: #595758 !important;
}

body table.booked-calendar td.today .date span {
    border: 2px solid #ca3c3f;
    color: #fff !important;
	background: #ca3c3f;
}
body table.booked-calendar td.today.prev-date .date span {
    color: #fff !important;
}
body table.booked-calendar td .date .number {
    width: 56px;
    height: 56px;
}

body.w-header-type-4 .mad-breadcrumb{
    min-height: 100%;
    padding: 1rem 0 0.9375rem !important;
    border-bottom: 1px solid #dddee0;
	background:transparent !important;
}
body.w-header-type-4 #mad-header{
	position: relative;
	background: #1c181a;
}
body.w-header-type-4 .mad-breadcrumb.with-bg:after{
	background:transparent;
}
body.w-header-type-4 .mad-breadcrumb a{
	color: #bf3030;
}
body.w-header-type-4 .mad-breadcrumb .mad-breadcrumb-path {
    color: #7a7879;
}

.single .single-entry-holder time .mad-link{
	color: #ca3c3f;
}

.mad-social-icons.size-2 ul li a {
    font-size: 1.5rem;
}

.comment .fn {
    margin-bottom: 0;
}
.mad-entities.single-entity .comment time {
    font-size: 1rem;
    line-height: 1rem;
}
.mad-entities.single-entity .comment-meta {
    margin-bottom: 6px;
}
.comment-meta .comment-info-link .comment-reply-link i{
	line-height: inherit;
}
.comment-meta .comment-info-link .comment-reply-link{
	color: #ca3c3f;
	font-style: normal;
    font-family: 'Arvo', serif;
    font-weight: 500;
	letter-spacing: normal;
}
 .comment-body .comment-author-avatar.gravatar img{
	border-radius: 50%;
}
.comment h6.fn.comment-author a{
	color: #262123;
}
.comment-respond .form-submit .btn{
	line-height: 1rem;
	display: inline-flex;
	height: auto;
	cursor: pointer;
}
.comments-area #respond.comment-respond:not(:last-child) {
    margin-bottom: 9rem;
}
.single-post .w-no-sidebar .mad-entity .single.content-element-5 {
    text-align: center;
}

.mad-entity .mad-entity-media .post-thumbnail-link img {
    width: auto;
}
.single-post .mad-entity-media img {
    width: 100%;
    height: auto;
}
.mad-pagination .material-icons {
    line-height: inherit;
}

.mad-widget .mad-entity .time {
    font-size: 1rem;
    line-height: 1rem;
    color: #d98f4e;
    display: block;
}
.mad-widget .mad-entity .time:not(:last-child) {
    margin-bottom: 8px;
    display: block;
}
.widget_popular_posts .mad-entity .mad-entity-title {
    font-weight: 500;
}
.mad-contact-form.mad-search .material-icons {
    line-height: inherit;
}


.mad-widget figure img {
    height: auto;
}

.widget_media_gallery .gallery-item {
    position: relative;
    padding: 0.5rem 0.25rem 0 !important;
}
.widget_media_gallery .gallery{
	margin: -0.5rem -0.25rem 0 !important;
	margin-bottom: 1.5rem !important;
}

.widget_instagram-feed-widget #sb_instagram .sbi_follow_btn a {
    border-bottom: 1px solid transparent;
    border-radius: 0;
	padding: 0;
    padding-top: 10px;
	font-size: 1.25rem;
    line-height: 2rem;
	background:transparent;
	font-weight: bold;
}
.widget_instagram-feed-widget #sb_instagram #sbi_load .sbi_follow_btn {
    margin-left: 5px;
}
.widget_instagram-feed-widget #sb_instagram .sbi_photo:hover:before {
    opacity: 1;
    visibility: visible;
}
.widget_instagram-feed-widget #sb_instagram .sbi_photo:before {
    content: "\f16d";
    font-family: Font Awesome\ 5 Brands;
    font-size: 2rem;
	border-radius: 1rem;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(38,33,35,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}
.widget_instagram-feed-widget #sb_instagram .sbi_photo {
    border-radius: 1rem;
    overflow: hidden;
}

.mad-widget #sb_instagram #sbi_load {
    float: left;
    clear: both;
    width: auto;
    text-align: left;
}
.mad-widget #sb_instagram {
    padding-bottom: 0 !important;
}

.mad-widget  #sb_instagram .sbi_follow_btn svg {
    display: none !important;
}

.mad-widget  #sb_instagram #sbi_images{
    margin: -5px;
}

.mad-sidebar .mad-widget.widget_newsletterwidget {
    font-size: 1rem;
    line-height: 1.5rem;
}
.mad-sidebar .mad-widget.widget_newsletterwidget .tnp-widget{
	margin-top: 1.5rem;
}

.mad-sidebar .mad-widget.widget_newsletterwidget .tnp-widget input {
    line-height: 3rem;
    height: 3rem;
    font-size: 1rem;
}
.mad-sidebar .mad-widget.widget_newsletterwidget .tnp-widget input[type=submit] {
    font-size: 1.125rem;
    padding: 0.875rem 2rem 0.875rem;
	line-height: 1;
}

.mad-likes a.post_like:before {
    width: 240px;
    height: 40px;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    display: block;
    z-index: 100;
}

.portfolio-single .mad-tag-list .btn-set {
    margin-top: 2.0rem;
    position: relative;
}

.w-type-4.sticky-header [class*='mad-header-section--sticky'].mad-header-section--sticked {
    background: #282f40;
}



/* Events calendar */
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__list-item {
    width: auto;
}

#tribe-events, #tribe-events-pg-template, .tribe-events-pg-template {
    padding: 0;
}
.single-tribe_events .form-submit {
	margin-top: 2rem;
	display: block;
}
#tribe-events-pg-template, .tribe-events-pg-template {
    margin: 0 auto;
    max-width: max-content;
}
.single-tribe_events .tribe-events-cal-links {
    margin-bottom: 3rem;
}

.single-tribe_events .tribe-events-cal-links a {
	margin-right:5px;
}

.single-tribe_events dd.tribe-event-tags {
    margin-bottom: 0;
	margin-top: 0;
	padding-top: 0;
}
.single-tribe_events .tribe-events-event-meta dt {
	padding-top: 0;
	font-weight: normal;
	color: #595758;
    padding-right: 0.5rem;
	line-height: 1.5rem;
}
.tribe-events-event-meta dd, .tribe-events-event-meta dt {
    margin: 0;
    padding: 0;
}
.single-tribe_events .tribe-events-venue-map {
    border-radius: 1rem;
    float: right;
    margin: 20px 0 2% 0;
    padding: 0;
}
.tribe-events-event-meta dt {
    line-height: 1.5rem;
}
.tribe-events-event-meta:before, .tribe-events-event-meta~div:not(.tribe-events-event-meta):not(.event-tickets) {
    border-top: none;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button {
    height: 100%;
    padding: 0 1.25rem;
    width: 140px;
    margin-left: 12px;
	display: block!important;
    visibility: visible!important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button-text {
    color: #262123;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 400;
}
.tribe-events .tribe-events-c-view-selector__button {
    text-align: left;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input {
    padding: 0 20px 0 3.75rem;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button:after {
    background-image: none;
    content: "keyboard_arrow_down";
    font-family: 'Material Icons';
    font-size: 2rem;
    line-height: 4rem;
    position: absolute;
    color: #7a7879;
    top: 0;
    right: 1rem;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__content {
    left: auto;
    padding: 10px;
    right: -2px;
    min-width: 160px;
    box-shadow: none;
    border: 2px solid #f2e4df;
    border-radius: 0;
	opacity: 0;
	position: absolute;
	height: auto;
	width: 200px;
	-webkit-transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-property: -webkit-transform, opacity, visibility;
    transition-property: transform, opacity, visibility;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__button--active + .tribe-events-c-view-selector__content {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__content {
    transform: translateY(0);
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list {
    display: block;
    height: 100%;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item {
    margin: 0;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__list-item-link {
    padding: 1rem 1.25rem;
	color: #7a7879;
    line-height: 1.5rem;
}
.tribe-events .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link {
    background-color: transparent;
}
.tribe-events .tribe-events-c-view-selector__list-item-link:focus .tribe-events-c-view-selector__list-item-text, .tribe-events .tribe-events-c-view-selector__list-item-link:hover .tribe-events-c-view-selector__list-item-text {
    color: #bf3030;
}
.tribe-common-c-btn.tribe-events-c-search__button.btn{
	padding: 1rem 2rem 1rem;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-control {
    flex: auto;
    margin: 16px 0;
}

.tribe-events .tribe-events-c-search__input-control--keyword:before {
	position: absolute;
    top: 3px;
    left: 22px;
    line-height: 64px;
    color: #d98f4e;
    font-size: 2rem;
	font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
	content:'search';
}
.tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input {
    background-image: none;
	border: none;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border {
    border: 2px solid #f2e4df;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link:after {
    display: none;
}
.tribe-events .tribe-events-c-view-selector__button--active:before {
    display: none;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav-link:before {
    display: none;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
    display: none;
}
.tribe-events-c-top-bar__datepicker-button > i {
    margin-left: 0.5rem;
    font-size: 2rem;
    color: #7a7879;
}

.tribe-events-c-top-bar__datepicker-container .datepicker-days{
	position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid #f2e4df;
}

/* .tribe-events .tribe-events-calendar-month__day.tribe-events-calendar-month__day--current:after{ */
	/* content: ''; */
    /* position: absolute; */
    /* background: #bf3030; */
    /* border-radius: 50%; */
    /* width: 3rem; */
    /* height: 3rem; */
    /* top: 50%; */
    /* left: 50%; */
    /* margin-top: -1.5rem; */
    /* margin-left: -1.5rem; */
    /* line-height: 2rem; */
    /* z-index: -1;	 */
/* }	 */

.tribe-common--breakpoint-full.tribe-events .tribe-events-c-top-bar__datepicker-desktop {
    color: #262123;
    font-weight: 500;
    font-size: 2.25rem;
	line-height: 1;
	font-family: "Arvo", serif;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__datepicker-button:after {
    height: 12px;
    width: 16px;
    margin-left: 1rem;
	margin-top: 5px;
}

.tribe-events .tribe-events-c-top-bar__datepicker-mobile {
    color: #262123;
    font-weight: 500;
    font-size: 2.0rem;
    line-height: 1;
    font-family: "Arvo", serif;
}

.tribe-events .tribe-events-calendar-month__day-cell--mobile {
    padding-top: 1rem;
}

.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover, .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover, .tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused, .tribe-events .datepicker .year.active:focus, .tribe-events .datepicker .year.active:hover {
    color: #fff;
    text-shadow: none;
}
.tribe-events .datepicker .month, .tribe-events .datepicker .year {
    color: #595758;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 400;
}

.tribe-events-view--month .tribe-events-c-top-bar__datepicker-container .datepicker-months{
	border-radius: 20px;
    overflow: hidden;
    border: 2px solid #f2e4df;
}

.tribe-events .datepicker table thead{
color: #fff;
font-family: 'Arvo', serif;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 500;
    font-style: normal;
background: #554c4b;
}
.tribe-events .datepicker .datepicker-switch {
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 500;
    font-style: normal;
	font-family: inherit;
}
.tribe-events .datepicker {
    background-color: #fff;
   border: none;
    border-radius: 0px;
    box-shadow: none;
	color: #595758;
    font-size: 1rem;
    line-height: 3rem;
}
.tribe-events .datepicker .datepicker-switch:active {
    color: rgba(255, 255, 255, 1);
}
.tribe-events .datepicker .datepicker-switch:focus, .tribe-events .datepicker .datepicker-switch:hover {
    color: rgba(255, 255, 255, 1);
}

.tribe-events .datepicker .next, .tribe-events .datepicker .prev {
    font-size: 0;
}
.tribe-events .datepicker .next:before, .tribe-events .datepicker .prev:before {
    color: #fff;
    font-size: 24px;
	line-height: inherit;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
	vertical-align: middle;
}
.tribe-events .datepicker .next:before{
	content: 'keyboard_arrow_right';
}
.tribe-events .datepicker .prev:before {
	content: 'keyboard_arrow_left';
}


.tribe-events .datepicker table tr:hover {
   background-color: transparent;
}

.tribe-events .datepicker .prev, .tribe-events .datepicker .next, .tribe-events .datepicker .datepicker-switch, .tribe-events .datepicker .datepicker-switch:active, .tribe-events .datepicker .datepicker-switch:focus, .tribe-events .datepicker .datepicker-switch:hover, .tribe-events .datepicker .next:active, .tribe-events .datepicker .next:focus, .tribe-events .datepicker .next:hover, .tribe-events .datepicker .prev:active, .tribe-events .datepicker .prev:focus, .tribe-events .datepicker .prev:hover {
    background-color: transparent;
}
.datepicker td, .datepicker th {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.tribe-events .datepicker {
    padding: 0;
}
.tribe-events .datepicker .datepicker-months .datepicker-switch, .tribe-events .datepicker .datepicker-months .next, .tribe-events .datepicker .datepicker-months .prev, .tribe-events .datepicker .datepicker-years .datepicker-switch, .tribe-events .datepicker .datepicker-years .next, .tribe-events .datepicker .datepicker-years .prev {
    padding: 1.25rem 0 1.25rem;
}

.tribe-events .datepicker .datepicker-months .next, .tribe-events .datepicker .datepicker-months .prev{
	padding: 1.25rem;
	color: #fff;
}
.tribe-events .datepicker .day, .tribe-events .datepicker .month, .tribe-events .datepicker .year {
    border-radius: 0;
}
.tribe-events .datepicker .datepicker-switch, .tribe-events .datepicker .next, .tribe-events .datepicker .prev {
    padding: 1.25rem;
}

.tribe-events .datepicker .datepicker-days tbody{
	box-shadow: none;
}
.tribe-events .datepicker .datepicker-days thead tr th.dow {
	font-weight: 400;
    color: #262123;
	font-family: 'Gentium Basic', serif;
    text-transform: uppercase;
    font-size: 1.125rem;
    line-height: 3rem;
    background-color: #f2e4df;
    font-style: normal;
}
.tribe-events .datepicker .day, .tribe-events .datepicker .dow {
    color: #595758;
    font-weight: 400;
}
.tribe-events .datepicker .past {
    color: #b2b2b3 !important;
}
.tribe-events .tribe-events-calendar-list__month-separator:after {
    display: none;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
    color: #b5945b;
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 1;
    font-style: italic;
    margin-bottom: 0;
}
a.tribe-events-calendar-list__event-title-link.tribe-common-anchor-thin{
    color: #040a1c;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
    padding-top: 2rem;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-bottom: 0;
	padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    min-height: 700px;
	max-width: 1440px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list-nav {
    padding-top: 3.5rem;
}
.tribe-events .tribe-events-calendar-day__type-separator, 
.tribe-events .tribe-events-calendar-list__month-separator 
{
    margin-top: 0;
    margin-bottom: 2rem;
	font-family: 'Arvo', serif;
    font-weight: 500;
	font-size: 1.5rem;
    line-height: 2rem;
	color: #262123;
    letter-spacing: -0.5px;
}
.tribe-events .tribe-events-calendar-list-nav {
    border-top: none;
}
.tribe-events button.tribe-events-c-nav__next > span, .tribe-events button.tribe-events-c-nav__prev > span{
	vertical-align: middle;
}
.tribe-events .tribe-events-c-ical {
    margin-top: 0;
    text-align: center;
}
.single-tribe_events .tribe-events-cal-links a:hover{
	padding: 1rem 2rem 1rem;
	font-family: 'Gentium Basic', serif;
    font-size: 1.25rem;
	color: #fff;
	background: #7a7879;
}
.single-tribe_events .tribe-events-event-image{
	border-radius: 1rem;
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.single-tribe_events .tribe-events-cal-links a{
	padding: 1rem 2rem 1rem;
	font-family: 'Gentium Basic', serif;
    font-size: 1.25rem;
	color: #fff;
	background: #7a7879;
}
.single-tribe_events .mad-share-wrap .mad-social-icons ul li a {
    font-size: 1.25rem;
}
.single-tribe_events #tribe-events-content {
    margin-bottom: 0;
}
.tribe-events .tribe-events-c-nav__next:disabled, .tribe-events .tribe-events-c-nav__prev:disabled {
	opacity: 0.5;
}
.tribe-events .tribe-events-calendar-day__event {
    flex-wrap: nowrap;
}
.tribe-events .tribe-events-c-ical__link i{
	margin-right:0.5rem;
}
.tribe-events  [class*="btn"] > i {
    max-height: max-content;
}
.tribe-events .tribe-events-c-ical__link {
    padding: 1rem 2rem 1rem;
	font-size: 1.25rem;
}
.mad-event-btns a.disabled {
	opacity:0.5;
}
.mad-event-btns a:not(.btn) {
    color: #bf3030;
    font-weight: bold;
    font-size: 1.25rem;
}
.mad-event-btns a:not(.btn) .svg:first-child {
    margin-right: 1rem;
}
.mad-event-btns  a:not(.btn) .svg:last-child {
    margin-left: 1rem;
}
.mad-event-btns  a:not(.btn) .svg .cls-1 {
    stroke: #bf3030;
}
.tribe-events .tribe-events-c-nav__prev-label-plural{
	padding-left:4px;
}
.tribe-events .tribe-events-c-nav__next-label-plural{
	padding-left:4px;
}


.tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input, .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus {
    background-image: none;
}
.tribe-events .tribe-events-calendar-day__time-separator:after, .tribe-events .tribe-events-calendar-day__type-separator:after {
   display:none;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event:before {
    min-width: 0;
    width: 0;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-events-calendar-day__event.tribe-common-g-row--gutters>.tribe-common-g-col {
    padding-left: 0;
    padding-right: 0;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-content {
    flex: 1 1 100%;
    margin-left: 0;
    margin-right: 0;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-content>* {
    padding-left: 0;
    padding-right: 0;
}
.tribe-events-calendar-list__event-datetime,
.tribe-events-calendar-day__event-datetime
{
	color: #d98f4e;
	line-height: 1rem;
	font-size: 1.125rem;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-details {
    padding: 2rem;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-content {
    justify-content: space-between;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-title a{
	color: #040a1c;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-datetime-wrapper,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-datetime-wrapper
{
	margin-bottom: 0;
}
.tribe-common .tribe-common-c-svgicon {
    color: #040a1c;
    vertical-align: top;
}
.tribe-events .tribe-events-c-events-bar__search-button--active:before {
    display: none;
}
.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-title {
    font-family: 'Arvo', serif;
    font-weight: 500;
    color: #262123;
	font-size: 1.5rem;
}
.tribe-events .tribe-events-c-view-selector__content {
    border: 2px solid #f2e4df;
    border-radius: 0.5rem;
    box-shadow: none;
}
.tribe-events .tribe-events-calendar-day__event-datetime-wrapper, .tribe-events .tribe-events-calendar-day__event-title {
    font-size: 1rem;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-description{
	margin-bottom: 1.5rem;
    font-size: 1.125rem;
    line-height: 2rem;
    font-style: normal;
}

.single-tribe_events .mad-contact-form p.comment-form-cookies-consent {
    margin-bottom: 0.5rem;
}

.tribe-events .tribe-events-calendar-day-nav {
    padding-top: 0;
	border-top:none;
}
.tribe-events .tribe-events-c-nav__next i{
	margin-left: 0.5rem !important;
	line-height: 2.7rem;
}
.tribe-events .tribe-events-c-nav__prev i{
	margin-right: 0.5rem !important;
	line-height: 2.7rem;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__body{
	margin-bottom: 0;
	border:none;
}
.tribe-common .tribe-events-calendar-month header{
	background-color: #f2e4df;
	border-radius: 1rem 1rem 0 0;
}
.tribe-events-view--month .mad-event-btns{
	margin-top: 3.5rem;
}
.tribe-events .tribe-events-calendar-month {
    position: relative;
    border-radius: 20px;
	border: 2px solid #f2e4df;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day-date {
    padding: 1.5rem;
	font-size: 1.5rem;
    color: #b8b7b7;
	line-height: 1rem;
    vertical-align: top;
	font-family: 'Gentium Basic', serif;
	letter-spacing: 0;
	font-weight: 400;
}
.tribe-events .tribe-events-calendar-month__header-column {
    text-transform: uppercase;
	padding: 1rem 1.5rem;
	line-height: 1rem;
    vertical-align: top;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day {
    border-color: #f2e4df;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day {
    min-height: 145px;
}
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link:before {
	width: 3rem;
    height: 3rem;
    margin-top: -1.5rem;
    margin-left: -1.5rem;
	content: '';
    position: absolute;
    background: #ca3c3f;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    line-height: 2rem;
    z-index: -1;
}
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
    color: #fff;
    font-weight: 600;
	position: relative;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__multiday-event-wrapper {
    height: 36px;
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
    background-color: #fbf8f7;
	height: 36px;	
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar-title{
	font-family: 'Arvo', serif;
	font-size: 1rem;
    line-height: 1.25rem;
	font-weight: 500;
    color: #262123;
}
.tribe-events .tribe-events-calendar-month__multiday-event--start .tribe-events-calendar-month__multiday-event-bar {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
    padding: 1px 24px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-cost {
    color: #00517f;
}
.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__calendar-event-datetime {
    font-size: 0.875rem;
    line-height: 1rem;
    color: #d98f4e;
    opacity: 1;
	margin-bottom: 8px;
}
.tribe-common  .tribe-events-calendar-month__calendar-event-title.tribe-common-h8 a,
.tribe-common  .tribe-events-calendar-month__calendar-event-title.tribe-common-h8 a:hover
{
	 color: #262123;
}
.tribe-common  .tribe-events-calendar-month__calendar-event-title.tribe-common-h8 {
    font-family: 'Arvo', serif;
	font-size: 1rem;
    line-height: 1.25rem;
	font-weight: 500;
    color: #262123;  
}
.tribe-events .tribe-events-calendar-month__calendar-event-datetime {
    font-family: 'Lato', sans-serif;
}
.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__calendar-event {
    opacity: 1;
}
.tribe-events .tribe-events-calendar-month__calendar-event {
    padding-left: 1.5rem;
}
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime {
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: normal;
	margin-bottom: 0.25rem;
	color: #d98f4e;
}
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title.tribe-common-h7 {
    margin-bottom: 0.5rem;
    font-family: 'Arvo', serif;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-style: normal;
    font-weight: 500;
	letter-spacing: 0;
}

.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date {
    opacity: .6;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-cost {
    margin-top: 8px;
    color: #595758;
	line-height: 1rem;
    font-size: 14px;
}
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-description.tribe-common-b3 {
    color: #595758;
    line-height: 1rem;
    font-size: 14px;
}
.tribe-common .tribe-common-anchor-thin:active, .tribe-common .tribe-common-anchor-thin:focus, .tribe-common .tribe-common-anchor-thin:hover {
    border-color: #040a1c;
}

.tooltipster-base.tribe-events-tooltip-theme:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    -webkit-mask: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/bg_line.svg) no-repeat;
    mask: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/bg_line.svg) no-repeat;
    background-color: #fff;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    z-index: 1;
}
.tooltipster-base.tribe-events-tooltip-theme:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #bf3030;
}

.tooltipster-base.tribe-events-tooltip-theme {
	font-family: 'Gentium Basic', serif;
    background-color: #fff;
    border: none;
    border-radius: 0;
	width: 280px;
   -webkit-box-shadow: 0px 0px 24px 0px rgb(0 18 29 / 17%);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 18, 29, 0.17);
    box-shadow: 0px 0px 24px 0px rgb(0 18 29 / 17%);
	padding: 1.5rem;
	border-radius: 1rem;
    overflow: hidden;
}
.tooltipster-sidetip .tooltipster-box {
    background: transparent;
    border: none;
    border-radius: 0;
}
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper {
    margin-bottom: 1rem;
    width: 100%;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__list-item-link {
    padding: 6px 10px 6px 10px;
}
.tribe-events-calendar-latest-past__event-featured-image-wrapper{
	margin-bottom:1.5rem;
}
h2.tribe-events-calendar-latest-past__heading{
	margin-bottom: 0;
}
.tribe-events-calendar-latest-past__event-date-tag{
	margin-bottom:2.5rem;
	font-style: italic;
    font-size: 1rem;
    line-height: 1rem;
    color: #57a2cc;
}
.tribe-events .datepicker .datepicker-days .day.active{
	color: #fff;
    background: transparent;
    text-shadow: none;
	position: relative;
}
.tribe-events .datepicker table tr td:not(:last-child) {
    border-right: 1px solid #f2e4df;
}
.tribe-events .datepicker .datepicker-days .day.active:before {
    content: '';
    position: absolute;
    background: #ca3c3f;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    top: 50%;
    left: 50%;
    margin-top: -1rem;
    margin-left: -1rem;
    line-height: 2rem;
    z-index: -1;
}
.tribe-events .datepicker .day {
    width: 40px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__content {
    transform: translateY(0);
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__content {
	left: auto;
    padding: 10px;
    right: -2px;
    min-width: 160px;
	box-shadow: none;
	border: 2px solid #f2e4df;
    border-radius: 1rem;;
}
.tribe-events .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link {
    background-color: transparent;
}
.tribe-events .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link span{
	color: #bf3030;
}
.tribe-events-calendar-list__event-description p{
    margin-bottom: 1.0rem;
}
.tribe-events .tribe-events-c-events-bar {
    background-color: #f8f8f8;
}
.tribe-events-calendar-list__event  .tribe-events-event-image{
    padding: 0;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row:last-child {
    margin-bottom: 3.5rem;
}
.tribe-events-calendar-day__event-content  .tribe-events-event-image{
    padding: 10px 0;
}
.tribe-events .datepicker .day.focused, .tribe-events .datepicker .day:focus, .tribe-events .datepicker .day:hover, .tribe-events .datepicker .month.focused, .tribe-events .datepicker .month:focus, .tribe-events .datepicker .month:hover, .tribe-events .datepicker .year.focused, .tribe-events .datepicker .year:focus, .tribe-events .datepicker .year:hover {
    background: transparent;
}
.tribe-events .tribe-events-c-top-bar__datepicker-container {
    width: 352px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__datepicker-container {
    min-width: 352px;
}
.tribe-events .datepicker .month.active, 
.tribe-events .datepicker .month.active.focused{
	background: #ca3c3f;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:hover:after {
    background-color: #ca3c3f;
}
.tribe-events .tribe-events-calendar-month__day-date-link, 
.tribe-events .tribe-events-calendar-month__day-date-link:hover 
{
    color: #595758;
}
.tribe-events-view--month  .datepicker .datepicker-months tbody {
    box-shadow: none;
}
.single-tribe_events .mad-breadcrumb {
	min-height: 180px;
	padding: 1rem 0 0.9375rem !important;
	border-bottom: 1px solid #dddee0;
	color: #7a7879;
	background-color: transparent !important;
}
.single-tribe_events .mad-header.mad-header--transparent {
	background: #282f40;
	padding-bottom: 28px;
}
.single-tribe_events .mad-header-section {
   padding-bottom: 2rem;
}
.single-tribe_events .mad-breadcrumb.with-bg:after {
	background: #ffffff;
}
.single-tribe_events .mad-breadcrumb .mad-breadcrumb-path a {
	color: #282f40;
}
.single-tribe_events .mad-breadcrumb .mad-page-title {
display: none;
}
.single-tribe_events .mad-breadcrumb-path:not(:last-child) {
	margin-bottom: 0;
}
.single-tribe_events #mad-header .container {
	max-width: 100%;
}
.single-tribe_events .mad-breadcrumb .mad-breadcrumb-path {
    color: #7a7879;
}

.single-tribe_events .tribe-events-single .tribe-events-back .mad-text-link, 
.single-tribe_events .tribe-events-single .tribe-events-back .mad-text-link i
{
    color: #ca3c3f;
}
.single-tribe_events .tribe-events-single .tribe-events-back .mad-text-link i{
	vertical-align: middle;
}
 .tribe-events-single .tribe-events-schedule b{
    font-weight: normal;
}
.single-tribe_events .tribe-events-schedule span{
	padding-right: 0.4rem;
}
.single-tribe_events .tribe-events-schedule {
    align-items: center;
    justify-content: center;
}
.single-tribe_events .tribe-events-schedule .tribe-events-cost {
    color: #d98f4e;
    font-family: Gentium Basic;
    font-weight: 700;
	font-size: 18px;
}
.single-tribe_events .tribe-events-single-event-title {
    font-size: 3.75rem;
    line-height: 4.5rem;
	font-weight: bold;
    font-family: 'Arvo', serif;
	color: #262123;
}
.single-tribe_events .tribe-events-content p {
    font-size: 1.25rem;
    line-height: 2rem;
	margin-bottom: 0;
	color: #595758;
	font-family: 'Gentium Basic', serif;
}
.single-tribe_events .tribe-events-event-meta {
    color: #595758;
    font-family: 'Gentium Basic', serif;
    font-size: 1.25rem;
    line-height: 1.5rem;
}

.tribe-events-notices {
	position: relative;
    background: #e5f1f8;
    border-radius: 1rem;
    border: none;
    color: #1f5a7d;
    margin: 2.5rem 0 2.5rem;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 4.5rem;
    padding-right: 3.75rem;
    text-shadow: none;
	font-size: 1.125rem;
    line-height: 1.5rem;
}
.tribe-events-notices::before {
    font-family: 'Material Icons Outlined';
    font-size: 1.5rem;
    line-height: 1;
    position: absolute;
    left: 2rem;
    top: 24px;
	content: "info";
}
.mprm-add-to-cart  i {
    font-size: 1.125rem;
    display: inline-block;
    line-height: inherit;
	max-height: 0;
}

.mprm_menu_item_buy_button .mprm-notice.mprm-notice-success {
    border: none;
	position:absolute;
	margin-bottom: 0;
    padding: 0;
	bottom: 5px;
    right: 60px;
    width: 70px;
}
.mprm_menu_item_buy_button .mprm-notice.mprm-notice-success .mprm-notice-actions{
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.2rem;
}
.mprm_menu_item_buy_button .mprm-notice.mprm-notice-success .mprm-notice-text{
	display:none;
}

.mad-products.mad-product-small .mad-product .mad-product-description:not(:last-child) {
    margin-bottom: 0;
}

.mad-product-description .mad-product-info .mprm-proportion:not(:last-child) {
	border-right:1px solid #a8a7a8;
	padding-right:5px;
	margin-right:5px;
}
.shopping-cart.mad-dropdown-element .mad-widget.widget_mprm_cart_widget.shopping-cart{	
    border-radius: 0;
}
.mad-widget.widget_mprm_cart_widget.shopping-cart{	
    padding: 2rem;
    border-radius: 8px;
    text-align: left;
    overflow: hidden;
    min-width: 21.875rem;
}
.widget_mprm_cart_widget .mprm-cart .mprm-cart-item {
    padding: 0;
}

.widget_mprm_cart_widget .mprm-cart .mprm-remove-from-cart {
    position: absolute;
    right: 0;
    top: 0.25rem;
    font-size: 1.125rem;
    color: #7a7879;
}
.widget_mprm_cart_widget .mprm-cart.mprm-cart-items {
    padding: 0;
}
.widget.mad-widget.mprm_widget .mprm-view-grid .mprm-content-container.mprm-title b{
	font-weight: 600;
}
.widget.mad-widget.mprm_widget .mprm-view-grid .mprm-content-container.mprm-title{
    font-family: 'Gentium Basic', serif;
    font-weight: 600;
    font-size: 24px;
	color: #262123;
    letter-spacing: -0.5px;
}
.widget.mad-widget.mprm_widget .mprm-view-grid .mprm-excerpt.mprm-content-container{
	font-size: 1.125rem;
    line-height: 24px;
}
.widget.mad-widget.mprm_widget .mprm-view-grid .mprm-excerpt.mprm-content-container:not(:last-child) {
    margin-bottom: 2rem;
}
.widget.mad-widget  .mprm-container.mprm-widget-items.mprm-view-grid .mprm-image {
    border-radius: 1rem;
}

.mad-product .mad-calc .mpto-topping-buy-button{
	/* display:none; */
	float: left;
}
.mad-product .mad-calc .btn:not(.with-text) {
    padding: 0;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    margin-left: 0.25rem;
}
.mad-product .mad-calc .mpto-topping-buy-button .btn{
	padding: 0;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    margin-left: 0;
}
.mad-product .mad-calc .mprm-add-topping {
    margin: 0;
}
.mad-product .mad-calc .mpto-topping-buy-button .mprm-cart-toppings-wrapper .mprm-submit.mprm-topping-add-to-cart>span{
	display:none;
}
.mad-product .mad-calc .mpto-topping-buy-button .mprm-cart-toppings-wrapper .mprm-submit.mprm-topping-add-to-cart i{
	margin-right: 0;
}
.mad-product .mad-calc .mpto-topping-buy-button .mprm-cart-toppings-wrapper .mprm-submit.mprm-topping-add-to-cart {
	width: auto;
    padding: 0 1rem;
}


.mad-product .mprm-add-to-cart-label span{
	display:none;
}
.widget.mad-widget.mprm_widget .mprm-add-to-cart-label i{
	display:none;
}

.mprm-container .mprm-content-container.mprm-add-topping{
	margin: 0;
}

.widget.mad-widget.mprm_widget .mprm_menu_item_buy_button .mprm-notice.mprm-notice-success {
    border: none;
    position: initial;
    margin-bottom: 10px;
	width: auto;
	background: #e7f8ec;
    color: #0c7d2b;
	padding: 14px;
}
.widget.mad-widget.mprm_widget .mprm_menu_item_buy_button .mprm-notice.mprm-notice-success .mprm-notice-text {
    display: inline;	
}

.mpto-topping-buy-button .mprm_purchase_form .mprm-section .mprm-cart-toppings-wrapper {
    background: #f2e4df;
    padding: 2rem;
    z-index: 5;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    width: 100%;
    border-radius: 1rem;
    text-align: left;
}

.mprm-item input[type="checkbox"], .mprm-item input[type="radio"] {
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
	-webkit-appearance: auto !important;
}
.widget_mprm_cart_widget .mprm-widget-cart-toppings-list {
    margin-top: 1em;
    padding-left: 0;
}

.widget.mad-widget.mprm_widget .mprm-container .mprm-row {
    padding-bottom: 0;
}
.mprm-container.mprm-widget-categories .mprm-menu-category .mprm-category-content .mprm-link .mprm-title {
    font-size: 1.25rem;
    line-height: 2rem;
	color: inherit;
	letter-spacing: 0;
	font-family: 'Gentium Basic', serif;
	font-weight: 400;
}
.widget.mad-widget.mprm_widget .mprm-container.mprm-widget-categories .mprm-row:not(:last-child) {
    padding-bottom: 1rem;
}
.mprm-container.mprm-widget-categories.mprm-view-list .mprm-menu-category .mprm-category-content .mprm-link{
	color: #ca3c3f;
	border-bottom: 1px solid transparent;
}

.mprm_widget .mprm-widget-items.mprm-view-list .mprm-side.mprm-left-side img {
    height: auto;
    width: 88px;
	border-radius: 8px;
}
.mprm_widget .mprm-widget-items.mprm-view-list  .mprm-five.mprm-columns {
    width: auto;
}
.mprm_widget .mprm-widget-items.mprm-view-list .mprm-title a{
	font-weight: normal;
}
.mprm_widget .mprm-widget-items.mprm-view-list .mprm-title{
	color: #262123;
    border-bottom: 1px solid transparent;
	font-size: 1.125rem;
    line-height: 1.5rem;
	letter-spacing: -0.5px;
	font-family: 'Arvo', serif;
}
.mad-products.mad-product-small .mad-product .mad-product-description {
    padding-right: 1rem;
}
.mprm_widget .mprm-widget-items.mprm-view-list .mprm-ingredients.mprm-content-container{
	font-size: 1rem;
    line-height: 1rem;
    color: #7a7879;
	margin-bottom: 0.5rem;
}
.mprm_widget .mprm-widget-items.mprm-view-list  .mprm-price-container{
	margin: 5px 0 0 0;
	font-family: 'Barlow', sans-serif;
	color: #040a1c;
	font-size: 1rem;
    line-height: 1rem;
    font-weight: 500;
}
.mprm_widget .mprm-widget-items.mprm-view-list .mprm-row:not(:last-child){
	margin-bottom: 1.5rem;
}

.mprm_widget .mprm-widget-items.mprm-view-list .mprm-columns.mprm-right-side {
    margin-left: 1.5rem;
}
.mad-product-single .mad-product-price b,
.mad-product-single .mad-product-price span
{
	font-weight: 600;
	font-size: 1.875rem;
    line-height: 2rem;
	vertical-align: inherit;
}

.mad-product-single .mprm-ingredients.mprm-content-container .mprm-ingredients-delimiter{
	display:none;
}
.mad-product-single .mprm-ingredients.mprm-content-container span{
	display:block;
	margin-bottom: 0.5rem;
}

.mad-product-single .mprm-proportions.mprm-content-container .mprm-proportion{
	display:block;
	margin-bottom: 0.5rem;
}

.mad-product-single .mprm-related-items-list .mad-product-info:not(:last-child) {
	margin-bottom: 1rem;
}
.mad-product-single .mprm-related-items-list .mad-product-info {
    font-size: 0.875rem;
    color: #a8a7a8;
    display: block;
    line-height: 1rem;
}

.mad-product-single .comment-respond .form-submit .btn{
	margin-top: 1.5rem;
}

.mad-product-single .mprm-related-item .mad-product-title {
    font-weight: bold;
}
.mad-products.mad-product-single .mprm-related-items-list .mad-product-calc .mad-product-price{
	position: relative;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 300;
    color: #262123;
    display: block;
	margin-bottom: 0;
}
.mad-products.mad-product-single .mprm-related-items-list .mad-product-calc {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mad-products.mad-product-single .mprm-related-items-list .mprm_menu_item_buy_button form.mprm_purchase_form .mprm-add-to-cart {
    margin-right: 0;
}

#mprm_checkout_wrap .mprm-required small{
	font-size: 1rem;
    line-height: 1.5rem;
}
#mprm_checkout_wrap p.mprm-required{
	color: #7a7879;
	margin-bottom: 1.5rem;
	line-height: 1.5rem;
}
.mprm-required:after {
    content: " *";
    color: #ca3c3f;
	font-size: 0.875rem;
}
#mprm_checkout_cart thead th {
    background: #dedddd;
}
#mprm_checkout_cart th {
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-family: 'Arvo', serif;
    border: none;
    color: #262123;
}
#mprm_checkout_cart td {
    vertical-align: middle;
    color: #040a1c;
    background: #fff;
	font-size: 1rem;
    line-height: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
	padding-right: 2rem;
	padding-left: 2rem;
	border-right:none;
	border-left:none;
}
#mprm_checkout_cart  .mprm_cart_actions .mprm_cart_remove_item_btn{
    font-weight: bold;
    font-size: 1.125rem;
    color: #bf3030;
}
#mprm_checkout_cart  .mprm_cart_actions .mprm_cart_remove_item_btn:before {
    content: 'cancel';
    font-size: 1rem;
    font-family: 'Material Icons Outlined';
    display: inline-block;
    vertical-align: -3px;
    margin-right: 6px;
}

#mprm_checkout_cart td.mprm_cart_item_name .mprm_cart_item_name_wrapper img {
    margin-right: 1.5rem;
    max-width: 88px;
	border-radius: 8px;
}
.mprm_checkout_cart_item_title{
	margin-bottom: 0.5rem;
	font-size: 1.125rem;
	line-height: 1.5rem;
	font-family: 'Arvo', serif;
    font-weight: normal;
	letter-spacing: -0.5px;
}
#mprm_checkout_cart td.mprm_cart_item_name .mprm_cart_item_name_wrapper{
	align-items: flex-start;
}

#mprm_checkout_cart td.mprm_cart_item_name .mad-product-description .mprm_checkout_cart_item_title{
	display: block;
}
#mprm_checkout_cart td.mprm_cart_item_name .mad-product-description {
    font-size: 0.875rem;
    line-height: 1rem;
    color: #040a1c;
}
#mprm_checkout_cart td{
	border-color:#d7e0e5;
}
#mprm_checkout_cart.mprm-table-column-4 td.mprm_cart_quantities input.mprm-item-quantity {
    max-width: 94px;
    min-width: 90px;
	text-align: center;
}
table#mprm_checkout_cart:not(:last-child) {
    margin-bottom: 7.5rem;
}

#mprm_checkout_wrap #mprm_checkout_cart input {
    height: 2.5rem;
    line-height: 2.5rem;
	font-size: 1rem;
}
#mprm_checkout_wrap label.mprm-required, 
#mprm_checkout_wrap label 
{
    color: #595758;
}
#mprm_checkout_wrap p br{
	display:none;
}
#mprm_checkout_form_wrap fieldset {
	border: none;	
}
#mprm_checkout_form_wrap #mprm_purchase_form > fieldset {
    border: none;
    padding: 0 15px !important;
    margin-bottom: 2rem;
	width: 50%;
    float: left;
}
#mprm_checkout_form_wrap  #mprm_purchase_form{
	margin-left: -15px;
    margin-right: -15px;
}
#mprm_checkout_form_wrap #mprm_additional_information_fields{
	padding: 0;
}
#mprm_checkout_form_wrap .mprm-payment-icons{
	display:none;
}
#mprm_checkout_form_wrap #mprm_purchase_submit{
	padding: 0 15px !important;
}
#mprm_checkout_form_wrap #mprm_checkout_user_info{
    padding: 0 15px !important;
    margin-bottom: 2rem;
    width: 50%;
    float: left;
}
#mprm_checkout_form_wrap fieldset#mprm_purchase_submit #mprm_final_total_wrap{
	margin-bottom: 1.5rem !important;
}
.mprm-content.mprm-time-wrapper select:not(:last-child){
	margin-bottom: 2rem !important;
}

#mprm_checkout_form_wrap select {
    cursor: pointer;
	font-family: 'Gentium Basic', serif;
    border-style: solid;
    border-width: 2px;
    border-color: #f2e4df;
    border-radius: 0.875rem;
    width: 100%;
    padding-left: 1.25rem;
    padding-top: 0.3rem;
    padding-right: 1.25rem;
    padding-bottom: 0.3rem;
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #7a7879;
    background: #fff url(//depozitdecarne.ro/wp-content/themes/steakbreak/images/select-arrow1.png);
    background-position: center right;
    background-repeat: no-repeat;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    white-space: nowrap;
	outline: none !important;
}


#mprm_checkout_form_wrap p:not(:last-child){
	margin-bottom: 2rem;
}
.mprm-payment-details-label {
    font-size: 2.25rem;
    line-height: 3rem;
	font-weight: bold;
	color: #262123;
    letter-spacing: -0.5px;
    margin-bottom: 1.5rem;
	font-family: 'Arvo', serif;
}
#mprm_delivery_mode_select-wrapper  br{
	display:none;
}

.mprm-content.mprm-type-delivery.mprm-delivery-mode-wrapper{
	margin-top:2rem;
}

.lwa-form table tr:hover {
    background: transparent;
}

#mprm_payment_mode_select .mprm-gateway-option::before {
    border-radius: 50%;
	content: "";
    border: 2px solid #f2e4df;
    width: 44px;
    height: 44px;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
}
#mprm_payment_mode_select .mprm-gateway-option input{
	display:block;
	position: absolute;
    top: 0;
    left: 0;
}
#mprm_payment_mode_select .mprm-gateway-option input:checked::after {
    content: "";
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #262123;
    left: 16px;
    top: 16px;
	font-size: 1rem;
    line-height: 2rem;
    position: absolute;
	text-align: center;
}
#mprm_payment_mode_select .mprm-gateway-option{
	font-size: 1.25rem;
    line-height: 3rem;
    padding-left: 4.5rem;
	position: relative;
	margin-bottom: 0.8125rem;
}
#mprm_payment_mode_select .mprm-payment-mode-label,
#mprm_purchase_form_wrap .mprm-order-details-label
{
	font-size: 2.25rem;
    line-height: 3rem;
	font-weight: bold;
	color: #262123;
    letter-spacing: -0.5px;
    margin-bottom: 1.5rem;
	font-family: 'Arvo', serif;
    margin-bottom: 1.5rem;
}
#mprm_checkout_wrap label.mprm-label{
	font-size: 1.25rem;
    line-height: 1.5rem;
    color: #595758;
    margin-bottom: .5rem;
}
body #mprm_payment_summary_table table .mprm-checkout-total td:first-child b{
	font-weight: normal;
}
body #mprm_payment_summary_table table .mprm-checkout-total td{
	color: #bf3030;
}
#mprm_payment_summary_table table .mprm-checkout-total td:last-child {
	border-bottom: none;
	font-size: 1.125rem;
}

#mprm_payment_summary_table table.mprm-table {
    border-radius: 20px;
    overflow: hidden;
}

#mprm_payment_summary_table table td:first-child {
	background: #dddee0;
	font-weight: normal;
	border-bottom: none;
	font-size: 1.25rem;
    line-height: 1.5rem;
    font-family: 'Arvo', serif;
	color: #262123;
}
#mprm_payment_summary_table table td {
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #595758;
	padding-right: 2rem;
	padding-left: 2rem;
	border:none;
	font-size: 1.125rem;
    line-height: 1.5rem;
	border-bottom: 1px solid #dedddd;
}

#mprm_checkout_wrap #mprm-purchase-button{
	font-size: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2.375rem;
    padding-right: 2.375rem;
	display: inline-block;
	color: #fff;
    background: #b42727 url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/btn_bg1.svg) no-repeat;
	background-size:cover;
    letter-spacing: 0.3px;
	text-align: center;
    line-height: 1rem;
    font-weight: normal;
	border-radius: 1rem;
	white-space: nowrap;
    z-index: 1;
    position: relative;
    border: none;
	cursor: pointer;
	height: auto;
	transition: all .5s ease;
}
#mprm_checkout_wrap #mprm-purchase-button:hover {
		background: #b42727 url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/btn_bg1.svg) no-repeat;
		color: #fff;
		background-size: cover;
	}
#mprm_checkout_form_wrap fieldset#mprm_purchase_submit #mprm_final_total_wrap {
    background: transparent;
    color: #bf3030;
    padding: 0;
    border: none;
	font-weight: bold;
	font-size: 1.25rem;
    line-height: 2rem;
	margin-top:3rem;
}

.mad-actions .mad-item.mad-dropdown  .mad-count {
    overflow: hidden;
}

.mad-actions .mad-item.mad-dropdown .mad-count {
    position: absolute;
    top: 0;
    right: 0;
    background: #ca3c3f;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    color: #fff;
    font-size: 0.625rem;
    font-weight: bold;
    border-radius: 50%;
    margin-right: -3px;
    margin-top: -5px;
	z-index: 1;
}

body .elementor-widget-steakbreak_side_title{
	position: absolute;
	bottom:0;
}


 /* ----------------------------------------
        Sliders
    ---------------------------------------- */

.rs-parallax-wrap.custom-wave img{
	border-radius: 50%;
	margin-top: 0;
	margin-left: 0;
	overflow:hidden;
}

.tp-bullets.custom.horizontal .tp-bullet {
	width: 145px;
	height: 3px;
	background: #c7c7c8;
}

.tp-bullets.custom.horizontal .tp-bullet,
.tp-bullets.custom.horizontal .tp-bullet:hover {
	background: #c7c7c8;
}

.tp-bullets.custom.horizontal .tp-bullet.selected, 
.tp-bullets.custom.horizontal .tp-bullet.selected:hover {
	background: #ca3c3f;
}

 .slide-status-numbers {
	position: absolute;
	bottom: 72px;
	left: 180px;
	font-size: 0.875rem;
	color: #040a1c;
}
.home-type1-mad-instafeed-items #sb_instagram .sbi_item:first-child .sbi_photo_wrap {
    border-radius: 1rem 0 0 0;
    overflow: hidden;
}
.home-type1-mad-instafeed-items #sb_instagram .sbi_item:last-child .sbi_photo_wrap {
    border-radius: 0 0 1rem 0;
    overflow: hidden;
}
.elementor-widget-steakbreak_home_image_box  .steakbreak-description:not(:last-child){
	margin-bottom: 2.5rem;
}

.elementor-widget-steakbreak_home_instagram #sb_instagram .sbi_photo{
	min-height: 320px;
}

.elementor-widget-steakbreak_home_instagram .home-type1-mad-instafeed-items #sb_instagram.sbi_col_5 #sbi_images .sbi_item:nth-child(6) { 
   margin-left: -7.5rem !important; 
 } 
 
body .row .elementor-widget-steakbreak_home_instagram .mad-offset-right {
    padding-right: 160px;
}

.elementor-widget-steakbreak_home_instagram .newsletter_block{
	position: absolute;
    right: 0;
    bottom: 100px;
}

.elementor-widget-steakbreak_home_instagram #sb_instagram.sbi_col_5 #sbi_images .sbi_item{
	position: relative;
	overflow: visible;
}

.elementor-widget-steakbreak_home_instagram .sbi_item a:before {
    content: "\f16d";
    font-family: Font Awesome\ 5 Brands;
    font-size: 50px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(4,10,28,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}
.elementor-widget-steakbreak_home_instagram .sbi_item  a:hover:before {
    opacity: 1;
    visibility: visible;
}

.elementor-widget-shortcode .sbi_col_5 .sbi_item a:before {
    content: "\f16d";
    font-family: Font Awesome\ 5 Brands;
    font-size: 50px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(4,10,28,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}
.elementor-widget-shortcode .sbi_col_5 .sbi_item  a:hover:before {
    opacity: 1;
    visibility: visible;
}

.elementor-widget-steakbreak_slider_social .mad-section-side-title {
	color: #040a1c;
	left: 3.875rem;
	bottom: 4rem;
	top: auto;
}

.arcticmodal-container .mad-modal--search form button i {
    line-height: 2rem;
}

.mad-logo-slider {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25.25rem;
    z-index: 30;
    transform: translateY(-50%);
}
body.page-template-split-page {
    overflow-x: hidden;
    overflow-y: hidden !important;
}
.page-template-split-page-php [class*="mad-header-section--sticky"].mad-header-section--sticked{
	background: transparent;
	-webkit-box-shadow: none;
    box-shadow: none;
	padding: 3.5rem 4rem 2.5rem;
}

.ms-section.ms-table {
    height: 100%;
}
#myContainer .ms-tableCell ul {	
list-style: none;
}
.ms-tableCell .mad-signa {
    padding-top: 2.5rem;
}

.page-template-side-menu #content.mad-content .left-side-menu {
    position: absolute;
    top: 3.5rem;
    right: 3.5rem;
    z-index: 20;
}

.mad-page-wrapper.with-side-menu .elementor-section-stretched rs-module-wrap {
    max-width: 1585px;
    margin-left: 20rem !important;
}
.mad-page-wrapper.with-side-menu .elementor-section-stretched .elementor-widget-steakbreak_slider_social {
    max-width: 1585px;
    margin-left: 20rem !important;
}

.page-template-side-menu #content.mad-content .left-side-menu.mad-actions .mad-item-link {
    color: #fff;
}
.page-template-side-menu .mad-footer .mad-widget.widget_newsletterwidgetminimal .tnp-widget-minimal input.tnp-email {
    width: 100%;
    max-width: 350px;
}
.mad-page-wrapper.with-side-menu .elementor-section-wrap .elementor-section.elementor-section-boxed > .elementor-container:not(.elementor-column-gap-no) {
    max-width: 1272px;
}
.mad-page-wrapper.with-side-menu  .elementor-widget-steakbreak_image_bg_with_icons .home-image-bg-with-icons  .row.justify-content-end{
    max-width: 1400px;
}


.page-template-side-menu .owl-carousel .owl-nav button.owl-next, 
.page-template-side-menu .owl-carousel .owl-nav button.owl-prev {
    color: #fff;
}
.with-side-menu .mad-gallery .mad-gallery-item.x2 {
    width: calc(50%);
}
.with-side-menu .mad-gallery .mad-gallery-item {
    width: calc(25%);
}

.alignright {
    display: inline;
    float: right;
    margin-left: 30px;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
}
.alignleft {
    float: left;
    margin-right: 30px;
}
img[class*="align"]{
  margin-bottom: 15px;
}

img.alignleft{
  float: left;
  margin-right: 20px;
}

img.alignright{
  float: right;
  margin-left: 20px;
}
.wp-caption, .gallery-caption {
    font-size: 18px;
	line-height: 1.1;
    font-style: italic;
    margin-bottom: 1.5em;
    max-width: 100%;
}
figcaption a{
	color: #bf3030;
}
.wp-block-image figcaption, 
.wp-block-embed figcaption
{
    font-size: 18px;
    font-style: italic;
	line-height: 1.1;
	text-align: center;
}
.wp-block-image .aligncenter figcaption {
    text-align: center;
}
.elementor-widget-steakbreak_tabs .mad-tabs:not(:last-child) {
    margin-bottom: 2.5rem;
}

.elementor-widget-steakbreak_events .owl-carousel .owl-nav button.owl-prev, 
.elementor-widget-steakbreak_events .owl-carousel .owl-nav button.owl-next 
{
    color: #fff;
}

.home-type2-mad-instafeed-items .sbi_follow_btn svg path {
    fill: #282f40;
}
.home-type2-mad-instafeed-items #sb_instagram .sbi_follow_btn a{
	padding: 0.875rem 2rem 0.875rem;
    font-size: 1.125rem;
    color: #282f40 !important;
    letter-spacing: 0.1px;
	line-height: 1rem;
    font-weight: 500;
	background: transparent;
    border-width: 2px;
    border-style: solid;
    border-color: #ca3c3f;
	margin-top: 3rem;
	-moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.home-type2-mad-instafeed-items #sb_instagram .sbi_follow_btn a:hover{
	background: #ca3c3f !important;
    color: #fff !important;
}
.home-type2-mad-instafeed-items .sbi_follow_btn a:hover svg path {
    fill: #fff;
}

.contact-type3 .mad-dir {
    margin-top: 0;
}
.mad-section-oneline {
    width: 100%;
}
.page-template-side-menu-php .elementor-element.elementor-widget-steakbreak_testimonials {
    max-width: 820px;
	margin: 0 auto;
}

.page-template-side-menu-php #content{
    position: relative;
}

.page-template-side-menu-php #mad-footer .mad-widget.widget_newsletterwidgetminimal form {
    margin: 0 auto;
    max-width: 430px;
}

.mad-footer.style-3.footer-3 .main-footer.fs-medium.medium-footer-col-3{
	padding-bottom: 50px;
}

.home-type2-mad-instafeed-items #sb_instagram #sbi_images .sbi_item {
    position: relative;
	overflow: visible;
}
.home-type2-mad-instafeed-items #sb_instagram #sbi_images .sbi_item .mad-wave.bottom-side {
	margin-left: -3rem;
    margin-bottom: -3rem;
}

.contact-type3 .row:not(.no-gutters):not(.col-no-space).vr-size-3 > [class*="col"] {
    padding-bottom: 4rem;
}
.contact-type3 .row.vr-size-3 .mad-tt-element.mad-wave-item{
	position: relative;
}

.mad-footer.style-4.footer-4 .mad-hr-list ul#menu-footer{
	margin-top: 0;
}

.elementor-custom-embed-image-overlay .elementor-custom-embed-play {
    z-index: 1;
}

.related-news .video_wrapper_full.image-2 {
    padding-top: 60%;
}
.related-news .mad-testimonial blockquote {
    font-size: 1.2rem;
    line-height: 1.5rem;
}
.related-news .mad-testimonials.with-bg .mad-testimonial {
    margin: 1.5rem 0;
    padding: 2.375rem;
}

.mpto-topping-buy-button input[type="text"], .mpto-topping-buy-button input[type="search"], .mpto-topping-buy-button input[type="date"], .mpto-topping-buy-button input[type="datetime-local"], .mpto-topping-buy-button input[type="email"], .mpto-topping-buy-button input[type="file"], input[type="month"], .mpto-topping-buy-button input[type="number"], .mpto-topping-buy-button input[type="password"], .mpto-topping-buy-button input[type="tel"], .mpto-topping-buy-button input[type="time"], .mpto-topping-buy-button input[type="url"], .mpto-topping-buy-button input[type="week"], .mpto-topping-buy-button textarea, .mpto-topping-buy-button .mad-custom-select .mad-selected-option, .mpto-topping-buy-button .select2-container--milenia .select2-selection {
    height: 34px;
}

.entry-content.steakbreak-blog-posts .mad-entity .entry-excerpt{
	margin-bottom: 2rem;
}

.entry-box.single-entry .single-content:after, .entry-box.single-entry .single-content:before {
    clear: both;
    content: '';
    display: table;
}
.entry-excerpt:after, .entry-excerpt:before {
    clear: both;
    content: '';
    display: table;
}
.wp-block-cover:not(:last-child), .wp-block-cover-image:not(:last-child) {
    margin-bottom: 28px;
}

.wp-block-cover p:not(.has-text-color) {
    color: #fff;
}

.entry-excerpt > p[style="font-size:46px"]:not(:last-child), 
.entry-content > p[style="font-size:46px"]:not(:last-child) {
    margin-bottom: 28px;
}
.entry-excerpt > p[style="font-size:46px"], .entry-content > p[style="font-size:46px"] {
    line-height: 3.5rem;
}
.has-large-font-size:not(:last-child) {
    margin-bottom: 28px;
}
.has-large-font-size {
    line-height: 3rem;
}
ul.wp-block-rss {
    margin-bottom: 1.5rem;
    list-style-position: inside;
	list-style-type: none;
}
.wp-block-rss .wp-block-rss__item-title {
    display: inline-block;
}
ol:not(:last-child) {
	margin-bottom: 1.5rem;
}
.wp-block-table {
    margin: 2rem 0;
}
ol {
	list-style-type: decimal;
    list-style-position: inside;
}
.wp-block-calendar a {
    text-decoration: none;
}
.wp-block-preformatted {
    margin-top: 1.5rem;
}
.wp-block-audio:not(:last-child) {
    margin-bottom: 1.5rem;
}
.wp-block-quote:not(:last-child) {
	margin-bottom: 1.5rem;
}
body .entry-excerpt .wp-block-quote a,
.wp-block-quote a
{
	color:#fff;
}
.wp-block-quote {
    border-radius: 1rem;
    background: #bf3030;
    padding: 3.375rem;
	color:#fff;
	font-size: 1.875rem;
    line-height: 3rem;
    font-weight: bold;
	font-family: "Gentium Basic", serif;
    font-style: italic;
}
.entry-excerpt > .wp-block-quote, .entry-content > .wp-block-quote {
    margin-top: 1.5rem;
}
.wp-block-button {
    margin-bottom: 1.5rem;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    margin: 0 0 1.5rem;
    padding: 4.375rem 4.375rem;
}

.index-blog.blog-type  {
	margin-bottom: 3rem;
}

.wp-block-group.has-background{
	padding: 2.0rem;
	margin-bottom: 2rem;
}
.pagination.nav-pagination.page-pagination a{
    font-size: 1.25rem;
    width: 2rem;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
    background: transparent;
    color: #1c181a;
    display: block;
	margin-right: 2px;
	display:inline-block;
	border-radius: 12px;
	position: relative;
}
.pagination.nav-pagination.page-pagination{
	margin-top: 3.5rem;
	margin-bottom: 2.5rem;
}
.wp-block-media-text__media img, .wp-block-media-text__media video {
    height: auto;
}
.wp-block-media-text:not(:last-child) {
    margin-bottom: 1rem;
}
.page-links:last-child {
    margin-bottom: 2.0rem;
}
.page-links {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.pagination.page-pagination .post-page-numbers.current, 
.pagination.page-pagination .post-page-numbers:hover, 
.page-links .post-page-numbers.current, 
.page-links .post-page-numbers:hover {
    background: #262123;
    color: #fff;
}
.pagination.page-pagination .post-page-numbers,
.page-links .post-page-numbers
{
    font-size: 1.25rem;
    width: 2rem;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
    background: transparent;
    color: #1c181a;
    display: block;
    margin-right: 2px;
    display: inline-block;
	position: relative;
	border-radius: 12px;
}
.pagination.page-pagination .post-page-numbers:after,
.page-links .post-page-numbers:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-mask: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/btn_bg.svg) no-repeat 100% 100%;
    mask: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/btn_bg.svg) no-repeat 100% 100%;
    background-color: #fff;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
}


.page-links .page-links-title{
	margin-right:10px;
}
pre {
    clear: both;
    border-style: solid;
    border-width: 1px;
    overflow: auto;
    padding: 2em;
    line-height: 2em;
    font-size: 0.750em;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);
    background-image: linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);
    font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
    margin-bottom: 2rem;
    position: relative;
    left: 0;
    text-transform: none;
    width: 100%;
    word-break: break-all;
    word-wrap: break-word;
    background-size: 100% 4em;
    transition: all ease-in-out 0.5s;
}
dl:not(:last-child) {
    margin-bottom: 1.5em;
}
dt {
    font-weight: 700;
}
dt, dd {
    padding: 4px 0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
sub {
    bottom: -0.25em;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
.post-password-form label {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
}
.post-password-form input[name="post_password"] {
    margin-left: 7px;
    margin-right: 7px;
    width: auto;
}
.post-password-form input[type="submit"] {
    font-size: 1.5rem;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    padding-left: 2.375rem;
    padding-right: 2.375rem;
    border-radius: 1rem;
	font-family: 'Gentium Basic', serif;
	color: #fff;
    background: #b42727;
    letter-spacing: 0.3px;
    font-weight: normal;
	text-align: center;
    justify-content: center;
	white-space: nowrap;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all .5s ease!important;
	cursor: pointer;
}
.post-password-form input[type="submit"]:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-mask: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/btn_bg.svg) no-repeat;
    mask: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/btn_bg.svg) no-repeat;
    background-color: #fff;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.mad-entity-title {
    word-break: break-word;
}
img[class*="align"] {
    max-width: 100%;
    clear: both;
}

.mad-content .entry-content:after, .mad-content .entry-content:before {
    content: "";
    display: table;
    width: 100%;
}
.mad-content .entry-content:after {
    clear: both;
}

ol.comments-list {
    margin-bottom: 0;
}
ol.comments-list li.comment {
    list-style: none;
}
.entry-content:not(:last-child) {
    margin-bottom: 21px;
}

label.screen-reader-text{
	display:none;
}

.widget_text img{
	height:auto;
}

.widget_pages > ul ul, 
.widget_nav_menu > ul ul 
{
    margin-top: 0.5rem;
}

.widget_pages ul, 
.widget_nav_menu ul 
{
    margin-left: 0;
}
.widget_pages ul ul.children > li:last-child, 
.widget_nav_menu ul ul.children > li:last-child 
{
    padding-bottom: 0;
}
.widget_pages ul ul li, 
.widget_nav_menu ul ul li 
{
    padding: 0 14px;
}

.mprm_menu_item_buy_button .mprm-notice.mprm-notice-success {
    display: none; 
}

.mad-header.w-type-1 .mad-header-item .mad-icon.material-icons {
    line-height: 32px;
}


body .ui-corner-all, 
body .ui-corner-bottom, 
body .ui-corner-right, 
body .ui-corner-br {
    border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
body .ui-widget-content {
    border: none;
    background: #ffffff;
    color: #595758;
}
body .ui-datepicker {
    width: 18em;
    padding: 0!important;
    display: none;
	z-index: 100 !important;
	border-radius: 20px;
    overflow: hidden;
	border: 2px solid #f2e4df;
}
body .ui-datepicker table{
	border-width: 0;
}
body .ui-datepicker .ui-datepicker-header.ui-widget-header {
	border: none;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background: #554c4b;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 500;
	font-family: 'Arvo', serif;
}
body .ui-datepicker  thead{
	border-left: 2px solid #f2e4df;
    border-right: 2px solid #f2e4df;
	background-color: #f2e4df;
}
body .ui-datepicker thead th{
	font-size: 1.125rem;
    font-weight: 400;
    color: #262123;
	font-family: 'Gentium Basic', serif;
    text-transform: uppercase;
	padding: 0;
    text-align: center;
    line-height: 3rem;
    vertical-align: middle;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 0 !important;
    background: transparent !important;
    font-weight: normal !important;
    color: #212121;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 50px;
}
.ui-datepicker .ui-widget-header .ui-icon {
    background-image: none !important;
}

body .ui-datepicker tbody{
	border: 0;
    border-bottom-width: 2px;
    border-top: none;
}
body .ui-datepicker tbody tr td:not(:last-child) {
    border-right: 1px solid #f2e4df;
}
body .ui-datepicker tbody td.first {
    color: #b2b2b3;
}
body .ui-datepicker tbody td {
	font-size: 1.125rem;
	color: #595758;
    padding: 0!important;
    text-align: center;
    line-height: 2rem;
    vertical-align: middle;
    border-bottom: none;
}
body .ui-datepicker tbody td a{
	text-align: center;
	border: none!important;
    background: transparent!important;
    font-weight: normal!important;
    color: #595758!important;
}
body .ui-datepicker table {
    width: 100%;
    font-size: 1em;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
	table-layout: auto;
}

.tp-bullets.sushi .tp-bullet {
	width: 145px;
	height: 3px;
	background: #fff;
	opacity: 0.2;
	z-index: 2;
}

.tp-bullets.sushi .tp-bullet:hover {
	background: #bf3030;
	opacity: 1;
}

.tp-bullets.sushi .tp-bullet.selected, 
.tp-bullets.sushi .tp-bullet.selected:hover {
	background: #bf3030;
	opacity: 1;
}
.tp-bullets.sushi .tp-bullet:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-mask: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/bg_line.svg) no-repeat;
    mask: url(//depozitdecarne.ro/wp-content/themes/steakbreak/fonts/steakbreak_svg_icons/bg_line.svg) no-repeat;
    background-color: #1b1514;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    z-index: -1;
}

.single-portfolio .mad-tag-list > li.mad-tag-list-cats,
.single-portfolio .mad-tag-list > li.mad-tag-list-tags
{
	color: #ca3c3f;
}
.single-portfolio .mad-tag-list > li.mad-tag-list-cats a,
.single-portfolio .mad-tag-list > li.mad-tag-list-tags a
{
	border-bottom: 1px solid transparent;
}
.single-portfolio .mad-tag-list > li.mad-tag-list-cats a:hover,
.single-portfolio .mad-tag-list > li.mad-tag-list-tags a:hover
{
	border-color: inherit;
}
.single-portfolio .mad-tag-list > li.mad-tag-list-cats a:not(:first-child),
.single-portfolio .mad-tag-list > li.mad-tag-list-tags a:not(:first-child)
{
	margin-left:5px;
}

.mprm_cart_item_name_wrapper .mad-product-description p{
    line-height: 1rem;
    color: #7a7879;
	font-size: 1rem;
}

.widget_popular_posts .mad-entity-meta .time a{
	color: #ca3c3f;
}

.mad-footer .mad-widget:not(:last-child) {
    margin-bottom: 2rem;
}

.mad-breadcrumb-path a{
	text-transform: capitalize;
}

.page-nav a.menu-button.page-nav-btn:first-child{
	margin-left: 10px;
}

.tribe-events .datepicker .next .tribe-common-svgicon, 
.tribe-events .datepicker .prev .tribe-common-svgicon,
.tribe-events .datepicker .next .tribe-common-svgicon:hover, 
.tribe-events .datepicker .prev .tribe-common-svgicon:hover  
{
    background-image: none !important;
}
.tribe-events .datepicker .next .tribe-common-svgicon:before, 
.tribe-events .datepicker .prev .tribe-common-svgicon:before 
{
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 0;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
	color: #fff;
}
.tribe-events .datepicker .next .tribe-common-svgicon:before{
	content: "keyboard_arrow_right";
	margin-left: -10px;
}
.tribe-events .datepicker .prev .tribe-common-svgicon:before {
	content: "keyboard_arrow_left";
	margin-left: -10px;
}
.tribe-events .datepicker .next .tribe-common-svgicon:hover:before, 
.tribe-events .datepicker .prev .tribe-common-svgicon:hover:before {
	color: #ca3c3f;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small, 
.tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small {
    font-family: 'Gentium Basic', serif;
    background: #f8f8f8;
    color: #262123;
    padding: 11px 1.5rem;
	font-size: 1.125rem;
	letter-spacing: 0.1px;
	line-height: 1rem;
    font-weight: 400;
	border-radius: 1rem;
    border: 1px solid #dddee0;
    width: auto;
	margin-right: 20px;
}
.tribe-events-c-messages__message-list-item {
	font-size: 1.125rem;
    line-height: 1.5rem;
    color: #7a7879;
	font-family: 'Lato', sans-serif;
}
.tribe-events-c-messages__message-list-item .tribe-common-anchor-thin-alt {
    border-bottom: 1px solid #7a7879;
    color: #7a7879;
    transition: color .2s ease;
}
.tribe-common .tribe-common-anchor-thin-alt:active, .tribe-common .tribe-common-anchor-thin-alt:focus, .tribe-common .tribe-common-anchor-thin-alt:hover {
    border-bottom: 1px solid #7a7879;
    color: #7a7879;
}
.tribe-events .tribe-events-c-messages__message {
    background-color: rgb(255 255 255);
    border-radius: 0;
}

.steakbreak-image-box.left_image.type-2 .mad-entity-title,
.steakbreak-image-box.right_image.type-2 .mad-entity-title
{
	font-size: 56px;
    line-height: 64px;
	margin-bottom: 2.5rem;
}

.single-mp_menu_item .mprm-ingredients.mprm-content-container .mprm-ingredient{
	text-transform: capitalize;
}

.single-mp_menu_item .comments-list .comment-respond{
	    margin-top: 7.5rem;
}

.page-404-section a{
	color: #ca3c3f;
}
.elementor-element.elementor-section-stretched.elementor-section-boxed .mad-testimonials.single-item.style-2 .owl-carousel .owl-nav button.owl-next, 
.elementor-element.elementor-section-stretched.elementor-section-boxed .mad-testimonials.single-item.style-2 .owl-carousel .owl-nav button.owl-prev {
    color: #ffffff;
}
.elementor-element.elementor-section-stretched.elementor-section-boxed .mad-testimonials.single-item.style-2 .owl-carousel .owl-nav button.owl-next:hover, 
.elementor-element.elementor-section-stretched.elementor-section-boxed .mad-testimonials.single-item.style-2 .owl-carousel .owl-nav button.owl-prev:hover {
    color: #ca3c3f;
}
body table.booked-calendar td.today.prev-date:hover .date span {
    background: #ca3c3f!important;
    color: #fff!important;
}

body table.booked-calendar td.next-month .date.tooltipster.tooltipstered:hover span{
	color: #fff!important;
}

body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-title {
    color: #040a1c;
}
body table.booked-calendar .booked-appt-list {
    color: #595758;
    padding: 30px 35px 10px;
    display: none;
    box-shadow: none;
    border-radius: 0;
}
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover{
	background: #ca3c3f !important;
	border-color: #ca3c3f !important;
    color: #fff;
}
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button {
    border-width: 1px;
    border-style: solid;
    white-space: nowrap;
	font-size: 1rem;
    padding: 2px 1.5rem;
    line-height: 2rem;
	font-family: 'Gentium Basic', serif;
	border-radius: 0.5rem;
}

.post-content-single .single-content > .elementor{
	margin-left: -10px;
    margin-right: -10px;
}

.mad-page-nav > [class*="mad-nav-"].no_link{
	opacity: 0;
}

.mad-products.mad-grid--isotope.type4 .mad-product .mad-product-description {
    min-height: 175px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-header__events-bar {
    margin-bottom: 2.5rem;
}
.tribe-events .tribe-events-header__events-bar {
    border-radius: 0.875rem;
	background-color: #fff;
}
.tribe-events .tribe-events-c-top-bar__nav-list-item {
    padding-right: 0;
}

.tribe-common .tribe-events-calendar-list__event-title.tribe-common-h6, 
.tribe-common .tribe-events-calendar-day__event-title.tribe-common-h6 
{
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
}

.mad-item.mad-dropdown .mad-widget.widget_mprm_cart_widget.shopping-cart {
    padding: 0;
	color: #595758;
	min-width: auto;
}

#mprm-login-account-wrap a{
	color: #ca3c3f;
}
#mprm_checkout_login_register #mprm_register_fields #mprm-login-account-wrap{
	padding: 0 15px !important;
}
#mprm_checkout_login_register #mprm_register_fields {
	padding: 0;
}

#mprm_register_account_fields .mprm-description{
	display:none;
}
#mprm_register_account_fields label{
	margin-bottom: 5px;
}

.index-blog.blog-type .mad-col.sticky .mad-entity .mad-entity-body {
    background: #f7f2ee;
}
ul.sushi_custom_styles .sushi_custom_styles li:first-child {
    margin-top: 1rem;
}
ul.sushi_custom_styles li:not(:last-child) {
    margin-bottom: 1rem;
}
ul.sushi_custom_styles li{
	
	position: relative;
	padding-left: 2rem;
	list-style: none;
}
ul.sushi_custom_styles {
    margin-bottom: 20px;
    position: relative;
    list-style: none;
}
ul.sushi_custom_styles li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 21px;
}
ul.sushi_custom_styles ol >li {
    padding-left: 0;
    position: relative;
    list-style: inherit;
}
ul.sushi_custom_styles ol >li:before{
	content:'';
}
ul.sushi_custom_styles li:before {
    font-size: 1.125rem;
    color: #ca3c3f;
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    content: 'check';
    position: absolute;
    left: 1px;
    top: 0;
    line-height: 2rem;
}

.entry-content h6 + h2,
.entry-content ul + h2,
.entry-content ol + h2,
.entry-content table + h2,
.entry-content dl + h2,
.entry-content p + h2,
.entry-content p + h3,
.entry-content ul + h3,
.single-content ul + h3,
.single-content h6 + h2,
.single-content ol + h2,
.single-content dl + h2,
.single-content table + h2,
.entry-excerpt table + h2,
.single-content p + h2,
.single-content p + h3,
.entry-excerpt p + h2,
.entry-excerpt h6 + h2,
.single-entry h6 + h2,
.entry-excerpt ul + h2,
.entry-excerpt ol + h2,
.single-entry ol + h2,
.single-entry ul + h2
{
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.wp-block-categories.wp-block-categories-dropdown,
.wp-block-archives.wp-block-archives-dropdown,
.wp-block-search
{
	margin-bottom: 30px;
}
.wp-block-calendar table th {
    text-align: center;
}

.wp-block-calendar table.wp-calendar-table tbody tr:last-child td{
	border-bottom: 1px solid #ddd;
}

.wp-block-latest-posts li:not(:last-child), .wp-block-archives-list li:not(:last-child), .wp-block-categories-list li:not(:last-child) {
    margin-bottom: 16px;
}

.wp-block-tag-cloud .tag-cloud-link {
    color: #bf3030;
    font-size: 1.125rem !important;
    line-height: 2rem;
    white-space: nowrap;
    padding: 0 1rem;
    font-style: italic;
    display: inline-block;
    border-radius: .5rem;
    margin: 4px;
    background: #f2e4df;
}
.wp-block-tag-cloud .tag-cloud-link:hover {
	background: #bf3030;
	color: #fff;
}

.wp-block-search .wp-block-search__button {
    margin-left: 10px;
	color: #fff;
    border: none;
	padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2.375rem;
    padding-right: 2.375rem;
    border-radius: 1rem;
}
.wp-block-search .wp-block-search__button:hover {
    color: #fff;
	background: #b42727;
}

.tagcloud > a {
	padding-bottom: 2px;
}

embed, iframe, object {
    max-width: 100%;
}
table:not(:last-child) {
	margin-bottom: 2rem;
}
table {
    border-spacing: 0;
    margin: 0;
    table-layout: auto;
    border-collapse: collapse;
    border-width: 1px;
    border-style: solid;
    border-color: #f2e4df;
}

dt + dd {
    margin-top: 0.5rem;
}
dd + dt {
    margin-top: 1.5rem;
}

.entry-excerpt a:not([class*="wp-block-button__link"]){
    color: #ca3c3f;
}

.comments-closed p.nocomments{
	margin-top: 1.5rem;
	font-weight:700;
}

.post-content-single.tag-content-2.tag-title .single-content>h2{
	font-size: 3rem;
}

.comments-list {
    overflow: hidden;
}
.comments-list .pingback .comment-body, .comments-list .trackback .comment-body {
    margin-bottom: 2rem;
}
ol.comments-list {
    list-style: none;
}
.pingback .comment-author-info, .trackback .comment-author-info {
    padding-left: 0;
}

.mad-social-icons ul li a {
    font-size: 1rem;
}

.mad-breadcrumb {
    background-size: cover;
}
table#mprm_checkout_cart{
	border-radius: 20px;
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
	overflow: hidden;
}
table#mprm_checkout_cart, 
table.mprm-table 
{
    border: none;
}

.lwa {
    margin-bottom: 0;
}
.lwa-modal-bg {
    z-index: 1000;
	background: rgba(21,23,38,0.7);
}
.lwa-modal {
	z-index: 1001;
}
.lwa td, 
.lwa tr 
{
    display: block;
}
.lwa{margin-bottom:0;}
.lwa-modal{top: 15% !important;text-align: center;padding:60px 40px;width:480px;border-radius:0;background-color:#fff;}
.lwa-modal p{margin-bottom:20px;}
.lwa-modal p:last-of-type,
.lwa-modal .lwa-submit-button{margin-bottom:0;}
.lwa-status{margin-bottom:10px;font-size:13px;}
.lwa-links-register-inline:hover,
.knowhere-lwa-links-remember:hover,
.lwa-links-register-inline-cancel:hover{text-decoration:underline;}
.lwa-modal .lwa-modal-close {
    font-size: 30px;
    line-height: 0,5; 
    position: absolute;
    top: 0;
    margin-top: -20px;
    margin-left: 25px;
    right: -35px;
    color: #f4f4f5;
    text-shadow: none;
    font-weight: 100;
    cursor: pointer;
}
.lwa-wp-submit{
	width: 100%;
	cursor: pointer;
	margin-bottom: 1rem;
}
.lwa td {
    padding-top: 0;
}
.lwa tr:not(:last-child) {
	margin-bottom: 2rem;
}
.lwa input[type="checkbox"] + label {
    padding-left: 10px;
    user-select: none;
	display: inline-block;
}
.lwa input[type="checkbox"] {
	display: inline-block;
	-webkit-appearance: checkbox !important;
    width: 20px;
    height: 20px;
}

.lwa.lwa-template-modal .lwa-links-modal{
	display:none;
}

.elementor-editor-active .mad-preloader {
	display:none !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--labels .tribe-events-c-view-selector__button-icon-caret-svg {
    display: none;
}
.tribe-events .tribe-events-c-search__input-control-icon-svg {
    display: none;
}

.tribe-events-calendar-list-nav .btn i, 
.tribe-events-calendar-day-nav .btn i 
{
    font-size: 1.5rem;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__header-column-title {
    text-align: left;
    font-weight: bold;
    color: #262123;
    text-transform: uppercase;
    font-size: 1.125rem;
    font-family: 'Gentium Basic', serif;
	line-height: 1rem;
}
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link:focus, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link:hover {
    color: #fff;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd:last-child{
	margin-bottom: 0;
}

.tribe-events .tribe-events-c-day-marker:after{
	display:none;
}

.image-preview-container .image-preview img {
    height: auto;
}

.mad-cta.with-description.type_center .mad-cta-title:not(:last-child) {
    margin-bottom: 0.625rem;
}

body table.booked-calendar td .date .number {
    line-height: 56px;
}
body table.booked-calendar td.today .date .number {
    line-height: 50px;
}

.single-post .mad-entities.style-3 .mad-entity time {
    line-height: 1.3rem;
}

.elementor-widget-steakbreak_table .mad-table-wrap table tr > th, 
.elementor-widget-steakbreak_table .mad-table-wrap table tr > td {
	border-right:none;
}

.mad-table-wrap table {
    margin-bottom: 0;
}

.tribe-events .datepicker .next, 
.tribe-events .datepicker .prev {
    color:#fff;
}


.mprm-floating-circles.mprm-floating-circle-wrapper.small-preloader .mprm-floating-circle.mprm-floating-circle-rotate-1 {
    left: 0;
    top: 12px;
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}
.mprm-floating-circles.mprm-floating-circle-wrapper.small-preloader .mprm-floating-circle.mprm-floating-circle-rotate-2 {
    left: 4px;
    top: 4px;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.mprm-floating-circles.mprm-floating-circle-wrapper.small-preloader .mprm-floating-circle.mprm-floating-circle-rotate-3 {
    left: 12px;
    top: 0;
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}
.mprm-floating-circles.mprm-floating-circle-wrapper.small-preloader .mprm-floating-circle.mprm-floating-circle-rotate-4 {
    right: 4px;
    top: 4px;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}
.mprm-floating-circles.mprm-floating-circle-wrapper.small-preloader .mprm-floating-circle.mprm-floating-circle-rotate-5 {
    right: 0;
    top: 12px;
    -webkit-animation-delay: 1.05s;
    animation-delay: 1.05s;
}
.mprm-floating-circles.mprm-floating-circle-wrapper.small-preloader .mprm-floating-circle.mprm-floating-circle-rotate-6 {
    right: 4px;
    bottom: 4px;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.mprm-floating-circles.mprm-floating-circle-wrapper.small-preloader .mprm-floating-circle.mprm-floating-circle-rotate-7 {
    left: 12px;
    bottom: 0;
    -webkit-animation-delay: 1.35s;
    animation-delay: 1.35s;
}
.mprm-floating-circles.mprm-floating-circle-wrapper.small-preloader .mprm-floating-circle.mprm-floating-circle-rotate-8 {
    left: 4px;
    bottom: 4px;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.entry-excerpt .wp-block-cover.has-background-dim .wp-block-cover-text a {
    color: #fff;
}
img {
    height: auto;
}
.comments-area #respond.comment-respond{
	margin-top: 3rem;
}

.mad-header.w-type-3,
.mad-header.w-type-4
{
    background: #1c181a;
}
.mad-header.w-type-4 + .mad-breadcrumb .mad-page-title {
    display:none;
}
.mad-header.w-type-4 + .mad-breadcrumb .mad-breadcrumb-path {
    margin-bottom: 0;
}

.mad-footer .main-footer.fs-top.top-footer:not(:last-child){
	margin-bottom: 3.5rem;
}


.mad-cta.with-overlay.mad-colorizer--scheme-light  .btn:after {
    background-color: #1c181a;
}

.elementor-widget-steakbreak_buttons [class*="btn"] > i {
    margin-left: 1rem;
}

.home-order-steps.block_type2 .mad-offset-left {
    padding-left: 0;
}
.home-order-steps.block_type2 .mad-icon-boxes.mad-offset-left .mad-col, 
.home-order-steps.block_type2 .mad-icon-boxes.mad-offset-left .mad-col.mad-col-x2 
{
    width: 33.3333%;
}

.mad-entities.type-2.steakbreak-image-box.left_image .mad-entity .mad-entity-content, 
.mad-entities.type-2.steakbreak-image-box.right_image .mad-entity .mad-entity-content 
{
    font-size: 1.25rem;
    line-height: 2rem;
}

.mad-entities.type-2.with-bg.right_image .mad-entity .mad-entity-media:after {
    margin-left: 0;
    margin-right: -12.5rem;
}

.mad-entities.steakbreak-image-box.right_image.type-2.no-gutters .mad-entity {
    border-radius: 0 0 1.5rem 1.5rem;
}

body .booked-calendar-wrap {
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid #f2e4df;
    margin: 0;
}
body table.booked-calendar {
    border: none !important;
}

body table.booked-calendar th .monthName{
	text-transform: none;
	font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 500;
}
.booked-calendar thead .booked-icon {
    color: #fff;
    font-size: 24px;
	line-height: inherit;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
	vertical-align: middle;
	text-transform: none;
}
.booked-calendar thead  .booked-icon.booked-icon-arrow-right:before{
	content: 'keyboard_arrow_right';
}
.booked-calendar thead  .booked-icon.booked-icon-arrow-left:before {
	content: 'keyboard_arrow_left';
}
body table.booked-calendar th .page-right:hover .booked-icon,
body table.booked-calendar th .page-left:hover .booked-icon
{
	color: #ca3c3f;
}
body table.booked-calendar th .page-right:hover {
    right: 20px;
}
body table.booked-calendar th .page-left:hover {
    left: 20px;	
}

.mad-pricing-tables.style-2 [class*="btn"]:after {
    background-color: #262123;
}

.mad-entity-content.steakbreak-list-default{
	font-size: 1.25rem;
    line-height: 2rem;
}

.steakbreak-contact-info .mad-section-form{
	padding-top: 9rem;
}


.steakbreak-contact-info.mad-map-section.map-type2 .mad-section.no-pd.mad-section--stretched-content{
    margin-bottom: -70px;
}

.steakbreak-contact-info.mad-map-section.map-type2 .btn.btn-big{
	background: #262123;
	color: #fff;
}
.steakbreak-contact-info.mad-map-section.map-type2 .btn.btn-big:before {
    background: #342e30;
    background: -moz-linear-gradient(top, #342e30 0%, #1f1b1c 100%);
    background: -webkit-linear-gradient(top, #342e30 0%,#1f1b1c 100%);
    background: linear-gradient(to bottom, #342e30 0%,#1f1b1c 100%);
}

.page-404-section div.mad-text-big{
	margin-bottom: 1.5rem;
}

body.single-portfolio .mad-breadcrumb {
    min-height: 100%;
	color: #7a7879;
    padding: 1rem 0 0.9375rem !important;
    border-bottom: 1px solid #dddee0;
    background: transparent;
}
body.single-portfolio .mad-breadcrumb.with-bg:after {
    background: transparent;
}
body.single-portfolio .mad-breadcrumb .mad-breadcrumb-path {
    color: #7a7879;
}
body.single-portfolio .mad-breadcrumb .mad-breadcrumb-path a {
    color: #bf3030;
}

body.single-portfolio .single-bg.with-svg-item {
    margin-top: -3.5rem;
	margin-left: -14rem;
    z-index: -1;
}


body.single-portfolio .page-nav {
    padding-bottom: 9rem;
	padding-top: 3.5rem;
}


.elementor-widget-lemar_tabs_menu_shop_carousel .mad-product .mpto-topping-buy-button.mprm-display-inline{
	display:none;
}
.row:not(.no-gutters).hr-size-21 > [class*="col-"] {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
}
.row:not(.no-gutters).hr-size-21 {
    margin-right: -4.5rem;
    margin-left: -4.5rem;
}
body.single-post .mad-breadcrumb {
    min-height: 100%;
	color: #7a7879;
    padding: 1rem 0 0.9375rem !important;
    border-bottom: 1px solid #dddee0;
    background: transparent;
}
body.single-post .mad-breadcrumb.with-bg:after {
    background: transparent;
}
body.single-post .mad-breadcrumb .mad-breadcrumb-path {
    color: #7a7879;
}
body.single-post .mad-breadcrumb .mad-breadcrumb-path a {
    color: #bf3030;
}

body.single-post .single-bg.with-svg-item {
    margin-top: -3.5rem;
	margin-left: -14rem;
    z-index: -1;
}

.mad-widget.widget_latest_tweets_widget .mad-read-more.tweet-btn{
	margin-top: 12px; 
 }
.mad-widget.widget_latest_tweets_widget  p:not(:last-child) {
    margin-bottom: 0;
}
.mad-widget.widget_latest_tweets_widget li:not(:last-child){
	margin-bottom:  1rem;
}
.mad-widget.widget_latest_tweets_widget ul > li {
	padding-left: 2rem;
	position: relative;
}
.mad-widget.widget_latest_tweets_widget ul > li::before {
	content: "\f099";
	font-family: Font Awesome\ 5 Brands;
	font-size: 1.125rem;
	line-height: 2rem;
	position: absolute;
	left: 0;
	top: 0;
	color: #b5945b;
}	

.mad-widget.widget_latest_tweets_widget  > li a:hover {
	text-decoration: underline;
}	
		
.mad-widget.widget_latest_tweets_widget  p a{
	color: #ca3c3f;
}

.mad-page-nav img {
    border-radius: 1rem;
}

.mad-entities.single-entity .related-news .mad-entity .mad-entity-title {
    font-weight: normal;
}

.mad-entities.single-entity .related-news  .mad-entity {
    background: #fff !important;
    border-radius: 1rem !important;
    display: flex;
    flex-direction: column;
    overflow: hidden !important;
	height: auto;
    font-size: 1.25rem;
    position: relative;
    transition: all .5s ease;
    -webkit-box-shadow: -18px 16px 25px 0px rgba(18, 16, 17, 0.1) !important;
    -moz-box-shadow: -18px 16px 25px 0px rgba(18, 16, 17, 0.1) !important;
    box-shadow: -18px 16px 25px 0px rgba(18, 16, 17, 0.1) !important;
}

.mad-entities.single-entity .related-news .mad-entity-footer {
    border-bottom: none;
    padding-bottom: 0;
}

.mad-entities.single-entity .related-news .mad-col {
    margin-bottom: 0 !important;
}

.elementor-widget-steakbreak_post .mad-grid--isotope.type2 .mad-grid-item .video_wrapper_full.image-2 {
    padding-top: 18rem;
}

.mad-products.mad-grid--isotope.type4 .mad-product .mad-product-description .mad-product-ingredients span:not(:last-child):after{
	content: ", ";
}
.mad-products.mad-grid--isotope.type4 .mad-product .mad-product-description .mad-product-ingredients{
    text-transform: lowercase;
}

body.single-mp_menu_item .mad-breadcrumb {
    min-height: 100%;
    color: #7a7879;
    padding: 1rem 0 0.9375rem !important;
    border-bottom: 1px solid #dddee0;
    background: transparent;
}
body.single-mp_menu_item .mad-breadcrumb .mad-breadcrumb-path {
    color: #7a7879;
}
body.single-mp_menu_item .mad-breadcrumb .mad-breadcrumb-path a {
    color: #bf3030;
}
body.single-mp_menu_item .mad-breadcrumb.with-bg:after {
    background: transparent;
}
body.single-mp_menu_item #content.mad-content {
	margin-top: -60px;
	padding-top:200px;
}

body.single-tribe_events .mad-breadcrumb{
	background-image:none !important;
}

body.single-post .mad-breadcrumb.with-bg:after, 
body.single-tribe_events .mad-breadcrumb.with-bg:after 
{
    background: transparent;
}
body.single-post #content.mad-content, 
body.single-tribe_events #content.mad-content 
{
	margin-top: -60px;
	padding-top:200px;
}
.post-type-archive.post-type-archive-tribe_events #content {
    background: url(//depozitdecarne.ro/wp-content/themes/steakbreak/images/mud4.png) no-repeat top left;
}

.tribe-events-c-top-bar__nav-list .svg {
    width: 74px;
    height: 17px;
	margin: 0 0.75rem;
}
.tribe-events-c-top-bar__nav-list .svg .cls-1 {
    stroke-width: 9px;
}
.tribe-common button[disabled], .tribe-common input[disabled] {
    opacity: 0.5;
}

.mad-widget.widget_calendar .wp-calendar-nav-next{
    float: right;
}

span.sticky-post.sticky-label{
	font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    height: 32px;
    color: #f7f2ee;
	padding:0 16px;
	background:#bf3030;
	margin-right:10px;
	display:inline-block;
	vertical-align: middle;
	margin-top: -6px;
	font-style: italic;
}

body.admin-bar [class*="mad-header-section--sticky"].mad-header-section--sticked {
    top: 32px;
}

.mad-widget.widget_nav_menu ul.sub-menu{
	margin-top: 1rem;
}
.mad-widget.widget_pages ul.children,
.mad-widget.widget_categories ul.children
{
	margin-top: 1rem;
}
.mad-widget.widget_categories ul ul{
	padding-left:16px;
}

.mad-page-nav .mad-nav-right.no_thumb .nav-actions {
    padding-right: 0;
}
.mad-page-nav .mad-nav-left.no_thumb .nav-actions {
    padding-left: 0;
}

.tribe-events  .mad-event-btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.wp-block-file a.wp-block-file__button {
    color: #fff;
}

.ms-tableCell .elementor-widget-steakbreak_text_box .mad-des{
	font-size: 1.25rem;
    line-height: 2rem;
}
.ms-tableCell p {
    max-width: 630px;
    margin: 0 auto;
}
.ms-tableCell p:not(:last-child) {
    margin-bottom: 1.5rem;
}
.ms-tableCell .row:not(.no-gutters).hr-size-1 {
    margin-right: -3rem;
    margin-left: -3rem;
}

.elementor-widget-slider_revolution rs-layer-wrap .btn:after {
    background: #251f1e;
}

 .elementor-widget-steakbreak_slider_social .mad-arrow {
	position: absolute;
	left: 3.875rem;
	bottom: 5.5rem;
	width: 62px;
	height: 16px;
	z-index: 22;
	margin-left: -28px;
	transform: rotate(-90deg);
}
 .elementor-widget-steakbreak_slider_social .mad-arrow .svg .cls-1 {
	stroke: #fff;
	fill: transparent;
}

.elementor-widget-steakbreak_image_box_with_icon .block_description:not(:last-child) {
    margin-bottom: 1.5rem;
}

.elementor-widget-steakbreak_image_box_with_icon .block_description p:first-child{
	font-size: 1.5rem;
    line-height: 2.5rem;
	font-weight: bold;
}

.elementor-widget-steakbreak_home_menu_cards .mad-menu-cards .mad-col {
    margin-bottom: 0 !important;
}

.elementor-widget-steakbreak_home_menu_cards  .mad-card-text .mad-read-more svg path {
    fill: #fff;
}

.elementor-widget-steakbreak_home_image_box .steakbreak-description p:first-child{
	font-size: 1.5rem;
    line-height: 2.5rem;
	font-weight: bold;
	color: #7a7879;
}

.mad-tabs.products .owl-carousel.mad-grid.mad-products .owl-nav.disabled {
    display: block;
}

.home-type3-mad-instafeed-items #sb_instagram .sbi_item:first-child .sbi_photo_wrap{
	border-radius: 1rem 0 0 1rem;
    overflow: hidden;
}
.home-type3-mad-instafeed-items #sb_instagram .sbi_item:last-child .sbi_photo_wrap{
	border-radius: 0 1rem 1rem 0;
    overflow: hidden;
}
.home-type3-mad-instafeed-items #sb_instagram {
	    padding-bottom: 0;
}
.home-type3-mad-instafeed-items:not(:last-child) {
    margin-bottom: 3rem;
}

.mad-footer.footer-3 .mad-widget.widget_popular_posts .mad-entity-title{
	color: #262123;
	font-weight: 400;
    font-size: 18px;
    line-height: 2rem;
}


.home-order-steps.block_type1 .mad-section-title{
	margin-bottom: 3rem;
}

.full-style .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}


.mad-footer.footer-2 .main-footer.fs-medium:not(:last-child){
	margin-bottom: 4rem;
}

 .steakbreak-reservation-form.style-8  .mad-form  .steak-description:not(:last-child) {
    margin-bottom: 1.5rem;
}
.mad-header.style-2.w-type-1 .mad-header-item .mad-icon {
    color: #ee9e57;
	margin-right: 5px;
}
.mad-header.style-2.w-type-1 .mad-header-item{
	color: #fff;
}
.mad-our-info.size-2 li i {
    line-height: inherit;
}
.mad-our-info li i{
    line-height: inherit;
}

.steakbreak-reservation-form.style-5  .steak-description,
.steakbreak-reservation-form.style-6  .steak-description
{
	margin-bottom: 1.5rem;
}

.mad-footer .tnp-widget .tnp-field {
    margin-bottom: 0;
}

.elementor-widget-steakbreak_text_box img[class*="aligncenter"] {
    margin-bottom: 0;
}

.mad-grid-item .mad-product .mad-product-price {
    position: relative;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #262123;
    display: block;
}

.page-template-split-page h2.mad-section-title:not(:last-child) {
    margin-bottom: 2.5rem;
}

.elementor-widget-steakbreak_contact .mad-section.size-5 {
    padding-bottom: 8rem;
}

.footer-comming-soon .tnp-subscription-minimal input.tnp-email {
    max-width: 420px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header__top-bar {
    margin-bottom: 3.5rem;
	margin-left: -10px;
}

.post-type-archive-tribe_events .row:not(.col-no-space) > [class*="col"] {
    padding-bottom: 0;
}
.post-type-archive-tribe_events .mad-content {
    padding-bottom: 8.5rem;
}
.tribe-events .tribe-events-calendar-month__more-events-link {
    display: none;
}
.post-type-archive-tribe_events .mad-content > .container > .row.justify-content-center {
    margin-bottom: 0;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day-nav {
    padding-top: 0;
}

.wp-block-gallery:not(:last-child) {
    margin-bottom: 1.5rem;
}

.related-news .mad-entities .mad-entity-body{
    display: block;
}

body.single.single-post:not(.elementor-page) .mad-breadcrumb{
	display:none;
}

.mad-calc .mprm-container-preloader {
    margin-left: -2px;
}

.single-mp_menu_item .mad-calc .mprm-container-preloader {
    margin-left: 2px;
}

body table.booked-calendar tr.week td.active .date .number {
    background: #bf3030!important;
    color: #fff!important;
}

.mad-widget.widget_rss ul li:not(:last-child){
	margin-bottom: 1rem;
}
.mad-widget.widget_rss ul li cite{
	color: #d98f4e;
}
.wp-block-button.is-style-squared .wp-block-button__link, .wp-block-button__link.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0;
}

.page-template-default.page #main .entry-content:not(:last-child) {
    margin-bottom: 6.5rem;
}

.steakbreak-testimonials.carousel2  .mad-section-title{
	color: #fff;
}

.mad-page-wrapper.with-side-menu .mad-colorizer-bg-image {
    margin-right: 20rem;
}
.mad-page-wrapper.with-side-menu .mad-colorizer-bg-image {
    margin-left: 20rem;
}

.page-template-split-page .ms-section[data-id="2"] .mad-section-side-title {
    font-size: 1.125rem;
    line-height: 1.5rem;
}

.page-template-split-page .mad-section-text-box.align-center .content-element-4.mad-des:not(:last-child) {
    margin-bottom: 3rem;
}

.elementor-widget-steakbreak_background_section .mad-bg-section {
    max-height: 620px;
}

.mad-tabs-ingredients li{
	padding-left: 2rem;
}
.mad-tabs-ingredients li i{
	font-size: 1.125rem;
	color: #f2a057;
}
.mad-tabs-ingredients li .nutritional-value{
	font-style: italic;
	color: #d98f4e;
}
.mad-tabs-ingredients li .mad-icon-list-text{
	font-style: normal;
	text-transform: capitalize;
	font-size: 1.125rem;
    line-height: 2rem;
    color: #595758;
}
.mad-tabs.mad-tabs--tour-sections.mad-tabs-ingredients .mad-tabs-nav {
    max-width: 13rem;
    display: block;
    margin: 0;
    margin-right: 2rem;
}

table td, table th {
    vertical-align: middle;
}

.steakbreak-about-portfolio.type1 .mad-text-big.portfolio-description,
.steakbreak-about-portfolio.type5 .mad-text-big.portfolio-description,
.steakbreak-about-portfolio.type3 .mad-text-big.portfolio-description,
.steakbreak-about-portfolio.type7 .mad-text-big.portfolio-description
{
	margin-bottom: 1.5rem;
}

.tribe-events-event-meta a, .tribe-events-event-meta a:visited, .tribe-events-event-meta a:hover {
    color: #bf3030;
}

.steakbreak-about-portfolio.type8  .mad-gallery.item-col-2  .mad-gallery.item-col-2 {
    padding: 0;
	margin: 0;
}

.btn-set .mad-likes a{
    line-height: 32px;
}

.mad-widget.widget_mprm_cart_widget .mprm-cart-item.mprm_checkout  img.svg{
	filter: invert(100%);
	width: 40px;
    height: 11px;
	margin-top: 2px;
}
.tribe-events .tribe-events-c-events-bar__search-container {
    background-color: transparent;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:last-child {
    border-right: none;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__week:last-child .tribe-events-calendar-month__day {
    border-bottom: none;
}

.mad-navigation .mega-menu > .sub-menu .container {
	padding-right: 15px;
    padding-left: 15px;
}
.mad-navigation .mega-menu > .sub-menu .container > li{
	display: block;
    line-height: 1.5rem;
}

.mad-navigation .mega-menu > .sub-menu {
    padding: 2rem 0;
}

.w-blog-posts-search.steakbreak-post:not(:last-child) {
    margin-bottom: 3.5rem;
}

.elementor-shortcode .booked-calendar-shortcode-wrap{
    max-width: 720px;
    margin: 0 auto;
}
.elementor-widget-slider_revolution br{
	display:block !important;
}
.widget.mad-widget.widget_text p img:not(:last-child){
	margin-bottom: 1.5rem;
}

.wp-block-archives-list.extraclass.wp-block-archives:not(:last-child){
	margin-bottom: 1.5rem;
}
.wp-block-archives-dropdown:not(:last-child),
.wp-block-calendar:not(:last-child)
{
	margin-bottom: 1.5rem;
}
#mprm_checkout_cart tr.mprm-cart-topping td {
    padding: 0.5rem 2rem;
}

.wp-block-quote.has-text-align-right.extraclass a{
	color: #fff;
}

body .entry .single-content a:focus, 
body .entry-excerpt a:focus 
{
  outline: 2px solid #595758 !important;
}

abbr,
acronym {
	cursor: help;
}

a.comment-edit-link{
	margin-left: 0.5rem;
}
.comment-info-time time.comment-date{
	display: inline-block !important;
}

.mad-sidebar .mad-vr-list.arr-type ul li{
	padding-left:1.8rem;
	padding-right: 0;
	position: relative;
}
.mad-sidebar .mad-vr-list.arr-type ul li::before {
    font-family: 'Material Icons';
	content:'arrow_forward';
    font-weight: normal;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 2rem;
    position: absolute;
    left: 0;
    top: 0;
    color: #f2a057;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.mad-widget.widget_contact_us .mad-vr-list ul li::before{
	content: '';
}
.mad-widget.widget_contact_us .mad-vr-list ul li{
	padding-left: 0;
}
.page-template-side-menu .elementor-widget.elementor-widget-steakbreak_tabs {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.owl-carousel .mad-testimonial blockquote {
    background: transparent;
	border-radius: 0;
	padding: 0;
}

.elementor-inner .elementor-column-gap-narrow>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 1px;
}

.with-side-menu .elementor-widget-steakbreak_slider_social .mad-arrow {
    left: 3.875rem;
}
.with-side-menu .elementor-widget-steakbreak_slider_social .rev-socials {
    right: 3.875rem;
}

.elementor-widget-steakbreak_home_instagram .home-mad-instafeed-items.home-type1-mad-instafeed-items {
	margin-left: -5px;
    margin-right: -5px;
}
.elementor-widget-steakbreak_home_instagram .home-type3-mad-instafeed-items {
    margin-left: -24px;
    margin-right: -24px;
}

.page-template-side-menu #content.mad-content .left-side-menu.mad-actions .mad-item-link.popup-btn-login i{
	margin-top: -2px;
}

.mad-events.owl-carousel  .mad-testimonial .btn:not(.no-texture):after {
    background-color: #1c181a;
}

.mad-widget.widget_popular_posts .mad-entities.mad-entity-hr .mad-entity .mad-entity-media {
    border-radius: 0;
    overflow: hidden;
}
.mad-widget.widget_popular_posts .mad-entities.mad-entity-hr .mad-entity .mad-entity-media img{
    border-radius: 8px;
    overflow: hidden;
}
.elementor-widget-steakbreak_background_section .mad-bg-section {
    background-attachment: fixed;
}
.arcticmodal-container {
    overflow: hidden;
}

.mad-testimonial .mad-testiomonial-info .wp-block-quote {
    background: transparent;
	padding: 0;
}

img.spinner{
	display: inline-block;
}

.single-tribe_events  .comments-area.content-element-13 {
    margin-bottom: 0;
}

.single-tribe_events  .comment-respond{
	margin-top: 6.5rem;
}

.widget.mad-widget.like_box_facebook {
    overflow: hidden;
}

#mprm_checkout_form_wrap #mprm_purchase_form fieldset#mprm_payment_summary_table {
    margin-bottom: 116px;
}
#mprm_checkout_form_wrap #mprm_purchase_form fieldset#mprm_payment_mode_select {
    margin-bottom: 100px;
}
#mprm_checkout_form_wrap #mprm_checkout_user_info {
    margin-bottom: 96px;
}
#mprm_checkout_form_wrap #mprm_register_account_fields {
    margin-bottom: 76px;
}

#mprm_checkout_wrap #mprm_checkout_cart input.mprm-input.mprm-item-topping-quantity {
    max-width: 94px;
    min-width: 90px;
	border-radius: 0.5rem;
}
#mprm_checkout_wrap #mprm_checkout_cart .mprm-cart-topping-remove-item-btn{
	font-weight: bold;
    font-size: 1.125rem;
}

.mad-sidebar .mad-vr-list.arr-type ul li {
    padding-left: 1.5rem;
}


ol li:not(:last-child) {
    margin-bottom: 1rem;
}
li ul.sushi_custom_styles,
li ol
{
	margin-top: 1rem;
}

.page-template-default.page #main .pagination.nav-pagination.page-pagination {
    margin-top: -3rem;
}

.woocommerce-page .pricing-area .mad-calc .btn:not(.with-text) i{
	margin-right: 4px;
}
.woocommerce-page .pricing-area .mad-calc .btn:not(.with-text) {
    padding: 0 1rem;
    width: auto;
    height: 2.5rem;
    line-height: 2.5rem;
    margin-left: 0;
}

.mad-page-nav a:hover .nav-actions h6{
    text-decoration: underline;
}

.elementor-widget-steakbreak_image_box_with_icon .mad-icon-boxes.hr-type .mad-icon-box > .mad-icon-box-icon {
    min-width: auto;
    padding-right: 2rem;
}

.elementor-widget-steakbreak_image_bg_with_icons .mad-section[class*="with-overlay"] > [class*="mad-colorizer-"]:after {
    background: none;
}

.elementor-widget-steakbreak_post .mad-entities.style-3.mad-post.type4 .mad-entity time {
    font-size: 1.125rem;
}

.elementor-widget-steakbreak_post .mad-entities.style-3.mad-post.type4 .mad-entity .mad-entity-title a:hover {
    border-bottom: 2px solid #262123;
}

body.elementor-editor-active .row.hr-size-21 #sidebar.mad-sidebar {
    display: none;
}

.elementor-widget-our_specialties .mad-specs.mad-grid--isotope.type4.mad-products .mad-grid-item .mad-product:after{
	left: 8px;
    width:calc(100% - 16px);
}	
.elementor-widget-steakbreak_tabs_menu_shop_carousel .mad-products:not(.mad-product-small) .mad-product:after 
{
    left: 8px;
    width:calc(100% - 16px);
}

.mad-testimonial .mad-event-date .event_time_line{
	padding: 0 8px;
}

body.w-header-type-2 .elementor-widget-steakbreak_home_image_box .home-image-box.wide-style  .mad-offset-left .mad-section-side-title.top-space {
    margin-top: 70px;
}
body.w-header-type-2 .elementor-widget-steakbreak_home_image_box .home-image-box.wide-style  .mad-offset-left {
    padding-top: 64px;
}

 .elementor-widget-steakbreak_home_image_box .home-image-box.wide-style .col-xl-5 .mad-offset-right.with-top-space {
    margin-top: 4.5rem;
}

.steakbreak-tabs-menu-shop-carousel.wide-style .mad-tabs.products.mad-tabs--tour-sections  .mad-tabs-nav{
	padding-top: 1.5rem;
}

.elementor-widget-steakbreak_tabs_menu_shop_carousel .mad-product .mad-calc .mpto-topping-buy-button {
    display: none;
}
.elementor-widget-steakbreak_tabs_menu_shop_carousel  .mad-products:not(.mad-product-small) .mad-product {
    overflow: hidden;
 }

.elementor-widget-steakbreak_home_testimonials .mad-testimonial .mad-author-info > span {
    display: block;
}

.mad-col.newsletter_block .mad-newsletter-section .mad-title {
   letter-spacing: 0;
   margin-bottom: 2rem;
}

 .elementor-widget-steakbreak_home_contact .col-xl-5 .mad-offset-left .mad-our-info {
    font-size: 30px;
}

.elementor-widget-steakbreak_home_contact .col-xl-5 .mad-offset-left .mad-our-info .mad-dir {
    font-size: 20px;
}

.elementor-widget-steakbreak_home_contact .col-xl-5 .mad-offset-left .mad-social-icons ul li {
    padding: 0 20px 1rem;
}
.elementor-widget-steakbreak_home_contact .col-xl-5 .mad-offset-left .mad-social-icons.size-big ul li a {
    font-size: 40px;
}

.elementor-widget-steakbreak_home_contact .steakbreak-home-contact-info .col-xl-7 .mad-gmap.size-3 {
    border-radius: 1rem;
    overflow: hidden;
}

.page-template-split-page-php .elementor-widget-steakbreak_split_contact_box .mad-section-text-box.align-center .content-element-7 .row.hr-size-1.justify-content-center > [class*="col"] {
    padding-bottom: 2.0rem;
}

.elementor-widget-our_specialties .mad-spec-item .mad-spec-tags .mad-spec-el span:not(:last-child){
margin-right:5px;
}

.page-template-coming-soon .mad-header.mad-header--transparent {
    position: relative;
}
.mad-coming-soon .mad-header {
    flex: 1;
}
.page-template-coming-soon .row:not(.col-no-space) {
    margin-bottom: 0;
}

  .mad-404 .mad-content{
    padding-top: 10rem;
}

.tribe-events-single .tribe-events-schedule {
    margin-top: 16px;
}

.mad-widget.widget_tag_cloud .tagcloud > a {
    font-size: 1.125rem !important;
}

.mad-widget.widget_latest_tweets_widget .latest-tweets ul{
	font-size: 20px;
}

.steakbreak-post .mad-entity h4.mad-entity-title .mad-link:hover {
    text-decoration: underline;
}
.steakbreak-post .mad-entity h6.mad-entity-title .mad-link:hover {
    text-decoration: underline;
}
.related-news .mad-entity h6.mad-entity-title .mad-link:hover {
    text-decoration: underline;
}
.comments-list .comment-reply-link:hover {
    text-decoration: underline;
}
.comment-meta .comment-info-link .comment-reply-link i {
    margin-right: 5px;
}
.elementor-widget-steakbreak_post .steakbreak-post .mad-grid--isotope .mad-grid-item.quote .mad-entity-body,
.elementor-widget-steakbreak_post .steakbreak-post .mad-grid--isotope .mad-grid-item.link .mad-entity-body
{
	display:none;
}

.elementor-widget-steakbreak_post .steakbreak-post .mad-grid--isotope  .mad-entity .mad-entity-body time {
    font-size: 18px;
}
.single-post .single-entry-holder .single.content-element-5 time {
    font-size: 20px;
}

.single-post .single-entry-holder .gallery[class*="gallery-columns"] {
    margin-bottom: 2rem;
}

.single-post .single-entry-holder .entry-box.single-entry .single-content.content-element-5:not(:last-child) {
    margin-bottom: 2.0rem;
}

.comment-respond #cancel-comment-reply-link{
	color: #ca3c3f;
	margin-left: 16px;
}
.comment-respond #cancel-comment-reply-link:hover {
    text-decoration: underline;
}

.row:not(.no-gutters).hr-size-21 > [class*="col-"] {
    padding-bottom: 0;
    margin-bottom: 5rem;
}

.comment-respond .mad-contact-form.size-2 .mad-col:not(:last-child) {
    margin-bottom: .5rem !important;
}
.comment-respond .mad-contact-form.size-2 p.comment-form-cookies-consent {
    margin-bottom: .5rem !important;
}

.mprm-cart-toppings-wrapper .mprm-item .mprm-topping-option .mprm-spinner{
    padding-right: 0.25rem;
	padding-left: 0.25rem;
	padding-top: 2px;
    padding-bottom: 2px;
}
  
.widget.mad-widget.mprm_widget .mprm-container.mprm-widget-categories .mprm-row {
    padding-left: 1.5rem;
	position: relative;
}
.widget.mad-widget.mprm_widget .mprm-container.mprm-widget-categories .mprm-row::before {
    font-family: 'Material Icons';
    content: 'arrow_forward';
    font-weight: normal;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 2rem;
    position: absolute;
    left: 0;
    top: 0;
    color: #f2a057;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.elementor-widget-our_specialties .mad-filter > li > a:hover {
    color: #262123;
    border-bottom-color: inherit;
}

.single-mp_menu_item .mad-product-single h2.mad-product-title {
    font-size: 56px;
    line-height: 64px;
}
.single-tribe_events h2.tribe-events-single-event-title {
    font-size: 56px;
    line-height: 64px;
}

#mprm_checkout_cart .mprm-cart-topping .mprm-cart-topping-actions .mprm-cart-topping-remove-item-btn:before {
    content: 'cancel';
    font-size: 1rem;
    font-family: 'Material Icons Outlined';
    display: inline-block;
    vertical-align: -3px;
    margin-right: 6px;
}

.elementor-widget-steakbreak_accordion dd + dt {
    margin-top: 0;
}
.elementor-widget-steakbreak_accordion dt, .elementor-widget-steakbreak_accordion dd {
    padding: 0;
}

.elementor-widget-steakbreak_reservation_form .with-icon select {
    font-size: 1.25rem;
	font-family: 'Gentium Basic';
}

.mad-pricing-tables.type-3 .steakbreak-pricing-table-text {
   max-width:350px;
   margin-left: auto;
   margin-right: auto;
}

.mad-tabs.mad-tabs--tour-sections .mad-tabs-container .mad-tab img[class*="align"] {
    margin-bottom: 30px;
}
 .mad-tabs.mad-tabs--tour-sections .mad-tabs-container .mad-tab img.aligncenter {
    margin-left: 0;
   margin-right: 0;
} 
.elementor-widget-steakbreak_dropcap .mad-dropcap{
	font-size: 1.25rem;
}

.elementor-widget-steakbreak_home_contact .steakbreak-home-contact-info.full-style   .mad-colorizer-bg-color.with-map {
    position: unset;
    background: transparent;
}

 .elementor-widget-steakbreak_events .mad-testimonials.style-2.single-item .mad-events.owl-carousel .mad-text-large.mad-event-date {
    margin-bottom: 2rem;
}

.elementor-widget-steakbreak_tabs .mad-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav a {
    border-bottom: 1px solid transparent;
}
.elementor-widget-steakbreak_tabs .mad-tabs:not(.mad-tabs--unstyled):not(.mad-tabs--style-2) .mad-tabs-nav > span.mad-active a {
    text-decoration: none;
	border-bottom-color: inherit;
}

.mad-event-content .tribe-events-calendar-list__event-venue a.mad-link:hover {
    text-decoration: underline;
}
.mad-event-content .mad-event-title .tribe-events-calendar-list__event-title-link.mad-link {
	border-bottom: 1px solid transparent;
}
.mad-event-content .mad-event-title .tribe-events-calendar-list__event-title-link.mad-link:hover {
    border-color: inherit;
}
.tribe-events-c-nav__list-item a.tribe-events-c-nav__prev:hover, 
.tribe-events-c-nav__list-item a.tribe-events-c-nav__next:hover 
{
    text-decoration: underline;
}

.mad-footer.footer-1 .main-footer.fs-top.top-footer:not(:last-child) {
    margin-bottom: 6.5rem;
}

.widget_latest_tweets_widget a:hover 
{
    text-decoration: underline;
}

.mad-entity-footer .tags-wrap .tagcloud > a {
    padding-bottom: 1px;
    padding-top: 1px;
}

.mpto-topping-buy-button .mprm_purchase_form .mprm-section .mprm-cart-toppings-wrapper .mprm-list-wrapper ul.mprm-list li[class^=mprm-topping_] .mprm-item .mprm-topping-row.mprm-topping-option input {
    border: 2px solid #f2e4df;
}

.mprm-item .mprm-topping-option  input[type="checkbox"], .mprm-item .mprm-topping-option  input[type="radio"] {
    width: 28px;
    height: 28px;
}

.mprm-item .mprm-topping-option input[type="checkbox"]{
	/* display: none; */
	position:relative;
	outline: 0px none transparent;
	-webkit-appearance: none !important;
}
.mprm-item .mprm-topping-option input[type="checkbox"]::before {
    content: "";
    border: 2px solid #f2e4df;
    width: 28px;
    height: 28px;
    position: absolute;
	background:#fff;
    left: 0;
    top: 0;
    border-radius: 0.5rem;
}
.mprm-item .mprm-topping-option input[type="checkbox"]::after {
    font-family: 'Linearicons';
    content: "\e934";
    color: #1c181a;
    font-size: 1.0rem;
    line-height: 28px;
    position: absolute;
    left: 1px;
    width: 28px;
    text-align: center;
    top: 0;
    visibility: hidden;
}
.mprm-item .mprm-topping-option input[type="checkbox"]:checked::after {
    opacity: 1;
    visibility: visible;
}
.mpto-topping-buy-button .mprm_purchase_form .mprm-section .mprm-cart-toppings-wrapper .mprm-title {
    color: #262123;
	font-size: 1.125rem;
    line-height: 1.5rem;
	letter-spacing: -0.5px;
    font-family: 'Arvo', serif;
}

.mprm-container.mprm-widget-categories .mprm-menu-category .mprm-category-content .mprm-link:hover {
    border-color: inherit;
}
.mprm-container.mprm-widget-categories .mprm-menu-category .mprm-category-content .mprm-link .mprm-title, 
.mprm-container.mprm-widget-categories .mprm-menu-category .mprm-category-content .mprm-link
{
    display: inline-block;
	line-height: 24px;
}
.mprm_widget .mprm-widget-items.mprm-view-list .mprm-title a {
	border-bottom: 1px solid transparent;
}
.mprm_widget .mprm-widget-items.mprm-view-list .mprm-title a:hover {
    border-color: #262123;
}
.mprm-widget-items.mprm-view-list .mprm-ingredients-delimiter{
	font-size:0;
}
.mprm-widget-items.mprm-view-list .mprm-ingredients-delimiter:after{
	content:',';
	font-size:1rem;
	margin-left: -2px;
}
.elementor-widget-our_specialties .mprm_menu_item_buy_button form.mprm_purchase_form .mprm-add-to-cart {
    margin-right: 0;
}
#mprm_checkout_wrap #mprm_checkout_cart a.mprm_checkout_cart_item_title.mad-link{
	color: #262123;
}

#mprm_checkout_wrap #mprm_checkout_cart a.mprm_cart_remove_item_btn.mad-link:hover, 
#mprm_checkout_wrap #mprm_checkout_cart a.mprm-cart-topping-remove-item-btn.mad-link:hover 
{
    text-decoration: underline;
}

.mad-widget.widget_popular_posts .mad-entity-title a:hover, 
.widget_instagram-feed-widget #sb_instagram .sbi_follow_btn a:hover
{
    text-decoration: underline;
}

.mprm-cart.mad-products.mad-product-small  a.mad-product-title.mad-link:hover,
#mprm_checkout_wrap #mprm_checkout_cart a.mprm_checkout_cart_item_title.mad-link:hover
{
	text-decoration: underline !important;
}

#mprm_purchase_form_wrap #mprm_register_account_fields > span legend{
	font-size: 2.25rem;
    line-height: 3rem;
    font-weight: bold;
    color: #262123;
    letter-spacing: -0.5px;
    margin-bottom: 1.5rem;
    font-family: 'Arvo', serif;
}
#mprm_checkout_form_wrap #mprm_register_account_fields {
    margin-top: 0;
    padding-top: 0;
}

.tribe-events .datepicker .next:before {
    margin-left: -12px;
}

.elementor-widget-steakbreak_reservation_form .with-icon select {
    position: relative;
}

.mad-team.big-type .mad-team-member h2.mad-team-member-name{
	font-size: 60px;
}
.mad-team.big-type .mad-team-member .mad-team-info{
	font-size: 20px;
}
.mad-team.big-type .mad-team-member {
    background: #f9f3f1;
}
.mad-team.big-type .mad-team-member-photo {
    border-radius: 0;
}
.mad-team.big-type {
    border-radius: 16px;
	overflow: hidden;
}

form.one-line.search-form [class*="btn"]:after {
    background-color: #ffffff;
}

form.one-line.search-holder [class*="btn"]:after {
    background-color: #ffffff;
}

.search-results .mad-grid--isotope.item-col-2 .mad-entity .mad-entity-media .post-thumbnail-link img {
    width: 100%;
}

.search-no-results .mad-content .post-item.not-found{
    text-align: center;
}
.search-no-results .post-content > .row > .col-sm-6 {
    margin: 0 auto;
}

.search.search-results .mad-breadcrumb {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
}

.related-news .mad-entity .mad-entity-media .post-thumbnail-link img {
    width: 100%;
}

.elementor-widget-our_specialties .mad-spec-item .mad-spec-tags .mad-spec-el span:not(:last-child):after {
    content: ',';
}