.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{background-color:transparent;border:3px solid;color:#69727d}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-block-start:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{height:1em;width:1em}.elementor-widget-text-editor .elementor-drop-cap{float:inline-start;font-size:50px;line-height:1;text-align:center}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}:root {
--fixed-rows-height: 0px;
} .trx_addons_hide_cursor,
.trx_addons_hide_cursor * {
cursor: none !important;
} #page_preloader {
background-color: #f0f0f0;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
opacity: 0.8;
position: fixed;
z-index: 1000000;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
}
body.elementor-editor-active #page_preloader {
display: none !important;
}
.preloader_wrap {
display: inline-block;
vertical-align: top;
padding-top: 1px;
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.preloader_wrap > div {
width: 10px;
height: 10px;
line-height: 10px;
text-align: center;
background-color: #efa758;
} .preloader_wrap > div[class*="preloader_circ"] {
margin-right: 5px;
border-radius: 50%;
display: inline-block;
-webkit-animation: preloader-circle 0.7s infinite ease-in-out;
-ms-animation: preloader-circle 0.7s infinite ease-in-out;
animation: preloader-circle 0.7s infinite ease-in-out;
}
.preloader_wrap > div.preloader_circ2 {
-webkit-animation-delay: -0.6s;
-ms-animation-delay: -0.6s;
animation-delay: -0.6s;
}
.preloader_wrap > div.preloader_circ3 {
-webkit-animation-delay: -0.5s;
-ms-animation-delay: -0.5s;
animation-delay: -0.5s;
}
.preloader_wrap > div.preloader_circ4 {
-webkit-animation-delay: -0.4s;
-ms-animation-delay: -0.4s;
animation-delay: -0.4s;
}
.preloader_wrap > div.preloader_circ5 {
-webkit-animation-delay: -0.3s;
-ms-animation-delay: -0.3s;
animation-delay: -0.3s;
}
@-webkit-keyframes preloader-circle {
0%, 40%, 100% {
-webkit-transform: translateY(-10px);
}
20% {
-webkit-transform: translateY(-20px);
}
}
@keyframes preloader-circle {
0%, 40%, 100% {
transform: translateY(-10px);
-webkit-transform: translateY(-10px);
}
20% {
transform: translateY(-20px);
-webkit-transform: translateY(-20px);
}
} .preloader_wrap.preloader_square {
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
}
.preloader_wrap > div.preloader_square1,
.preloader_wrap > div.preloader_square2 {
position: absolute;
z-index: 1;
top: 0;
left: 0;
-webkit-animation: preloader-square 1.8s infinite ease-in-out;
-ms-animation: preloader-square 1.8s infinite ease-in-out;
animation: preloader-square 1.8s infinite ease-in-out;
}
.preloader_wrap > div.preloader_square2 {
-webkit-animation-delay: -0.9s;
-ms-animation-delay: -0.9s;
animation-delay: -0.9s;
}
@-webkit-keyframes preloader-square {
25% {
-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
}
50% {
-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
}
75% {
-webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
}
100% {
-webkit-transform: rotate(-360deg);
}
}
@keyframes preloader-square {
25% {
transform: translateX(42px) rotate(-90deg) scale(0.5);
-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
}
50% {
transform: translateX(42px) translateY(42px) rotate(-179deg);
-webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
}
50.1% {
transform: translateX(42px) translateY(42px) rotate(-180deg);
-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
}
75% {
transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
-webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
}
100% {
transform: rotate(-360deg);
-webkit-transform: rotate(-360deg);
}
} .preloader_wrap .preloader_dot {
display: inline-block;
vertical-align: top;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.preloader_wrap .preloader_dot + .preloader_dot {
margin-left: 20px;
}
.preloader_wrap #preloader_dot_one {
-webkit-animation: preloader_dot_one 1.5s infinite;
-ms-animation: preloader_dot_one 1.5s infinite;
animation: preloader_dot_one 1.5s infinite;
}
.preloader_wrap #preloader_dot_two {
-webkit-animation: preloader_dot_two 1.5s infinite;
-ms-animation: preloader_dot_two 1.5s infinite;
animation: preloader_dot_two 1.5s infinite;
-webkit-animation-delay: 0.25s;
-ms-animation-delay: 0.25s;
animation-delay: 0.25s;
}
.preloader_wrap #preloader_dot_three {
-webkit-animation: preloader_dot_three 1.5s infinite;
-ms-animation: preloader_dot_three 1.5s infinite;
animation: preloader_dot_three 1.5s infinite;
-webkit-animation-delay: 0.5s;
-ms-animation-delay: 0.5s;
animation-delay: 0.5s;
}
@-webkit-keyframes preloader_dot_one {
75% {
-webkit-transform: scale(0);
}
}
@keyframes preloader_dot_one {
75% {
transform: scale(0);
-webkit-transform: scale(0);
}
}
@-webkit-keyframes preloader_dot_two {
75% {
-webkit-transform: scale(0);
}
}
@keyframes preloader_dot_two {
75% {
transform: scale(0);
-webkit-transform: scale(0);
}
}
@-webkit-keyframes preloader_dot_three {
75% {
-webkit-transform: scale(0);
}
}
@keyframes preloader_dot_three {
75% {
transform: scale(0);
-webkit-transform: scale(0);
}
} .trx_addons_loading {
background-image: url(//www.shimmyshakeberlin.com/wp-content/plugins/trx_addons/css/images/preloader.gif) !important;
background-position: center !important;
background-repeat: no-repeat !important;
} .trx_addons_button_close {
display: block;
cursor: pointer;
width: 3rem;
height: 3rem;
line-height: 3rem;
text-align: center;
position: absolute;
z-index: 1;
top: 0;
right: 0;
}
.trx_addons_button_close_icon {
position: absolute;
z-index: 2;
top: 25%;
left: 25%;
width: 50%;
height: 50%;
line-height: 50%;
text-align: center;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: -webkit-transform 0.3s ease;
-ms-transition: -ms-transform 0.3s ease;
transition: transform 0.3s ease;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.trx_addons_button_close:hover .trx_addons_button_close_icon {
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.trx_addons_button_close_icon:before,
.trx_addons_button_close_icon:after {
content: ' ';
position: absolute;
z-index: 1;
top: 50%;
left: 0;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
width: 100%;
height: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
border-top: 2px solid #fff;
-webkit-transition: border-color 0.3s ease;
-ms-transition: border-color 0.3s ease;
transition: border-color 0.3s ease;
}
.trx_addons_button_close_icon:before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.trx_addons_button_close_icon:after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
} .trx_addons_scroll_to_top {
display: block;
background: #fff;
cursor: pointer;
opacity: 0;
position: fixed;
z-index: 7999;
bottom: -4em;
right: 2em;
width: 3em;
height: 3em;
line-height: 3em;
text-align: center;
}
.trx_addons_scroll_to_top.trx_addons_scroll_to_top.trx_addons_scroll_to_top {
-webkit-transition: -webkit-transform 0.3s ease, bottom 0.3s ease, color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
-ms-transition: -ms-transform 0.3s ease, bottom 0.3s ease, color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
transition: transform 0.3s ease, bottom 0.3s ease, color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
}
body.elementor-editor-active .trx_addons_scroll_to_top {
z-index: 999999;
}
.trx_addons_scroll_to_top:before {
margin: 0 !important;
}
.trx_addons_scroll_to_top.show {
opacity: 1;
bottom: 2em;
}
.trx_addons_scroll_to_top .trx_addons_scroll_progress {
pointer-events: none;
display: block;
}
.trx_addons_scroll_to_top .trx_addons_scroll_progress.trx_addons_scroll_progress_type_horizontal {
position: absolute;
z-index: -1;
bottom: -6px;
left: 0;
width: 0;
height: 2px;
background-color: #fff;
will-change: width;
-webkit-transition: width 0.3s ease;
-ms-transition: width 0.3s ease;
transition: width 0.3s ease;
}
.trx_addons_scroll_to_top .trx_addons_scroll_progress.trx_addons_scroll_progress_type_vertical {
position: absolute;
z-index: -1;
top: 0;
right: -6px;
width: 2px;
height: 0;
background-color: #fff;
will-change: height;
-webkit-transition: height 0.3s ease;
-ms-transition: height 0.3s ease;
transition: height 0.3s ease;
}
.trx_addons_scroll_to_top .trx_addons_scroll_progress.trx_addons_scroll_progress_type_round {
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100%;
line-height: 100%;
text-align: center;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-backface-visibility: hidden;
}
.trx_addons_scroll_to_top .trx_addons_scroll_progress.trx_addons_scroll_progress_type_round svg {
fill: currentColor;
}
.trx_addons_scroll_to_top .trx_addons_scroll_progress.trx_addons_scroll_progress_type_round .trx_addons_scroll_progress_bar {
fill: transparent;
stroke: #fff;
stroke-width: 2;
stroke-dashoffset: 0;
stroke-dasharray: 137.4;
}
.trx_addons_scroll_to_top .trx_addons_scroll_progress.trx_addons_scroll_progress_type_box {
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100%;
line-height: 100%;
text-align: center;
-webkit-backface-visibility: hidden;
}
.trx_addons_scroll_to_top .trx_addons_scroll_progress.trx_addons_scroll_progress_type_box svg {
fill: currentColor;
}
.trx_addons_scroll_to_top .trx_addons_scroll_progress.trx_addons_scroll_progress_type_box .trx_addons_scroll_progress_bar {
fill: transparent;
stroke: #fff;
stroke-width: 2;
stroke-dashoffset: 0;
stroke-dasharray: 176;
} .scroll_progress_wrap {
position: fixed;
left: 0;
right: 0;
height: 5px;
z-index: 999999;
overflow: hidden;
}
.scroll_progress_fixed {
z-index: 10000;
top: var(--fixed-rows-height);
}
.scroll_progress_bottom {
bottom: 0;
height: 8px;
}
.scroll_progress_top {
top: 0;
}
.admin-bar .scroll_progress_top {
top: 32px;
}
.scroll_progress_wrap .scroll_progress_status {
position: absolute;
width: 0;
height: 100%;
top: 0;
left: 0;
background-color: #efa758;
opacity: 0.8;
will-change: width;
-webkit-transition: width 0.8s ease;
-ms-transition: width 0.8s ease;
transition: width 0.8s ease;
}
.rtl .scroll_progress_wrap .scroll_progress_status {
left: unset;
right: 0;
} .trx_addons_show_on_scroll {
-webkit-transition: opacity 0.5s ease;
-ms-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
opacity: 0;
} .fixed_blocks_sticky .sc_column_fixed.elementor-column {
display: block;
}
.fixed_blocks_sticky .sc_column_fixed:not(.elementor-column),
.fixed_blocks_sticky .elementor-section.elementor-section-height-full .sc_column_fixed.elementor-column,
.fixed_blocks_sticky .elementor-section:not(.elementor-section-height-full) .sc_column_fixed.elementor-column > .elementor-column-wrap,
.fixed_blocks_sticky .elementor-section:not(.elementor-section-height-full) .sc_column_fixed.elementor-column > .elementor-widget-wrap {
-webkit-position: sticky;
position: -webkit-sticky;
position: sticky;
top: var(--fixed-rows-height);
-webkit-transition: top 0.3s ease;
-ms-transition: top 0.3s ease;
transition: top 0.3s ease;
} .trx_addons_video_sticky .trx_addons_video_sticky_close {
display: none;
}
.trx_addons_video_sticky_on .trx_addons_video_sticky_inner,
.trx_addons_video_sticky_on .trx_addons_video_sticky_inner iframe {
width: 480px !important;
height: 270px !important;
}
.trx_addons_video_sticky_on .trx_addons_video_sticky_close {
display: block;
position: fixed;
z-index: 100100;
bottom: 270px;
right: 0;
left: auto !important;
top: auto !important;
}
.trx_addons_video_sticky_on .trx_addons_video_sticky_inner {
position: fixed;
z-index: 21;
bottom: 0;
right: 0;
}
.trx_addons_video_sticky_on .trx_addons_video_sticky_inner .trx_addons_video_list_title_wrap,
.trx_addons_video_sticky_on .trx_addons_video_sticky_inner .trx_addons_video_player.with_cover:not(.video_play) + .trx_addons_video_list_title_wrap {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.trx_addons_video_sticky_on .trx_addons_video_sticky_inner .trx_addons_video_list_title_wrap {
position: absolute;
z-index: 1;
top: -3rem;
left: 0;
width: 100%;
height: 3rem;
max-width: none;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
background-color: #fff;
padding: 0.5em 3.5rem 0.5em 1em;
overflow: hidden;
}
.trx_addons_video_sticky_on .trx_addons_video_sticky_inner .trx_addons_video_list_title_wrap .trx_addons_video_list_subtitle,
.trx_addons_video_sticky_on .trx_addons_video_sticky_inner .trx_addons_video_list_title_wrap .trx_addons_video_list_meta {
display: none;
}
.trx_addons_video_sticky_on .trx_addons_video_sticky_inner .trx_addons_video_list_title_wrap .trx_addons_video_list_title {
color: #333;
font-size: 1.25em;
line-height: 1.25em;
} .post_featured.with_video .video_frame .wp-video,
.post_featured.with_video_autoplay .video_frame .wp-video,
.trx_addons_video_player.with_video .video_frame .wp-video,
.trx_addons_video_player.with_video_autoplay .video_frame .wp-video,
.sc_layouts_blog_item_featured .post_featured.with_video .video_frame .wp-video {
width: 100% !important;
}
.post_featured.with_video .video_frame .wp-video video,
.post_featured.with_video_autoplay .video_frame .wp-video video,
.trx_addons_video_player.with_video .video_frame .wp-video video,
.trx_addons_video_player.with_video_autoplay .video_frame .wp-video video,
.sc_layouts_blog_item_featured .post_featured.with_video .video_frame .wp-video video {
width: 100% !important;
height: auto !important;
} .post_featured.with_video_autoplay:not(.post_featured_bg):not(.with_thumb),
.trx_addons_video_player.with_video_autoplay:not(.post_featured_bg):not(.with_thumb),
.sc_layouts_blog_item_featured .post_featured.with_video_autoplay:not(.post_featured_bg):not(.with_thumb) {
display: block;
}
.post_featured.with_video_autoplay:not(.post_featured_bg):not(.with_thumb) .video_frame,
.trx_addons_video_player.with_video_autoplay:not(.post_featured_bg):not(.with_thumb) .video_frame,
.sc_layouts_blog_item_featured .post_featured.with_video_autoplay:not(.post_featured_bg):not(.with_thumb) .video_frame {
position: relative;
left: auto;
right: auto;
top: auto;
bottom: auto;
}
.post_featured.with_video_autoplay .video_frame,
.trx_addons_video_player.with_video_autoplay .video_frame,
.sc_layouts_blog_item_featured .post_featured.with_video_autoplay .video_frame {
opacity: 0;
}
.post_featured.with_video_autoplay .video_frame.video_frame_visible,
.trx_addons_video_player.with_video_autoplay .video_frame.video_frame_visible,
.sc_layouts_blog_item_featured .post_featured.with_video_autoplay .video_frame.video_frame_visible {
opacity: 1 !important;
}
.post_featured.with_video_autoplay .video_frame .video_frame_overlay,
.trx_addons_video_player.with_video_autoplay .video_frame .video_frame_overlay,
.sc_layouts_blog_item_featured .post_featured.with_video_autoplay .video_frame .video_frame_overlay {
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.post_featured.with_video_autoplay .video_frame .video_frame_controls,
.trx_addons_video_player.with_video_autoplay .video_frame .video_frame_controls,
.sc_layouts_blog_item_featured .post_featured.with_video_autoplay .video_frame .video_frame_controls {
position: absolute;
z-index: 1;
top: 0;
right: 0;
z-index: 10;
white-space: nowrap;
background-color: rgba(0, 0, 0, 0.25);
}
.post_featured.with_video_autoplay .video_frame .video_frame_controls [class*="video_frame_control_"],
.trx_addons_video_player.with_video_autoplay .video_frame .video_frame_controls [class*="video_frame_control_"],
.sc_layouts_blog_item_featured .post_featured.with_video_autoplay .video_frame .video_frame_controls [class*="video_frame_control_"] {
display: inline-block;
vertical-align: top;
width: 2em;
height: 2em;
line-height: 2em;
text-align: center;
line-height: 1.5em;
padding: 0.25em 0.5em;
color: #fff;
}
.post_featured.with_video_autoplay .video_frame .video_frame_controls [class*="video_frame_control_"]:hover,
.trx_addons_video_player.with_video_autoplay .video_frame .video_frame_controls [class*="video_frame_control_"]:hover,
.sc_layouts_blog_item_featured .post_featured.with_video_autoplay .video_frame .video_frame_controls [class*="video_frame_control_"]:hover {
color: #f0f0f0;
cursor: pointer;
}
.post_featured.with_video_autoplay .video_frame .video_frame_controls [class*="video_frame_control_"]:before,
.trx_addons_video_player.with_video_autoplay .video_frame .video_frame_controls [class*="video_frame_control_"]:before,
.sc_layouts_blog_item_featured .post_featured.with_video_autoplay .video_frame .video_frame_controls [class*="video_frame_control_"]:before {
font-family: "trx_addons_icons";
}
.post_featured.with_video_autoplay .video_frame .video_frame_controls [class*="video_frame_control_"].video_frame_control_stop:before,
.trx_addons_video_player.with_video_autoplay .video_frame .video_frame_controls [class*="video_frame_control_"].video_frame_control_stop:before,
.sc_layouts_blog_item_featured .post_featured.with_video_autoplay .video_frame .video_frame_controls [class*="video_frame_control_"].video_frame_control_stop:before {
content: '\e89a';
}
.post_featured.with_video_autoplay .video_frame .video_frame_controls [class*="video_frame_control_"].video_frame_control_volume_mute:before,
.trx_addons_video_player.with_video_autoplay .video_frame .video_frame_controls [class*="video_frame_control_"].video_frame_control_volume_mute:before,
.sc_layouts_blog_item_featured .post_featured.with_video_autoplay .video_frame .video_frame_controls [class*="video_frame_control_"].video_frame_control_volume_mute:before {
content: '\e897';
}
.post_featured.with_video_autoplay .video_frame .video_frame_controls [class*="video_frame_control_"].video_frame_control_volume_unmute:before,
.trx_addons_video_player.with_video_autoplay .video_frame .video_frame_controls [class*="video_frame_control_"].video_frame_control_volume_unmute:before,
.sc_layouts_blog_item_featured .post_featured.with_video_autoplay .video_frame .video_frame_controls [class*="video_frame_control_"].video_frame_control_volume_unmute:before {
content: '\e896';
}
.post_featured.with_video_autoplay .video_frame .video_frame_controls [class*="video_frame_control_"].video_frame_control_state_play:before,
.trx_addons_video_player.with_video_autoplay .video_frame .video_frame_controls [class*="video_frame_control_"].video_frame_control_state_play:before,
.sc_layouts_blog_item_featured .post_featured.with_video_autoplay .video_frame .video_frame_controls [class*="video_frame_control_"].video_frame_control_state_play:before {
content: '\e8e5';
}
.post_featured.with_video_autoplay .video_frame .video_frame_controls [class*="video_frame_control_"].video_frame_control_state_pause:before,
.trx_addons_video_player.with_video_autoplay .video_frame .video_frame_controls [class*="video_frame_control_"].video_frame_control_state_pause:before,
.sc_layouts_blog_item_featured .post_featured.with_video_autoplay .video_frame .video_frame_controls [class*="video_frame_control_"].video_frame_control_state_pause:before {
content: '\e8e4';
}
body.elementor-editor-active .post_featured.with_video_autoplay .video_frame,
body.elementor-editor-active .trx_addons_video_player.with_video_autoplay .video_frame,
body.elementor-editor-active .sc_layouts_blog_item_featured .post_featured.with_video_autoplay .video_frame {
opacity: 1;
} .video_frame .fb_iframe_widget span {
width: auto !important;
height: auto !important;
} body:not(.fixed_blocks_sticky) .sc_stack_section_effect_slide.sc_stack_section_fixed,
.sc_stack_section_effect_fade.sc_stack_section_fixed {
position: fixed !important;
left: 0 !important;
right: 0 !important;
top: 0;
}
body.fixed_blocks_sticky .sc_stack_section_effect_slide:not(.elementor-element-edit-mode) {
-webkit-position: sticky;
position: -webkit-sticky;
position: sticky;
top: var(--fixed-rows-height);
}
.sc_stack_section_effect_fade:not(.elementor-element-edit-mode) {
opacity: 0;
}
.body_style_fullscreen:not(.elementor-editor-active).sc_stack_section_present .content_wrap_fullscreen, .body_style_fullscreen:not(.elementor-editor-active).fixed_blocks_sticky .content_wrap_fullscreen {
overflow: clip;
} .iColorPickerTable table.colorPickerTable td {
padding: 0 2px;
}
.iColorPickerTable .iColorPicker_moreColors {
background-image: url(//www.shimmyshakeberlin.com/wp-content/plugins/trx_addons/css/images/colorpicker_morecolors.png);
background-repeat: no-repeat;
display: inline-block;
vertical-align: middle;
margin-left: 0.5em;
width: 1em;
height: 1em;
line-height: 1em;
text-align: center;
-webkit-box-shadow: none !important;
-ms-box-shadow: none !important;
box-shadow: none !important;
} div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
font-family: inherit;
font-size: 1em;
line-height: inherit;
}
div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
color: inherit;
background: none;
border-style: none;
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
div.ui-datepicker {
background-color: #fff;
}
div.ui-accordion .ui-accordion-header {
padding: 0;
}
div.ui-accordion .ui-accordion-header-icon {
display: none;
}
div.ui-tabs,
div.ui-tabs .ui-tabs-panel,
div.ui-tabs .ui-tabs-nav {
padding: 0;
}
div.ui-tabs .ui-tabs-nav li {
float: none;
margin: 0;
}
div.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
float: none;
} .trx_addons_tabs .trx_addons_tabs_content + .trx_addons_tabs_content {
display: none;
}
.trx_addons_tabs .trx_addons_tabs_titles li:before {
display: none;
}
.trx_addons_tabs .trx_addons_tabs_titles li {
display: inline-block;
font-size: 0.8462em;
line-height: 1.7273em;
font-weight: 700;
padding: 0;
margin: 0;
border: none;
text-transform: uppercase;
position: relative;
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
.trx_addons_tabs .trx_addons_tabs_titles li + li {
margin-left: 1em;
}
.trx_addons_tabs .trx_addons_tabs_titles li.ui-tabs-active:after {
content: ' ';
display: block;
position: absolute;
z-index: 1;
top: auto;
right: 0;
bottom: -2px;
left: 0;
height: 2px;
background-color: #000;
}
.trx_addons_tabs .trx_addons_tabs_titles li.trx_addons_tabs_title > a {
padding: 0;
float: none;
}
.trx_addons_tabs .trx_addons_tabs_content {
padding: 0;
border: none;
overflow: hidden;
}
.trx_addons_tabs_with_titles .trx_addons_tabs_content {
padding-top: 1.5em;
font-family: inherit;
font-size: 1em;
line-height: inherit;
background: none;
} .trx_addons_range_slider {
display: block;
position: relative;
font-family: inherit;
font-size: 1em;
line-height: inherit;
margin-top: 1em;
margin-bottom: 1.5em;
}
.trx_addons_range_slider_label {
font-size: 0.75em;
line-height: 1em;
font-weight: bold;
position: absolute;
z-index: 1;
bottom: -1.5em;
left: 0;
}
.trx_addons_range_slider_label_min {
color: #aaa;
}
.trx_addons_range_slider_label_max {
left: auto;
right: 0;
color: #aaa;
}
.trx_addons_range_slider_label_cur {
-webkit-transform: translateX(-25%);
-ms-transform: translateX(-25%);
transform: translateX(-25%);
bottom: auto;
top: -1.5em;
}
.trx_addons_range_slider_label_cur + .trx_addons_range_slider_label_cur {
-webkit-transform: translateX(-75%);
-ms-transform: translateX(-75%);
transform: translateX(-75%);
}
.trx_addons_range_slider[data-range="true"] .trx_addons_range_slider_label_cur {
display: none;
}
div.ui-slider {
position: relative;
text-align: left;
background-color: #f7f7f7;
border: 1px solid #ddd;
-webkit-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
}
div.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
display: block;
border: 0;
background-position: 0 0;
background-color: #f0f0f0;
}
div.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 14px;
height: 14px;
line-height: 14px;
text-align: center;
cursor: default;
-ms-touch-action: none;
touch-action: none;
background-color: #e0e0e0;
border: 1px solid #d0d0d0;
-webkit-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
}
div.ui-slider.ui-state-disabled .ui-slider-handle,
div.ui-slider.ui-state-disabled .ui-slider-range {
filter: inherit;
}
div.ui-slider-horizontal {
height: 10px;
}
div.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
div.ui-slider-horizontal .ui-slider-range-min {
left: 0;
}
div.ui-slider-horizontal .ui-slider-range-max {
right: 0;
}
div.ui-slider-horizontal .ui-slider-handle {
top: -2px;
margin-left: -7px;
}
div.ui-slider-vertical {
width: 10px;
height: 100px;
}
div.ui-slider-vertical .ui-slider-range {
left: 0;
width: 100%;
}
div.ui-slider-vertical .ui-slider-range-min {
bottom: 0;
}
div.ui-slider-vertical .ui-slider-range-max {
top: 0;
}
div.ui-slider-vertical .ui-slider-handle {
left: -2px;
margin-bottom: -7px;
margin-left: 0;
} .select2-container {
display: inline-block;
vertical-align: middle;
position: relative;
margin: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.select2-container .select2-selection--single {
cursor: pointer;
display: block;
height: auto !important;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.select2-container .select2-selection--single .select2-selection__rendered {
display: block;
padding-left: 8px;
padding-right: 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
position: relative;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
padding-right: 8px;
padding-left: 20px;
}
.select2-container .select2-selection--multiple {
cursor: pointer;
display: block;
min-height: 0 !important;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
display: inline-block;
overflow: hidden;
padding-left: 8px;
text-overflow: ellipsis;
white-space: nowrap;
}
.select2-container .select2-search--inline {
float: left;
}
.select2-container .select2-search--inline .select2-search__field {
font-size: 100%;
margin-top: 0 !important;
padding: 0 !important;
border: none;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none;
}
.select2-dropdown {
background-color: #fff;
border: 1px solid #aaa;
display: block;
width: 100%;
position: absolute;
z-index: 1051;
top: 0;
left: -100000px;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
}
.select2-results {
display: block;
}
.select2-results__options {
list-style: none;
margin: 0;
padding: 0;
}
.select2-results__option {
padding: 6px;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.select2-results__option[aria-selected] {
cursor: pointer;
}
.select2-container--open .select2-dropdown {
left: 0;
}
.select2-container--open .select2-dropdown--above {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.select2-search--dropdown {
display: block;
padding: 4px;
}
.select2-search--dropdown .select2-search__field {
padding: 4px;
width: 100%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
display: none;
}
.select2-close-mask {
border: 0;
margin: 0;
padding: 0;
display: block;
position: fixed;
z-index: 99;
top: 0;
left: 0;
width: auto;
height: auto;
min-height: 100%;
min-width: 100%;
opacity: 0;
background-color: #fff;
}
.select2-hidden-accessible {
border: 0 !important;
clip: rect(0 0 0 0) !important;
height: 1px !important;
margin: -1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important;
}
.select2-container--default .select2-selection--single {
background-color: #fff;
border: 1px solid #aaa;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: 700;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
display: inline-block;
color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
position: absolute;
z-index: 1;
top: 50% !important;
right: 1px;
width: 20px;
height: 26px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
margin-left: -4px;
margin-top: -2px;
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
width: 0;
height: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
left: 1px;
right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
background-color: #eee;
cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
background-color: #fff;
border: 1px solid #aaa;
cursor: text;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
list-style: none;
margin: 0;
padding: 0 5px;
width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
color: #999;
margin-top: 5px;
float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: 700;
margin-top: 5px;
margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color: #999;
cursor: pointer;
display: inline-block;
font-weight: 700;
margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #333;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
float: right;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
margin-left: 5px;
margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
border: solid #000 1px;
outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
background-color: #eee;
cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
background: 0 0;
border: none;
outline: 0;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
-webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
margin-left: -1em;
padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -2em;
padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -3em;
padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -4em;
padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -5em;
padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #0073aa;
color: #fff;
}
.select2-container--default .select2-results__group {
cursor: default;
display: block;
padding: 6px;
}
.select2-container--classic .select2-selection--single {
background-color: #f7f7f7;
border: 1px solid #aaa;
border-radius: 4px;
outline: 0;
background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--single:focus {
border: 1px solid #0073aa;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: 700;
margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
position: absolute;
z-index: 1;
top: 1px;
right: 1px;
width: 20px;
height: 26px;
background-color: #ddd;
border: none;
border-left: 1px solid #aaa;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
width: 0;
height: 0;
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
margin-left: -4px;
margin-top: -2px;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
border: none;
border-right: 1px solid #aaa;
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
left: 1px;
right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
border: 1px solid #0073aa;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
background: 0 0;
border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
background-repeat: repeat-x;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--multiple {
background-color: #fff;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text;
outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
border: 1px solid #0073aa;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
list-style: none;
margin: 0;
padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
color: #888;
cursor: pointer;
display: inline-block;
font-weight: 700;
margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #555;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
float: right;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
margin-left: 5px;
margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
border: 1px solid #0073aa;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa;
outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
outline: 0;
box-shadow: none;
}
.select2-container--classic .select2-dropdown {
background-color: #fff;
border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
background-color: #3875d7;
color: #fff;
}
.select2-container--classic .select2-results__group {
cursor: default;
display: block;
padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
border-color: #0073aa;
}
div.select2-container .select2-choice {
background-color: #fff;
border: 1px solid #ddd;
color: #32373c;
outline: 0 none;
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
-ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
-webkit-transition: border-color 50ms ease-in-out 0s;
-ms-transition: border-color 50ms ease-in-out 0s;
transition: border-color 50ms ease-in-out 0s;
}
div.select2-drop {
border: 1px solid #ddd;
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
} .page_contact_form {
margin-top: 6em;
padding-top: 6em;
border-top: 1px solid #ddd;
} a.trx_addons_popup_link:before {
display: inline-block;
line-height: inherit;
margin-right: 0.4em;
}
.trx_addons_popup {
position: relative;
margin: 0 auto;
font-family: inherit;
font-size: 1em;
line-height: inherit;
width: 460px;
background-color: #f7f7f7;
background-image: none;
color: #888;
border: 1px solid #ccc;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.trx_addons_popup button.mfp-close {
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
margin: 0 !important;
padding: 0 !important;
background-color: transparent;
color: #292929;
border-bottom: 1px solid #ccc;
font-size: 28px;
width: 50px;
height: 50px;
line-height: 49px;
}
.trx_addons_popup .trx_addons_tabs_titles {
margin-right: 50px;
}
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title {
width: 50%;
border: 1px solid #ccc;
border-width: 0 1px 1px 0;
background-color: #ddd;
background-image: none;
float: none;
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title > a {
display: block;
width: 100%;
height: 49px;
line-height: 49px;
font-size: 18px;
font-weight: 400;
text-align: center;
}
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title > a > i {
display: inline-block;
line-height: inherit;
margin-right: 0.3em;
}
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title[data-disabled="true"] a,
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title[data-disabled="true"] a > i {
color: #a0a0a0;
cursor: not-allowed;
}
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title.ui-tabs-active {
background-color: #f7f7f7;
border-bottom-color: transparent;
padding: 0;
margin: 0;
}
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title.ui-tabs-active:after {
bottom: auto;
top: -1px;
left: -1px;
height: 2px;
}
.trx_addons_popup .trx_addons_tabs_titles + .trx_addons_tabs_content,
.trx_addons_popup .trx_addons_tabs_titles + .trx_addons_tabs_content + .trx_addons_tabs_content {
padding: 2em 1.5em;
position: relative;
}
.trx_addons_left_side,
.trx_addons_right_side {
display: block;
float: left;
width: 50%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.trx_addons_left_side {
padding-right: 1em;
}
.trx_addons_right_side {
padding-left: 1em;
}
.trx_addons_popup_form_wrap form {
position: static;
}
.trx_addons_popup_form_field .sc_form_field {
margin-bottom: 0.8667em;
}
.trx_addons_popup_form_field_remember,
.trx_addons_popup_form_field_agree,
.trx_addons_popup_form_field_pwd_description {
font-size: 0.8667em;
letter-spacing: 0;
margin: 0;
}
.trx_addons_popup_form_field_agree input[type="checkbox"] + label {
cursor: pointer;
}
.trx_addons_popup_form_field_agree input[type="checkbox"] + label:before {
top: 4px;
}
.trx_addons_popup_form_field_forgot_password {
margin-right: 1em;
}
.trx_addons_popup_form_field_remember input[type="checkbox"] + label {
vertical-align: baseline;
}
.trx_addons_popup_form_field_submit {
clear: both;
padding-top: 1.5em;
}
.trx_addons_popup_form_field_submit .submit_button {
padding: 1em 2em;
}
.trx_addons_popup .wp-social-login-provider-list {
padding: 12px 0;
}
.trx_addons_popup .wp-social-login-provider-list a {
margin: 0 2px 2px 0;
}
.trx_addons_popup .trx_addons_loading {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.8);
z-index: 2000000;
display: none;
} .wpcf7-response-output.trx_addons_message_box,
.trx_addons_message_box {
display: none;
max-width: 80%;
padding: 2em;
line-height: 1.2em;
border: 1px solid #00a0d2;
background-color: #e5f5fa;
color: #007599;
position: absolute;
z-index: 1000;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 4px 4px 16px 0px rgba(0, 0, 200, 0.3);
-ms-box-shadow: 4px 4px 16px 0px rgba(0, 0, 200, 0.3);
box-shadow: 4px 4px 16px 0px rgba(0, 0, 200, 0.3);
}
form .trx_addons_message_box {
min-width: 60%;
}
.wpcf7 form.unaccepted .wpcf7-response-output.trx_addons_message_box.trx_addons_message_box_info,
.trx_addons_message_box_info {
border: 1px solid #00a0d2;
background-color: #e5f5fa;
color: #007599;
-webkit-box-shadow: 4px 4px 16px 0px rgba(0, 0, 200, 0.3);
-ms-box-shadow: 4px 4px 16px 0px rgba(0, 0, 200, 0.3);
box-shadow: 4px 4px 16px 0px rgba(0, 0, 200, 0.3);
}
.wpcf7 form.invalid .wpcf7-response-output.trx_addons_message_box.trx_addons_message_box_error,
.wpcf7 form.unaccepted .wpcf7-response-output.trx_addons_message_box.trx_addons_message_box_error,
.trx_addons_message_box_error {
border: 1px solid #f04c49;
background-color: #feeeee;
color: #99302e;
-webkit-box-shadow: 4px 4px 16px 0px rgba(200, 0, 0, 0.3);
-ms-box-shadow: 4px 4px 16px 0px rgba(200, 0, 0, 0.3);
box-shadow: 4px 4px 16px 0px rgba(200, 0, 0, 0.3);
}
.wpcf7 form.sent .wpcf7-response-output.trx_addons_message_box.trx_addons_message_box_success,
.trx_addons_message_box_success {
border: 1px solid #38bb7a;
background-color: #e4f7ed;
color: #2e9963;
-webkit-box-shadow: 4px 4px 16px 0px rgba(0, 200, 0, 0.3);
-ms-box-shadow: 4px 4px 16px 0px rgba(0, 200, 0, 0.3);
box-shadow: 4px 4px 16px 0px rgba(0, 200, 0, 0.3);
}
.trx_addons_message_box_title {
margin: 0 0 0.3em;
}
.trx_addons_message_box_error .trx_addons_message_box_title {
color: #99302e;
}
.trx_addons_message_box_success .trx_addons_message_box_title {
color: #2e9963;
}
.trx_addons_message_box p {
margin: 0;
line-height: 1.2em;
}
.trx_addons_message_box p + p {
margin-top: 0.2em;
} html {
overflow-y: scroll !important;
}
.mfp-bg {
background: #fff;
}
.mfp-wrap.animated:-webkit-full-screen-ancestor:not(iframe) {
-webkit-animation-fill-mode: none;
animation-fill-mode: none;
}
.mfp-wrap .mfp-close {
color: #888;
margin: -44px -14px 0 0;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #888;
margin: 0;
}
.mfp-wrap .mfp-close-icon {
pointer-events: none;
}
.mfp-figure img.mfp-img {
padding-bottom: 0;
max-height: 75vh !important;
}
.mfp-figure figcaption {
margin-bottom: 40px !important;
height: 40px;
padding: 0 16px;
overflow: hidden;
background-color: rgba(255, 255, 255, 0.8);
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
}
.mfp-figure figcaption .mfp-bottom-bar {
left: 16px;
right: 16px;
top: auto;
bottom: 0;
width: auto;
height: 40px;
}
.mfp-figure figcaption .mfp-bottom-bar .mfp-title,
.mfp-figure figcaption .mfp-bottom-bar .mfp-counter {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.mfp-figure figcaption .mfp-bottom-bar .mfp-counter {
left: auto;
right: 0;
}
.mfp-title, .mfp-counter {
color: #888;
}
.wp-caption a[class*="magnific"],
.wp-caption a[class*="prettyPhoto"] {
display: block;
}
.wp-caption a[class*="magnific"] img,
.wp-caption a[class*="prettyPhoto"] img {
vertical-align: top;
} .breadcrumbs {
font-size: 13px;
line-height: 1.4615em;
}
.breadcrumbs .breadcrumbs_item {
display: inline-block;
vertical-align: top;
}
.breadcrumbs .breadcrumbs_delimiter {
display: inline-block;
position: relative;
margin: 0 0.45em;
vertical-align: top;
text-align: center;
}
.breadcrumbs .breadcrumbs_delimiter:before {
content: '/';
} [class^="trx_addons_icon-"]:before,
[class*=" trx_addons_icon-"]:before {
margin: 0;
width: auto;
font-size: inherit;
line-height: inherit !important;
font-weight: inherit;
}
.post_meta_likes.disabled,
.comment_counters_likes.disabled {
color: #e05100;
}
.post_meta_item,
.comment_counters_item {
margin-left: 0.5em;
}
.comment_counters_item {
margin-left: 0;
}
.post_meta_item:before,
.comment_counters_item:before,
.comment_counters_item[class*="icon-"]:before {
line-height: inherit;
margin: 0 0.3em 0 0;
}
.post_meta_item .post_meta_number + .post_meta_label,
.comment_counters .comment_counters_number + .comment_counters_label {
margin-left: 0.3em;
} .trx_addons_emotions {
display: block;
margin-top: 2em;
}
.trx_addons_emotions_item {
display: inline-block;
margin: 0 1em 1em 0;
padding: 1em;
width: 5em;
text-align: center;
cursor: pointer;
background-color: #fff;
border: 1px solid #ddd;
color: #888;
-webkit-transition: -webkit-transform 0.3s ease, color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
-ms-transition: -ms-transform 0.3s ease, color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
transition: transform 0.3s ease, color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}
.trx_addons_emotions_item:hover {
color: #333;
border-color: #aaa;
-webkit-transform: translateY(-3px);
-ms-transform: translateY(-3px);
transform: translateY(-3px);
-webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}
.trx_addons_emotions_active {
color: #333;
border-color: #aaa;
background-color: #f0f0f0;
}
.trx_addons_emotions .trx_addons_emotions_item:before {
display: block;
font-size: 2em;
line-height: 1em;
}
.trx_addons_emotions_item.sc_icon_type_svg svg {
width: 2em;
height: 2em;
}
.trx_addons_emotions_item_number {
font-weight: bold;
display: block;
margin-top: 0.5em;
color: #666;
}
.trx_addons_emotions_item_label {
display: block;
}  .socials_share {
position: relative;
vertical-align: top;
}
.socials_share.socials_wrap {
margin: 0;
}
.socials_share .socials_caption {
display: inline-block;
margin-right: 1em;
}
.socials_share .socials_caption:before {
content: '\e802';
font-family: "trx_addons_icons";
margin-right: 0.4em;
color: inherit;
}
.socials_share.socials_type_drop .socials_caption {
margin-right: 0;
cursor: pointer;
}
.socials_share.socials_type_drop .social_items {
display: none;
position: absolute;
z-index: 1000;
bottom: 3em;
right: 0;
border: 1px solid #eee;
background-color: #ffffff;
padding: 1em 1.5em;
max-width: 10em;
line-height: 2em;
text-align: left;
}
.socials_share.socials_type_drop .social_items:before {
content: ' ';
display: block;
position: absolute;
z-index: 1;
bottom: -5px;
right: 20%;
width: 8px;
height: 8px;
border-bottom: 1px solid #eee;
border-left: 1px solid #eee;
background-color: #ffffff;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.socials_share.socials_type_drop .social_item {
display: block;
text-align: left;
margin: 0;
white-space: nowrap;
cursor: pointer;
}
.socials_share.socials_type_drop .social_item + .social_item {
margin-left: 0;
}
.socials_share.socials_type_drop .social_item .social_icon {
width: auto;
height: auto;
line-height: inherit;
background-color: transparent !important;
text-align: left;
}
.socials_share.socials_type_drop .social_item .social_icon,
.socials_share.socials_type_drop .social_item .social_icon:before,
.socials_share.socials_type_drop .social_item .social_icon span,
.socials_share.socials_type_drop .social_item .social_icon span:before {
color: inherit !important;
}
.socials_share.socials_type_drop .social_item .social_icon span {
display: inline-block;
margin-left: 0;
margin-right: 0.75em;
width: 1em;
line-height: 1em;
} [class*="_banner_wrap"] {
position: relative;
text-align: center;
padding: 2em;
background-position: center;
background-size: cover;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
[class*="_banner_wrap"].banner_hidden {
display: none;
}
[class*="_banner_wrap"]:not(.background_banner_wrap) {
background-color: #f7f7f7;
}
[class*="_banner_wrap"].banner_without_paddings {
padding: 0;
background-color: transparent !important;
}
[class*="_banner_wrap"] > * {
margin: 0;
}
[class*="_banner_wrap"] .banner_wrap_link {
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
[class*="_banner_wrap"] .banner_wrap_title {
font-size: 12px;
line-height: 18px;
font-weight: 500;
letter-spacing: 0.5px;
margin-bottom: 1em;
color: #888;
}
[class*="_banner_wrap"].alignfull .banner_wrap_image,
[class*="_banner_wrap"].alignwide .banner_wrap_image {
max-width: 100%;
width: 100%;
}
.before_sidebar_banner_wrap {
margin-bottom: 2em;
}
.after_sidebar_banner_wrap {
margin-top: 2em;
}
.between_posts_banner_wrap {
margin-bottom: 6em;
}
.before_post_content_banner_wrap {
margin-bottom: 2em;
}
.after_post_content_banner_wrap {
margin-top: 2em;
}
.background_banner_wrap {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
padding: 2em;
background-size: 100% auto;
background-repeat: repeat-y;
background-attachment: fixed;
} .trx_addons_no_posts .trx_addons_no_posts_title {
margin-top: 0;
}  .widget_area .post_item,
aside .post_item {
overflow: hidden;
text-align: left;
margin-bottom: 0;
background-color: transparent;
position: relative;
}
.widget_area .post_item .post_thumb,
aside .post_item .post_thumb {
float: left;
width: 5em;
margin: 0 1em 4px 0;
overflow: hidden;
}
.widget_area .post_item .post_thumb img,
aside .post_item .post_thumb img {
width: 100%;
}
.widget_area .post_item .post_content,
aside .post_item .post_content {
overflow: hidden;
}
.widget_area .post_item .post_title,
aside .post_item .post_title {
margin: -2px 0 4px 0;
text-align: left;
line-height: 1.25em;
font-weight: 400;
}
.widget_area .post_item .post_info,
aside .post_item .post_info {
font-size: 12px;
line-height: 16px;
margin-bottom: 0;
}
.widget_area .post_item .post_info .post_info_item + .post_info_item:before,
aside .post_item .post_info .post_info_item + .post_info_item:before {
content: "";
margin: 0 0 0 5px;
}
.widget_area .post_item .post_categories,
aside .post_item .post_categories {
display: block;
font-size: 10px;
line-height: 10px;
font-weight: 400;
margin-top: 0;
margin-bottom: 0.7em;
position: relative;
padding-right: 3em;
text-transform: uppercase;
}
.widget_area .post_item .post_categories .post_info_counters,
aside .post_item .post_categories .post_info_counters {
position: absolute;
right: 0;
top: 0;
}
.widget_area .post_item .post_categories .post_info_counters .post_meta,
aside .post_item .post_categories .post_info_counters .post_meta {
margin-top: 0;
}
.widget_area .post_item .post_categories .post_info_counters .post_meta_label,
aside .post_item .post_categories .post_info_counters .post_meta_label {
display: none;
}
.widget_area .post_item.trx_addons_customizable,
aside .post_item.trx_addons_customizable {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-justify-content: space-between;
-ms-flex-pack: space-between;
justify-content: space-between;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.widget_area .post_item.trx_addons_customizable .post_thumb,
aside .post_item.trx_addons_customizable .post_thumb {
float: none;
-webkit-flex-shrink: 0;
-ms-flex-shrink: 0;
flex-shrink: 0;
}
.widget_area .post_item.trx_addons_customizable .post_content,
aside .post_item.trx_addons_customizable .post_content {
-webkit-flex-grow: 1;
-ms-flex-grow: 1;
flex-grow: 1;
}
.widget_area .post_item.trx_addons_customizable .post_categories > a,
aside .post_item.trx_addons_customizable .post_categories > a {
display: inline-block;
vertical-align: middle;
}
aside .post_item + .post_item {
margin-top: 1.6em;
} .widget .trx_addons_tabs .trx_addons_tabs_titles {
padding-left: 0;
margin-bottom: 2em;
}
.widget .trx_addons_tabs .trx_addons_tabs_titles li {
font-size: 12px;
line-height: 1.3em;
font-weight: 400;
font-style: normal;
text-transform: uppercase;
letter-spacing: 0;
}
.widget .trx_addons_tabs .trx_addons_tabs_titles li:after {
display: none !important;
}
.widget .trx_addons_tabs .trx_addons_tabs_titles li + li {
margin-left: 0.5em;
}
.widget .trx_addons_tabs .trx_addons_tabs_titles li a {
padding: 0.3em 0.5em;
} aside.widget_fullwidth {
padding: 0 !important;
}
aside.widget_bg_image {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
padding: 2em 1.5em !important; }
aside.widget_bg_image:before {
content: ' ';
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.6);
}
aside.widget_bg_image * {
color: #aaa !important;
}
aside.widget_bg_image .widget_content a {
color: #ddd !important;
}
aside.widget_bg_image .widget_title,
aside.widget_bg_image li,
aside.widget_bg_image li a,
aside.widget_bg_image .widget_content a:hover {
color: #fff !important;
}
aside.widget_bg_image .widget_title,
aside.widget_bg_image .widget_content {
position: relative;
z-index: 2;
} .trx_addons_stretch_height {
min-height: calc( 100vh - var(--fixed-rows-height) );
}
.trx_addons_hidden {
display: none;
}
.trx_addons_invisible {
visibility: hidden;
opacity: 0;
}
.trx_addons_overflow_hidden {
overflow: hidden;
}
.trx_addons_nowrap {
white-space: nowrap;
}
.trx_addons_no_transition {
transition: none !important;
}
.trx_addons_no_transition:before, .trx_addons_no_transition:after {
transition: none !important;
} .trx_addons_columns_wrap {
margin-left: 0px;
margin-right: -30px;
}
.trx_addons_columns_wrap > [class*="trx_addons_column-"] {    display: inline-block;
vertical-align: top;
position: relative;
min-height: 1px;
padding-left: 0px;
padding-right: 30px;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.trx_addons_columns_wrap.columns_padding_left {
margin-left: -30px;
margin-right: 0;
}
.trx_addons_columns_wrap.columns_padding_left > [class*="trx_addons_column-"],
.trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_left {
padding-left: 30px;
padding-right: 0;
}
.trx_addons_columns_wrap.columns_padding_right {
margin-left: 0;
margin-right: -30px;
}
.trx_addons_columns_wrap.columns_padding_right > [class*="trx_addons_column-"],
.trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_right {
padding-left: 0;
padding-right: 30px;
}
.trx_addons_columns_wrap.columns_padding_center {
margin-left: -15px;
margin-right: -15px;
}
.trx_addons_columns_wrap.columns_padding_center > [class*="trx_addons_column-"],
.trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_center {
padding-left: 15px;
padding-right: 15px;
}
.trx_addons_columns_wrap.columns_padding_bottom > [class*="trx_addons_column-"],
.trx_addons_columns_wrap > [class*="trx_addons_column-"].columns_padding_bottom {
padding-bottom: 30px;
}
.trx_addons_columns_wrap.columns_padding_bottom.columns_in_single_row > [class*="trx_addons_column-"] {
padding-bottom: 0;
}
.trx_addons_columns_wrap.no_margin {
margin-left: 0 !important;
margin-right: 0 !important;
}
.trx_addons_columns_wrap.no_margin > [class*="trx_addons_column-"] {
padding: 0 !important;
} .trx_addons_column-1,
.trx_addons_column-1_1 {
width: 100%;
}
.trx_addons_column-1_2 {
width: 50%;
}
.trx_addons_column-1_3 {
width: 33.3333333333%;
}
.trx_addons_column-1_4 {
width: 25%;
}
.trx_addons_column-1_5 {
width: 20%;
}
.trx_addons_column-1_6 {
width: 16.6666666667%;
}
.trx_addons_column-1_7 {
width: 14.2857142857%;
}
.trx_addons_column-1_8 {
width: 12.5%;
}
.trx_addons_column-1_9 {
width: 11.1111111111%;
}
.trx_addons_column-1_10 {
width: 10%;
}
.trx_addons_column-1_11 {
width: 9.0909090909%;
}
.trx_addons_column-1_12 {
width: 8.3333333333%;
}
.trx_addons_column-2_2 {
width: 100%;
}
.trx_addons_column-2_3 {
width: 66.6666666667%;
}
.trx_addons_column-2_4 {
width: 50%;
}
.trx_addons_column-2_5 {
width: 40%;
}
.trx_addons_column-2_6 {
width: 33.3333333333%;
}
.trx_addons_column-2_7 {
width: 28.5714285714%;
}
.trx_addons_column-2_8 {
width: 25%;
}
.trx_addons_column-2_9 {
width: 22.2222222222%;
}
.trx_addons_column-2_10 {
width: 20%;
}
.trx_addons_column-2_11 {
width: 18.1818181818%;
}
.trx_addons_column-2_12 {
width: 16.6666666667%;
}
.trx_addons_column-3_3 {
width: 100%;
}
.trx_addons_column-3_4 {
width: 75%;
}
.trx_addons_column-3_5 {
width: 60%;
}
.trx_addons_column-3_6 {
width: 50%;
}
.trx_addons_column-3_7 {
width: 42.8571428571%;
}
.trx_addons_column-3_8 {
width: 37.5%;
}
.trx_addons_column-3_9 {
width: 33.3333333333%;
}
.trx_addons_column-3_10 {
width: 30%;
}
.trx_addons_column-3_11 {
width: 27.2727272727%;
}
.trx_addons_column-3_12 {
width: 25%;
}
.trx_addons_column-4_4 {
width: 100%;
}
.trx_addons_column-4_5 {
width: 80%;
}
.trx_addons_column-4_6 {
width: 66.6666666667%;
}
.trx_addons_column-4_7 {
width: 57.1428571429%;
}
.trx_addons_column-4_8 {
width: 50%;
}
.trx_addons_column-4_9 {
width: 44.4444444444%;
}
.trx_addons_column-4_10 {
width: 40%;
}
.trx_addons_column-4_11 {
width: 36.3636363636%;
}
.trx_addons_column-4_12 {
width: 33.3333333333%;
}
.trx_addons_column-5_5 {
width: 100%;
}
.trx_addons_column-5_6 {
width: 83.3333333333%;
}
.trx_addons_column-5_7 {
width: 71.4285714286%;
}
.trx_addons_column-5_8 {
width: 62.5%;
}
.trx_addons_column-5_9 {
width: 55.5555555556%;
}
.trx_addons_column-5_10 {
width: 50%;
}
.trx_addons_column-5_11 {
width: 45.4545454545%;
}
.trx_addons_column-5_12 {
width: 41.6666666667%;
}
.trx_addons_column-6_6 {
width: 100%;
}
.trx_addons_column-6_7 {
width: 85.7142857143%;
}
.trx_addons_column-6_8 {
width: 75%;
}
.trx_addons_column-6_9 {
width: 66.6666666667%;
}
.trx_addons_column-6_10 {
width: 60%;
}
.trx_addons_column-6_11 {
width: 54.5454545455%;
}
.trx_addons_column-6_12 {
width: 50%;
}
.trx_addons_column-7_7 {
width: 100%;
}
.trx_addons_column-7_8 {
width: 87.5%;
}
.trx_addons_column-7_9 {
width: 77.7777777778%;
}
.trx_addons_column-7_10 {
width: 70%;
}
.trx_addons_column-7_11 {
width: 63.6363636364%;
}
.trx_addons_column-7_12 {
width: 58.3333333333%;
}
.trx_addons_column-8_8 {
width: 100%;
}
.trx_addons_column-8_9 {
width: 88.8888888889%;
}
.trx_addons_column-8_10 {
width: 80%;
}
.trx_addons_column-8_11 {
width: 72.7272727273%;
}
.trx_addons_column-8_12 {
width: 66.6666666667%;
}
.trx_addons_column-9_9 {
width: 100%;
}
.trx_addons_column-9_10 {
width: 90%;
}
.trx_addons_column-9_11 {
width: 81.8181818182%;
}
.trx_addons_column-9_12 {
width: 75%;
}
.trx_addons_column-10_10 {
width: 100%;
}
.trx_addons_column-10_11 {
width: 90.9090909091%;
}
.trx_addons_column-10_12 {
width: 83.3333333333%;
}
.trx_addons_column-11_11 {
width: 100%;
}
.trx_addons_column-11_12 {
width: 91.6666666667%;
}
.trx_addons_column-12_12 {
width: 100%;
}
.clearfix:after,
.trx_addons_columns_wrap:after {
content: " ";
clear: both;
width: 100%;
height: 0;
display: block;
} body#tinymce {
padding: 0.5em 1em !important;
} .trx_profiler table th, .trx_profiler table td {
padding: 0.2rem;
} .menu_side_right .backstage-customizer-access-wrapper {
right: 6rem;
}
.trx_addons_customizer_demo .customize-partial-edit-shortcut {
display: none !important;
} #debug_log {
position: fixed;
z-index: 1000000;
top: 0;
left: 0;
display: block;
width: 100%;
background: rgba(0, 0, 0, 0.8);
color: #ffffff;
}
.admin-bar #debug_log {
top: 32px;
}
#debug_log_close {
position: absolute;
z-index: 1;
top: -6px;
right: 0;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
font-size: 18px;
font-weight: bold;
cursor: pointer;
}
#debug_log_content {
font-size: 12px;
line-height: 15px;
max-height: 66px;
padding: 16px 16px 6px;
overflow: auto;
word-wrap: normal;
white-space: pre-line;
} input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
:root :where(a:where(:not(.wp-block-navigation))),
:root :where(a:where(:not(.wp-element-button))) {
text-decoration: initial;
}
@media (prefers-reduced-motion: no-preference) {
html.smooth_scroll {
scroll-behavior: auto;
}
}.trx_addons_hover {
position: relative;
overflow: hidden;
}
.trx_addons_hover img {
position: relative;
display: block;
width: 100%;
height: auto;
}
.trx_addons_hover_mask {
position: absolute;
z-index: 10;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
opacity: 0;
background-color: rgba(239, 167, 88, 0.8);
-webkit-transition: all 0.3s 0.1s ease-out;
-ms-transition: all 0.3s 0.1s ease-out;
transition: all 0.3s 0.1s ease-out;
pointer-events: none;
}
.trx_addons_hover:hover .trx_addons_hover_mask {
-webkit-transition: all 0.4s ease-out;
-ms-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.trx_addons_hover_content {
position: absolute;
z-index: 11;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
padding: 20px;
text-align: center;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.trx_addons_hover_content .trx_addons_hover_title {
color: #fff;
margin: 0;
position: relative;
opacity: 0;
-webkit-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.trx_addons_hover:hover .trx_addons_hover_title {
-webkit-transition: all 0.2s 0.1s linear;
-ms-transition: all 0.2s 0.1s linear;
transition: all 0.2s 0.1s linear;
}
.trx_addons_hover_content .trx_addons_hover_title > a {
color: #fff;
}
.trx_addons_hover_content .trx_addons_hover_title > a:hover {
color: #fff;
text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.trx_addons_hover_content .trx_addons_hover_text {
font-style: italic;
line-height: 1.3em;
position: relative;
color: #fff;
padding: 0.2em 0;
opacity: 0;
-webkit-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.trx_addons_hover_content .trx_addons_hover_info {
color: #fff;
padding: 0.2em 0;
opacity: 0;
-webkit-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.trx_addons_hover:hover .trx_addons_hover_text,
.trx_addons_hover:hover .trx_addons_hover_info {
-webkit-transition: all 0.3s 0.1s ease-out;
-ms-transition: all 0.3s 0.1s ease-out;
transition: all 0.3s 0.1s ease-out;
}
.trx_addons_hover_content .trx_addons_hover_link,
.trx_addons_hover_content .trx_addons_hover_links a {
display: inline-block;
text-decoration: none;
font-size: 0.7692em;
line-height: 1.5em;
font-weight: bold;
padding: 0.4em 0.8em;
margin-top: 1em;
background-color: rgba(0, 0, 0, 0.6);
color: #fff !important;
text-transform: uppercase;
opacity: 0;
-webkit-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.trx_addons_hover_content .trx_addons_hover_links a + a {
margin-left: 0.7em;
}
.trx_addons_hover:hover .trx_addons_hover_link,
.trx_addons_hover:hover .trx_addons_hover_links a {
-webkit-transition: all 0.3s 0.1s ease-out;
-ms-transition: all 0.3s 0.1s ease-out;
transition: all 0.3s 0.1s ease-out;
}
.trx_addons_hover_link:hover,
.trx_addons_hover_links a:hover {
color: #fff !important;
background-color: #000;
}
.trx_addons_hover_content .trx_addons_hover_icon {
display: inline-block;
text-decoration: none;
width: 3em;
height: 3em;
line-height: 3em;
text-align: center;
background-color: rgba(0, 0, 0, 0.6);
color: #fff !important;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
margin-top: 1em;
opacity: 0;
-webkit-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.trx_addons_hover:hover .trx_addons_hover_icon {
-webkit-transition: all 0.2s 0.2s linear;
-ms-transition: all 0.2s 0.2s linear;
transition: all 0.2s 0.2s linear;
}
.trx_addons_hover_content .trx_addons_hover_icon + .trx_addons_hover_icon {
margin-left: 0.5em;
}
.trx_addons_hover_content .trx_addons_hover_icon:hover {
color: #fff !important;
background-color: #000;
}
.trx_addons_hover_content .trx_addons_hover_icon_link:before {
content: '\e86a';
font-family: "trx_addons_icons";
}
.trx_addons_hover_content .trx_addons_hover_icon_zoom:before {
content: '\e898';
font-family: "trx_addons_icons";
}  .trx_addons_hover_style_info img {
-webkit-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.trx_addons_hover_style_info .trx_addons_hover_title {
-webkit-transform: translateY(-50px);
-ms-transform: translateY(-50px);
transform: translateY(-50px);
}
.trx_addons_hover_style_info .trx_addons_hover_text {
-webkit-transform: translateY(-50px);
-ms-transform: translateY(-50px);
transform: translateY(-50px);
}
.trx_addons_hover_style_info .trx_addons_hover_link {
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
.trx_addons_hover_style_info .trx_addons_hover_info {
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
} .trx_addons_hover_style_info:hover img {
-webkit-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}
.trx_addons_hover_style_info:hover .trx_addons_hover_mask {
opacity: 1;
}
.trx_addons_hover_style_info:hover .trx_addons_hover_title,
.trx_addons_hover_style_info:hover .trx_addons_hover_text,
.trx_addons_hover_style_info:hover .trx_addons_hover_link,
.trx_addons_hover_style_info:hover .trx_addons_hover_info {
opacity: 1;
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}  .trx_addons_hover_style_links .trx_addons_hover_mask {
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.trx_addons_hover_style_links .trx_addons_hover_title {
-webkit-transform: translateY(-75px);
-ms-transform: translateY(-75px);
transform: translateY(-75px);
}
.trx_addons_hover_style_links .trx_addons_hover_text {
-webkit-transform: translateY(-50px);
-ms-transform: translateY(-50px);
transform: translateY(-50px);
}
.trx_addons_hover_style_links .trx_addons_hover_link {
-webkit-transform: translate(-20px, 20px);
-ms-transform: translate(-20px, 20px);
transform: translate(-20px, 20px);
}
.trx_addons_hover_style_links .trx_addons_hover_link2 {
-webkit-transform: translate(20px, 20px);
-ms-transform: translate(20px, 20px);
transform: translate(20px, 20px);
} .trx_addons_hover_style_links:hover .trx_addons_hover_mask {
opacity: 1;
}
.trx_addons_hover_style_links:hover .trx_addons_hover_title,
.trx_addons_hover_style_links:hover .trx_addons_hover_text,
.trx_addons_hover_style_links:hover .trx_addons_hover_link,
.trx_addons_hover_style_links:hover .trx_addons_hover_link2 {
opacity: 1;
-webkit-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
transform: translate(0px, 0px);
}  .trx_addons_hover_style_plain img {
-webkit-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.trx_addons_hover_style_plain .trx_addons_hover_title {
-webkit-transform: translateY(-50px);
-ms-transform: translateY(-50px);
transform: translateY(-50px);
}
.trx_addons_hover_style_plain .trx_addons_hover_text {
color: #8b8b8b;
padding: 1em 0;
-webkit-transform: scale(0.8, 0.8);
-ms-transform: scale(0.8, 0.8);
transform: scale(0.8, 0.8);
}
.trx_addons_hover_style_plain .trx_addons_hover_link {
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
} .trx_addons_hover_style_plain:hover img {
opacity: 0;
-webkit-transform: scale(0.8, 0.8);
-ms-transform: scale(0.8, 0.8);
transform: scale(0.8, 0.8);
-webkit-transition: all 0.2s 0.1s linear;
-ms-transition: all 0.2s 0.1s linear;
transition: all 0.2s 0.1s linear;
}
.trx_addons_hover_style_plain:hover .trx_addons_hover_title,
.trx_addons_hover_style_plain:hover .trx_addons_hover_link {
opacity: 1;
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
.trx_addons_hover_style_plain:hover .trx_addons_hover_text {
opacity: 1;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
}  .trx_addons_hover_style_wide .trx_addons_hover_mask {
top: 0;
left: 0;
width: 200%;
height: 200%;
-webkit-transform: translate(50%, 50%) rotate(45deg);
-ms-transform: translate(50%, 50%) rotate(45deg);
transform: translate(50%, 50%) rotate(45deg);
}
.trx_addons_hover_style_wide .trx_addons_hover_content .trx_addons_hover_title {
-webkit-transform: translate(50px, 50px);
-ms-transform: translate(50px, 50px);
transform: translate(50px, 50px); background-color: transparent;
margin: 0;
}
.trx_addons_hover_style_wide .trx_addons_hover_icon {
-webkit-transform: translateX(30px) scale(0.3, 0.3);
-ms-transform: translateX(30px) scale(0.3, 0.3);
transform: translateX(30px) scale(0.3, 0.3);
}
.trx_addons_hover_style_wide .trx_addons_hover_icon_zoom {
-webkit-transform: translateX(-30px) scale(0.3, 0.3);
-ms-transform: translateX(-30px) scale(0.3, 0.3);
transform: translateX(-30px) scale(0.3, 0.3);
} .trx_addons_hover_style_wide:hover .trx_addons_hover_mask {
opacity: 1;
-webkit-transform: translate(-25%, -25%) rotate(45deg);
-ms-transform: translate(-25%, -25%) rotate(45deg);
transform: translate(-25%, -25%) rotate(45deg);
}
.trx_addons_hover_style_wide:hover .trx_addons_hover_title {
opacity: 1;
-webkit-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
transform: translate(0px, 0px);
}
.trx_addons_hover_style_wide:hover .trx_addons_hover_icon {
opacity: 1;
-webkit-transform: translateX(0px) scale(1, 1);
-ms-transform: translateX(0px) scale(1, 1);
transform: translateX(0px) scale(1, 1);
}  .trx_addons_hover_style_zoomin .trx_addons_hover_mask {
-webkit-transform: scale(0.1, 0.1);
-ms-transform: scale(0.1, 0.1);
transform: scale(0.1, 0.1);
}
.trx_addons_hover_style_zoomin .trx_addons_hover_content .trx_addons_hover_title {
-webkit-transform: translateY(30px) scale(0.1, 0.1);
-ms-transform: translateY(30px) scale(0.1, 0.1);
transform: translateY(30px) scale(0.1, 0.1); background-color: transparent;
margin: 0;
display: none;
}
.trx_addons_hover_style_zoomin .trx_addons_hover_icon {
-webkit-transform: translate(-30px, -30px) scale(0.1, 0.1);
-ms-transform: translate(-30px, -30px) scale(0.1, 0.1);
transform: translate(-30px, -30px) scale(0.1, 0.1);
}
.trx_addons_hover_style_zoomin .trx_addons_hover_icon_link {
-webkit-transform: translate(30px, -30px) scale(0.1, 0.1);
-ms-transform: translate(30px, -30px) scale(0.1, 0.1);
transform: translate(30px, -30px) scale(0.1, 0.1);
} .trx_addons_hover_style_zoomin:hover .trx_addons_hover_mask {
opacity: 1;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
}
.trx_addons_hover_style_zoomin:hover .trx_addons_hover_title {
opacity: 1;
-webkit-transform: translate(0px, 0px) scale(1, 1);
-ms-transform: translate(0px, 0px) scale(1, 1);
transform: translate(0px, 0px) scale(1, 1);
}
.trx_addons_hover_style_zoomin:hover .trx_addons_hover_icon {
opacity: 1;
-webkit-transform: translate(0px, 0px) scale(1, 1);
-ms-transform: translate(0px, 0px) scale(1, 1);
transform: translate(0px, 0px) scale(1, 1);
} @keyframes zoomin {
0% {
opacity: 0;
-webkit-transform: scale(0.1, 0.1);
-ms-transform: scale(0.1, 0.1);
transform: scale(0.1, 0.1);
}
100% {
opacity: 1;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
}
}
@-webkit-keyframes zoomin {
0% {
opacity: 0;
-webkit-transform: scale(0.1, 0.1);
-ms-transform: scale(0.1, 0.1);
transform: scale(0.1, 0.1);
}
100% {
opacity: 1;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
}
}
@keyframes zoomout {
0% {
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
}
100% {
-webkit-transform: scale(0.1, 0.1);
-ms-transform: scale(0.1, 0.1);
transform: scale(0.1, 0.1);
}
}
@-webkit-keyframes zoomout {
0% {
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
}
100% {
-webkit-transform: scale(0.1, 0.1);
-ms-transform: scale(0.1, 0.1);
transform: scale(0.1, 0.1);
}
}
@keyframes flash {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: scale(1.15, 1.15);
-ms-transform: scale(1.15, 1.15);
transform: scale(1.15, 1.15);
}
}
@-webkit-keyframes flash {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: scale(1.15, 1.15);
-ms-transform: scale(1.15, 1.15);
transform: scale(1.15, 1.15);
}
}
@keyframes jump {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
50% {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes jump {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
50% {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes squat {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
50% {
-webkit-transform: translateY(6px);
-ms-transform: translateY(6px);
transform: translateY(6px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes squat {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
50% {
-webkit-transform: translateY(6px);
-ms-transform: translateY(6px);
transform: translateY(6px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}[data-animation^="animated"],
[data-post-animation^="animated"],
[data-hover-animation^="animated"] {
visibility:hidden;
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
visibility:visible;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.delay-1s {
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
.animated.delay-2s {
-webkit-animation-delay: 2s;
animation-delay: 2s;
}
.animated.delay-3s {
-webkit-animation-delay: 3s;
animation-delay: 3s;
}
.animated.delay-4s {
-webkit-animation-delay: 4s;
animation-delay: 4s;
}
.animated.delay-5s {
-webkit-animation-delay: 5s;
animation-delay: 5s;
}
.animated.faster {
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
}
.animated.fast {
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
}
.animated.normal {
-webkit-animation-duration: 0.8s;
animation-duration: 0.8s;
}
.animated.slow {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.slower {
-webkit-animation-duration: 3s;
animation-duration: 3s;
}
@media (print), (prefers-reduced-motion: reduce) {
.animated {
-webkit-animation-duration: 1ms !important;
animation-duration: 1ms !important;
-webkit-transition-duration: 1ms !important;
transition-duration: 1ms !important;
-webkit-animation-iteration-count: 1 !important;
animation-iteration-count: 1 !important;
}
} @-webkit-keyframes elastic {
0%, 100% {
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}
25% {
-webkit-transform: scale3d(1, 1.2, 1);
transform: scale3d(1, 1.2, 1);
}
50% {
-webkit-transform: scale3d(1, 0.85, 1);
transform: scale3d(1, 0.85, 1);
}
75% {
-webkit-transform: scale3d(1, 1.05, 1);
transform: scale3d(1, 1.05, 1);
}
}
@keyframes elastic {
0%, 100% {
-webkit-transform: scale3d(1,1,1);
-ms-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}
25% {
-webkit-transform: scale3d(1, 1.2, 1);
-ms-transform: scale3d(1, 1.2, 1);
transform: scale3d(1, 1.2, 1);
}
50% {
-webkit-transform: scale3d(1, 0.85, 1);
-ms-transform: scale3d(1, 0.85, 1);
transform: scale3d(1, 0.85, 1);
}
75% {
-webkit-transform: scale3d(1, 1.05, 1);
-ms-transform: scale3d(1, 1.05, 1);
transform: scale3d(1, 1.05, 1);
}
}
@-webkit-keyframes elastic-inner { 
0% {
-webkit-transform: translate3d(0,-25px,0);
opacity:0;
}
25% {
-webkit-transform: translate3d(0,10px,0);
}
50% {
-webkit-transform: translate3d(0,-6px,0);
}
75% {
-webkit-transform: translate3d(0,2px,0);
}
100% {
-webkit-transform: translate3d(0,0,0);
opacity: 1;
}
}
@keyframes elastic-inner { 
0% {
opacity:0;
-webkit-transform: translate3d(0,-25px,0);
-ms-transform: translate3d(0,-25px,0);
transform: translate3d(0,-25px,0);
}
25% {
-webkit-transform: translate3d(0,10px,0);
-ms-transform: translate3d(0,10px,0);
transform: translate3d(0,10px,0);
}
50% {
-webkit-transform: translate3d(0,-6px,0);
-ms-transform: translate3d(0,-6px,0);
transform: translate3d(0,-6px,0);
}
75% {
-webkit-transform: translate3d(0,2px,0);
-ms-transform: translate3d(0,2px,0);
transform: translate3d(0,2px,0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
}
.elastic {
-webkit-animation-name: elastic;
animation-name: elastic;
-webkit-transition-timing-function: cubic-bezier(0.2, 0.6, 0.3, 1);
-ms-transition-timing-function: cubic-bezier(0.2, 0.6, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 0.6, 0.3, 1);
-webkit-transform-origin: center top;
-ms-transform-origin: center top;
transform-origin: center top;
}
.elastic > * {
-webkit-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
opacity: 1;
-webkit-transition: none;
-ms-transition: none;
transition: none;
-webkit-animation: elastic-inner 0.5s ease-out;
-ms-animation: elastic-inner 0.5s ease-out;
animation: elastic-inner 0.5s ease-out;
} @-webkit-keyframes wipeInLeftTop {
0% {
-webkit-transform: scale(0,0);
transform: scale(0,0);
}
100% {
-webkit-transform: scale(1,1);
transform: scale(1,1);
}
}
@keyframes wipeInLeftTop {
0% {
-webkit-transform: scale(0,0);
-ms-transform: scale(0,0);
transform: scale(0,0);
}
100% {
-webkit-transform: scale(1,1);
-ms-transform: scale(1,1);
transform: scale(1,1);
}
}
@-webkit-keyframes wipeInLeftTop-inner { 
0% {
opacity:0;
-webkit-transform: translate3d(0,-10px,0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
}
}
@keyframes wipeInLeftTop-inner { 
0% {
opacity:0;
-webkit-transform: translate3d(0,-10px,0);
-ms-transform: translate3d(0,-10px,0);
transform: translate3d(0,-10px,0);
}
100% {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
}
.wipeInLeftTop {
-webkit-animation-name: wipeInLeftTop;
animation-name: wipeInLeftTop;
-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
-ms-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top;
}
.wipeInLeftTop > * {
opacity: 0;
-webkit-animation: wipeInLeftTop-inner 0.35s ease-out forwards;
-ms-animation: wipeInLeftTop-inner 0.35s ease-out forwards;
animation: wipeInLeftTop-inner 0.35s ease-out forwards;
}
.wipeInLeftTop > *:first-child {	-webkit-animation-delay: 0.05s;	-ms-animation-delay: 0.05s;	animation-delay: 0.05s; }
.wipeInLeftTop > *:nth-child(2) {	-webkit-animation-delay: 0.10s;	-ms-animation-delay: 0.10s;	animation-delay: 0.10s; }
.wipeInLeftTop > *:nth-child(3) {	-webkit-animation-delay: 0.15s;	-ms-animation-delay: 0.15s;	animation-delay: 0.15s; }
.wipeInLeftTop > *:nth-child(4) {	-webkit-animation-delay: 0.20s;	-ms-animation-delay: 0.20s;	animation-delay: 0.20s; }
.wipeInLeftTop > *:nth-child(5) {	-webkit-animation-delay: 0.25s;	-ms-animation-delay: 0.25s;	animation-delay: 0.25s; }
.wipeInLeftTop > *:nth-child(6) {	-webkit-animation-delay: 0.30s;	-ms-animation-delay: 0.30s;	animation-delay: 0.30s; }
.wipeInLeftTop > *:nth-child(7) {	-webkit-animation-delay: 0.35s;	-ms-animation-delay: 0.35s;	animation-delay: 0.35s; }
.wipeInLeftTop > *:nth-child(8) {	-webkit-animation-delay: 0.40s;	-ms-animation-delay: 0.40s;	animation-delay: 0.40s; }
.wipeInLeftTop > *:nth-child(9) {	-webkit-animation-delay: 0.45s;	-ms-animation-delay: 0.45s;	animation-delay: 0.45s; }
.wipeInLeftTop > *:nth-child(10){	-webkit-animation-delay: 0.50s;	-ms-animation-delay: 0.50s;	animation-delay: 0.50s; }
.wipeInLeftTop > *:nth-child(11){	-webkit-animation-delay: 0.55s;	-ms-animation-delay: 0.55s;	animation-delay: 0.55s; }
.wipeInLeftTop > *:nth-child(12){	-webkit-animation-delay: 0.60s;	-ms-animation-delay: 0.60s;	animation-delay: 0.60s; }
.wipeInLeftTop > *:nth-child(12){	-webkit-animation-delay: 0.65s;	-ms-animation-delay: 0.65s;	animation-delay: 0.65s; }
.wipeInLeftTop > *:nth-child(12){	-webkit-animation-delay: 0.70s;	-ms-animation-delay: 0.70s;	animation-delay: 0.70s; } @-webkit-keyframes bounce {
0%, 20%, 53%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-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 {
0%, 20%, 53%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-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;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
} @-webkit-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
opacity: 1;
} @keyframes blink {
0% { opacity: 1 }
50% { opacity: 0 }
100% { opacity: 1 }
}
@-webkit-keyframes blink {
0% { opacity: 1 }
50% { opacity: 0 }
100% { opacity: 1 }
}
@-moz-keyframes blink {
0% { opacity: 1 }
50% { opacity: 0 }
100% { opacity: 1 }
}
.blink {
-webkit-animation-name: blink;
animation-name: blink;
}  @-webkit-keyframes pulse {
0% {
-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);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
0% {
-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);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
} @-webkit-keyframes rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.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);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.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);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
} @-webkit-keyframes shake {
0%, 100% {
-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 {
0%, 100% {
-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);
}
100% {
-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);
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
} @-webkit-keyframes tada {
0% {
-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);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
0% {
-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);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
}  @-webkit-keyframes wobble {
0% {
-webkit-transform: none;
transform: none;
}
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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
0% {
-webkit-transform: none;
transform: none;
}
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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
} @-webkit-keyframes jello {
from, 11.1%, 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(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes jello {
from, 11.1%, 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(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
} @-webkit-keyframes heartBeat {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
14% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
28% {
-webkit-transform: scale(1);
transform: scale(1);
}
42% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
70% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes heartBeat {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
14% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
28% {
-webkit-transform: scale(1);
transform: scale(1);
}
42% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
70% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.heartBeat {
-webkit-animation-name: heartBeat;
animation-name: heartBeat;
-webkit-animation-duration: 1.3s;
animation-duration: 1.3s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
} @-webkit-keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
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);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
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);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
-webkit-animation-duration: .75s;
animation-duration: .75s;
} @-webkit-keyframes bounceInDown {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
} @-webkit-keyframes bounceInLeft {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
} @-webkit-keyframes bounceInRight {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
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);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
} @-webkit-keyframes bounceInUp {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
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);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
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);
}
100% {
-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);
}
100% {
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);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
-webkit-animation-duration: .75s;
animation-duration: .75s;
} @-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);
}
100% {
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);
}
100% {
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);
}
100% {
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);
}
100% {
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);
}
100% {
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);
}
100% {
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);
}
100% {
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);
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
} @-webkit-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
} @-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
} @-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
} @-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
} @-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
} @-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
} @-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
} @-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
} @-webkit-keyframes fadeInUpSmall {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 60px, 0);
transform: translate3d(0, 60px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpSmall {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 60px, 0);
transform: translate3d(0, 60px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpSmall {
-webkit-animation-name: fadeInUpSmall;
animation-name: fadeInUpSmall;
} @-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
} @-webkit-keyframes fadeOut {
0% {opacity: 1;}
100% {opacity: 0;}
}
@keyframes fadeOut {
0% {opacity: 1;}
100% {opacity: 0;}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
} @-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
} @-webkit-keyframes fadeOutDownSmall {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 60px, 0);
transform: translate3d(0, 60px, 0);
}
}
@keyframes fadeOutDownSmall {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 60px, 0);
transform: translate3d(0, 60px, 0);
}
}
.fadeOutDownSmall {
-webkit-animation-name: fadeOutDownSmall;
animation-name: fadeOutDownSmall;
} @-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
} @-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
} @-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
} @-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
} @-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
} @-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
} @-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
} @-webkit-keyframes flip {
0% {
-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;
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
-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;
}
100% {
-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 {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-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-transition-timing-function: ease-in;
transition-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);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-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-transition-timing-function: ease-in;
transition-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);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
} @-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-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-transition-timing-function: ease-in;
transition-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);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-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-transition-timing-function: ease-in;
transition-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);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
} @-webkit-keyframes flipOutX {
0% {
-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;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
-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;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-animation-duration: .75s;
animation-duration: .75s;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
} @-webkit-keyframes flipOutY {
0% {
-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;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
-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;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
-webkit-animation-duration: .75s;
animation-duration: .75s;
} @-webkit-keyframes lightSpeedIn {
0% {
-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;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
0% {
-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;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
} @-webkit-keyframes lightSpeedOut {
0% {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
0% {
opacity: 1;
}
100% {
-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 {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
} @-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
} @-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
} @-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
} @-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
} @-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-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 {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-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 {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-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 {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-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 {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-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 {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-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 {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-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 {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-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 {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-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;
}
100% {
-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;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes jackInTheBox {
from {
opacity: 0;
-webkit-transform: scale(0.1) rotate(30deg);
transform: scale(0.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(0.1) rotate(30deg);
transform: scale(0.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 {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
}  @-webkit-keyframes rollOut {
0% {
opacity: 1;
}
100% {
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 {
0% {
opacity: 1;
}
100% {
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 {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
0% {
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 {
0% {
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(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
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(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInDown {
0% {
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(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
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(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
} @-webkit-keyframes zoomInLeft {
0% {
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(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
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(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInLeft {
0% {
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(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
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(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
} @-webkit-keyframes zoomInRight {
0% {
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(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
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(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInRight {
0% {
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(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
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(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
} @-webkit-keyframes zoomInUp {
0% {
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(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
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(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInUp {
0% {
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(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
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(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
} @-webkit-keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
100% {
opacity: 0;
}
}
@keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
100% {
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(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
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(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
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(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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);
}
100% {
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);
}
100% {
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);
}
100% {
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);
}
100% {
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(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
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(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
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(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
} @-webkit-keyframes slideInDown {
0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
visibility: visible;
opacity: 0;
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInDown {
0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
visibility: visible;
opacity: 0;
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
} @-webkit-keyframes slideInLeft {
0% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
visibility: visible;
opacity: 0;
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInLeft {
0% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
visibility: visible;
opacity: 0;
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
} @-webkit-keyframes slideInRight {
0% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
visibility: visible;
opacity: 0;
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInRight {
0% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
visibility: visible;
opacity: 0;
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
} @-webkit-keyframes slideInUp {
0% {
-webkit-transform: translateY(100%);
transform: translateY(100%);
visibility: visible;
opacity: 0;
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInUp {
0% {
-webkit-transform: translateY(100%);
transform: translateY(100%);
visibility: visible;
opacity: 0;
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
} @-webkit-keyframes slideOutDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
100% {
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
}
@keyframes slideOutDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
100% {
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
} @-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
100% {
opacity: 0;
visibility: hidden;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
100% {
opacity: 0;
visibility: hidden;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
} @-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
100% {
opacity: 0;
visibility: hidden;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
100% {
opacity: 0;
visibility: hidden;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
} @-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
100% {
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
@keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
100% {
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
} .animate-spin {
-webkit-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); } 100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-o-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); } 100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-ms-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); } 100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); } 100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
} .animate-spin-ccw {
-webkit-animation: spin-ccw 2s infinite linear;
animation: spin-ccw 2s infinite linear;
}
@-webkit-keyframes spin-ccw {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(-359deg);
transform: rotate(-359deg);
}
}
@-o-keyframes spin-ccw {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(-359deg);
transform: rotate(-359deg);
}
}
@-ms-keyframes spin-ccw {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(-359deg);
transform: rotate(-359deg);
}
}
@keyframes spin-ccw {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(-359deg);
transform: rotate(-359deg);
}
}.trx_addons_accent {
color: #efa758;
}
.trx_addons_accent_bg {
color: #fff;
background-color: #efa758;
padding: 0 0.4em;
display: inline-block;
}
.trx_addons_hover {
color: #b88144;
} .trx_addons_inverse {
color: #fff;
background-color: #000;
padding: 0 0.4em;
display: inline-block;
} .trx_addons_dark {
color: #000;
} .trx_addons_tiny_text {
font-size: 11px;
line-height: 1.3em;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
} .trx_addons_dropcap {
float: left;
display: block;
font-size: 2.21437em;
padding: 0;
margin: 0.25em 0.5em 0 0;
width: 2em;
height: 2em;
line-height: 2em;
text-align: center;
overflow: hidden;
color: #fff;
background-color: #000;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.trx_addons_dropcap_style_2 {
background-color: #efa758;
} :root {
--trx-addons-tooltip-padding-top: 6px;
--trx-addons-tooltip-padding-bottom: 6px;
--trx-addons-tooltip-padding-left: 10px;
--trx-addons-tooltip-padding-right: 10px;
}
.trx_addons_tooltip {
color: #efa758;
border-bottom: 1px solid #efa758;
position: relative;
cursor: default;
}
[data-tooltip-text]:after {
display: inline-block;
vertical-align: top;
pointer-events: none;
padding: var(--trx-addons-tooltip-padding-top) var(--trx-addons-tooltip-padding-right) var(--trx-addons-tooltip-padding-bottom) var(--trx-addons-tooltip-padding-left);
font-size: 12px;
line-height: 16px;
position: absolute;
z-index: 1;
top: calc( -24px - var(--trx-addons-tooltip-padding-top) - var(--trx-addons-tooltip-padding-bottom) );
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
white-space: nowrap;
-webkit-transform: translate(-50%, 20px);
-ms-transform: translate(-50%, 20px);
transform: translate(-50%, 20px);
opacity: 0;
-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
-ms-transition: -ms-transform 0.3s ease, opacity 0.3s ease;
transition: transform 0.3s ease, opacity 0.3s ease;
border-width: 0;
background-color: #191e23;
border-color: #191e23;
color: #fff;
}
[data-tooltip-text]:after {
content: attr(data-tooltip-text);
}
[data-tooltip-text]:before {
content: ' ';
position: absolute;
z-index: 1;
top: -8px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 0;
height: 0;
display: block;
border-style: solid;
border-width: 5px;
border-top-color: #191e23;
border-left-color: transparent !important;
border-right-color: transparent !important;
border-bottom-color: transparent !important;
-webkit-transform: translate(-50%, 20px);
-ms-transform: translate(-50%, 20px);
transform: translate(-50%, 20px);
opacity: 0;
-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
-ms-transition: -ms-transform 0.3s ease, opacity 0.3s ease;
transition: transform 0.3s ease, opacity 0.3s ease;
}
[data-tooltip-text]:hover:after,
[data-tooltip-text]:hover:before {
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
opacity: 1;
} del {
color: #ddd;
text-decoration: line-through;
} .trx_addons_no_margin {
margin: 0;
} ul[class*="trx_addons_list"] {
list-style-type: none;
padding-left: 1.2em;
}
ul[class*="trx_addons_list"] > li {
position: relative;
}
ul[class*="trx_addons_list"] > li:before {
font-family: "trx_addons_icons";
display: inline-block;
position: absolute;
z-index: 1;
top: 0;
left: -1em;
line-height: inherit;
}
ul.trx_addons_list_success,
ul.trx_addons_list_error,
ul.trx_addons_list_plus,
ul.trx_addons_list_minus {
padding-left: 1.5em;
}
ul.trx_addons_list_success > li:before,
ul.trx_addons_list_error > li:before,
ul.trx_addons_list_plus > li:before,
ul.trx_addons_list_minus > li:before {
left: -1.3em;
}
ul[class*="trx_addons_list_dot"] > li:before {
content: '\e8b6';
}
ul[class*="trx_addons_list_custom"] > li:before {
content: '\e884';
}
ul[class*="trx_addons_list_success"] > li:before {
content: '\e874';
}
ul[class*="trx_addons_list_error"] > li:before {
content: '\e875';
}
ul[class*="trx_addons_list_info"] > li:before {
content: '\e87f';
}
ul[class*="trx_addons_list_plus"] > li:before {
content: '\e876';
}
ul[class*="trx_addons_list_minus"] > li:before {
content: '\e877';
}
ul[class*="trx_addons_list_help"] > li:before {
content: '\e87c';
}
ul[class*="trx_addons_list_attention"] > li:before {
content: '\e880';
}
ul[class*="trx_addons_list"][class*="_circled"] {
padding-left: 1.8em;
}
ul[class*="trx_addons_list"][class*="_circled"] > li:before {
display: inline-block;
color: #fff;
background-color: #efa758;
font-size: 10px;
left: -2.4em;
top: 0.4em;
width: 1.7em;
height: 1.7em;
line-height: 1.7em;
text-align: center;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
ul.trx_addons_list_parameters {
padding-left: 0 !important;
}
ul.trx_addons_list_parameters > li:before {
display: none;
}
ul.trx_addons_list_parameters > li + li {
padding-top: 0.2em;
margin-top: 0.2em;
border-top: 1px solid #ddd;
}
.trx_addons_list_parameters > li {
white-space: nowrap;
}
.trx_addons_list_parameters > li > strong {
display: inline-block;
width: 75%;
text-align: left;
font-family: inherit;
font-weight: inherit;
white-space: normal;
vertical-align: top;
color: inherit;
}
.trx_addons_list_parameters > li > em {
display: inline-block;
width: 25%;
text-align: left;
font-family: inherit;
font-style: normal;
font-weight: inherit;
white-space: normal;
vertical-align: top;
color: inherit;
}.trx_addons_extended_taxonomy {
display: inline-block;
vertical-align: middle;
}
.trx_addons_extended_taxonomy_bg {
padding: 3px 6px;
-webkit-border-radius: 0.5em;
-ms-border-radius: 0.5em;
border-radius: 0.5em;
overflow: hidden;
}
.trx_addons_extended_taxonomy .trx_addons_extended_taxonomy_icon {
display: inline-block;
vertical-align: baseline;
line-height: inherit;
font-style: normal;
margin-right: 0.3em;
color: inherit !important;
}
.trx_addons_extended_taxonomy .trx_addons_extended_taxonomy_img {
max-height: 1.15em;
width: auto !important;
min-width: 0 !important;
margin-right: 0.3em;
display: inline-block !important;
vertical-align: middle;
}
.trx_addons_extended_taxonomy_bg .trx_addons_extended_taxonomy_img {
max-height: 1em;
}.widget_area .post_item .trx_addons_reviews_mark {
display: block;
margin: 0.2em 0 0.5em;
}
.trx_addons_reviews_stars {
position: relative;
height: 1em;
font-size: 1.15em;
line-height: 1em;
display: inline-block;
vertical-align: middle;
}
.trx_addons_reviews_stars:not([data-mark-max]):not(.inited) .trx_addons_reviews_stars_hover {
width: 0 !important;
}
.trx_addons_reviews_stars_default {
opacity: 0.3;
}
.trx_addons_reviews_stars_default,
.trx_addons_reviews_stars_hover {
white-space: nowrap;
color: #ffe200;
}
.trx_addons_reviews_stars_hover {
position: absolute;
z-index: 1;
top: 0;
left: 0;
-webkit-transition: width 0.3s ease;
-ms-transition: width 0.3s ease;
transition: width 0.3s ease;
overflow: hidden;
}
.trx_addons_reviews_stars:not([data-mark-max]) .trx_addons_reviews_stars_hover {
-webkit-transition-duration: 1s;
-ms-transition-duration: 1s;
transition-duration: 1s;
-webkit-transition-delay: 0.5s;
-ms-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.trx_addons_reviews_star {
display: inline-block;
width: 1em;
}
.trx_addons_reviews_text {
font-size: 0.85em;
margin-left: 0.5em;
vertical-align: middle;
}
.trx_addons_reviews_text_delimiter {
margin: 0 0.3em;
}
.trx_addons_reviews_bubble {
background-color: #fff;
border: 1px solid #ddd;
text-align: center;
width: 50px;
height: 25px;
line-height: 25px;
position: absolute;
z-index: 3;
top: -40px;
left: 100%;
font-size: 12px;
margin: 0 0 0 -26px;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
display: none;
}
.trx_addons_reviews_bubble:before {
content: '';
display: block;
width: 10px;
height: 10px;
line-height: 10px;
text-align: center;
background-color: #fff;
margin-top: -5px;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
z-index: 1;
top: 100%;
left: 20px;
}
.trx_addons_reviews_stars[data-mark-max="100"] .trx_addons_reviews_bubble_value:after {
content: '%';
} :root {
--trx-addons-reviews-block-mark-border: 6px;
}
.trx_addons_reviews_block_mark {
display: inline-block;
position: relative;
}
.trx_addons_reviews_block_mark canvas {
position: absolute;
z-index: 1;
top: 0;
left: 50%;
-webkit-transform: rotate(-90deg) translateY(-50%);
-ms-transform: rotate(-90deg) translateY(-50%);
transform: rotate(-90deg) translateY(-50%);
}
.trx_addons_reviews_block_mark .trx_addons_reviews_block_mark_value {
display: inline-block;
font-size: 2.5em;
line-height: 3em;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
width: 3em;
height: 3em;
line-height: 3em;
text-align: center;
-webkit-box-sizing: content-box;
-ms-box-sizing: content-box;
box-sizing: content-box;
border: var(--trx-addons-reviews-block-mark-border) solid #ddd;
background-color: #f0f0f0;
overflow: hidden;
}
.trx_addons_reviews_block_mark_value[data-max-value="100"]:after {
content: '%';
font-size: 0.4em;
margin: -0.5em 0 0 0.2em;
display: inline-block;
vertical-align: top;
}
.trx_addons_reviews_block_mark_text {
display: block;
font-weight: bold;
margin-top: 1em;
}
.trx_addons_reviews_block_mark_progress {
display: block;
position: absolute;
z-index: 1;
bottom: 0;
left: 0;
width: 0;
height: 0;
opacity: 0;
} .trx_addons_reviews_block_short {
position: relative;
z-index: 1;
width: 300px;
text-align: center;
background-color: #f7f7f7;
}
.trx_addons_reviews_block_short.sc_float_left {
margin: 0 2em 1em 0;
}
.trx_addons_reviews_block_short.sc_float_right {
margin: 0 0 1em 2em;
}
.trx_addons_reviews_block_short.sc_float_center {
margin: 0 0 1em 0;
}
.trx_addons_reviews_block_short .trx_addons_reviews_block_title {
position: relative;
text-align: center;
margin: 0;
padding: 0.5em 0;
background-color: #333;
color: #fff;
}
.trx_addons_reviews_block_short .trx_addons_reviews_block_title:after {
content: ' ';
width: 0;
height: 0;
line-height: 0;
text-align: center;
border: 6px solid transparent;
border-top-color: #333;
position: absolute;
z-index: 1;
bottom: -12px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.trx_addons_reviews_block_short .trx_addons_reviews_block_info {
padding: 2em;
}
.trx_addons_reviews_block_short .trx_addons_reviews_block_mark {
margin: 0 auto 2em;
}
.trx_addons_reviews_block_short .trx_addons_reviews_block_attributes_row + .trx_addons_reviews_block_attributes_row {
margin-top: 1em;
}
.trx_addons_reviews_block_short .trx_addons_reviews_block_attributes_row_type_text + .trx_addons_reviews_block_attributes_row_type_button,
.trx_addons_reviews_block_short .trx_addons_reviews_block_attributes_row_type_button + .trx_addons_reviews_block_attributes_row_type_text {
margin-top: 2em;
}
.trx_addons_reviews_block_short .trx_addons_reviews_block_attributes_row_type_text .trx_addons_reviews_block_attributes_title,
.trx_addons_reviews_block_short .trx_addons_reviews_block_attributes_row_type_text .trx_addons_reviews_block_attributes_value {
display: inline-block;
vertical-align: top;
}
.trx_addons_reviews_block_short .trx_addons_reviews_block_attributes_row_type_text .trx_addons_reviews_block_attributes_title {
width: 65%;
text-align: left;
}
.trx_addons_reviews_block_short .trx_addons_reviews_block_attributes_row_type_text .trx_addons_reviews_block_attributes_value {
width: 35%;
text-align: right;
}
.trx_addons_reviews_block_short .trx_addons_reviews_block_attributes_row_type_button .trx_addons_reviews_block_attributes_value:before {
content: '(';
display: inline-block;
line-height: inherit;
vertical-align: baseline;
margin: 0 0.2em 0 0.5em;
}
.trx_addons_reviews_block_short .trx_addons_reviews_block_attributes_row_type_button .trx_addons_reviews_block_attributes_value:after {
content: ')';
display: inline-block;
line-height: inherit;
vertical-align: baseline;
margin: 0 0 0 0.2em;
}
.trx_addons_reviews_block_attributes_button {
white-space: normal !important;
} .trx_addons_reviews_block_detailed {
background-color: #f7f7f7;
margin-top: 2em;
padding: 0.02px 0;
clear: both;
}
.trx_addons_reviews_block_detailed .trx_addons_reviews_block_title {
margin: 0;
padding: 1em 2em;
background-color: #333;
color: #fff;
}
.trx_addons_reviews_block_detailed .trx_addons_reviews_block_info {
padding: 2em;
}
.trx_addons_reviews_block_detailed .trx_addons_reviews_block_mark_wrap,
.trx_addons_reviews_block_detailed .trx_addons_reviews_block_summary {
display: inline-block;
vertical-align: top;
}
.trx_addons_reviews_block_detailed .trx_addons_reviews_block_mark_wrap {
width: 30%;
text-align: center;
padding: 0.5em 1.5em 0 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.trx_addons_reviews_block_detailed .trx_addons_reviews_block_summary {
width: 70%;
}
.trx_addons_reviews_block_detailed .trx_addons_reviews_block_pn {
padding: 2em;
color: #333;
background-color: #f0f0f0;
text-align: center;
}
.trx_addons_reviews_block_detailed .trx_addons_reviews_block_positives,
.trx_addons_reviews_block_detailed .trx_addons_reviews_block_negatives {
display: inline-block;
vertical-align: top;
width: 40%;
padding: 0 1em;
text-align: left;
}
.trx_addons_reviews_block_detailed .trx_addons_reviews_block_pn .trx_addons_reviews_block_subtitle {
font-size: 1.15em;
line-height: 1.7em;
font-weight: bold;
margin: 0 0 1em;
}
.trx_addons_reviews_block_detailed .trx_addons_reviews_block_pn .trx_addons_reviews_block_list {
list-style-type: none;
margin-bottom: 0;
}
.trx_addons_reviews_block_detailed .trx_addons_reviews_block_pn .trx_addons_reviews_block_list li {
position: relative;
}
.trx_addons_reviews_block_detailed .trx_addons_reviews_block_pn .trx_addons_reviews_block_list li:before {
position: absolute;
z-index: 1;
top: 0;
left: -1.25em;
color: #333;
font-weight: bold;
}
.trx_addons_reviews_block_detailed .trx_addons_reviews_block_positives .trx_addons_reviews_block_list li:before {
content: '+';
}
.trx_addons_reviews_block_detailed .trx_addons_reviews_block_negatives .trx_addons_reviews_block_list li:before {
content: '-';
}
.trx_addons_reviews_block_detailed .trx_addons_reviews_block_criterias {
margin: 3em;
color: #333;
}
.trx_addons_reviews_block_detailed .trx_addons_reviews_block_criterias .trx_addons_reviews_block_subtitle {
text-align: center;
font-size: 1.15em;
line-height: 1.7em;
font-weight: bold;
}
.trx_addons_reviews_block_detailed .trx_addons_reviews_block_criterias .trx_addons_reviews_block_list {
padding: 0;
margin: 0;
list-style-type: none;
}
.trx_addons_reviews_block_detailed .trx_addons_reviews_block_criterias .trx_addons_reviews_block_list li {
position: relative;
text-align: right;
}
.trx_addons_reviews_block_detailed .trx_addons_reviews_block_criterias .trx_addons_reviews_block_list li + li {
margin-top: 1.5em;
}
.trx_addons_reviews_block_detailed .trx_addons_reviews_block_criterias .trx_addons_reviews_block_list_title {
position: absolute;
z-index: 1;
top: 0;
left: 3px;
text-align: left;
padding-right: 4em;
}
.trx_addons_reviews_block_detailed .trx_addons_reviews_block_criterias[data-mark-max="5"] .trx_addons_reviews_block_list_title {
padding-right: 10em;
}
.trx_addons_reviews_block_detailed .trx_addons_reviews_block_criterias .trx_addons_reviews_block_list_mark {
text-align: left;
}
.trx_addons_reviews_block_detailed .trx_addons_reviews_block_criterias[data-mark-max="100"] .trx_addons_reviews_block_list_mark_value:after {
content: '%';
margin-left: 0.2em;
}
.trx_addons_reviews_block_detailed .trx_addons_reviews_block_criterias[data-mark-max="10"] .trx_addons_reviews_block_list_mark,
.trx_addons_reviews_block_detailed .trx_addons_reviews_block_criterias[data-mark-max="100"] .trx_addons_reviews_block_list_mark {
display: block;
text-align: right;
}
.trx_addons_reviews_block_detailed .trx_addons_reviews_block_criterias[data-mark-max="10"] [class*="trx_addons_reviews_block_list_mark_line"],
.trx_addons_reviews_block_detailed .trx_addons_reviews_block_criterias[data-mark-max="100"] [class*="trx_addons_reviews_block_list_mark_line"] {
position: absolute;
z-index: 1;
bottom: -3px;
left: 0;
height: 3px;
width: 100%;
background-color: #efa758;
}
.trx_addons_reviews_block_detailed .trx_addons_reviews_block_criterias[data-mark-max="10"] .trx_addons_reviews_block_list_mark_line,
.trx_addons_reviews_block_detailed .trx_addons_reviews_block_criterias[data-mark-max="100"] .trx_addons_reviews_block_list_mark_line {
opacity: 0.3;
}
.trx_addons_reviews_block_detailed .trx_addons_reviews_block_criterias[data-mark-max="10"] .trx_addons_reviews_block_list_mark_line_hover,
.trx_addons_reviews_block_detailed .trx_addons_reviews_block_criterias[data-mark-max="100"] .trx_addons_reviews_block_list_mark_line_hover {
-webkit-transition: width 1s ease;
-ms-transition: width 1s ease;
transition: width 1s ease;
-webkit-transition-delay: 0.5s;
-ms-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.trx_addons_reviews_block_detailed .trx_addons_reviews_block_criterias[data-mark-max="10"] .trx_addons_reviews_block_list_mark_line_hover:not(.inited),
.trx_addons_reviews_block_detailed .trx_addons_reviews_block_criterias[data-mark-max="100"] .trx_addons_reviews_block_list_mark_line_hover:not(.inited) {
width: 0 !important;
}
.trx_addons_reviews_block_detailed .trx_addons_reviews_block_buttons {
text-align: center;
margin: 3em;
color: #333;
}
.trx_addons_reviews_block_detailed .trx_addons_reviews_block_buttons .trx_addons_reviews_block_subtitle {
font-size: 1.15em;
line-height: 1.7em;
font-weight: bold;
}
.trx_addons_reviews_block_button {
white-space: normal !important;
}:root {
--sc-space-tiny: 1rem;
--sc-space-small: 2rem;
--sc-space-medium: 3.3333rem;
--sc-space-large: 6.6667rem;
--sc-space-big: var(--sc-space-large);
--sc-space-huge: 8.6667rem;
--sc-shift-tiny: 2em;
--sc-shift-small: 4em;
--sc-shift-medium: 6em;
--sc-shift-large: 8em;
}
.sc_float_left {
float: left;
}
.sc_float_right {
float: right;
}
.sc_float_center {
margin-left: auto;
margin-right: auto;
}
.sc_align_left {
text-align: left;
}
.sc_align_right {
text-align: right;
}
.sc_align_center {
text-align: center;
}
.sc_align_justify {
text-align: justify;
}
.sc_padding_tiny {
padding: 1em 6%;
}
.sc_padding_small {
padding: 2em 8%;
}
.sc_padding_medium {
padding: 3em 10%;
}
.sc_padding_large {
padding: 4em 12%;
}
.sc_margin_tiny {
margin: 1em 6%;
}
.sc_margin_small {
margin: 2em 8%;
}
.sc_margin_medium {
margin: 3em 10%;
}
.sc_margin_large {
margin: 4em 12%;
} .sc_push_x_tiny {
margin-left: var(--sc-shift-tiny) !important;
}
.sc_push_x_tiny_negative {
margin-left: calc( -1 * var(--sc-shift-tiny) ) !important;
}
.sc_push_x_small {
margin-left: var(--sc-shift-small) !important;
}
.sc_push_x_small_negative {
margin-left: calc( -1 * var(--sc-shift-small) ) !important;
}
.sc_push_x_medium {
margin-left: var(--sc-shift-medium) !important;
}
.sc_push_x_medium_negative {
margin-left: calc( -1 * var(--sc-shift-medium) ) !important;
}
.sc_push_x_large {
margin-left: var(--sc-shift-large) !important;
}
.sc_push_x_large_negative {
margin-left: calc( -1 * var(--sc-shift-large) ) !important;
}
.sc_push_tiny,
.sc_push_y_tiny {
margin-top: var(--sc-shift-tiny) !important;
}
.sc_push_tiny_negative,
.sc_push_y_tiny_negative {
margin-top: calc( -1 * var(--sc-shift-tiny) ) !important;
}
.sc_push_small,
.sc_push_y_small {
margin-top: var(--sc-shift-small) !important;
}
.sc_push_small_negative,
.sc_push_y_small_negative {
margin-top: calc( -1 * var(--sc-shift-small) ) !important;
}
.sc_push_medium,
.sc_push_y_medium {
margin-top: var(--sc-shift-medium) !important;
}
.sc_push_medium_negative,
.sc_push_y_medium_negative {
margin-top: calc( -1 * var(--sc-shift-medium) ) !important;
}
.sc_push_large,
.sc_push_y_large {
margin-top: var(--sc-shift-large) !important;
}
.sc_push_large_negative,
.sc_push_y_large_negative {
margin-top: calc( -1 * var(--sc-shift-large) ) !important;
} [class*="sc_push_"] .woocommerce .products:after {
display: none;
clear: none;
}
[class*="sc_push_"] .woocommerce .products {
overflow: hidden;
} .sc_pull_x_tiny {
margin-right: var(--sc-shift-tiny) !important;
}
.sc_pull_x_tiny_negative {
margin-right: calc( -1 * var(--sc-shift-tiny) ) !important;
}
.sc_pull_x_small {
margin-right: var(--sc-shift-small) !important;
}
.sc_pull_x_small_negative {
margin-right: calc( -1 * var(--sc-shift-small) ) !important;
}
.sc_pull_x_medium {
margin-right: var(--sc-shift-medium) !important;
}
.sc_pull_x_medium_negative {
margin-right: calc( -1 * var(--sc-shift-medium) ) !important;
}
.sc_pull_x_large {
margin-right: var(--sc-shift-large) !important;
}
.sc_pull_x_large_negative {
margin-right: calc( -1 * var(--sc-shift-large) ) !important;
}
.sc_pull_tiny,
.sc_pull_y_tiny {
margin-bottom: var(--sc-shift-tiny) !important;
}
.sc_pull_tiny_negative,
.sc_pull_y_tiny_negative {
margin-bottom: calc( -1 * var(--sc-shift-tiny) ) !important;
}
.sc_pull_small,
.sc_pull_y_small {
margin-bottom: var(--sc-shift-small) !important;
}
.sc_pull_small_negative,
.sc_pull_y_small_negative {
margin-bottom: calc( -1 * var(--sc-shift-small) ) !important;
}
.sc_pull_medium,
.sc_pull_y_medium {
margin-bottom: var(--sc-shift-medium) !important;
}
.sc_pull_medium_negative,
.sc_pull_y_medium_negative {
margin-bottom: calc( -1 * var(--sc-shift-medium) ) !important;
}
.sc_pull_large,
.sc_pull_y_large {
margin-bottom: var(--sc-shift-large) !important;
}
.sc_pull_large_negative,
.sc_pull_y_large_negative {
margin-bottom: calc( -1 * var(--sc-shift-large) ) !important;
} [class*="sc_shift_"] {
position: relative;
z-index: 0;
}
.sc_shift_x_tiny {
left: var(--sc-shift-tiny) !important;
}
.sc_shift_x_tiny_negative {
left: calc( -1 * var(--sc-shift-tiny) ) !important;
}
.sc_shift_x_small {
left: var(--sc-shift-small) !important;
}
.sc_shift_x_small_negative {
left: calc( -1 * var(--sc-shift-small) ) !important;
}
.sc_shift_x_medium {
left: var(--sc-shift-medium) !important;
}
.sc_shift_x_medium_negative {
left: calc( -1 * var(--sc-shift-medium) ) !important;
}
.sc_shift_x_large {
left: var(--sc-shift-large) !important;
}
.sc_shift_x_large_negative {
left: calc( -1 * var(--sc-shift-large) ) !important;
}
.sc_shift_y_tiny {
top: var(--sc-shift-tiny) !important;
}
.sc_shift_y_tiny_negative {
top: calc( -1 * var(--sc-shift-tiny) ) !important;
}
.sc_shift_y_small {
top: var(--sc-shift-small) !important;
}
.sc_shift_y_small_negative {
top: calc( -1 * var(--sc-shift-small) ) !important;
}
.sc_shift_y_medium {
top: var(--sc-shift-medium) !important;
}
.sc_shift_y_medium_negative {
top: calc( -1 * var(--sc-shift-medium) ) !important;
}
.sc_shift_y_large {
top: var(--sc-shift-large) !important;
}
.sc_shift_y_large_negative {
top: calc( -1 * var(--sc-shift-large) ) !important;
} .sc_parallax_block {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
overflow: hidden;
pointer-events: none;
}
.sc_parallax_block:not(.sc_parallax_block_animation_bg_parallax):not(.sc_parallax_block_animation_background) {
-webkit-perspective: 1200px;
-ms-perspective: 1200px;
perspective: 1200px;
}
.sc_parallax_block_animation_bg_parallax {
overflow: visible;
}
.sc_parallax_block_image {
width: 100%;
height: 100%;
background-repeat: no-repeat;
-webkit-background-size: auto auto;
background-size: auto;
background-position: 50% 50%;
}
.sc_parallax_block_type_scroll:not(.is-mac):not(.sc_parallax_block_animation_bg_parallax) .sc_parallax_block_image {
-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98), background-position 0s linear;
-o-transition: transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98), background-position 0s linear;
transition: transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98), background-position 0s linear;
}
.sc_parallax_block_type_mouse {
overflow: visible;
} [class*="sc_gradient_animation_"]:not(.sc_gradient_animation_none):not(.elementor-column):not(.elementor-widget),
[class*="sc_gradient_animation_"].elementor-column:not(.sc_gradient_animation_none) > .elementor-column-wrap,
[class*="sc_gradient_animation_"].elementor-column:not(.sc_gradient_animation_none) > .elementor-widget-wrap,
[class*="sc_gradient_animation_"].elementor-widget:not(.sc_gradient_animation_none) > .elementor-widget-container {
background-size: 400% 400%;
}
.sc_gradient_animation_horizontal:not(.elementor-column):not(.elementor-widget),
.sc_gradient_animation_horizontal.elementor-column > .elementor-column-wrap,
.sc_gradient_animation_horizontal.elementor-column > .elementor-widget-wrap,
.sc_gradient_animation_horizontal.elementor-widget > .elementor-widget-container {
-webkit-animation: GradientAnimationHorizontal 10s ease infinite;
-ms-animation: GradientAnimationHorizontal 10s ease infinite;
animation: GradientAnimationHorizontal 10s ease infinite;
}
.sc_gradient_animation_horizontal.sc_gradient_speed_slow:not(.elementor-column):not(.elementor-widget),
.sc_gradient_animation_horizontal.sc_gradient_speed_slow.elementor-column > .elementor-column-wrap,
.sc_gradient_animation_horizontal.sc_gradient_speed_slow.elementor-column > .elementor-widget-wrap,
.sc_gradient_animation_horizontal.sc_gradient_speed_slow.elementor-widget > .elementor-widget-container {
-webkit-animation: GradientAnimationHorizontal 15s ease infinite;
-ms-animation: GradientAnimationHorizontal 15s ease infinite;
animation: GradientAnimationHorizontal 15s ease infinite;
}
.sc_gradient_animation_horizontal.sc_gradient_speed_fast:not(.elementor-column):not(.elementor-widget),
.sc_gradient_animation_horizontal.sc_gradient_speed_fast.elementor-column > .elementor-column-wrap,
.sc_gradient_animation_horizontal.sc_gradient_speed_fast.elementor-column > .elementor-widget-wrap,
.sc_gradient_animation_horizontal.sc_gradient_speed_fast.elementor-widget > .elementor-widget-container {
-webkit-animation: GradientAnimationHorizontal 5s ease infinite;
-ms-animation: GradientAnimationHorizontal 5s ease infinite;
animation: GradientAnimationHorizontal 5s ease infinite;
}
.sc_gradient_animation_vertical:not(.elementor-column):not(.elementor-widget),
.sc_gradient_animation_vertical.elementor-column > .elementor-column-wrap,
.sc_gradient_animation_vertical.elementor-column > .elementor-widget-wrap,
.sc_gradient_animation_vertical.elementor-widget > .elementor-widget-container {
-webkit-animation: GradientAnimationVertical 10s ease infinite;
-ms-animation: GradientAnimationVertical 10s ease infinite;
animation: GradientAnimationVertical 10s ease infinite;
}
.sc_gradient_animation_vertical.sc_gradient_speed_slow:not(.elementor-column):not(.elementor-widget),
.sc_gradient_animation_vertical.sc_gradient_speed_slow.elementor-column > .elementor-column-wrap,
.sc_gradient_animation_vertical.sc_gradient_speed_slow.elementor-column > .elementor-widget-wrap,
.sc_gradient_animation_vertical.sc_gradient_speed_slow.elementor-widget > .elementor-widget-container {
-webkit-animation: GradientAnimationVertical 15s ease infinite;
-ms-animation: GradientAnimationVertical 15s ease infinite;
animation: GradientAnimationVertical 15s ease infinite;
}
.sc_gradient_animation_vertical.sc_gradient_speed_fast:not(.elementor-column):not(.elementor-widget),
.sc_gradient_animation_vertical.sc_gradient_speed_fast.elementor-column > .elementor-column-wrap,
.sc_gradient_animation_vertical.sc_gradient_speed_fast.elementor-column > .elementor-widget-wrap,
.sc_gradient_animation_vertical.sc_gradient_speed_fast.elementor-widget > .elementor-widget-container {
-webkit-animation: GradientAnimationVertical 5s ease infinite;
-ms-animation: GradientAnimationVertical 5s ease infinite;
animation: GradientAnimationVertical 5s ease infinite;
}
.sc_gradient_animation_diagonal:not(.elementor-column):not(.elementor-widget),
.sc_gradient_animation_diagonal.elementor-column > .elementor-column-wrap,
.sc_gradient_animation_diagonal.elementor-column > .elementor-widget-wrap,
.sc_gradient_animation_diagonal.elementor-widget > .elementor-widget-container {
-webkit-animation: GradientAnimationDiagonal 10s ease infinite;
-ms-animation: GradientAnimationDiagonal 10s ease infinite;
animation: GradientAnimationDiagonal 10s ease infinite;
}
.sc_gradient_animation_diagonal.sc_gradient_speed_slow:not(.elementor-column):not(.elementor-widget),
.sc_gradient_animation_diagonal.sc_gradient_speed_slow.elementor-column > .elementor-column-wrap,
.sc_gradient_animation_diagonal.sc_gradient_speed_slow.elementor-column > .elementor-widget-wrap,
.sc_gradient_animation_diagonal.sc_gradient_speed_slow.elementor-widget > .elementor-widget-container {
-webkit-animation: GradientAnimationDiagonal 15s ease infinite;
-ms-animation: GradientAnimationDiagonal 15s ease infinite;
animation: GradientAnimationDiagonal 15s ease infinite;
}
.sc_gradient_animation_diagonal.sc_gradient_speed_fast:not(.elementor-column):not(.elementor-widget),
.sc_gradient_animation_diagonal.sc_gradient_speed_fast.elementor-column > .elementor-column-wrap,
.sc_gradient_animation_diagonal.sc_gradient_speed_fast.elementor-column > .elementor-widget-wrap,
.sc_gradient_animation_diagonal.sc_gradient_speed_fast.elementor-widget > .elementor-widget-container {
-webkit-animation: GradientAnimationDiagonal 5s ease infinite;
-ms-animation: GradientAnimationDiagonal 5s ease infinite;
animation: GradientAnimationDiagonal 5s ease infinite;
} @-webkit-keyframes GradientAnimationHorizontal {
0% {
background-position: 0% 51%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 51%;
}
}
@-moz-keyframes GradientAnimationHorizontal {
0% {
background-position: 0% 51%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 51%;
}
}
@keyframes GradientAnimationHorizontal {
0% {
background-position: 0% 51%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 51%;
}
} @-webkit-keyframes GradientAnimationVertical {
0% {
background-position: 50% 0%;
}
50% {
background-position: 51% 100%;
}
100% {
background-position: 50% 0%;
}
}
@-moz-keyframes GradientAnimationVertical {
0% {
background-position: 50% 0%;
}
50% {
background-position: 51% 100%;
}
100% {
background-position: 50% 0%;
}
}
@keyframes GradientAnimationVertical {
0% {
background-position: 50% 0%;
}
50% {
background-position: 51% 100%;
}
100% {
background-position: 50% 0%;
}
} @-webkit-keyframes GradientAnimationDiagonal {
0% {
background-position: 1% 0%;
}
50% {
background-position: 99% 100%;
}
100% {
background-position: 1% 0%;
}
}
@-moz-keyframes GradientAnimationDiagonal {
0% {
background-position: 1% 0%;
}
50% {
background-position: 99% 100%;
}
100% {
background-position: 1% 0%;
}
}
@keyframes GradientAnimationDiagonal {
0% {
background-position: 1% 0%;
}
50% {
background-position: 99% 100%;
}
100% {
background-position: 1% 0%;
}
} .sc_item_title,
.sc_item_subtitle,
.sc_item_descr,
.sc_item_button {
margin: 0;
}
.sc_item_title {
line-height: 1.2em;
}
.sc_item_title > small,
.sc_item_title > big {
display: inline-block;
margin-bottom: 0.9em;
}
.sc_item_title_inner {
display: inline-block;
}
.sc_item_title_text > i:not([class*="eicon"]) {
font-family: inherit;
}
.sc_item_subtitle {
font-size: 1.15rem;
line-height: 1.5em;
font-weight: 400;
font-style: italic;
text-transform: none;
letter-spacing: 0;
display: block;
}
.sc_item_subtitle_above {
margin-bottom: 0.5em;
}
.sc_item_subtitle_below {
margin-top: 0.5em;
}
.sc_item_button {
line-height: 0;
} .sc_item_subtitle.sc_item_title_style_shadow {
font-size: 8rem;
line-height: 1.2em;
font-weight: 900;
font-style: normal;
position: absolute;
z-index: 0;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
color: #f0f0f0;
opacity: 0.1;
}
.sc_item_subtitle.sc_item_title_style_shadow.sc_align_left,
.sc_item_subtitle.sc_item_title_style_shadow.sc_align_default {
left: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.sc_item_subtitle.sc_item_title_style_shadow.sc_align_right {
left: auto;
right: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.sc_item_subtitle.sc_item_title_style_shadow + .sc_item_title {
padding: 2.5rem 0;
margin: 0;
} .sc_item_title.sc_item_title_style_accent {
position: relative;
}
.sc_item_title.sc_item_title_style_accent b {
font-size: 6em;
line-height: 0.8em;
font-weight: 900;
font-style: normal;
position: absolute;
z-index: 0;
bottom: -100%;
left: 0;
color: rgba(200, 200, 200, 0.1);
letter-spacing: 0;
}
.sc_item_title.sc_item_title_style_accent i {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 1rem;
font-weight: normal;
font-style: normal;
padding: 0;
color: #fff;
background-color: #000;
text-align: center;
position: absolute;
z-index: 1;
top: -5.25em;
right: 0;
width: 5em;
height: 5em;
line-height: 1.25em;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
letter-spacing: 0;
}
.sc_item_title.sc_item_title_style_accent.sc_align_center b {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.sc_item_title.sc_item_title_style_accent.sc_align_right b {
left: auto;
right: 0;
}
.sc_item_title.sc_item_title_style_accent.sc_align_right i {
left: 0;
right: auto;
}
.sc_title.sc_title_accent .sc_item_button {
position: relative;
z-index: 1;
}
.sc_item_title + .sc_item_descr,
.sc_item_subtitle + .sc_item_descr {
margin-top: 1em;
}
.sc_item_title + .sc_item_slider,
.sc_item_subtitle + .sc_item_slider,
.sc_item_title + .sc_item_columns,
.sc_item_subtitle + .sc_item_columns,
.sc_item_title + .sc_item_masonry,
.sc_item_subtitle + .sc_item_masonry,
.sc_item_title + .sc_item_filters_wrap,
.sc_item_subtitle + .sc_item_filters_wrap,
.sc_item_title + .sc_item_content,
.sc_item_subtitle + .sc_item_content {
margin-top: 2em;
}
.sc_item_descr + .sc_item_slider,
.sc_item_descr + .sc_item_columns,
.sc_item_descr + .sc_item_masonry,
.sc_item_descr + .sc_item_filters_wrap,
.sc_item_descr + .sc_item_content {
margin-top: 3em;
}
h1.sc_item_title_tag + .sc_item_descr,
h1.sc_item_title_tag + .sc_item_slider,
h1.sc_item_title_tag + .sc_item_columns,
h1.sc_item_title_tag + .sc_item_masonry,
h1.sc_item_title_tag + .sc_item_filters_wrap,
h1.sc_item_title_tag + .sc_item_content {
margin-top: 2em;
}
h2.sc_item_title_tag + .sc_item_descr,
h2.sc_item_title_tag + .sc_item_slider,
h2.sc_item_title_tag + .sc_item_columns,
h2.sc_item_title_tag + .sc_item_masonry,
h2.sc_item_title_tag + .sc_item_filters_wrap,
h2.sc_item_title_tag + .sc_item_content {
margin-top: 1.8em;
}
h3.sc_item_title_tag + .sc_item_descr,
h3.sc_item_title_tag + .sc_item_slider,
h3.sc_item_title_tag + .sc_item_columns,
h3.sc_item_title_tag + .sc_item_masonry,
h3.sc_item_title_tag + .sc_item_filters_wrap,
h3.sc_item_title_tag + .sc_item_content {
margin-top: 1.6em;
}
h4.sc_item_title_tag + .sc_item_descr,
h4.sc_item_title_tag + .sc_item_slider,
h4.sc_item_title_tag + .sc_item_columns,
h4.sc_item_title_tag + .sc_item_masonry,
h4.sc_item_title_tag + .sc_item_filters_wrap,
h4.sc_item_title_tag + .sc_item_content {
margin-top: 1.4em;
}
h5.sc_item_title_tag + .sc_item_descr,
h5.sc_item_title_tag + .sc_item_slider,
h5.sc_item_title_tag + .sc_item_columns,
h5.sc_item_title_tag + .sc_item_masonry,
h5.sc_item_title_tag + .sc_item_filters_wrap,
h5.sc_item_title_tag + .sc_item_content {
margin-top: 1.2em;
}
h6.sc_item_title_tag + .sc_item_descr,
h6.sc_item_title_tag + .sc_item_slider,
h6.sc_item_title_tag + .sc_item_columns,
h6.sc_item_title_tag + .sc_item_masonry,
h6.sc_item_title_tag + .sc_item_filters_wrap,
h6.sc_item_title_tag + .sc_item_content {
margin-top: 1em;
}
.sc_item_descr {
margin-bottom: 2em;
}
.sc_item_descr.sc_align_center {
max-width: 75%;
margin-left: auto;
margin-right: auto;
}
.sc_item_descr:last-child {
margin-bottom: 0;
}
.wpb_column:not(.vc_col-sm-12) .sc_item_descr.sc_align_center {
max-width: none;
}
nav.sc_item_pagination {
margin-top: 1em;
}
nav.sc_item_pagination .nav-links {
margin-top: 0;
display: inline-block;
}
nav.sc_item_pagination_advanced_pages {
text-align: left;
}
nav.sc_item_pagination_advanced_pages .nav-links {
max-width: 82%;
}
nav.sc_item_pagination a {
cursor: pointer;
}
nav.sc_item_pagination .nav-disabled {
display: none;
}
nav.sc_item_pagination .nav-disabled a {
cursor: not-allowed;
pointer-events: none;
}
nav.sc_item_pagination .page-count {
width: auto;
float: right;
line-height: 4em;
margin-top: 0.6667em;
max-width: 18%;
}
nav.sc_item_pagination_infinite {
display: none;
}
nav.sc_item_pagination_infinite a span {
opacity: 0;
}
nav.sc_item_pagination_infinite.loading {
display: block;
}
.sc_item_title + .sc_item_button, .sc_item_title + .sc_item_button_image,
.sc_item_subtitle + .sc_item_button, .sc_item_subtitle + .sc_item_button_image,
.sc_item_descr + .sc_item_button, .sc_item_descr + .sc_item_button_image,
.sc_item_content + .sc_item_button, .sc_item_content + .sc_item_button_image,
.sc_item_slider + .sc_item_button, .sc_item_slider + .sc_item_button_image,
.sc_item_columns + .sc_item_button, .sc_item_columns + .sc_item_button_image,
.sc_item_masonry + .sc_item_button, .sc_item_masonry + .sc_item_button_image,
.sc_item_filters_wrap + .sc_item_button, .sc_item_filters_wrap + .sc_item_button_image,
.sc_item_pagination + .sc_item_button, .sc_item_pagination + .sc_item_button_image {
margin-top: 2em;
}
.sc_item_title + .sc_item_button_simple,
.sc_item_subtitle + .sc_item_button_simple,
.sc_item_descr + .sc_item_button_simple,
.sc_item_content + .sc_item_button_simple,
.sc_item_slider + .sc_item_button_simple,
.sc_item_columns + .sc_item_button_simple,
.sc_item_masonry + .sc_item_button_simple,
.sc_item_filters_wrap + .sc_item_button_simple,
.sc_item_pagination + .sc_item_button_simple {
margin-top: 1.5em;
}
.sc_item_button_image img {
max-height: 8em;
width: auto;
}
a .sc_icon_as_image {
-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
-ms-filter: grayscale(0);
-o-filter: grayscale(0);
filter: grayscale(0);
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
a:hover .sc_icon_as_image {
-webkit-filter: grayscale(1);
-moz-filter: grayscale(1);
-ms-filter: grayscale(1);
-o-filter: grayscale(1);
filter: grayscale(1);
} .sc_typed_entry {
display: inline;
color: #efa756;
will-change: contents;
}
.sc_typed .typed-cursor {
font-weight: 300;
display: inline-block;
vertical-align: baseline;
-webkit-animation: blink 0.7s infinite;
-ms-animation: blink 0.7s infinite;
animation: blink 0.7s infinite;
} .sc_item_featured {
position: relative;
}
.sc_item_featured [class*="post_info_"] {
padding: 0.4em 0.8em;
background-color: rgba(248, 248, 248, 0.85);
z-index: 10 !important;
max-width: 75%;
-webkit-transition: background-color 0.3s ease;
-ms-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
.sc_item_featured:hover [class*="post_info_"] {
background-color: #f7f7f7;
}
.sc_item_featured [class*="post_info_"] .post_meta {
margin: 0;
}
.sc_item_featured [class*="post_info_"] .post_meta + .entry-title {
margin-top: 8px;
}
.sc_item_featured [class*="post_info_"] .entry-title + .post_meta {
margin-top: 8px;
}
.sc_item_featured .post_info_tl {
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
.sc_item_featured .post_info_tc {
position: absolute;
z-index: 1;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
text-align: center;
}
.sc_item_featured .post_info_tr {
position: absolute;
z-index: 1;
top: 0;
right: 0;
text-align: right;
}
.sc_item_featured .post_info_ml {
position: absolute;
z-index: 1;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.sc_item_featured .post_info_mc {
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
padding: 1em 1.5em;
min-width: 60%;
}
.sc_item_featured .post_info_mr {
position: absolute;
z-index: 1;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.sc_item_featured .post_info_bl {
position: absolute;
z-index: 1;
bottom: 0;
left: 0;
}
.sc_item_featured .post_info_bc {
position: absolute;
z-index: 1;
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
text-align: center;
}
.sc_item_featured .post_info_br {
position: absolute;
z-index: 1;
bottom: 0;
right: 0;
text-align: right;
}
div[class*="_item_on_plate"] div:not(.sc_item_featured) > [class*="post_info_"] {
padding: 1.5em 1.5em 0 1.5em;
}
.sc_item_featured .sc_item_price {
font-size: 1.25em;
line-height: 1.5em;
font-weight: bold;
} .sc_item_featured.post_featured_bg[data-ratio]:before {
content: ' ';
width: 0;
height: 0;
display: inline-block;
vertical-align: top;
margin-left: -0.3em;
}
.sc_item_featured.post_featured_bg[data-ratio="2:1"]:before {
padding-top: 50%;
}
.sc_item_featured.post_featured_bg[data-ratio="17:9"]:before {
padding-top: 52.94%;
}
.sc_item_featured.post_featured_bg[data-ratio="16:9"]:before {
padding-top: 56.25%;
}
.sc_item_featured.post_featured_bg[data-ratio="4:3"]:before {
padding-top: 75%;
}
.sc_item_featured.post_featured_bg[data-ratio="1:1"]:before {
padding-top: 100%;
}
.sc_item_featured.post_featured_bg[data-ratio="3:4"]:before {
padding-top: 133.33%;
}
.sc_item_featured.post_featured_bg[data-ratio="9:16"]:before {
padding-top: 177.77%;
}
.sc_item_featured.post_featured_bg[data-ratio="9:17"]:before {
padding-top: 188.88%;
}
.sc_item_featured.post_featured_bg[data-ratio="1:2"]:before {
padding-top: 200%;
} .sc_item_filters {
margin-bottom: 2em;
}
.sc_item_title + .sc_item_filters_wrap,
.sc_item_subtitle + .sc_item_filters_wrap {
margin-top: 2em;
}
.sc_item_filters_title {
margin: 0;
line-height: 1em;
}
.sc_item_filters_subtitle {
margin: 0.2em 0 0;
font-size: 1.15em;
}
.sc_item_filters_wrap .sc_item_posts_container {
position: relative;
}
.sc_item_filters_align_left,
.sc_item_filters_align_right {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: space-between;
-ms-flex-pack: space-between;
justify-content: space-between;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
border-bottom: 2px solid #333;
padding-bottom: 1em;
}
.sc_item_filters_align_left .sc_item_filters_tabs,
.sc_item_filters_align_right .sc_item_filters_tabs {
max-width: 80%;
}
.sc_item_filters_align_right.sc_item_filters_no_title {
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.sc_item_filters_align_left .sc_item_filters_tabs,
.sc_item_filters_align_left .sc_item_filters_more_link_wrap {
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.sc_item_filters_align_right .sc_item_filters_tabs,
.sc_item_filters_align_right .sc_item_filters_more_link_wrap {
order: 1;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.sc_item_filters_align_right .sc_item_filters_header {
order: 2;
}
.sc_item_filters_align_center .sc_item_filters_header {
text-align: center;
border-bottom: 2px solid #333;
padding-bottom: 1em;
margin-bottom: 1em;
}
.sc_item_filters_empty,
.sc_item_filters_empty .sc_item_filters_header {
border-bottom-width: 0;
padding-bottom: 0;
margin-bottom: 0;
}
.sc_item_filters_tabs,
.sc_item_filters_more_link_wrap {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 1.15em;
list-style-type: none !important;
margin: 0 !important;
padding: 0 !important;
}
ul.sc_layouts_submenu .sc_item_filters_tabs {
font-size: 1em;
}
.sc_item_filters_tabs li {
display: inline-block;
padding: 0 0 0 1.5em;
}
.sc_item_filters_align_right .sc_item_filters_tabs li {
padding: 0 1.5em 0 0;
}
.sc_item_filters_align_center .sc_item_filters_tabs li {
padding: 0 0.75em;
}
.sc_item_filters_tabs li:before {
display: none !important;
}
.sc_item_filters_tabs li > a.active {
border-bottom: 1px solid #e5e5e5;
} .sc_placeholder {
padding: 0.7em;
background-color: rgba(213, 218, 223, 0.7);
color: #c2cbd2;
text-align: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_placeholder:before {
content: '\e833';
font-family: 'eicons';
font-size: 1.5em;
margin: 0;
}
.sc_placeholder img {
margin-right: 1em;
height: 2em;
width: auto;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
margin: 0 0 0 0.5em;
}
.sc_placeholder p {
display: none;
margin: 0 0 0 0.5em;
text-transform: capitalize;
}
.sc_placeholder.sc_placeholder_with_title:before {
color: #888;
}
.sc_placeholder.sc_placeholder_with_title p {
display: block;
color: #888;
text-transform: none;
} #trx_addons_post_details_popup_overlay {
position: fixed;
z-index: 100000;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.9);
display: none;
}
#trx_addons_post_details_popup {
position: fixed;
z-index: 100001;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 50%;
height: 80%;
display: none;
}
.trx_addons_post_details_popup_close,
.trx_addons_post_details_popup_prev,
.trx_addons_post_details_popup_next {
position: absolute;
z-index: 1;
top: -2em;
right: -2em;
color: #fff;
font-size: 1.5em;
padding: 6px;
cursor: pointer;
}
.trx_addons_post_details_popup_prev,
.trx_addons_post_details_popup_next {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.trx_addons_post_details_popup_prev {
left: -2em;
right: auto;
}
#trx_addons_post_details_popup .trx_addons_post_details_content {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #fff;
overflow-x: hidden;
overflow-y: auto;
}
#trx_addons_post_details_popup .post_details_page_title {
background-color: #f0f0f0;
margin: 0;
padding: 0.2em 3em 0.2em 0.5em;
position: relative;
}
#trx_addons_post_details_popup .post_details_page_price {
position: absolute;
z-index: 1;
top: 0.2em;
right: 0.5em;
}
#trx_addons_post_details_popup .post_details_page_header {
margin-bottom: 0;
}
#trx_addons_post_details_popup .post_details_page_content {
padding: 2em;
}
#trx_addons_post_details_popup .post_details_page_details {
padding: 0 2em;
}
#trx_addons_post_details_popup .post_details_page_button {
padding: 1em 2em 2em;
} body:not(.ua_ie) .trx_addons_text_gradient {
display: inline-block;
}
body:not(.ua_ie) .trx_addons_text_gradient_fill_inline {
display: inline;
}
body:not(.ua_ie) .trx_addons_text_gradient_fill_block + .trx_addons_text_gradient_fill_block {
margin-left: 0.2em;
}
body:not(.ua_ie) .trx_addons_text_gradient {
-moz-background-clip: text !important;
-o-background-clip: text !important;
-webkit-background-clip: text !important;
background-clip: text !important;
-moz-text-fill-color: transparent !important;
-o-text-fill-color: transparent !important;
-webkit-text-fill-color: transparent !important;
text-fill-color: transparent !important;
background: #efa758;
background: linear-gradient(135deg, #efa758, #ef58a7);
}
body.ua_ie .trx_addons_text_gradient {
background: none !important;
} @media (min-width: 1024px) {
.sc_item_filters_tabs_left .sc_item_filters_wrap {
position: relative;
}
.sc_item_filters_tabs_left .sc_item_filters,
.sc_item_filters_tabs_left .sc_item_posts_container,
.sc_item_filters_tabs_left .sc_item_slider,
.sc_item_filters_tabs_left .sc_item_pagination {
margin-left: 20% !important;
}
.sc_item_filters_tabs_left .sc_item_filters_tabs {
position: absolute;
z-index: 1;
top: 0;
left: 0;
bottom: 0;
width: 20%;
padding-right: 2em !important;
overflow-x: hidden;
overflow-y: auto;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.sc_item_filters_tabs_left .sc_item_filters_tabs li {
display: block;
width: 100%;
padding: 0;
}
.sc_item_filters_tabs_left .sc_item_filters_tabs li > a {
display: block;
padding: 0.5em 0;
}
.sc_item_filters_tabs_left .sc_item_filters_tabs li > a.active {
border-bottom: 1px solid #e5e5e5;
}
ul.sc_layouts_submenu .sc_item_filters_tabs_left .sc_item_filters_tabs > li > a {
padding: 0.5em 1em;
}
ul.sc_layouts_submenu .sc_item_filters_tabs_left .sc_item_filters_tabs > li > a.active {
border-bottom-width: 0;
font-weight: 600;
}
} @media (min-width: 768px) and (max-width: 1279px) { .sc_push_hide_on_tablet {
margin-top: 0 !important;
}
.sc_pull_hide_on_tablet {
margin-bottom: 0 !important;
}
}
@media (max-width: 767px) { .sc_push_hide_on_mobile {
margin-top: 0 !important;
}
.sc_pull_hide_on_mobile {
margin-bottom: 0 !important;
}
}.sc_content {
position: relative;
}
.sc_content:not([class*="sc_padding_"]) {
padding-top: 0.0001px;
}
[class*="sc_content_width_"] {
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
[class*="sc_content_width_"]:not([class*="sc_margin_"]) {
margin-left: auto;
margin-right: auto;
}
.sc_content_width_1_1, .sc_inner_width_1_1 > .elementor-column-wrap, .sc_inner_width_1_1 > .elementor-widget-wrap {
width: 1170px;
}
.sc_content_width_1_2, .sc_inner_width_1_2 > .elementor-column-wrap, .sc_inner_width_1_2 > .elementor-widget-wrap {
width: 585px;
}
.sc_content_width_1_3, .sc_inner_width_1_3 > .elementor-column-wrap, .sc_inner_width_1_3 > .elementor-widget-wrap {
width: 390px;
}
.sc_content_width_2_3, .sc_inner_width_2_3 > .elementor-column-wrap, .sc_inner_width_2_3 > .elementor-widget-wrap {
width: 780px;
}
.sc_content_width_1_4, .sc_inner_width_1_4 > .elementor-column-wrap, .sc_inner_width_1_4 > .elementor-widget-wrap {
width: 292.5px;
}
.sc_content_width_3_4, .sc_inner_width_3_4 > .elementor-column-wrap, .sc_inner_width_3_4 > .elementor-widget-wrap {
width: 877.5px;
}
.sc_inner_width_none > .elementor-column-wrap, .sc_inner_width_none > .elementor-widget-wrap {
width: 100%;
}
.sc_content_width_100p {
width: 100%;
}
.sc_content_width_90p {
width: 90%;
}
.sc_content_width_80p {
width: 80%;
}
.sc_content_width_75p {
width: 75%;
}
.sc_content_width_70p {
width: 70%;
}
.sc_content_width_60p {
width: 60%;
}
.sc_content_width_50p {
width: 50%;
}
.sc_content_width_45p {
width: 45%;
}
.sc_content_width_40p {
width: 40%;
}
.sc_content_width_30p {
width: 30%;
}
.sc_content_width_25p {
width: 25%;
}
.sc_content_width_20p {
width: 20%;
}
.sc_content_width_15p {
width: 15%;
}
.sc_content_width_10p {
width: 10%;
}
.sc_content_container.with_number {
position: relative;
}
.sc_content_number {
position: absolute;
z-index: 0;
color: #f0f0f0;
letter-spacing: -10px;
font-size: 10em;
line-height: 1em;
font-weight: 900;
-webkit-transform: translate(-75%, -50%);
-ms-transform: translate(-75%, -50%);
transform: translate(-75%, -50%);
}
.sc_content_number_tl {
left: 0;
top: 0;
}
.sc_content_number_tc {
left: 50%;
top: 0;
}
.sc_content_number_tr {
left: 100%;
top: 0;
}
.sc_content_number_ml {
left: 0;
top: 50%;
}
.sc_content_number_mc {
left: 50%;
top: 50%;
}
.sc_content_number_mr {
left: 100%;
top: 50%;
}
.sc_content_number_bl {
left: 0;
top: 100%;
}
.sc_content_number_bc {
left: 50%;
top: 100%;
}
.sc_content_number_br {
left: 100%;
top: 100%;
}