@charset "UTF-8";
@charset "UTF-8";
.ocdi__gl-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(25% - 30px);
flex: 0 0 calc(25% - 30px);
}
@media (min-width: 1120px){
.ocdi__gl-item {
width: calc(50% - 30px);
margin: 0 30px 30px 0;
}
}
.ocdi__gl-item-buttons {
display: block;
margin-top: 5px;
margin-bottom: 10px;
}
.ocdi__gl-item:hover .ocdi__gl-item-title {
display: block; 
}
.radiustheme-core_intro-text.vtdemo-one-click {
margin-top: 20px;
}
.postbox.vt-support-box.vt-error-box,
.postbox.important-notes,
.postbox.vt-support-box {
padding: 15px;
}
.ocdi__gl-item-container.js-ocdi-gl-item-container h3 {
margin-top: 30px;
}
a.nav-tab.vt-mode-switch {
background-color: transparent;
}
.ocdi__gl-item-image-container {
height: 320px;
}
.ocdi__intro-notice.notice.notice-warning.is-dismissible {
padding: 0.875rem;
}
.ocdi__gl-item-container {
margin-right: -30px;
margin-top: 3rem;
}: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%;
}
.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(//chennaiinternationalbookfair.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: 100001;
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;
}
.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 .sc_column_fixed.elementor-column > .elementor-column-wrap,
.fixed_blocks_sticky .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;
}
.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;
} .iColorPickerTable table.colorPickerTable td {
padding: 0 2px;
}
.iColorPickerTable .iColorPicker_moreColors {
background-image: url(//chennaiinternationalbookfair.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-widget button,
div.ui-widget input,
div.ui-widget select,
div.ui-widget textarea,
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 {
bottom: auto;
top: -1.5em;
background-color: inherit;
-webkit-transform: translateX(-25%);
-ms-transform: translateX(-25%);
transform: translateX(-25%);
}
.trx_addons_range_slider_label_cur + .trx_addons_range_slider_label_cur {
-webkit-transform: translateX(-75%);
-ms-transform: translateX(-75%);
transform: translateX(-75%);
}
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;
} .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: 19px;
}
.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 !important;
position: relative;
}
aside .post_item + .post_item {
margin-top: 1.6em;
}
.widget_area .post_item .post_content,
aside .post_item .post_content {
overflow: hidden;
}
.widget_area .post_item .post_thumb,
aside .post_item .post_thumb {
float: left;
width: 5em;
height: 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_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 .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;
}
.trx_addons_overflow_hidden {
overflow: hidden;
}
.trx_addons_nowrap {
white-space: nowrap;
} .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;
}.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;
} .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: 6px 10px;
font-size: 12px;
line-height: 16px;
position: absolute;
z-index: 1;
top: -36px;
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;
}: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_text_block {
display: inline-block;
vertical-align: top;
}
.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) {
-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;
} [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;
} #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 { -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_layouts_row {
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_layouts_row_on_top {
z-index: 999999;
}
body.post-type-cpt_layouts [data-type^="trx-addons/socials"],
body.post-type-cpt_layouts [data-type^="trx-addons/button"],
[data-type^="trx-addons/layouts-"]:not([data-type^="trx-addons/layouts-blog-item"]):not([data-type^="trx-addons/layouts-container"]):not([data-type^="trx-addons/layouts-featured"]):not([data-type^="trx-addons/layouts-title"]),
.wp-block-column > .sc_layouts_item,
.sc_layouts_row .sc_layouts_item,
.sc_layouts_row .sc_layouts_item + div:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text) {
margin-top: 0.5em !important;
margin-bottom: 0.5em !important;
}
.sc_layouts_row .sc_layouts_item.elementor-widget-divider,
.sc_layouts_row .sc_layouts_item.elementor-widget-spacer {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
body.post-type-cpt_layouts [data-type^="trx-addons/socials"],
body.post-type-cpt_layouts [data-type^="trx-addons/button"],
[data-type^="trx-addons/layouts-"]:not([data-type^="trx-addons/layouts-blog-item"]):not([data-type^="trx-addons/layouts-container"]):not([data-type^="trx-addons/layouts-featured"]):not([data-type^="trx-addons/layouts-title"]),
.wp-block-column > .sc_layouts_item,
.sc_layouts_item {
max-width: 100%;
}
body.post-type-cpt_layouts [data-type^="trx-addons/socials"],
body.post-type-cpt_layouts [data-type^="trx-addons/button"],
[data-type^="trx-addons/layouts-"]:not([data-type^="trx-addons/layouts-blog-item"]):not([data-type^="trx-addons/layouts-container"]):not([data-type^="trx-addons/layouts-featured"]):not([data-type^="trx-addons/layouts-title"]),
.wp-block-column > .sc_layouts_item,
.sc_layouts_column .sc_layouts_item:not(.elementor-widget-divider):not(.elementor-widget-spacer),
.sc_layouts_column .sc_layouts_item + div:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text) {
display: inline-block;
vertical-align: middle;
margin-right: 1.5em;
width: auto !important;
}
body.post-type-cpt_layouts .sc_layouts_column_align_left [data-type^="trx-addons/socials"]:last-child,
body.post-type-cpt_layouts .sc_layouts_column_align_left [data-type^="trx-addons/button"]:last-child,
.sc_layouts_column_align_left [data-type^="trx-addons/layouts-"]:not([data-type^="trx-addons/layouts-blog-item"]):not([data-type^="trx-addons/layouts-container"]):not([data-type^="trx-addons/layouts-featured"]):not([data-type^="trx-addons/layouts-title"]):last-child,
.sc_layouts_column_align_left.wp-block-column > .sc_layouts_item:last-child,
.sc_layouts_column_align_left .sc_layouts_item:last-child,
.sc_layouts_column_align_left .sc_layouts_item + div:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text):last-child {
margin-right: 0 !important;
}
body.post-type-cpt_layouts .sc_layouts_column_align_right [data-type^="trx-addons/socials"],
body.post-type-cpt_layouts .sc_layouts_column_align_right [data-type^="trx-addons/button"],
.sc_layouts_column_align_right [data-type^="trx-addons/layouts-"]:not([data-type^="trx-addons/layouts-blog-item"]):not([data-type^="trx-addons/layouts-container"]):not([data-type^="trx-addons/layouts-featured"]):not([data-type^="trx-addons/layouts-title"]),
.sc_layouts_column_align_right.wp-block-column > .sc_layouts_item,
.sc_layouts_column_align_right .sc_layouts_item:not(.elementor-widget-divider):not(.elementor-widget-spacer),
.sc_layouts_column_align_right .sc_layouts_item + div:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text) {
margin-left: 1.5em;
margin-right: 0;
}
body.post-type-cpt_layouts .sc_layouts_column_align_right [data-type^="trx-addons/socials"]:first-child,
body.post-type-cpt_layouts .sc_layouts_column_align_right [data-type^="trx-addons/button"]:first-child,
.sc_layouts_column_align_right [data-type^="trx-addons/layouts-"]:not([data-type^="trx-addons/layouts-blog-item"]):not([data-type^="trx-addons/layouts-container"]):not([data-type^="trx-addons/layouts-featured"]):not([data-type^="trx-addons/layouts-title"]):first-child,
.sc_layouts_column_align_right.wp-block-column > .sc_layouts_item:first-child,
.sc_layouts_column_align_right .sc_layouts_item:not(.elementor-widget-divider):not(.elementor-widget-spacer):first-child,
.sc_layouts_column_align_right .sc_layouts_item + div:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text):first-child {
margin-left: 0 !important;
}
body.post-type-cpt_layouts .sc_layouts_column_align_center [data-type^="trx-addons/socials"],
body.post-type-cpt_layouts .sc_layouts_column_align_center [data-type^="trx-addons/button"],
.sc_layouts_column_align_center [data-type^="trx-addons/layouts-"]:not([data-type^="trx-addons/layouts-blog-item"]):not([data-type^="trx-addons/layouts-container"]):not([data-type^="trx-addons/layouts-featured"]):not([data-type^="trx-addons/layouts-title"]),
.sc_layouts_column_align_center.wp-block-column > .sc_layouts_item,
.sc_layouts_column_align_center .sc_layouts_item:not(.elementor-widget-divider):not(.elementor-widget-spacer),
.sc_layouts_column_align_center .sc_layouts_item + div:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text) {
margin-left: 0.75em;
margin-right: 0.75em;
}
.sc_layouts_submenu .vc_separator,
.sc_layouts_submenu .vc_empty_space,
.sc_layouts_submenu .elementor-widget-divider,
.sc_layouts_submenu .elementor-widget-spacer,
.sc_layouts_row .vc_separator,
.sc_layouts_row .vc_empty_space,
.sc_layouts_row .elementor-widget-divider,
.sc_layouts_row .elementor-widget-spacer {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.sc_layouts_row .sc_layouts_item + div.vc_separator:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text),
.sc_layouts_row .sc_layouts_item + div.vc_empty_space:not(.sc_layouts_item):not(.vc_row):not(.vc_separator):not(.vc_empty_space):not(.vc_wp_text),
.sc_layouts_row .sc_layouts_item + div.elementor-widget-divider,
.sc_layouts_row .sc_layouts_item + div.elementor-widget-spacer {
margin: 0 !important;
}
.sc_layouts_column .vc_separator,
.sc_layouts_column .vc_empty_space,
.sc_layouts_column .elementor-widget-divider,
.sc_layouts_column .elementor-widget-spacer {
width: 100%;
}
.sc_layouts_column_align_left,
.sc_layouts_column.sc_layouts_column_align_left .widget,
.sc_layouts_column.sc_layouts_column_align_left .widget_title,
.sc_layouts_column.sc_layouts_column_align_left .widgettitle {
text-align: left;
}
.sc_layouts_column_align_left .elementor-widget-wrap {
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.sc_layouts_column_align_center,
.sc_layouts_column.sc_layouts_column_align_center .widget,
.sc_layouts_column.sc_layouts_column_align_center .widget_title,
.sc_layouts_column.sc_layouts_column_align_center .widgettitle {
text-align: center;
}
.sc_layouts_column_align_center .elementor-widget-wrap {
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.sc_layouts_column_align_right,
.sc_layouts_column.sc_layouts_column_align_right .widget,
.sc_layouts_column.sc_layouts_column_align_right .widget_title,
.sc_layouts_column.sc_layouts_column_align_right .widgettitle {
text-align: right;
}
.sc_layouts_column_align_left .elementor-widget-wrap {
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.sc_layouts_column_align_center .elementor-widget-wrap {
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.sc_layouts_column_align_right .elementor-widget-wrap {
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.sc_layouts_row_delimiter {
border-bottom: 1px solid #ddd;
} body.frontpage:not(.elementor-editor-active) .sc_layouts_hide_on_frontpage,
body.home-page:not(.elementor-editor-active) .sc_layouts_hide_on_frontpage,
body.error404:not(.elementor-editor-active) .sc_layouts_hide_on_frontpage,
body.single:not(.elementor-editor-active) .sc_layouts_hide_on_singular,
body.page:not(.elementor-editor-active) .sc_layouts_hide_on_singular,
body:not(.single):not(.page):not(.elementor-editor-active) .sc_layouts_hide_on_other {
display: none !important;
}
@media (min-width: 2160px) {
.hide_on_wide, .sc_layouts_hide_on_wide {
display: none !important;
}
}
@media (min-width: 1680px) and (max-width: 2159px) {
.hide_on_desktop, .sc_layouts_hide_on_desktop {
display: none !important;
}
}
@media (min-width: 1280px) and (max-width: 1679px) {
.hide_on_notebook, .sc_layouts_hide_on_notebook {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 1279px) {
.hide_on_tablet, .sc_layouts_hide_on_tablet {
display: none !important;
}
}
@media (max-width: 767px) {
.hide_on_mobile, .sc_layouts_hide_on_mobile {
display: none !important;
}
}  .sc_layouts_iconed_text {
white-space: nowrap;
}
.sc_layouts_item_link {
display: block;
}
.sc_layouts_item_icon {
font-size: 2.25em;
line-height: 1.1em;
display: inline-block;
vertical-align: middle;
-webkit-transition: color 0.3s ease;
-ms-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.sc_layouts_item_icon.sc_icon_type_svg svg,
.sc_layouts_item_icon.sc_icon_type_svg object {
width: 1em;
height: 1em;
}
.sc_layouts_item_details {
display: inline-block;
vertical-align: middle;
white-space: normal;
}
.sc_layouts_item_icon + .sc_layouts_item_details {
margin-left: 0.5em;
}
.sc_layouts_column_icons_position_left .sc_layouts_item_details {
text-align: left;
}
.sc_layouts_column_icons_position_right .sc_layouts_item_details {
text-align: right;
}
.sc_align_center .sc_layouts_item_details {
text-align: center;
}
.sc_layouts_item_details_line1,
.sc_layouts_item_details_line2 {
display: block;
}
.sc_layouts_item_details_line1 {
font-size: 0.9333em;
line-height: 1.1429em;
font-weight: 300;
}
.sc_layouts_item_details_line2 {
font-size: 1.0667em;
line-height: 1.3125em;
font-weight: 600;
}
.sc_layouts_column_icons_position_right .sc_layouts_item:after {
content: ' ';
clear: both;
width: 100%;
height: 0;
display: block;
}
.sc_layouts_column_icons_position_right .sc_layouts_item_icon {
float: right;
margin-left: 0.4em;
margin-right: 0;
}
.sc_layouts_column_icons_position_right .sc_layouts_item_details {
float: right;
} .sc_layouts_menu_nav.sc_layouts_login_menu,
.sc_layouts_menu_nav.sc_layouts_login_menu > li > ul {
font-size: 1em;
}
.sc_layouts_login_menu .menu-item:not(.menu-item-has-children) .trx_addons_login_link {
padding: 0em;
} .sc_layouts_row .sc_button {
vertical-align: top;
text-align: center;
} .sc_layouts_row_type_narrow {
font-size: 13px;
line-height: 18px;
padding: 6px 0;
} .sc_layouts_row_type_narrow .sc_layouts_item_icon,
.sc_layouts_row_type_narrow .sc_layouts_item input[type="text"] {
font-size: inherit;
line-height: inherit;
font-weight: inherit;
}
.sc_layouts_row_type_narrow .sc_layouts_item_details_line1,
.sc_layouts_row_type_narrow .sc_layouts_item_details_line2 {
display: inline-block;
font-size: inherit;
line-height: inherit;
font-weight: inherit;
}
.sc_layouts_row_type_narrow .sc_layouts_item_details_line1 + .sc_layouts_item_details_line2 {
margin-left: 0.5em;
} .sc_layouts_row_type_narrow .socials_wrap,
.sc_layouts_row_type_narrow .socials_wrap:not([class*="socials_type_"]) {
margin: 0;
}
.sc_layouts_row_type_narrow .socials_wrap .social_item,
.sc_layouts_row_type_narrow .socials_wrap:not([class*="socials_type_"]) .social_item {
margin: 0 8px 0 0;
}
.sc_layouts_row_type_narrow .socials_wrap .social_item .social_icon,
.sc_layouts_row_type_narrow .socials_wrap:not([class*="socials_type_"]) .social_item .social_icon {
font-size: 15px;
width: auto;
height: auto;
line-height: inherit;
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
background-color: transparent !important;
}
.sc_layouts_row_type_narrow .socials_wrap .social_item_style_bg .social_icon,
.sc_layouts_row_type_narrow .socials_wrap:not([class*="socials_type_"]) .social_item_style_bg .social_icon {
width: 1.2em;
height: 1.2em;
}
.sc_layouts_row_type_narrow .socials_wrap .social_icon svg,
.sc_layouts_row_type_narrow .socials_wrap .social_icon object {
width: 1em;
height: 1em;
} .sc_layouts_row_type_narrow .sc_button {
background-color: transparent;
border: 1px solid #efa758;
color: #efa758;
} .sc_layouts_row_type_compact {
padding: 0.75em 0;
}
.sc_layouts_row_type_compact .sc_layouts_item,
.sc_layouts_row_type_normal .sc_layouts_item {
letter-spacing: 0;
} .sc_layouts_row_type_compact .sc_layouts_item_icon {
font-size: 1.25em;
font-weight: 400;
}
.sc_layouts_row_type_compact .sc_layouts_item input[type="text"] {
font-size: inherit;
line-height: inherit;
font-weight: inherit;
}
.sc_layouts_row_type_compact .sc_layouts_item_details_line1,
.sc_layouts_row_type_compact .sc_layouts_item_details_line2 {
display: inline-block;
font-size: inherit;
line-height: inherit;
font-weight: inherit;
}
.sc_layouts_row_type_compact .sc_layouts_item_details_line1 + .sc_layouts_item_details_line2 {
margin-left: 0.5em;
} .sc_layouts_row_type_compact .socials_wrap,
.sc_layouts_row_type_compact .socials_wrap:not([class*="socials_type_"]) {
margin: 0;
}
.sc_layouts_row_type_compact .socials_wrap .social_item,
.sc_layouts_row_type_compact .socials_wrap:not([class*="socials_type_"]) .social_item {
margin: 0 10px 0 0;
}
.sc_layouts_row_type_compact .socials_wrap .social_item .social_icon,
.sc_layouts_row_type_compact .socials_wrap:not([class*="socials_type_"]) .social_item .social_icon {
font-size: 15px;
width: auto;
height: auto;
line-height: inherit;
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
.sc_layouts_row_type_compact .socials_wrap .social_item_style_bg .social_icon,
.sc_layouts_row_type_compact .socials_wrap:not([class*="socials_type_"]) .social_item_style_bg .social_icon {
width: 1.2em;
height: 1.2em;
} .sc_layouts_row_type_normal {
padding: 2em 0;
} .sc_layouts_row_fixed_placeholder {
display: none;
position: relative;
}
.sc_layouts_row_unfixed_placeholder {
position: relative;
width: 100%;
height: 0;
}
.sc_layouts_row_fixed_marker_on,
.sc_layouts_row_fixed_marker_off {
visibility: hidden;
opacity: 0;
pointer-events: none;
width: 100%;
height: 1px;
}
.sc_layouts_row_fixed_marker_on {
position: absolute;
z-index: -1;
top: -1.25px;
left: 0;
}
.sc_layouts_row_fixed_marker_off {
position: absolute;
z-index: -1;
top: -1.25px;
left: 0;
}
.sc_layouts_row_fixed_on + .sc_layouts_row_fixed_placeholder {
display: block;
width: 100%;
}
.sc_layouts_row_fixed_on {
position: fixed;
z-index: 100002;
top: 0;
right: -15px;
bottom: auto;
left: -15px;
position: fixed !important;
margin: 0 !important;
background-color: #fff;
}
.sc_layouts_row_fixed_on.elementor-section:not(.elementor-section-justified) {
left: 0;
right: 0;
}
.sc_layouts_row_fixed_on ~ .sc_layouts_row_fixed_on {
z-index: 100001;
}
.sc_layouts_row_fixed_on ~ .sc_layouts_row_fixed_on ~ .sc_layouts_row_fixed_on {
z-index: 100000;
} :root {
--trx-addons-fixed-rows-duration: 0.4s;
}
.sc_layouts_row_fixed.sc_layouts_row_delay_fixed {
-webkit-transition: none !important;
-ms-transition: none !important;
transition: none !important;
}
.sc_layouts_row_fixed_on.sc_layouts_row_delay_fixed {
-webkit-animation: trx-addons-layouts-fix-row var(--trx-addons-fixed-rows-duration) ease-out 0s 1 forwards;
-ms-animation: trx-addons-layouts-fix-row var(--trx-addons-fixed-rows-duration) ease-out 0s 1 forwards;
animation: trx-addons-layouts-fix-row var(--trx-addons-fixed-rows-duration) ease-out 0s 1 forwards;
}
.sc_layouts_row_fixed_on.sc_layouts_row_delay_fixed.sc_layouts_row_fixed_animation_off {
-webkit-animation: trx-addons-layouts-unfix-row var(--trx-addons-fixed-rows-duration) ease-in 0s 1 forwards;
-ms-animation: trx-addons-layouts-unfix-row var(--trx-addons-fixed-rows-duration) ease-in 0s 1 forwards;
animation: trx-addons-layouts-unfix-row var(--trx-addons-fixed-rows-duration) ease-in 0s 1 forwards;
}
@-webkit-keyframes trx-addons-layouts-fix-row {
from {
-webkit-transform: translateY(-200%);
-ms-transform: translateY(-200%);
transform: translateY(-200%);
}
to {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes trx-addons-layouts-fix-row {
from {
-webkit-transform: translateY(-200%);
-ms-transform: translateY(-200%);
transform: translateY(-200%);
}
to {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes trx-addons-layouts-unfix-row {
from {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
to {
-webkit-transform: translateY(-200%);
-ms-transform: translateY(-200%);
transform: translateY(-200%);
}
}
@keyframes trx-addons-layouts-unfix-row {
from {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
to {
-webkit-transform: translateY(-200%);
-ms-transform: translateY(-200%);
transform: translateY(-200%);
}
} body.hide_fixed_rows .sc_layouts_row_fixed_on {
-webkit-animation: trx-addons-layouts-unfix-row var(--trx-addons-fixed-rows-duration) ease-in 0s 1 forwards;
-ms-animation: trx-addons-layouts-unfix-row var(--trx-addons-fixed-rows-duration) ease-in 0s 1 forwards;
animation: trx-addons-layouts-unfix-row var(--trx-addons-fixed-rows-duration) ease-in 0s 1 forwards;
}
body.hide_fixed_rows .sc_layouts_row_fixed_placeholder {
-webkit-transition: height var(--trx-addons-fixed-rows-duration) ease !important;
-ms-transition: height var(--trx-addons-fixed-rows-duration) ease !important;
transition: height var(--trx-addons-fixed-rows-duration) ease !important;
}
body.hide_fixed_rows_enabled .sc_layouts_row_fixed:not(.sc_layouts_row_fixed_on) + .sc_layouts_row_fixed_placeholder {
height: 0 !important;
} body:not(.elementor-editor-active) .sc_layouts_row_hide_unfixed:not(.sc_layouts_row_fixed_on) {
height: 0;
padding: 0;
overflow: hidden;
} .sc_layouts_flex {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_layouts_flex > .sc_layouts_column {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.sc_layouts_flex > .sc_layouts_column > .sc_layouts_item {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-flex-grow: 1;
-ms-flex-grow: 1;
flex-grow: 1;
}
.sc_layouts_flex.sc_layouts_columns_stretch {
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
}
.sc_layouts_flex.sc_layouts_columns_top {
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
}
.sc_layouts_flex.sc_layouts_columns_bottom {
-webkit-align-content: flex-end;
-ms-flex-line-pack: end;
align-content: flex-end;
}
.sc_layouts_flex.sc_layouts_columns_middle {
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
.sc_layouts_flex.sc_layouts_content_top > .sc_layouts_column > .sc_layouts_item {
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.sc_layouts_flex.sc_layouts_content_top:not(.sc_layouts_columns_stretch) > .sc_layouts_column {
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.sc_layouts_flex.sc_layouts_content_bottom > .sc_layouts_column > .sc_layouts_item {
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.sc_layouts_flex.sc_layouts_content_bottom:not(.sc_layouts_columns_stretch) > .sc_layouts_column {
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.sc_layouts_flex.sc_layouts_content_middle > .sc_layouts_column > .sc_layouts_item {
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.sc_layouts_flex.sc_layouts_content_middle:not(.sc_layouts_columns_stretch) > .sc_layouts_column {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.sc_layouts_flex.sc_layouts_columns_bottom:after,
.sc_layouts_flex.sc_layouts_columns_middle:after,
.sc_layouts_flex.sc_layouts_columns_top:after {
content: '';
width: 100%;
height: 0;
overflow: hidden;
visibility: hidden;
display: block;
} .sc_layouts_popup {
display: none;
background-color: #fff;
-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);
}
.sc_layouts_popup > p {
margin: 0;
}
.sc_layouts_popup .wp-video {
width: 100% !important;
}
.mfp-content .sc_layouts_popup {
display: block;
overflow-x: hidden;
overflow-y: auto;
max-height: 75vh;
}
.mfp-inline-holder div.mfp-content,
.mfp-ajax-holder div.mfp-content {
width: auto;
min-width: 60%;
max-width: 85%;
min-height: 40%;
max-height: 80%;
} .sc_layouts_panel_hide_content {
position: fixed;
z-index: 100000;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0);
-webkit-transform: translateX(200%);
-ms-transform: translateX(200%);
transform: translateX(200%);
-webkit-transition: background-color 0.8s ease;
-ms-transition: background-color 0.8s ease;
transition: background-color 0.8s ease;
}
.sc_layouts_panel_hide_content.sc_layouts_panel_opened {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
background-color: rgba(0, 0, 0, 0.5);
}
.sc_layouts_panel {
opacity: 0;
}
.sc_layouts_panel.sc_layouts_panel_opened {
-webkit-transition: -webkit-transform 0.8s ease, opacity 0.3s ease;
-ms-transition: -ms-transform 0.8s ease, opacity 0.3s ease;
transition: transform 0.8s ease, opacity 0.3s ease;
opacity: 1;
}
.sc_layouts_panel,
.sc_layouts_panel_inner {
-webkit-transition: -webkit-transform 0.8s ease, opacity 6s ease;
-ms-transition: -ms-transform 0.8s ease, opacity 6s ease;
transition: transform 0.8s ease, opacity 6s ease;
}
.sc_layouts_panel_inner {
background-color: #fff;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height: 100%;
padding: 2em 3em;
}
.sc_layouts_panel_inner > p {
margin: 0;
}
.sc_layouts_panel_left {
position: fixed;
z-index: 100001;
top: 0;
left: 0;
max-width: 100%;
height: 100%;
}
.sc_layouts_panel_right {
position: fixed;
z-index: 100001;
top: 0;
right: 0;
max-width: 100%;
height: 100%;
}
.sc_layouts_panel_top {
position: fixed;
z-index: 100001;
top: 0;
left: 0;
max-height: 100%;
width: 100%;
}
.sc_layouts_panel_bottom {
position: fixed;
z-index: 100001;
bottom: 0;
left: 0;
max-height: 100%;
width: 100%;
} .sc_layouts_panel_left.sc_layouts_effect_slide {
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
.sc_layouts_panel_right.sc_layouts_effect_slide {
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
.sc_layouts_panel_top.sc_layouts_effect_slide {
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
.sc_layouts_panel_bottom.sc_layouts_effect_slide {
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
}
.sc_layouts_panel.sc_layouts_effect_slide.sc_layouts_panel_opened {
-webkit-transform: none;
-ms-transform: none;
transform: none;
} .sc_layouts_panel.sc_layouts_effect_flip,
.sc_layouts_panel.sc_layouts_effect_flipout {
-webkit-perspective: 600px;
-ms-perspective: 600px;
perspective: 600px;
pointer-events: none;
}
.sc_layouts_panel.sc_layouts_effect_flip.sc_layouts_panel_opened,
.sc_layouts_panel.sc_layouts_effect_flipout.sc_layouts_panel_opened {
pointer-events: initial;
}
.sc_layouts_panel_left.sc_layouts_effect_flip .sc_layouts_panel_inner {
-webkit-transform-origin: left center;
-ms-transform-origin: left center;
transform-origin: left center;
-webkit-transform: rotateY(120deg);
-ms-transform: rotateY(120deg);
transform: rotateY(120deg);
}
.sc_layouts_panel_left.sc_layouts_effect_flipout .sc_layouts_panel_inner {
-webkit-transform-origin: left center;
-ms-transform-origin: left center;
transform-origin: left center;
-webkit-transform: rotateY(-120deg);
-ms-transform: rotateY(-120deg);
transform: rotateY(-120deg);
}
.sc_layouts_panel_left.sc_layouts_effect_flip.sc_layouts_panel_opened .sc_layouts_panel_inner,
.sc_layouts_panel_left.sc_layouts_effect_flipout.sc_layouts_panel_opened .sc_layouts_panel_inner {
-webkit-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.sc_layouts_panel_right.sc_layouts_effect_flip .sc_layouts_panel_inner {
-webkit-transform-origin: right center;
-ms-transform-origin: right center;
transform-origin: right center;
-webkit-transform: rotateY(-120deg);
-ms-transform: rotateY(-120deg);
transform: rotateY(-120deg);
}
.sc_layouts_panel_right.sc_layouts_effect_flipout .sc_layouts_panel_inner {
-webkit-transform-origin: right center;
-ms-transform-origin: right center;
transform-origin: right center;
-webkit-transform: rotateY(120deg);
-ms-transform: rotateY(120deg);
transform: rotateY(120deg);
}
.sc_layouts_panel_right.sc_layouts_effect_flip.sc_layouts_panel_opened .sc_layouts_panel_inner,
.sc_layouts_panel_right.sc_layouts_effect_flipout.sc_layouts_panel_opened .sc_layouts_panel_inner {
-webkit-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.sc_layouts_panel_top.sc_layouts_effect_flip .sc_layouts_panel_inner {
-webkit-transform-origin: center top;
-ms-transform-origin: center top;
transform-origin: center top;
-webkit-transform: rotateX(-120deg);
-ms-transform: rotateX(-120deg);
transform: rotateX(-120deg);
}
.sc_layouts_panel_top.sc_layouts_effect_flipout .sc_layouts_panel_inner {
-webkit-transform-origin: center top;
-ms-transform-origin: center top;
transform-origin: center top;
-webkit-transform: rotateX(120deg);
-ms-transform: rotateX(120deg);
transform: rotateX(120deg);
}
.sc_layouts_panel_top.sc_layouts_effect_flip.sc_layouts_panel_opened .sc_layouts_panel_inner,
.sc_layouts_panel_top.sc_layouts_effect_flipout.sc_layouts_panel_opened .sc_layouts_panel_inner {
-webkit-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
transform: rotateX(0deg);
}
.sc_layouts_panel_bottom.sc_layouts_effect_flip .sc_layouts_panel_inner {
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-transform: rotateX(120deg);
-ms-transform: rotateX(120deg);
transform: rotateX(120deg);
}
.sc_layouts_panel_bottom.sc_layouts_effect_flipout .sc_layouts_panel_inner {
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-transform: rotateX(-120deg);
-ms-transform: rotateX(-120deg);
transform: rotateX(-120deg);
}
.sc_layouts_panel_bottom.sc_layouts_effect_flip.sc_layouts_panel_opened .sc_layouts_panel_inner,
.sc_layouts_panel_bottom.sc_layouts_effect_flipout.sc_layouts_panel_opened .sc_layouts_panel_inner {
-webkit-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
transform: rotateX(0deg);
} body[class*="cpt_layouts-template"] {
background-image: url(//chennaiinternationalbookfair.com/wp-content/plugins/trx_addons/components/cpt/layouts/images/transparent.png);
background-repeat: repeat;
}
body[class*="cpt_layouts-template"] .trx-addons-layout--edit-mode .trx-addons-layout__inner {
margin-left: auto;
margin-right: auto;
background-color: #fff;
-webkit-box-sizing: content-box;
-ms-box-sizing: content-box;
box-sizing: content-box;
} @media (min-width: 1680px) and (max-width: 2159px) { .sc_layouts_row.sc_layouts_row_fixed_on .custom-logo-link img,
.sc_layouts_row.sc_layouts_row_fixed_on .sc_layouts_logo img {
max-height: 3em;
}
}
@media (min-width: 1280px) and (max-width: 1679px) { .sc_layouts_row.sc_layouts_row_fixed_on .custom-logo-link img,
.sc_layouts_row.sc_layouts_row_fixed_on .sc_layouts_logo img {
max-height: 3em;
}
}
@media (min-width: 768px) and (max-width: 1279px) { .sc_layouts_row.sc_layouts_row_fixed_on .custom-logo-link img,
.sc_layouts_row.sc_layouts_row_fixed_on .sc_layouts_logo img {
max-height: 3em;
}
}
@media (max-width: 767px) { .sc_layouts_row.sc_layouts_row_fixed_on.sc_layouts_row_fixed_always .custom-logo-link img,
.sc_layouts_row.sc_layouts_row_fixed_on.sc_layouts_row_fixed_always .sc_layouts_logo img {
max-height: 3em;
}
}.sc_button_wrap:not([class*="sc_align_"]) {
display: inline-block;
vertical-align: top;
} .sc_button {
display: inline-block;
vertical-align: top;
text-transform: uppercase;
white-space: nowrap;
padding: 1.5em 3em;
background-position: center center;
background-repeat: repeat;
overflow: hidden;
background-color: #efa758;
color: #fff;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc_button:hover {
background-color: #007fc5;
}
.sc_button + .sc_button {
margin-left: 1em;
}
.sc_button_subtitle {
font-size: 0.85em;
line-height: 1.25em;
text-transform: none;
display: block;
}
.sc_button_icon,
.sc_button_text {
display: inline-block;
vertical-align: middle;
white-space: normal;
text-decoration: inherit; }
.sc_button_icon {
font-size: 2em;
line-height: 1.25em;
font-weight: 400;
font-style: normal;
}
.sc_button .sc_button_icon svg {
stroke: currentColor;
fill: currentColor;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc_button .sc_button_icon svg,
.sc_button .sc_button_icon object {
width: 1em;
height: 1em;
}
.sc_button_icon img {
max-height: 2.5em;
width: auto;
}
.sc_button_icon_left .sc_button_icon {
margin-right: 0.8em;
}
.sc_button_icon_right .sc_button_icon {
float: right;
margin-left: 0.8em;
}
.sc_button_icon_top .sc_button_icon {
display: block;
margin-bottom: 0.25em;
text-align: center;
} .sc_button.sc_button_size_small {
padding: 1em 2.5em;
}
.sc_button.sc_button_size_small .sc_button_icon img {
max-height: 1.6em;
width: auto;
}
.sc_button.sc_button_size_large {
font-size: 1.25em;
}
.sc_button.sc_button_size_large .sc_button_icon img {
max-height: 4em;
width: auto;
} .sc_button_bg_image {
position: relative;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.sc_button.sc_button_bg_image,
.sc_button.sc_button_bg_image:hover {
color: #fff !important;
}
.sc_button_bg_image .sc_button_text {
position: relative;
z-index: 2;
}
.sc_button_bg_image:before {
content: ' ';
margin: 0 !important;
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
-webkit-transition: background-color 0.3s ease;
-ms-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
.sc_button_bg_image:hover:before {
background-color: rgba(0, 0, 0, 0.75);
} .sc_button_bordered {
background: none !important;
border: 2px solid #efa758;
color: #efa758;
}
.sc_button_bordered:hover {
border-color: #007fc5;
color: #007fc5;
} .sc_button_simple {
display: inline-block;
background-color: transparent !important;
color: #efa758;
position: relative;
padding: 0 1.8em 0 0;
}
.sc_button_simple:hover {
color: #000;
}
.sc_button.sc_button_simple:before,
.sc_button.sc_button_simple:after {
content: '\e911';
font-family: "trx_addons_icons";
margin: 0;
line-height: inherit;
color: inherit;
position: absolute;
z-index: 1;
top: 0;
right: 0;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc_button_with_icon.sc_button_simple:before,
.sc_button_with_icon.sc_button_simple:after,
.sc_button_with_image.sc_button_simple:before,
.sc_button_with_image.sc_button_simple:after {
top: 50%;
line-height: 1em;
margin-top: -0.5em;
}
.sc_button.sc_button_simple:before {
right: 20px;
opacity: 0;
}
.sc_button.sc_button_simple:hover:before {
opacity: 1;
right: 0;
}
.sc_button.sc_button_simple:hover:after {
opacity: 0;
right: -20px;
}
.sc_button_simple.sc_button_icon_left {
padding-left: 1px;
}
.sc_button_simple.sc_button_icon_left .sc_button_icon {
margin-right: 0.4em;
}
.sc_button_simple.sc_button_icon_right {
padding-right: 1px;
}
.sc_button_simple.sc_button_icon_right .sc_button_icon {
margin-left: 0.4em;
}.sc_form {
position: relative;
padding-top: 0.0001px;
}
.trx_addons_field_error {
border-color: #CC0000 !important;
-webkit-box-shadow: 0px 0px 8px 0px rgba(200, 0, 0, 0.2);
-ms-box-shadow: 0px 0px 8px 0px rgba(200, 0, 0, 0.2);
box-shadow: 0px 0px 8px 0px rgba(200, 0, 0, 0.2);
}
.sc_form form input.filled.trx_addons_field_error,
.sc_form form input.filled.trx_addons_field_error:hover,
.sc_form form input.filled.trx_addons_field_error:focus {
color: #ff0000 !important;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
.sc_form.sc_align_left .sc_form_field {
text-align: left;
}
.sc_form.sc_align_center .sc_form_field {
text-align: center;
}
.sc_form.sc_align_right .sc_form_field {
text-align: right;
}
.sc_form.sc_align_justify .sc_form_field {
text-align: justify;
}
.sc_form_title,
.sc_form_description {
margin-bottom: 2rem;
}
.sc_form_form {
position: relative;
}
.sc_form_field {
display: block;
margin-bottom: 1.3em;
}
span.sc_form_field_title {
display: block;
font-size: 1em;
line-height: 1.8em;
font-weight: normal;
margin-bottom: 0.7em;
color: #292929;
}
label.required span.sc_form_field_title:after {
content: '*';
display: inline-block;
vertical-align: text-top;
margin: -0.5em 0 0 0.5em;
font-size: 80%;
color: #da6f5b;
}
.sc_form_field_tooltip {
position: relative;
font-size: 10px;
display: inline-block;
vertical-align: top;
width: 1em;
height: 1em;
line-height: 1em;
text-align: center;
background-color: #000;
color: #fff;
padding: 2px;
margin: -2px 0 0 2px;
cursor: help;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.sc_form_field_tooltip:before {
content: ' ';
display: block;
position: absolute;
z-index: 1000;
top: -4px;
left: 18px;
width: 0;
height: 0;
opacity: 0;
border: 5px solid #000;
border-color: transparent transparent #000;
}
.sc_form_field_tooltip:after {
content: attr(data-tooltip-text);
display: block;
text-align: left;
line-height: 13px;
width: 150px;
background-color: #000;
color: #fff;
padding: 6px 10px;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
display: none;
opacity: 0;
pointer-events: none;
position: absolute;
z-index: 1000;
top: -10px;
left: 23px;
}
.sc_form_field_title:hover .sc_form_field_tooltip:before,
.sc_form_field_title:hover .sc_form_field_tooltip:after {
opacity: 1;
display: block;
}
.sc_form_field_range .sc_form_field_wrap,
.sc_form_field_slider .sc_form_field_wrap {
display: block;
margin: 0 0.6em;
}
.sc_form_field_checklist .sc_form_field_choises_dir_vertical {
max-height: 12em;
overflow-y: auto;
}
.sc_form_field_checklist .sc_form_field_choises_dir_vertical .sc_form_field_choises_item {
display: block;
}
.sc_form input[type="text"],
.sc_form select,
.sc_form textarea {
width: 100%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_form.sc_align_left input,
.sc_form.sc_align_left textarea {
text-align: left;
}
.sc_form.sc_align_center input,
.sc_form.sc_align_center textarea {
text-align: center;
}
.sc_form.sc_align_right input,
.sc_form.sc_align_right textarea {
text-align: right;
}
.sc_form .sc_form_info_data > a,
.sc_form .sc_form_info_data > span {
display: block;
color: #000;
}
.sc_form .sc_form_info_data > a:hover {
color: #efa758;
}
.sc_form button:after {
content: ' ';
} .sc_form_default .sc_form_field_button:before {
content: ' ';
clear: both;
width: 100%;
height: 0;
display: block;
}
.sc_form_default .sc_form_field_button {
text-align: left;
} .sc_form_detailed .sc_form_form {
width: 90%;
}
.sc_form_detailed .sc_form_title,
.sc_form_detailed .sc_form_description {
text-align: left;
}
.sc_form_detailed button {
width: 100%;
}
.sc_form_detailed .sc_form_info_item {
overflow: hidden;
}
.sc_form_detailed .sc_form_info_item + .sc_form_info_item {
margin-top: 3.5em;
}
.sc_form_detailed .sc_form_info_icon {
float: left;
color: #c7c7c7;
display: block;
width: 2em;
text-align: center;
}
.sc_form_detailed .sc_form_info_icon:before {
font-family: "trx_addons_icons";
font-size: 2.3em;
line-height: 1.2em;
}
.sc_form_detailed .sc_form_info_item_phone .sc_form_info_icon:before {
content: '\e893';
}
.sc_form_detailed .sc_form_info_item_email .sc_form_info_icon:before {
content: '\e86d';
}
.sc_form_detailed .sc_form_info_item_address .sc_form_info_icon:before {
content: '\e88a';
}
.sc_form_detailed .sc_form_info_area {
float: left;
display: block;
width: 100%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
margin-left: -3em;
padding-left: 4.5em;
font-size: 0.9231em;
text-transform: uppercase;
color: #292929;
}
.sc_form_detailed .sc_form_info_area > span {
display: block;
line-height: 1.5em;
}
.sc_form_detailed .sc_form_info_area .sc_form_info_title {
font-weight: 600;
}
.sc_form_detailed button {
display: block;
} .sc_form_modern .sc_form_info {
margin-bottom: 2.2em;
}
.sc_form_modern .sc_form_info_item {
text-align: center;
}
.sc_form_modern .sc_form_info_icon {
color: #c7c7c7;
display: block;
}
.sc_form_modern .sc_form_info_icon:before {
font-family: "trx_addons_icons";
font-size: 4.8em;
line-height: 1.5em;
}
.sc_form_modern .sc_form_info_item_address .sc_form_info_icon:before {
content: '\e88a';
}
.sc_form_modern .sc_form_info_item_email .sc_form_info_icon:before {
content: '\e86d';
}
.sc_form_modern .sc_form_info_item_phone .sc_form_info_icon:before {
content: '\e893';
}
.sc_form_modern .sc_form_field {
margin-bottom: 2.2em;
}
.sc_form_modern textarea {
min-height: 10.75em;
}
.sc_form_modern .sc_form_field_button {
text-align: center;
}
.sc_form_modern button {
margin-top: 0;
} .sc_googlemap_content .sc_form_default .sc_form_details {
width: 100%;
float: none;
}
.sc_googlemap_content .sc_form_default .sc_form_details > div {
width: 100%;
padding-right: 0;
}
.sc_googlemap_content .sc_form_default .sc_form_field_message {
width: 100%;
float: none;
padding-left: 0;
}
.sc_googlemap_content .sc_form .sc_form_field input[type="text"],
.sc_googlemap_content .sc_form .sc_form_field textarea {
padding: 0.5em 1em;
}
.sc_googlemap_content .sc_form .sc_form_field textarea {
min-height: 3em;
}  [class*="sc_input_hover_"] .sc_form_field_wrap,
[class*="sc_input_hover_"] .comments_field_wrap {
position: relative;
z-index: 1;
display: block;
}
[class*="sc_input_hover_"] input[type="text"],
[class*="sc_input_hover_"] input[type="number"],
[class*="sc_input_hover_"] input[type="email"],
[class*="sc_input_hover_"] input[type="password"],
[class*="sc_input_hover_"] input[type="search"],
[class*="sc_input_hover_"] select,
[class*="sc_input_hover_"] textarea {
font-size: 1em !important;
line-height: 1.25em;
font-weight: 400;
font-style: normal;
letter-spacing: 1px;
text-align: left !important;
padding: 1.4em !important;
width: 100%;
}
[class*="sc_input_hover_"] input:focus,
[class*="sc_input_hover_"] select:focus,
[class*="sc_input_hover_"] textarea:focus {
outline: none;
}
[class*="sc_input_hover_"] .sc_form_field_hover {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
font-size: 1em;
text-align: left !important;
overflow: visible;
padding: 0;
pointer-events: none;
white-space: nowrap;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-font-smoothing: antialiased;
-webkit-touch-callout: none;
}
[class*="sc_input_hover_"] .sc_form_field_content {
position: relative;
display: block;
width: 100%;
font-size: 1em;
line-height: 1.2em;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
[class*="sc_input_hover_"] label.required .sc_form_field_content:after {
content: '*';
vertical-align: top;
margin-left: 0.3em;
font-size: 110%;
color: #da6f5b;
}
[class*="sc_input_hover_"] label.required:after {
display: none;
} .sc_input_hover_accent input[type="text"],
.sc_input_hover_accent input[type="number"],
.sc_input_hover_accent input[type="email"],
.sc_input_hover_accent input[type="password"],
.sc_input_hover_accent input[type="search"],
.sc_input_hover_accent select,
.sc_input_hover_accent .select2-container .select2-selection,
.sc_input_hover_accent textarea {
-webkit-box-shadow: 0px 0px 0px 2px transparent;
-ms-box-shadow: 0px 0px 0px 2px transparent;
box-shadow: 0px 0px 0px 2px transparent;
-webkit-transition: box-shadow 0.3s ease;
-ms-transition: box-shadow 0.3s ease;
transition: box-shadow 0.3s ease;
-webkit-appearance: none; }
.sc_input_hover_accent textarea {
min-height: 11.5em;
}
.sc_input_hover_accent .sc_form_field_hover {
position: static;
}
.sc_input_hover_accent .sc_form_field_content {
padding: 0.3em 0 0;
}
.sc_input_hover_accent .sc_form_field_hover:before {
content: ' ';
display: block !important;
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 3em;
-webkit-box-shadow: 0px 0px 0px 0px;
-ms-box-shadow: 0px 0px 0px 0px;
box-shadow: 0px 0px 0px 0px;
color: rgba(239, 167, 88, 0.6);
}
.sc_input_hover_accent textarea + .sc_form_field_hover:before {
height: 9em;
}
.sc_input_hover_accent input:focus + .sc_form_field_hover,
.sc_input_hover_accent select:focus + .sc_form_field_hover,
.sc_input_hover_accent .select2-container--focus + .sc_form_field_hover,
.sc_input_hover_accent .select2-container--open + .sc_form_field_hover,
.sc_input_hover_accent textarea:focus + .sc_form_field_hover {
pointer-events: none;
}
.sc_input_hover_accent input:focus + .sc_form_field_hover:before,
.sc_input_hover_accent select:focus + .sc_form_field_hover:before,
.sc_input_hover_accent .select2-container--focus + .sc_form_field_hover:before,
.sc_input_hover_accent .select2-container--open + .sc_form_field_hover:before,
.sc_input_hover_accent textarea:focus + .sc_form_field_hover:before {
-webkit-animation: anim-accent 0.3s forwards;
-ms-animation: anim-accent 0.3s forwards;
animation: anim-accent 0.3s forwards;
}
.sc_input_hover_accent input[type="text"]:focus,
.sc_input_hover_accent input[type="number"]:focus,
.sc_input_hover_accent input[type="email"]:focus,
.sc_input_hover_accent input[type="password"]:focus,
.sc_input_hover_accent input[type="search"]:focus,
.sc_input_hover_accent select:focus,
.sc_input_hover_accent .select2-container--focus .select2-selection,
.sc_input_hover_accent .select2-container--open .select2-selection,
.sc_input_hover_accent textarea:focus {
border-color: #efa758 !important;
}
@-webkit-keyframes anim-accent {
to {
-webkit-box-shadow: 0px 0px 100px 50px;
-ms-box-shadow: 0px 0px 100px 50px;
box-shadow: 0px 0px 100px 50px;
opacity: 0;
}
}
@keyframes anim-accent {
to {
-webkit-box-shadow: 0px 0px 100px 50px;
-ms-box-shadow: 0px 0px 100px 50px;
box-shadow: 0px 0px 100px 50px;
opacity: 0;
}
} .sc_input_hover_path .sc_form_field_wrap {
margin-bottom: 3em;
}
.sc_input_hover_path input[type="text"],
.sc_input_hover_path input[type="number"],
.sc_input_hover_path input[type="email"],
.sc_input_hover_path input[type="password"],
.sc_input_hover_path input[type="search"],
.sc_input_hover_path textarea {
border: none !important;
background: transparent !important;
}
.sc_input_hover_path textarea {
height: 4.1em;
overflow: hidden;
min-height: 0 !important;
}
.sc_input_hover_path textarea.filled,
.sc_input_hover_path textarea:focus {
height: auto;
min-height: 10.5em !important;
}
.sc_input_hover_path .sc_form_field_hover {
height: 100%;
cursor: text;
display: block;
}
.sc_input_hover_path .sc_form_field_content {
padding: 2em 1.5em 1.5em;
-webkit-transform-origin: 0% 50%;
-ms-transform-origin: 0% 50%;
transform-origin: 0% 50%;
-webkit-transition: -webkit-transform 0.3s ease;
-ms-transition: -ms-transform 0.3s ease;
transition: transform 0.3s ease;
}
.sc_input_hover_path textarea + .sc_form_field_hover > .sc_form_field_content {
padding-top: 2em;
}
.sc_input_hover_path .sc_form_field_graphic {
fill: none;
position: absolute;
z-index: 1;
top: 0;
left: 0;
-webkit-transform: scale3d(1, -1, 1);
-ms-transform: scale3d(1, -1, 1);
transform: scale3d(1, -1, 1);
-webkit-transition: stroke-dashoffset 0.5s ease;
-ms-transition: stroke-dashoffset 0.5s ease;
transition: stroke-dashoffset 0.5s ease;
pointer-events: none;
stroke: #333;
stroke-width: 2px;
stroke-dasharray: 1190;
stroke-dashoffset: 670;
}
.sc_input_hover_path textarea + .sc_form_field_hover > .sc_form_field_graphic {
stroke-dasharray: 1420;
stroke-dashoffset: 900;
}
.sc_input_hover_path input:focus + .sc_form_field_hover,
.sc_input_hover_path textarea:focus + .sc_form_field_hover,
.sc_input_hover_path input.filled + .sc_form_field_hover,
.sc_input_hover_path textarea.filled + .sc_form_field_hover {
cursor: default;
pointer-events: none;
}
.sc_input_hover_path input:focus + .sc_form_field_hover > .sc_form_field_graphic,
.sc_input_hover_path textarea:focus + .sc_form_field_hover > .sc_form_field_graphic,
.sc_input_hover_path input.filled + .sc_form_field_hover > .sc_form_field_graphic,
.sc_input_hover_path textarea.filled + .sc_form_field_hover > .sc_form_field_graphic {
stroke-dashoffset: 0;
}
.sc_input_hover_path input:focus + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_path textarea:focus + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_path input.filled + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_path textarea.filled + .sc_form_field_hover > .sc_form_field_content {
-webkit-transform: scale3d(0.875, 0.875, 1) translate3d(0, 2.8em, 0);
-ms-transform: scale3d(0.875, 0.875, 1) translate3d(0, 2.8em, 0);
transform: scale3d(0.875, 0.875, 1) translate3d(0, 2.8em, 0);
}
.sc_input_hover_path textarea:focus + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_path textarea.filled + .sc_form_field_hover > .sc_form_field_content {
-webkit-transform: scale3d(0.875, 0.875, 1) translate3d(0, 10em, 0);
-ms-transform: scale3d(0.875, 0.875, 1) translate3d(0, 10em, 0);
transform: scale3d(0.875, 0.875, 1) translate3d(0, 10em, 0);
} .sc_input_hover_jump .sc_form_field_wrap {
padding-top: 2em;
overflow: hidden;
}
.sc_input_hover_jump input[type="text"],
.sc_input_hover_jump input[type="number"],
.sc_input_hover_jump input[type="email"],
.sc_input_hover_jump input[type="password"],
.sc_input_hover_jump input[type="search"],
.sc_input_hover_jump textarea {
border: 2px solid #ddd;
}
.sc_input_hover_jump textarea {
min-height: 11.9em !important;
}
.sc_input_hover_jump .sc_form_field_hover {
overflow: hidden;
-webkit-transform: translate3d(0, 2em, 0);
-ms-transform: translate3d(0, 2em, 0);
transform: translate3d(0, 2em, 0);
}
.sc_input_hover_jump .sc_form_field_content {
padding: 1.5em;
}
.sc_input_hover_jump .sc_form_field_content:before {
content: attr(data-content);
position: absolute;
top: -190%;
left: 0;
font-weight: bold;
margin: 0;
color: #efa758;
}
.sc_input_hover_jump input:focus + .sc_form_field_hover,
.sc_input_hover_jump textarea:focus + .sc_form_field_hover,
.sc_input_hover_jump input.filled + .sc_form_field_hover,
.sc_input_hover_jump textarea.filled + .sc_form_field_hover {
-webkit-animation: anim-jump-1 0.25s forwards;
-ms-animation: anim-jump-1 0.25s forwards;
animation: anim-jump-1 0.25s forwards;
}
.sc_input_hover_jump input:focus + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_jump textarea:focus + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_jump input[type="text"].filled + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_jump textarea.filled + .sc_form_field_hover > .sc_form_field_content {
-webkit-animation: anim-jump-2 0.25s forwards ease-in;
-ms-animation: anim-jump-2 0.25s forwards ease-in;
animation: anim-jump-2 0.25s forwards ease-in;
}
.sc_input_hover_path input:focus,
.sc_input_hover_path textarea:focus,
.sc_input_hover_path input.filled,
.sc_input_hover_path textarea.filled {
border-color: #efa758;
}
@-webkit-keyframes anim-jump-1 {
0%, 70% {
-webkit-transform: translate3d(0, 3em, 0);
-ms-transform: translate3d(0, 3em, 0);
transform: translate3d(0, 3em, 0);
}
71%, 100% {
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes anim-jump-1 {
0%, 70% {
-webkit-transform: translate3d(0, 3em, 0);
-ms-transform: translate3d(0, 3em, 0);
transform: translate3d(0, 3em, 0);
}
71%, 100% {
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes anim-jump-2 {
0% {
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
70%, 71% {
-webkit-transform: translate3d(0, 125%, 0);
-ms-transform: translate3d(0, 125%, 0);
transform: translate3d(0, 125%, 0);
-webkit-animation-timing-function: ease-out;
-ms-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-webkit-transform: translate3d(0, 200%, 0);
-ms-transform: translate3d(0, 200%, 0);
transform: translate3d(0, 200%, 0);
}
}
@keyframes anim-jump-2 {
0% {
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
70%, 71% {
-webkit-transform: translate3d(0, 125%, 0);
-ms-transform: translate3d(0, 125%, 0);
transform: translate3d(0, 125%, 0);
-webkit-animation-timing-function: ease-out;
-ms-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-webkit-transform: translate3d(0, 200%, 0);
-ms-transform: translate3d(0, 200%, 0);
transform: translate3d(0, 200%, 0);
}
} .sc_input_hover_underline .sc_form_field {
margin-bottom: 2em;
}
.sc_input_hover_underline .sc_form_field_button {
margin-bottom: 0;
margin-top: 3em;
}
.sc_input_hover_underline .sc_form_field_wrap {
margin-bottom: 0;
}
[class*="sc_input_hover_"].sc_input_hover_underline input[type="text"],
[class*="sc_input_hover_"].sc_input_hover_underline input[type="number"],
[class*="sc_input_hover_"].sc_input_hover_underline input[type="email"],
[class*="sc_input_hover_"].sc_input_hover_underline input[type="password"],
[class*="sc_input_hover_"].sc_input_hover_underline input[type="search"],
[class*="sc_input_hover_"].sc_input_hover_underline textarea {
border: none !important;
background-color: transparent !important;
padding: 0.5em 0 !important;
}
.sc_input_hover_underline textarea {
height: 2.5em;
overflow: hidden;
min-height: 0 !important;
}
.sc_input_hover_underline textarea.filled,
.sc_input_hover_underline textarea:focus {
height: auto;
min-height: 6em !important;
}
.sc_input_hover_underline textarea + .sc_form_field_hover > .sc_form_field_content {
display: block; }
.sc_input_hover_underline textarea.filled + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_underline textarea:focus + .sc_form_field_hover > .sc_form_field_content {
height: 6.3em;
}
.sc_input_hover_underline .sc_form_field_hover {
padding: 0.5em 0;
overflow: visible;
}
.sc_input_hover_underline .sc_form_field_hover:before {
content: ' ';
display: block !important;
position: absolute;
top: auto;
right: auto;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
-webkit-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
-ms-transition: -ms-transform 0.3s, background-color 0.3s;
transition: transform 0.3s, background-color 0.3s;
background-color: #ddd;
}
.sc_input_hover_underline .sc_form_field_content {
padding: 0;
-webkit-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transition: -webkit-transform 0.3s, color 0.3s;
-ms-transition: -ms-transform 0.3s, color 0.3s;
transition: transform 0.3s, color 0.3s;
}
.sc_input_hover_underline input:focus + .sc_form_field_hover:before,
.sc_input_hover_underline textarea:focus + .sc_form_field_hover:before,
.sc_input_hover_underline input.filled + .sc_form_field_hover:before,
.sc_input_hover_underline textarea.filled + .sc_form_field_hover:before {
background-color: #333;
-webkit-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
.sc_input_hover_underline input:focus + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_underline input.filled + .sc_form_field_hover > .sc_form_field_content {
color: #333;
-webkit-transform: translate3d(0, 2.2em, 0) scale3d(0.875, 0.875, 1);
-ms-transform: translate3d(0, 2.2em, 0) scale3d(0.875, 0.875, 1);
transform: translate3d(0, 2.2em, 0) scale3d(0.875, 0.875, 1);
}
.sc_input_hover_underline textarea:focus + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_underline textarea.filled + .sc_form_field_hover > .sc_form_field_content {
color: #333;
height: 5.3em;
-webkit-transform: translate3d(0, 6.2em, 0) scale3d(0.875, 0.875, 1);
-ms-transform: translate3d(0, 6.2em, 0) scale3d(0.875, 0.875, 1);
transform: translate3d(0, 6.2em, 0) scale3d(0.875, 0.875, 1);
} [class*="sc_input_hover_"].sc_input_hover_iconed input[type="text"],
[class*="sc_input_hover_"].sc_input_hover_iconed input[type="number"],
[class*="sc_input_hover_"].sc_input_hover_iconed input[type="email"],
[class*="sc_input_hover_"].sc_input_hover_iconed input[type="password"],
[class*="sc_input_hover_"].sc_input_hover_iconed input[type="search"],
[class*="sc_input_hover_"].sc_input_hover_iconed textarea {
padding-left: 3em !important;
}
.sc_input_hover_iconed textarea {
min-height: 8.4em;
}
.sc_input_hover_iconed .sc_form_field_hover {
overflow: hidden;
padding: 1.2em !important;
margin: 0;
}
.sc_input_hover_iconed .sc_form_field_content {
display: inline-block !important;
width: auto;
-webkit-transform: translate3d(-1.4em, 0, 0);
-ms-transform: translate3d(-1.4em, 0, 0);
transform: translate3d(-1.4em, 0, 0);
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-ms-transition: -ms-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
}
.sc_input_hover_iconed .sc_form_field_icon {
display: inline-block;
font-size: 1.1111em;
text-align: center !important;
position: relative;
width: 1.5em;
height: 1.6em;
line-height: 1.6em;
-webkit-transform: translate3d(-3em, 0, 0);
-ms-transform: translate3d(-3em, 0, 0);
transform: translate3d(-3em, 0, 0);
-webkit-transition: -webkit-transform 0.3s ease;
-ms-transition: -ms-transform 0.3s ease;
transition: transform 0.3s ease;
}
.sc_input_hover_iconed .sc_form_field_icon:before {
position: static !important;
left: auto;
top: auto;
width: auto;
height: auto;
margin: 0 !important;
padding: 0 !important;
font-style: normal !important;
line-height: inherit;
vertical-align: middle;
}
.sc_input_hover_iconed input:focus + .sc_form_field_hover,
.sc_input_hover_iconed textarea:focus + .sc_form_field_hover,
.sc_input_hover_iconed input.filled + .sc_form_field_hover,
.sc_input_hover_iconed textarea.filled + .sc_form_field_hover {
color: #333;
}
.sc_input_hover_iconed input:focus + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_iconed textarea:focus + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_iconed input.filled + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_iconed textarea.filled + .sc_form_field_hover > .sc_form_field_content {
opacity: 0;
-webkit-transform: translate3d(100px, 0, 0);
-ms-transform: translate3d(100px, 0, 0);
transform: translate3d(100px, 0, 0);
}
.sc_input_hover_iconed .sc_form_field_content,
.sc_input_hover_iconed .sc_form_field_icon,
.sc_input_hover_iconed input:focus + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_iconed textarea:focus + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_iconed input.filled + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_iconed textarea.filled + .sc_form_field_hover > .sc_form_field_content {
-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
-ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.sc_input_hover_iconed input:focus + .sc_form_field_hover > .sc_form_field_icon,
.sc_input_hover_iconed textarea:focus + .sc_form_field_hover > .sc_form_field_icon,
.sc_input_hover_iconed input.filled + .sc_form_field_hover > .sc_form_field_icon,
.sc_input_hover_iconed textarea.filled + .sc_form_field_hover > .sc_form_field_icon {
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}.sc_socials {
position: relative;
padding-top: 0.0001px;
}
.socials_wrap {
display: block;
vertical-align: middle;
margin: 0;
}
.socials_wrap.socials_dir_vertical {
white-space: normal;
}
.socials_wrap.socials_dir_vertical .social_item {
display: block;
margin-right: 0 !important;
margin-bottom: 8px;
}
.socials_wrap .social_item {
display: inline-block;
vertical-align: top;
line-height: inherit;
text-align: center;
margin-right: 8px;
}
.socials_wrap .social_item:last-child {
margin-right: 0 !important;
}
.socials_wrap .social_item_style_bg {
overflow: hidden;
}
.socials_wrap .social_item[data-copy-link-url] {
position: relative;
}
.socials_wrap:not(.socials_type_list) .social_item .social_icon {
position: relative;
display: block;
background-size: 100%;
background-position: top center;
overflow: hidden;
width: 3em;
height: 3em;
line-height: 3em;
text-align: center;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.socials_wrap .social_item .social_icon,
.socials_wrap .social_item .social_name {
-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
-ms-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.socials_wrap .social_item_type_icons_names .social_icon {
margin: 0 auto;
}
.socials_wrap .social_item .social_name {
font-family: inherit;
}
.socials_wrap .social_item .social_name:before {
display: none;
}
.socials_wrap .sc_icon_type_svg svg,
.socials_wrap .sc_icon_type_svg object {
width: 1.25em;
height: 1.25em;
margin-bottom: -0.2em;
}
.socials_wrap .social_item .social_icon + .social_name {
display: inline-block;
vertical-align: top;
margin-top: 0.5em;
}
.socials_wrap .social_item .social_icon .social_hover {
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
background-size: 100%;
background-position: bottom center;
-webkit-transition: opacity 0.3s ease;
-ms-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.socials_wrap .social_item .social_icon:hover .social_hover {
opacity: 1;
}.sc_title {
position: relative;
}.slider_container {
display: none;
position: relative;
overflow: hidden;
}
.slider_container.slider_overflow_visible,
.slider_container.slider_elastistack,
.slider_container.swiper-container-coverflow,
.slider_container.swiper-container-cube,
.slider_container.swiper-container-flip {
overflow: visible;
}
.slider_outer {
position: relative;
}
.slider_container .slider-slide {
position: relative;  background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.slider_container:not(.slider_height_fixed) .slider-wrapper {
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch; }
.slider_container:not(.slider_height_fixed) .slider-slide {
height: auto; }
.slider_container.slider_type_bg:not(.slider_controller_container):not(.slider_multi),
.slider_container.slider_type_bg:not(.slider_controller_container):not(.slider_multi) .slider-slide {
min-height: 180px;
}
.slider_container.slider_controls_side:not(.slider_controller_container):not(.slider_multi),
.slider_container.slider_controls_side:not(.slider_controller_container):not(.slider_multi) .slider-slide,
.slider_outer_controls_outside .slider_container:not(.slider_controller_container):not(.slider_multi),
.slider_outer_controls_outside .slider_container:not(.slider_controller_container):not(.slider_multi) .slider-slide {
min-height: 3em;
}
.slider_container.slider_elastistack .slider-slide,
.slider_container.slider_type_text .slider-slide,
.slider_container.slider_type_bg .slider-slide,
.slider_container.slider_type_images .slider-slide {
text-align: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.slider_container.slider_type_images .slider-slide > img {
max-width: 100%;
height: auto;
}
.slider_container .slider-slide > .slide_link {
display: block;
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.slider_container .slider-slide > .trx_addons_video_player {
display: block;
width: 100%;
height: 100%;
}
.slider_container.slider_type_text .slide_content {
width: 100%;
}
.slider_container.slider_type_bg .slide_content,
.slider_container.slider_type_images .slide_content {
position: relative;
z-index: 2;
color: #f0f0f0;
}
.slider_container .slide_info + .slide_content {
margin-top: 0.5em;
}
.slider_container .slide_content p {
margin: 0;
} .slider_container.swiper-container-swap .slider-slide {
transition-property: transform, opacity;
} .slider_shadows .slider_container,
.slider_container.slider_shadows {
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
padding: 2em;
}
.slider_shadows .slider_container .slider-slide,
.slider_container.slider_shadows .slider-slide {
padding: 1.5em;
background-color: #fff;
-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
} .slider_container .slide_info,
.slider_container .slide_content {
position: relative;
z-index: 2;
text-align: center;
padding: 0 3em;
line-height: 1.3em;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.slider_container .slide_info.slide_info_large {
padding: 2em;
background-color: rgba(0, 0, 0, 0.6);
}
.slider_container .slide_overlay,
.slider_container .slide_info.slide_info_large,
.slider_container .slide_info a {
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.slider_container.slider_type_bg .slide_info.slide_info_large .slide_title,
.slider_container.slider_type_images .slide_info.slide_info_large .slide_title,
.slider_container.slider_type_bg .slide_info.slide_info_large .slide_title a,
.slider_container.slider_type_images .slide_info.slide_info_large .slide_title a,
.slider_container.slider_type_bg .slide_info.slide_info_large:hover .slide_date,
.slider_container.slider_type_images .slide_info.slide_info_large:hover .slide_date,
.slider_container.slider_type_bg .slide_info.slide_info_large:hover .slide_cats,
.slider_container.slider_type_images .slide_info.slide_info_large:hover .slide_cats,
.slider_container.slider_type_bg .slide_info.slide_info_large:hover .slide_cats a,
.slider_container.slider_type_images .slide_info.slide_info_large:hover .slide_cats a {
color: #ffffff;
}
.slider_container .slide_info.slide_info_large:hover {
background-color: rgba(0, 0, 0, 0.8);
}
.slider_container .slide_info.slide_info_large .slide_cats a {
font-size: 0.8667em;
line-height: 1.7333em;
font-weight: 500;
text-transform: uppercase;
}
.slider_container .slide_info.slide_info_large .slide_title {
font-size: 1.4em;
line-height: 1.5em;
font-weight: 400;
text-transform: uppercase;
margin: 0.5em 0;
}
.slider_container .slide_info.slide_info_large .slide_date {
font-size: 0.9333em;
font-style: italic;
}
.slider_container.slider_titles_center .slide_info:not(.slide_info_large),
.slider_container.slider_titles_center .slide_content {
padding: 0;
}
.slider_container.slider_titles_center .slide_info_large {
min-width: 50%;
max-width: 75%;
}
.slider_container.slider_titles_lb .slider-slide,
.slider_container.slider_titles_rb .slider-slide,
.slider_container.slider_titles_bottom .slider-slide {
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.slider_container.slider_titles_lb .slider-slide:not(.with_content) .slide_info_small,
.slider_container.slider_titles_rb .slider-slide:not(.with_content) .slide_info_small,
.slider_container.slider_titles_bottom .slider-slide:not(.with_content) .slide_info_small,
.slider_container.slider_titles_lb .slide_content,
.slider_container.slider_titles_rb .slide_content,
.slider_container.slider_titles_bottom .slide_content {
margin-bottom: 2em;
}
.slider_container.slider_titles_lb .slider-slide {
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.slider_container.slider_titles_lb .slide_info,
.slider_container.slider_titles_lb .slide_content {
text-align: left;
}
.slider_container.slider_titles_lb .slide_info_large {
max-width: 50%;
}
.slider_container.slider_titles_rb .slider-slide {
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.slider_container.slider_titles_rb .slide_info,
.slider_container.slider_titles_rb .slide_content {
text-align: right;
}
.slider_container.slider_titles_rb .slide_info_large {
max-width: 50%;
}
.slider_container .slide_info .slide_title {
margin-top: 0.4em;
}
.slider_titles_outside_wrap .slide_cats,
.slider_titles_outside_wrap .slide_subtitle {
font-style: italic;
letter-spacing: 0;
}
.slider_container .slide_overlay {
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.4);
}
.slider_container .slider-slide:hover .slide_overlay {
background-color: rgba(0, 0, 0, 0.7);
}
.slider_container:not(.slider_type_text) .slide_info_small,
.slider_container.slider_multi:not(.slider_type_text) .slide_info_small {
text-shadow: 1px 1px #000;
}
.slider_container.slider_pagination_pos_bottom.slider_pagination_bullets.slider_multi:not(.slider_titles_center) .slide_info,
.slider_container.slider_pagination_pos_bottom.slider_pagination_bullets:not(.slider_titles_center) .slide_info {
margin-bottom: 3em;
}
.slider_container.slider_pagination_pos_bottom.slider_pagination_bullets.slider_multi:not(.slider_titles_center) .slide_info + .slide_content,
.slider_container.slider_pagination_pos_bottom.slider_pagination_bullets:not(.slider_titles_center) .slide_info + .slide_content {
margin-top: -2.5em;
margin-bottom: 3em;
}
.slider_container.slider_pagination_pos_bottom.slider_pagination_custom.slider_multi:not(.slider_titles_center) .slide_info,
.slider_container.slider_pagination_pos_bottom.slider_pagination_custom:not(.slider_titles_center) .slide_info,
.slider_container.slider_pagination_pos_bottom.slider_pagination_fraction.slider_multi:not(.slider_titles_center) .slide_info,
.slider_container.slider_pagination_pos_bottom.slider_pagination_fraction:not(.slider_titles_center) .slide_info {
margin-bottom: 4em;
}
.slider_container.slider_pagination_pos_bottom.slider_pagination_custom.slider_multi:not(.slider_titles_center) .slide_info + .slide_content,
.slider_container.slider_pagination_pos_bottom.slider_pagination_custom:not(.slider_titles_center) .slide_info + .slide_content,
.slider_container.slider_pagination_pos_bottom.slider_pagination_fraction.slider_multi:not(.slider_titles_center) .slide_info + .slide_content,
.slider_container.slider_pagination_pos_bottom.slider_pagination_fraction:not(.slider_titles_center) .slide_info + .slide_content {
margin-top: -3.5em;
margin-bottom: 4em;
} .slider_container.slider_multi .slide_title,
.slider_container .slide_info:not(.slide_info_large) .slide_title {
font-size: 1.5385em;
margin: 0.2em 0;
}
.slider_container.slider_multi:not(.slider_type_text) .slide_title,
.slider_container.slider_multi:not(.slider_type_text) .slide_title a,
.slider_container:not(.slider_type_text) .slide_info:not(.slide_info_large) .slide_title,
.slider_container:not(.slider_type_text) .slide_info:not(.slide_info_large) .slide_title a {
color: #f0f0f0;
}
.slider_container.slider_multi:not(.slider_type_text) .slide_title a:hover,
.slider_container:not(.slider_type_text) .slide_info:not(.slide_info_large) .slide_title a:hover,
.slider_container.slider_multi:not(.slider_type_text) .slide_cats a:hover,
.slider_container:not(.slider_type_text) .slide_info:not(.slide_info_large) .slide_cats a:hover {
color: #ffffff;
}
.slider_container.slider_multi:not(.slider_type_text) .slide_date,
.slider_container.slider_multi:not(.slider_type_text) .slide_cats,
.slider_container.slider_multi:not(.slider_type_text) .slide_cats a,
.slider_container:not(.slider_type_text) .slide_info:not(.slide_info_large) .slide_date,
.slider_container:not(.slider_type_text) .slide_info:not(.slide_info_large) .slide_cats,
.slider_container:not(.slider_type_text) .slide_info:not(.slide_info_large) .slide_cats a {
color: #ccc;
}
.slider_container .video_play + .slide_info {
display: none;
}
.slider_container.slider_titles_center .trx_addons_video_player.with_cover.hover_play + .slide_info,
.slider_container.slider_titles_center .trx_addons_video_player.with_cover.hover_play + .slide_info + .slide_content,
.slider_container.slider_titles_center .trx_addons_video_player.with_cover.hover_play + .slide_content {
-webkit-transition: -webkit-transform 0.3s ease;
-ms-transition: -ms-transform 0.3s ease;
transition: transform 0.3s ease;
pointer-events: none;
}
.slider_container.slider_titles_center .trx_addons_video_player.with_cover.hover_play:hover + .slide_info,
.slider_container.slider_titles_center .trx_addons_video_player.with_cover.hover_play:hover + .slide_info + .slide_content,
.slider_container.slider_titles_center .trx_addons_video_player.with_cover.hover_play:hover + .slide_content {
-webkit-transform: translateY(8em);
-ms-transform: translateY(8em);
transform: translateY(8em);
} .slider_outer.slider_outer_titles_outside {
padding-bottom: 5rem;
}
.slider_titles_outside_wrap {
position: absolute;
z-index: 8;
bottom: 0;
left: 0;
width: 100%;
max-height: 4em;
text-align: center;
}
.slider_titles_outside_wrap .slide_info {
display: none;
}
.slider_titles_outside_wrap .slide_title {
margin: 0;
} .slider_container .swiper-pagination,
.slider_outer .swiper-pagination {
display: block;
text-align: center;
z-index: 9;
color: #fff;
}
.slider_outer_pagination_pos_bottom_outside .swiper-pagination {
position: static;
display: block;
text-align: center;
margin-top: 1em;
bottom: auto;
left: auto;
}
.sc_item_slider .swiper-pagination-fraction {
color: #333;
} .swiper-pagination-custom .swiper-pagination-button {
width: 3em;
height: 3em;
border: 2px solid #ddd;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-color: #f7f7f7;
opacity: 0.8;
vertical-align: bottom;
margin: 0 4px;
display: inline-block;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
}
.swiper-pagination-custom .swiper-pagination-button.swiper-pagination-button-active {
opacity: 1;
border-color: #efa758;
}
.slider_outer.slider_outer_pagination_pos_bottom.slider_outer_pagination_custom,
.slider_outer.slider_outer_pagination_pos_bottom_outside.slider_outer_pagination_custom {
padding-bottom: 0 !important;
}
.slider_container.slider_pagination_pos_bottom .swiper-pagination-custom,
.slider_outer.slider_outer_pagination_pos_bottom .swiper-pagination-custom,
.slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-custom {
left: 0;
top: auto;
bottom: 1em;
width: 100%;
height: 3em;
line-height: 3em;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-custom {
left: auto;
bottom: auto;
position: static;
margin-top: 1em;
}
.slider_container.slider_pagination_pos_left .swiper-pagination-custom,
.slider_container.slider_pagination_pos_right .swiper-pagination-custom {
left: 1em;
top: 50%;
bottom: auto;
width: auto;
height: auto;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.slider_container.slider_pagination_pos_right .swiper-pagination-custom {
right: 1em;
left: auto;
}
.slider_container.slider_pagination_pos_left .swiper-pagination-button,
.slider_container.slider_pagination_pos_right .swiper-pagination-button {
display: block;
margin: 4px 0;
width: 2em;
height: 2em;
} .slider_container .swiper-pagination-bullet,
.slider_outer .swiper-pagination-bullet {
opacity: 0.8;
vertical-align: bottom;
border: 2px solid #f0f0f0;
background-color: transparent;
width: 10px;
height: 10px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.slider_container .swiper-pagination-bullet-active,
.slider_outer .swiper-pagination-bullet-active {
opacity: 1;
}
.slider_container.slider_pagination_pos_bottom .swiper-pagination-bullets,
.slider_outer.slider_outer_pagination_pos_bottom .swiper-pagination-bullets,
.slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets {
left: 0;
top: auto;
bottom: 1em;
width: 100%;
height: 1.5em;
line-height: 1.5em;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets,
.slider_container.slider_type_text.slider_pagination_pos_bottom .swiper-pagination,
.sc_item_slider.slider_outer_pagination_pos_bottom .swiper-pagination {
left: auto;
bottom: auto;
position: static;
margin-top: 1em;
}
.slider_container.slider_type_text.slider_pagination_pos_bottom .swiper-pagination {
margin-top: 0.25em;
}
.slider_container.slider_pagination_pos_bottom .swiper-pagination-bullets .swiper-pagination-bullet,
.slider_outer.slider_outer_pagination_pos_bottom .swiper-pagination-bullets .swiper-pagination-bullet,
.slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets .swiper-pagination-bullet {
display: inline-block;
margin: 0 4px;
}
.slider_container.slider_pagination_pos_left .swiper-pagination-bullets,
.slider_container.slider_pagination_pos_right .swiper-pagination-bullets {
left: 1em;
top: 50%;
bottom: auto;
width: auto;
height: auto;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.slider_container.slider_pagination_pos_right .swiper-pagination-bullets {
right: 1em;
left: auto;
}
.slider_container.slider_pagination_pos_left .swiper-pagination-bullets .swiper-pagination-bullet,
.slider_container.slider_pagination_pos_right .swiper-pagination-bullets .swiper-pagination-bullet {
display: block;
margin: 4px 0;
} .slider_container .swiper-pagination-fraction,
.slider_outer .swiper-pagination-fraction {
font-size: 0.8667em;
left: 0;
top: auto;
bottom: 0.5em;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.slider_outer.slider_outer_pagination_pos_left > .swiper-pagination-fraction,
.slider_container.slider_pagination_pos_left .swiper-pagination-fraction {
text-align: left;
padding-left: 1em;
}
.slider_outer.slider_outer_pagination_pos_right > .swiper-pagination-fraction,
.slider_container.slider_pagination_pos_right .swiper-pagination-fraction {
text-align: right;
padding-right: 1em;
}
.sc_item_slider:not(.slider_outer_controls_bottom) .swiper-pagination-fraction {
position: static;
margin-top: 1em;
}
.sc_item_slider.slider_outer_pagination_pos_left > .swiper-pagination-fraction {
padding-left: 0;
}
.sc_item_slider.slider_outer_pagination_pos_right > .swiper-pagination-fraction {
padding-right: 0;
} .slider_container .swiper-pagination-fraction > *,
.slider_outer .swiper-pagination-fraction > * {
line-height: inherit;
vertical-align: middle;
}
.slider_container .swiper-pagination-fraction > .swiper-pagination-current,
.slider_outer .swiper-pagination-fraction > .swiper-pagination-current {
font-size: 2em;
line-height: 1.2em;
} .slider_outer.slider_outer_pagination_pos_bottom_outside.slider_outer_pagination_progressbar:not(.sc_item_slider) .slider_pagination_wrap {
margin-top: 0;
}
.slider_container.slider_pagination_pos_bottom .swiper-pagination-progressbar,
.slider_outer.slider_outer_pagination_pos_bottom .swiper-pagination-progressbar,
.slider_container.slider_pagination_pos_bottom_outside .swiper-pagination-progressbar,
.slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-progressbar {
left: 0;
width: 100%;
height: 6px;
top: auto;
bottom: 0;
}
.slider_container.slider_pagination_pos_right .swiper-pagination-progressbar,
.slider_outer.slider_outer_pagination_pos_right .swiper-pagination-progressbar {
left: auto !important;
right: 0;
width: 6px;
height: 100%;
top: 0;
bottom: auto;
}
.slider_container.slider_pagination_pos_left .swiper-pagination-progressbar,
.slider_outer.slider_outer_pagination_pos_left .swiper-pagination-progressbar {
left: 0;
right: auto !important;
width: 6px;
height: 100%;
top: 0;
bottom: auto;
}  .sc_item_slider.slider_outer_pagination .swiper-pagination-bullet {
border-color: #ddd;
} .sc_slider_controls .slider_prev, .sc_slider_controls .slider_next,
.slider_container .slider_prev, .slider_container .slider_next,
.slider_outer .slider_prev, .slider_outer_controls .slider_next {
background-image: none !important;
background-color: rgba(0, 0, 0, 0.5);
color: #fff;
display: inline-block;
vertical-align: middle;
width: 3em;
height: 3em;
line-height: 3em;
text-align: center;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc_slider_controls .slider_controls_wrap > a,
.slider_container.slider_controls_side .slider_controls_wrap > a,
.slider_outer_controls_outside .slider_controls_wrap > a,
.slider_outer_controls_side .slider_controls_wrap > a,
.slider_outer_controls_top .slider_controls_wrap > a,
.slider_outer_controls_bottom .slider_controls_wrap > a {
width: 4.2em;
height: 2.8em;
line-height: 2.8em;
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
.sc_slider_controls .slider_prev:before, .sc_slider_controls .slider_next:before,
.slider_container .slider_prev:before, .slider_container .slider_next:before,
.slider_outer .slider_prev:before, .slider_outer .slider_next:before {
margin: 0;
font-family: "trx_addons_icons";
}
.slider_controls_wrap .swiper-button-prev:after,
.slider_controls_wrap .swiper-container-rtl .swiper-button-next:after,
.slider_controls_wrap .swiper-button-next:after,
.slider_controls_wrap .swiper-container-rtl .swiper-button-prev:after {
content: ' ';
display: none;
}
.sc_slider_controls .slider_prev:before,
.slider_container .slider_prev:before,
.slider_outer .slider_prev:before {
content: '\e858';
}
.sc_slider_controls .slider_next:before,
.slider_container .slider_next:before,
.slider_outer .slider_next:before {
content: '\e859';
}
.sc_slider_controls .slider_prev.with_title,
.sc_slider_controls .slider_next.with_title {
width: auto;
padding: 0 1.5em;
}
.sc_slider_controls .slider_prev.with_title:before,
.sc_slider_controls .slider_next.with_title:before {
display: none;
}
.sc_slider_controls .slider_prev,
.sc_slider_controls .slider_next {
position: relative;
top: auto;
bottom: auto;
left: auto;
right: auto;
margin: 0;
display: inline-block;
vertical-align: middle;
}
.sc_slider_controls .slider_next {
order: 2;
}
.sc_slider_controls .slider_prev + .slider_next,
.sc_slider_controls .slider_prev + .slider_pagination_wrap,
.sc_slider_controls .slider_next + .slider_pagination_wrap {
margin-left: 1em;
}
.sc_slider_controls .slider_controls_wrap {
position: relative;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.sc_slider_controls.sc_align_left .slider_controls_wrap {
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.sc_slider_controls.sc_align_center .slider_controls_wrap {
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.sc_slider_controls.sc_align_right .slider_controls_wrap {
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.sc_slider_controls.slider_pagination_style_thumbs .slider_controls_wrap,
.sc_slider_controls.slider_pagination_style_progress .slider_controls_wrap {
-webkit-justify-content: space-between;
-ms-flex-pack: space-between;
justify-content: space-between;
}
.sc_slider_controls.slider_pagination_style_thumbs .slider_controls_wrap .slider_pagination_wrap,
.sc_slider_controls.slider_pagination_style_progress .slider_controls_wrap .slider_pagination_wrap {
-webkit-flex-grow: 2;
-ms-flex-grow: 2;
flex-grow: 2;
}
.sc_slider_controls .slider_controls_wrap .slider_pagination_wrap {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-grow: 1;
-ms-flex-grow: 1;
flex-grow: 1;
position: relative;
text-align: center;
height: 2.8em;
} .sc_slider_controls .slider_pagination_button_wrap {
display: inline-block;
vertical-align: top;
height: 100%;
}
.sc_slider_controls .slider_pagination_button {
display: block;
height: 100%;
margin-left: 1px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
position: relative;
}
.sc_slider_controls .slider_pagination_button_wrap:first-child .slider_pagination_button {
margin-left: 0;
}
.sc_slider_controls .slider_pagination_button:before {
content: ' ';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #000;
-webkit-transition: opacity 0.3s ease;
-ms-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
opacity: 0;
}
.sc_slider_controls .slider_pagination_button:hover:before,
.sc_slider_controls .slider_pagination_button_active:before {
opacity: 0.2;
} .sc_slider_controls.slider_pagination_style_progress .slider_controls_wrap .slider_pagination_wrap {
background-color: #f0f0f0;
cursor: pointer;
}
.sc_slider_controls .slider_progress_bar {
display: block;
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 0;
height: 100%;
background-color: #ddd;
-webkit-transition: width 0.3s ease;
-ms-transition: width 0.3s ease;
transition: width 0.3s ease;
} .sc_slider_controls.slider_pagination_style_bullets .slider_pagination_bullet {
display: inline-block;
vertical-align: top;
border: 2px solid #f0f0f0;
background-color: transparent;
width: 10px;
height: 10px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
opacity: 1;
cursor: pointer;
margin: 0 4px;
} .sc_slider_controls.slider_pagination_style_fraction .slider_pagination_wrap > * {
font-size: 0.8667em;
line-height: 1.7em;
}
.sc_slider_controls.slider_pagination_style_fraction .slider_pagination_wrap > .swiper-pagination-current {
font-size: 2em;
line-height: 1.2em;
}
.slider_container.slider_controls_bottom .slider_controls_wrap,
.slider_outer .slider_controls_bottom .slider_controls_wrap {
text-align: center;
margin-top: 2em;
}
.slider_container.slider_controls_bottom .slider_prev, .slider_container.slider_controls_bottom .slider_next,
.slider_outer .slider_controls_bottom .slider_prev, .slider_outer .slider_controls_bottom .slider_next {
position: static;
display: inline-block;
margin: 0;
}
.slider_container.slider_controls_bottom .slider_next,
.slider_outer .slider_controls_bottom .slider_next {
margin-left: 1em;
}
.slider_container.slider_controls_side .slider_controls_wrap > .slider_prev,
.slider_outer_controls_side .slider_controls_wrap > .slider_prev {
opacity: 0;
margin-left: -6em;
left: 0;
}
.slider_container.slider_controls_side .slider_controls_wrap > .slider_next,
.slider_outer_controls_side .slider_controls_wrap > .slider_next {
opacity: 0;
margin-right: -6em;
right: 0;
}
.slider_container.slider_controls_side:hover .slider_controls_wrap > a,
.slider_outer_controls_side:hover .slider_controls_wrap > a {
opacity: 1;
margin-left: 0;
margin-right: 0;
}
.slider_container.slider_controls_outside + .slider_controls_wrap > a,
.slider_outer_controls_outside .slider_controls_wrap > a {
-webkit-transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease 0.3s, margin 0.3s ease 0.3s;
-ms-transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease 0.3s, margin 0.3s ease 0.3s;
transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease 0.3s, margin 0.3s ease 0.3s;
}
.slider_container.slider_controls_outside + .slider_controls_wrap > .slider_prev,
.slider_outer_controls_outside .slider_controls_wrap > .slider_prev {
opacity: 0;
margin-left: -6em;
left: -6em;
}
.slider_container.slider_controls_outside + .slider_controls_wrap > .slider_next,
.slider_outer_controls_outside .slider_controls_wrap > .slider_next {
opacity: 0;
margin-right: -6em;
right: -6em;
}
.slider_container.slider_controls_outside:hover + .slider_controls_wrap > a,
.slider_container.slider_controls_outside + .slider_controls_wrap:hover > a,
.slider_container.slider_controls_outside + .slider_controls_wrap > a:hover,
.slider_outer_controls_outside:hover .slider_controls_wrap > a,
.slider_outer_controls_outside .slider_controls_wrap:hover > a,
.slider_outer_controls_outside .slider_controls_wrap > a:hover {
opacity: 1;
margin-left: 0;
margin-right: 0;
} .slider_outer_controls_top > .slider_controls_wrap {
position: absolute;
z-index: 11;
top: -3.3em;
right: 0;
width: auto;
height: 3em;
}
.sc_item_slider.slider_outer_controls_top > .slider_controls_wrap {
top: -5em;
}
.slider_outer_controls_bottom > .slider_controls_wrap {
position: relative;
display: block;
text-align: center;
margin-top: 1em;
}
.slider_outer_controls_top > .slider_controls_wrap > a,
.slider_outer_controls_bottom > .slider_controls_wrap > a {
position: relative;
top: auto;
bottom: auto;
left: auto;
right: auto;
margin: 0;
display: inline-block;
vertical-align: middle;
}
.slider_outer_controls_top > .slider_controls_wrap > a + a,
.slider_outer_controls_bottom > .slider_controls_wrap > a + a {
margin-left: 0.5em;
} .slider_container .trx_addons_video_player.with_cover {
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
} .slider_style_modern {
padding: 0 7rem;
}
.slider_style_modern.slider_outer_controls_side .slider_controls_wrap > a {
position: absolute;
top: 3rem;
bottom: 3rem;
width: 7rem;
height: auto;
line-height: 1.2em;
margin: 0;
background-color: #333;
color: #fff;
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
.slider_style_modern.slider_outer_controls_side.slider_outer_pagination_pos_bottom_outside .slider_controls_wrap > a {
bottom: 6rem;
}
.slider_style_modern.slider_outer_controls_side.slider_outer_titles_outside .slider_controls_wrap > a {
bottom: 8rem;
}
.slider_style_modern.slider_outer_controls_side.slider_outer_titles_outside.slider_outer_pagination_pos_bottom_outside .slider_controls_wrap > a {
bottom: 11rem;
}
.slider_style_modern .slider_controls_label,
.slider_style_modern.slider_outer_controls_side .slider_controls_wrap > a:before {
display: block;
text-align: center;
max-width: 80%;
position: absolute;
top: 45%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.slider_style_modern.slider_outer_controls_side .slider_controls_wrap > a:before {
top: 58%;
}
.slider_style_modern .slider_controls_label > span {
display: block;
}
.slider_style_modern .slider_controls_label span:first-child {
font-style: italic;
letter-spacing: 0;
}
.sc_slider_controller .slider_outer.slider_outer_controls_side .slider_controls_wrap > a,
.slider_style_modern .slider_container.slider_controls_side .slider_controls_wrap > a,
.slider_style_modern.slider_outer_controls_side .slider_controls_wrap > a {
opacity: 1;
}
.slider_style_modern.slider_outer_titles_outside > .slider_pagination_wrap {
display: none;
} :root {
--sc-slider-controller-height: 100px;
}
.sc_slider_controller_horizontal .slider_controller_container,
.slider_outer_wrap_controller_pos_bottom .sc_slider_controller .slider_controller_container {
height: var(--sc-slider-controller-height);
}
.sc_slider_controller_horizontal .sc_slider_controller_item_image,
.slider_outer_wrap_controller_pos_bottom .sc_slider_controller .sc_slider_controller_item_image {
height: calc( var(--sc-slider-controller-height) - 2em );
}
.sc_slider_controller_vertical .sc_slider_controller_item_image,
.slider_outer_wrap_controller_pos_left .sc_slider_controller .sc_slider_controller_item_image,
.slider_outer_wrap_controller_pos_right .sc_slider_controller .sc_slider_controller_item_image {
max-height: 7em;
}
.slider_outer_wrap {
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
position: relative;
}
.slider_outer_wrap.slider_outer_wrap_controller_pos_left {
padding-left: 33.3333%;
}
.slider_outer_wrap.slider_outer_wrap_controller_pos_left .sc_slider_controller {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 33.3333%;
height: 100%;
padding-right: 1px;
}
.slider_outer_wrap.slider_outer_wrap_controller_pos_right {
padding-right: 33.3333%;
}
.slider_outer_wrap.slider_outer_wrap_controller_pos_right .sc_slider_controller {
position: absolute;
z-index: 1;
top: 0;
right: 0;
width: 33.3333%;
height: 100%;
padding-left: 1px;
}
.slider_outer_wrap.slider_outer_wrap_controller_pos_bottom .sc_slider_controller .slider-slide {
padding: 1em;
}
.slider_outer_wrap .sc_slider_controller .slider-slide {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
overflow: hidden;
background-color: #fff;
padding: 1em 0.5em 1em 2em;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.slider_outer_wrap .sc_slider_controller .slider-slide.swiper-slide-active {
background-color: #f7f7f7;
}
.slider_outer_wrap .sc_slider_controller .sc_slider_controller_item {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-basis: 100%;
-ms-flex-basis: 100%;
flex-basis: 100%;
}
.slider_outer_wrap .sc_slider_controller .sc_slider_controller_item_image {
-webkit-flex-shrink: 0;
-ms-flex-shrink: 0;
flex-shrink: 0;
}
.slider_outer_wrap .sc_slider_controller .sc_slider_controller_item_image + .sc_slider_controller_item_info,
.slider_outer_wrap .sc_slider_controller .sc_slider_controller_item_image ~ .sc_slider_controller_item_info {
padding-left: 2em;
}
.slider_outer_wrap .sc_slider_controller .sc_slider_controller_item_info_title {
margin: 0;
font-size: 1.15em;
line-height: 1.4em;
}
.slider_outer_wrap .sc_slider_controller .sc_slider_controller_item_info_date {
font-size: 0.9286em;
line-height: 1.5em;
color: #888;
}
.slider_outer_wrap .sc_slider_controller .sc_slider_controller_item_info_number {
margin-right: 0.3em;
} .sc_slider_controller {
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_slider_controller .slider-slide {
cursor: pointer;
min-height: 50px;
}
.sc_slider_controller_horizontal {
padding-top: 1px;
}
.slider_outer_pagination_pos_bottom_outside + .sc_slider_controller_horizontal, .slider_outer_controls_bottom + .sc_slider_controller_horizontal {
margin-top: 1em;
}
.sc_slider_controller_horizontal[data-controls="1"] {
padding-left: 4em;
padding-right: 4em;
}
.sc_slider_controller_vertical[data-controls="1"] {
padding-top: 3em;
padding-bottom: 3em;
}
.sc_slider_controller .slider_outer_controls_side .slider_controls_wrap > a {
margin: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.sc_slider_controller_horizontal .slider_outer_controls_side .slider_controls_wrap > a {
top: 0;
bottom: 0;
width: 4em;
height: auto;
}
.sc_slider_controller_vertical .slider_outer_controls_side .slider_controls_wrap > a {
left: 0;
right: 0;
width: auto;
height: 3em;
}
.sc_slider_controller .slider_outer_controls_side .slider_controls_wrap > a:before {
display: block;
width: auto;
height: 1em;
line-height: 1em;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.sc_slider_controller .slider_outer_controls_side .slider_controls_wrap > a {
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
.sc_slider_controller_horizontal .slider_outer_controls_side .slider_controls_wrap > .slider_prev {
left: -4em;
right: auto;
}
.sc_slider_controller_horizontal .slider_outer_controls_side .slider_controls_wrap > .slider_next {
right: -4em;
left: auto;
}
.sc_slider_controller_vertical .slider_outer_controls_side .slider_controls_wrap > .slider_prev {
top: -3em;
bottom: auto;
}
.sc_slider_controller_vertical .slider_outer_controls_side .slider_controls_wrap > .slider_next {
bottom: -3em;
top: auto;
}
.sc_slider_controller_vertical .slider_outer_controls_side .slider_controls_wrap > .slider_prev:before {
content: '\e85a';
font-family: "trx_addons_icons";
}
.sc_slider_controller_vertical .slider_outer_controls_side .slider_controls_wrap > .slider_next:before {
content: '\e857';
font-family: "trx_addons_icons";
}
.sc_slider_controller_info {
display: block;
text-align: left;
letter-spacing: 0;
font-size: 1.3333em;
line-height: 1.2em;
font-weight: normal;
font-style: normal;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 85%;
}
.sc_slider_controller_info_number {
display: inline-block;
vertical-align: middle;
color: #eee;
margin-right: 0.4em;
}
.sc_slider_controller_info_title {
display: inline-block;
vertical-align: middle;
max-width: 80%;
color: #fff;
}
.sc_slider_controller_horizontal .slider-slide.swiper-slide-active:after {
content: ' ';
position: absolute;
z-index: 2;
top: 0;
left: 0;
width: 100%;
height: 3px;
background-color: #efa758;
}
.sc_slider_controller_thumbs .slider-slide:before,
.slider_outer_wrap .sc_slider_controller .slider-slide-bg:before {
content: ' ';
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
-webkit-transition: background-color 0.5s ease;
-ms-transition: background-color 0.5s ease;
transition: background-color 0.5s ease;
}
.sc_slider_controller_thumbs .slider-slide.swiper-slide-active:before,
.slider_outer_wrap .sc_slider_controller .slider-slide-bg.swiper-slide-active:before {
background-color: transparent;
}
.sc_slider_controller_thumbs .sc_slider_controller_info {
font-size: 1.2em;
line-height: 1.2em;
display: none;
}
.sc_slider_controller_thumbs .sc_slider_controller_info_number {
color: #ccc;
}
.sc_slider_controller_thumbs .sc_slider_controller_info_title {
color: #fff;
}
.sc_slider_controller_titles .sc_slider_controller_info {
text-transform: uppercase;
}
.sc_slider_controller_titles .slider-slide {
background-color: #f0f0f0;
}
.sc_slider_controller_titles .slider-slide:before {
content: ' ';
position: absolute;
z-index: 1;
top: 0;
right: 0;
bottom: 0;
left: auto;
width: 1px;
background-color: #ddd;
}
.sc_slider_controller_titles .slider-slide.swiper-slide-active:before {
display: none;
}
.sc_slider_controller_titles .slider-slide.swiper-slide-active {
margin-top: 0;
padding-top: 0;
background-color: #fff;
}  .slider_elastistack ul[class*="stack__"] {
position: relative;
margin: 0 auto;
padding: 0;
list-style: none;
}
.slider_elastistack ul[class*="stack__"] li {
position: absolute;
width: 100%;
opacity: 0;
padding: 0;
}
.slider_elastistack ul[class*="stack__"] li:before {
display: none;
}
.slider_elastistack ul.stack__images {
width: 100%;
z-index: 10;
-webkit-perspective: 1000px;
-ms-perspective: 1000px;
perspective: 1000px;
-webkit-perspective-origin: 50% -50%;
-ms-perspective-origin: 50% -50%;
perspective-origin: 50% -50%;
}
.slider_elastistack .stack__images li {
top: 0;
z-index: 1;
-webkit-transform: translate3d(0, 0, -180px);
-ms-transform: translate3d(0, 0, -180px);
transform: translate3d(0, 0, -180px);
-webkit-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.slider_elastistack .stack__images li img {
display: block;
width: 100%;
pointer-events: none;
}
.slider_elastistack .stack__images li:active {
cursor: -webkit-grabbing;
cursor: grabbing;
}
.slider_elastistack .stack__images li.animate {
-webkit-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.slider_elastistack .stack__images li.move-back {
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.47, 1.515);
-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.47, 1.515);
transition-timing-function: cubic-bezier(0.175, 0.885, 0.47, 1.515);
} .slider_elastistack_outer.slider_outer_controls {
padding-bottom: 4em;
}
.slider_elastistack_outer.slider_outer_titles_outside.slider_outer_controls {
padding-bottom: 13em;
}
.slider_elastistack_outer.slider_outer_controls .slider_controls_wrap {
position: absolute;
z-index: 1;
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.slider_elastistack.slider_controls > .slider_controls_wrap {
bottom: -4em;
}
.slider_elastistack_outer.slider_outer_controls .slider_controls_wrap > .slider_prev {
display: none;
}
.slider_elastistack_outer.slider_outer_controls .slider_controls_wrap > .slider_next {
position: static;
margin: 0;
left: auto;
right: auto;
opacity: 1;
}
.slider_elastistack_outer.slider_outer_controls .slider_controls_wrap > .slider_next:before {
content: '\e857';
}.elementor-element-edit-mode .sc_layouts_blog_item > div {
min-width: 60px;
min-height: 16px;
}
.elementor-element-edit-mode .sc_layouts_blog_item_featured[class*="hover_"] {
display: block;
}
.elementor-element-edit-mode .sc_layouts_blog_item_featured img {
max-width: none;
width: 100%;
}
.elementor-element .elementor-widget-container .sc_layouts_blog_item {
-webkit-transition: background 0.3s ease, background-image 0.3s ease, background-color 0.3s ease, border 0.3s ease, border-radius 0.3s ease, box-shadow 0.3s ease;
-ms-transition: background 0.3s ease, background-image 0.3s ease, background-color 0.3s ease, border 0.3s ease, border-radius 0.3s ease, box-shadow 0.3s ease;
transition: background 0.3s ease, background-image 0.3s ease, background-color 0.3s ease, border 0.3s ease, border-radius 0.3s ease, box-shadow 0.3s ease;
} .editor-block-list__layout .editor-block-list__block[data-type="trx-addons/layouts-blog-item"][class*="sc_layouts_blog_item_position_"]:not(.sc_layouts_blog_item_position_static) .is-block-container,
.editor-block-list__layout .editor-block-list__block[data-type="trx-addons/layouts-blog-item"][class*="sc_layouts_blog_item_position_"]:not(.sc_layouts_blog_item_position_static) .editor-block-list__block-edit {
margin-top: 0;
margin-bottom: 0;
} .sc_layouts_blog_item .hide_overflow {
max-height: 1.35em;
overflow: hidden;
}
.sc_layouts_blog_item_featured {
overflow: hidden;
}
.sc_layouts_blog_item_featured .post_featured {
margin-bottom: 0;
}
.sc_layouts_blog_item_featured_mask .post_featured:after {
content: ' ';
background-color: #000;
opacity: 0.3;
-webkit-transition: opacity 0.3s ease, background-color 0.3s ease;
-ms-transition: opacity 0.3s ease, background-color 0.3s ease;
transition: opacity 0.3s ease, background-color 0.3s ease;
position: absolute;
z-index: 2;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.sc_layouts_blog_item_featured_mask:hover .post_featured:after {
opacity: 0.1;
}
.sc_layouts_blog_item_title .post_title {
margin: 0;
line-height: 1.15em;
}
.sc_layouts_blog_item .post_title > a,
.sc_layouts_blog_item .post_meta > a,
.sc_layouts_blog_item .post_meta > span,
.sc_layouts_blog_item .post_button a,
.sc_layouts_blog_item .post_excerpt > *,
.sc_layouts_blog_item .post_custom > * {
-webkit-transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
-ms-transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
}
.sc_layouts_blog_item .post_button {
white-space: nowrap;
}
.sc_layouts_blog_item .post_button .sc_button:not(.sc_button_simple) {
padding: 1em 2em;
}
.sc_layouts_blog_item .post_button a,
.sc_layouts_blog_item .post_meta > a,
.sc_layouts_blog_item .post_meta > span {
display: inline-block;
vertical-align: top;
}
[class*="sc_layouts_blog_item_position_"]:not(.sc_layouts_blog_item_position_static) .post_meta {
margin: 0;
}
.sc_layouts_blog_item_position_tl {
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
.sc_layouts_blog_item_position_tc {
position: absolute;
z-index: 1;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.sc_layouts_blog_item_position_tr {
position: absolute;
z-index: 1;
top: 0;
right: 0;
}
.sc_layouts_blog_item_position_ml {
position: absolute;
z-index: 1;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.sc_layouts_blog_item_position_mc {
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
min-width: 75% !important;
}
.sc_layouts_blog_item_position_mr {
position: absolute;
z-index: 1;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.sc_layouts_blog_item_position_bl {
position: absolute;
z-index: 1;
bottom: 0;
left: 0;
}
.sc_layouts_blog_item_position_bc {
position: absolute;
z-index: 1;
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.sc_layouts_blog_item_position_br {
position: absolute;
z-index: 1;
bottom: 0;
right: 0;
}
[class*="sc_layouts_blog_item_position_"]:not(.sc_layouts_blog_item_position_static) {
position: absolute;
z-index: 12;
max-width: 90%;
min-width: 10px;
}
.sc_layouts_blog_item_position_tl,
.sc_layouts_blog_item_position_ml,
.sc_layouts_blog_item_position_bl {
text-align: left;
}
.sc_layouts_blog_item_position_tc,
.sc_layouts_blog_item_position_mc,
.sc_layouts_blog_item_position_bc {
text-align: center;
}
.sc_layouts_blog_item_position_tr,
.sc_layouts_blog_item_position_mr,
.sc_layouts_blog_item_position_br {
text-align: right;
}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{position:absolute;top:-10000em;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{content:"";display:block;clear:both;width:0;height:0}.e-logo-wrapper{background:var(--e-a-bg-logo);display:inline-block;padding:.75em;border-radius:50%;line-height:1}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{margin:0;background-color:transparent}.elementor img{height:auto;max-width:100%;border:none;border-radius:0;box-shadow:none}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{max-width:100%;width:100%;margin:0;line-height:1;border:none}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;direction:ltr}.elementor .elementor-background-video-container{transition:opacity 1s;pointer-events:none}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.elementor .elementor-background-video{max-width:none}.elementor .elementor-html5-video{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay,.elementor .elementor-background-slideshow{height:100%;width:100%;top:0;left:0;position:absolute}.elementor .elementor-background-slideshow{z-index:0}.elementor .elementor-background-slideshow__slide__image{width:100%;height:100%;background-position:50%;background-size:cover}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order);align-self:var(--align-self)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);justify-content:var(--justify-content);align-items:var(--align-items);align-content:var(--align-content);gap:var(--gap)}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-center .elementor-button{width:auto}.elementor-align-right{text-align:right}.elementor-align-right .elementor-button{width:auto}.elementor-align-left{text-align:left}.elementor-align-left .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.elementor-custom-embed-play i{font-size:100px;color:#fff;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-property:transform;transition-duration:10s;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-center .elementor-button{width:auto}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-left .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-center .elementor-button{width:auto}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-left .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-center .elementor-button{width:auto}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-left .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-center .elementor-button{width:auto}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-left .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-center .elementor-button{width:auto}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-left .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-center .elementor-button{width:auto}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-left .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-right:auto;margin-left:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-row{width:100%;display:flex}@media (max-width:1024px){.elementor-row{flex-wrap:wrap}}.elementor-widget-wrap{position:relative;width:100%;flex-wrap:wrap;align-content:flex-start}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:20px}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{position:relative;min-height:1px;display:flex}.elementor-column-wrap{width:100%;position:relative;display:flex}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9),.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9),.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}ul.elementor-icon-list-items.elementor-inline-items{display:flex;flex-wrap:wrap}ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);position:var(--position);width:var(--width);min-width:0;min-height:var(--min-height);height:var(--height);border-radius:var(--border-radius);z-index:var(--z-index);overflow:var(--overflow);transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s);--flex-wrap-mobile:wrap;margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-block-end:var(--margin-block-end);margin-inline-start:var(--margin-inline-start);padding-inline-start:var(--padding-inline-start);padding-inline-end:var(--padding-inline-end);--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{text-align:var(--text-align);padding-block-start:var(--padding-block-start);padding-block-end:var(--padding-block-end)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);align-content:var(--grid-align-content);grid-auto-flow:var(--grid-auto-flow);justify-items:var(--justify-items);align-items:var(--align-items)}.e-con-boxed.e-flex{flex-direction:column;flex-wrap:nowrap;justify-content:normal;align-items:normal;align-content:normal}.e-con-boxed.e-grid{justify-items:legacy;grid-template-columns:1fr;grid-template-rows:1fr}.e-con-boxed{text-align:initial;gap:initial}.e-con.e-flex>.e-con-inner{flex-wrap:var(--flex-wrap);justify-content:var(--justify-content);align-items:var(--align-items);align-content:var(--align-content);flex-basis:auto;flex-grow:1;flex-shrink:1;align-self:auto}.e-con.e-grid>.e-con-inner{justify-items:var(--justify-items);align-items:var(--align-items)}.e-con>.e-con-inner{gap:var(--gap);width:100%;max-width:var(--content-width);margin:0 auto;padding-inline-start:0;padding-inline-end:0;height:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{content:var(--background-overlay);display:block;position:absolute;mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);transition:var(--overlay-transition,.3s);border-radius:var(--border-radius);border-style:var(--border-style);border-color:var(--border-color);border-block-start-width:var(--border-block-start-width);border-inline-end-width:var(--border-inline-end-width);border-block-end-width:var(--border-block-end-width);border-inline-start-width:var(--border-inline-start-width);top:calc(0px - var(--border-top-width));left:calc(0px - var(--border-left-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-radius:var(--border-radius);border-style:var(--border-style);border-color:var(--border-color);border-block-start-width:var(--border-block-start-width);border-inline-end-width:var(--border-inline-end-width);border-block-end-width:var(--border-block-end-width);border-inline-start-width:var(--border-inline-start-width);top:calc(0px - var(--border-top-width));left:calc(0px - var(--border-left-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-phone{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{flex-wrap:wrap;align-items:center}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{width:100%;max-width:100%;border:1px solid #69727d;background-color:transparent;color:#1f2124;vertical-align:middle;flex-grow:1}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;font-size:inherit;font-family:inherit;font-weight:inherit;font-style:inherit;text-transform:inherit;letter-spacing:inherit;line-height:inherit;flex-basis:100%;padding-inline-end:20px}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;position:absolute;top:50%;transform:translateY(-50%);right:10px;pointer-events:none;text-shadow:0 0 3px rgba(0,0,0,.3)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{content:"*";color:red;padding-inline-start:.2em}.elementor-field-textual{line-height:1.4;font-size:15px;min-height:40px;padding:5px 14px;border-radius:3px}.elementor-field-textual.elementor-size-xs{font-size:13px;min-height:33px;padding:4px 12px;border-radius:2px}.elementor-field-textual.elementor-size-md{font-size:16px;min-height:47px;padding:6px 16px;border-radius:4px}.elementor-field-textual.elementor-size-lg{font-size:18px;min-height:59px;padding:7px 20px;border-radius:5px}.elementor-field-textual.elementor-size-xl{font-size:20px;min-height:72px;padding:8px 24px;border-radius:6px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{margin:10px 0;font-size:1em;line-height:1}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-weight:400;font-style:normal;vertical-align:middle;margin-inline-end:5px}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{padding-block-start:0;padding-block-end:0;border:none}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;justify-content:center;flex-direction:row;gap:5px}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element .elementor-widget-container{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-button{display:inline-block;line-height:1;background-color:#69727d;font-size:15px;padding:12px 24px;border-radius:3px;color:#fff;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;justify-content:center;flex-direction:row;gap:5px}.elementor-button-icon svg{width:1em;height:auto}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{font-size:13px;padding:10px 20px;border-radius:2px}.elementor-button.elementor-size-md{font-size:16px;padding:15px 30px;border-radius:4px}.elementor-button.elementor-size-lg{font-size:18px;padding:20px 40px;border-radius:5px}.elementor-button.elementor-size-xl{font-size:20px;padding:25px 50px;border-radius:6px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-tab-title a{color:inherit}.elementor-view-stacked .elementor-icon{padding:.5em;background-color:#69727d;color:#fff;fill:#fff}.elementor-view-framed .elementor-icon{padding:.5em;color:#69727d;border:3px solid #69727d;background-color:transparent}.elementor-icon{display:inline-block;line-height:1;transition:all .3s;color:#69727d;font-size:50px;text-align:center}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{width:1em;height:1em;position:relative;display:block}.elementor-icon i:before,.elementor-icon svg:before{position:absolute;left:50%;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container{transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none}}.page-template-elementor_canvas.elementor-page:before{display:none}.elementor-post__thumbnail__link{transition:none}#left-area ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items{padding:0}.e--ua-appleWebkit.rtl{--flex-right:flex-start}.e--ua-appleWebkit .elementor-share-buttons--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item{margin-left:0;margin-right:0}@media (max-width:1024px){.e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item{margin-left:0;margin-right:0}}@media (max-width:767px){.e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item{margin-left:0;margin-right:0}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}.clearfix::before,.clearfix::after{content:" ";display:table;clear:both}.eael-testimonial-slider.nav-top-left,.eael-testimonial-slider.nav-top-right,.eael-team-slider.nav-top-left,.eael-team-slider.nav-top-right,.eael-logo-carousel.nav-top-left,.eael-logo-carousel.nav-top-right,.eael-post-carousel.nav-top-left,.eael-post-carousel.nav-top-right,.eael-product-carousel.nav-top-left,.eael-product-carousel.nav-top-right{padding-top:40px}.eael-contact-form input[type=text],.eael-contact-form input[type=email],.eael-contact-form input[type=url],.eael-contact-form input[type=tel],.eael-contact-form input[type=date],.eael-contact-form input[type=number],.eael-contact-form textarea{background:#fff;box-shadow:none;-webkit-box-shadow:none;float:none;height:auto;margin:0;outline:0;width:100%}.eael-contact-form input[type=submit]{border:0;float:none;height:auto;margin:0;padding:10px 20px;width:auto;-webkit-transition:all .25s linear 0s;transition:all .25s linear 0s}.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input::-moz-placeholder,.eael-contact-form.placeholder-hide textarea::-moz-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input:-ms-input-placeholder,.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input:-moz-placeholder,.eael-contact-form.placeholder-hide textarea:-moz-placeholder{opacity:0;visibility:hidden}.eael-custom-radio-checkbox input[type=checkbox],.eael-custom-radio-checkbox input[type=radio]{-webkit-appearance:none;-moz-appearance:none;border-style:solid;border-width:0;outline:none;min-width:1px;width:15px;height:15px;background:#ddd;padding:3px}.eael-custom-radio-checkbox input[type=checkbox]:before,.eael-custom-radio-checkbox input[type=radio]:before{content:"";width:100%;height:100%;padding:0;margin:0;display:block}.eael-custom-radio-checkbox input[type=checkbox]:checked:before,.eael-custom-radio-checkbox input[type=radio]:checked:before{background:#999;-webkit-transition:all .25s linear 0s;transition:all .25s linear 0s}.eael-custom-radio-checkbox input[type=radio]{border-radius:50%}.eael-custom-radio-checkbox input[type=radio]:before{border-radius:50%}.eael-post-elements-readmore-btn{font-size:12px;font-weight:500;-webkit-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;display:inline-block}.elementor-lightbox .dialog-widget-content{width:100%;height:100%}.eael-contact-form-align-left,.elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container{margin:0 auto 0 0}.eael-contact-form-align-center,.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container{float:none;margin:0 auto}.eael-contact-form-align-right,.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container{margin:0 0 0 auto}.eael-force-hide{display:none !important}.eael-d-none{display:none !important}.eael-d-block{display:block !important}.eael-h-auto{height:auto !important}.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating{display:none}.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating~.count{display:none}

@font-face {
font-family: "Ionicons";
src:url(//chennaiinternationalbookfair.com/wp-content/plugins/ultimate-member/assets/font/ionicons.eot?v=2.0.0);
src:url(//chennaiinternationalbookfair.com/wp-content/plugins/ultimate-member/assets/font/ionicons.eot?v=2.0.0#iefix) format("embedded-opentype"),
url(//chennaiinternationalbookfair.com/wp-content/plugins/ultimate-member/assets/font/ionicons.woff?v=2.0.0) format("woff"),
url(//chennaiinternationalbookfair.com/wp-content/plugins/ultimate-member/assets/font/ionicons.ttf?v=2.0.0) format("truetype"),
url(//chennaiinternationalbookfair.com/wp-content/plugins/ultimate-member/assets/font/ionicons.svg?v=2.0.0#Ionicons) format("svg");
font-display: swap;
font-weight: normal;
font-style: normal;
}
[class^="um-icon-"]:before,
[class*=" um-icon-"]:before {
font-family: "Ionicons" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.um-icon-alert:before { content: "\f101"; }
.um-icon-alert-circled:before { content: "\f100"; }
.um-icon-android-add:before { content: "\f2c7"; }
.um-icon-android-add-circle:before { content: "\f359"; }
.um-icon-android-alarm-clock:before { content: "\f35a"; }
.um-icon-android-alert:before { content: "\f35b"; }
.um-icon-android-apps:before { content: "\f35c"; }
.um-icon-android-archive:before { content: "\f2c9"; }
.um-icon-android-arrow-back:before { content: "\f2ca"; }
.um-icon-android-arrow-down:before { content: "\f35d"; }
.um-icon-android-arrow-dropdown:before { content: "\f35f"; }
.um-icon-android-arrow-dropdown-circle:before { content: "\f35e"; }
.um-icon-android-arrow-dropleft:before { content: "\f361"; }
.um-icon-android-arrow-dropleft-circle:before { content: "\f360"; }
.um-icon-android-arrow-dropright:before { content: "\f363"; }
.um-icon-android-arrow-dropright-circle:before { content: "\f362"; }
.um-icon-android-arrow-dropup:before { content: "\f365"; }
.um-icon-android-arrow-dropup-circle:before { content: "\f364"; }
.um-icon-android-arrow-forward:before { content: "\f30f"; }
.um-icon-android-arrow-up:before { content: "\f366"; }
.um-icon-android-attach:before { content: "\f367"; }
.um-icon-android-bar:before { content: "\f368"; }
.um-icon-android-bicycle:before { content: "\f369"; }
.um-icon-android-boat:before { content: "\f36a"; }
.um-icon-android-bookmark:before { content: "\f36b"; }
.um-icon-android-bulb:before { content: "\f36c"; }
.um-icon-android-bus:before { content: "\f36d"; }
.um-icon-android-calendar:before { content: "\f2d1"; }
.um-icon-android-call:before { content: "\f2d2"; }
.um-icon-android-camera:before { content: "\f2d3"; }
.um-icon-android-cancel:before { content: "\f36e"; }
.um-icon-android-car:before { content: "\f36f"; }
.um-icon-android-cart:before { content: "\f370"; }
.um-icon-android-chat:before { content: "\f2d4"; }
.um-icon-android-checkbox:before { content: "\f374"; }
.um-icon-android-checkbox-blank:before { content: "\f371"; }
.um-icon-android-checkbox-outline:before { content: "\f373"; }
.um-icon-android-checkbox-outline-blank:before { content: "\f372"; }
.um-icon-android-checkmark-circle:before { content: "\f375"; }
.um-icon-android-clipboard:before { content: "\f376"; }
.um-icon-android-close:before { content: "\f2d7"; }
.um-icon-android-cloud:before { content: "\f37a"; }
.um-icon-android-cloud-circle:before { content: "\f377"; }
.um-icon-android-cloud-done:before { content: "\f378"; }
.um-icon-android-cloud-outline:before { content: "\f379"; }
.um-icon-android-color-palette:before { content: "\f37b"; }
.um-icon-android-compass:before { content: "\f37c"; }
.um-icon-android-contact:before { content: "\f2d8"; }
.um-icon-android-contacts:before { content: "\f2d9"; }
.um-icon-android-contract:before { content: "\f37d"; }
.um-icon-android-create:before { content: "\f37e"; }
.um-icon-android-delete:before { content: "\f37f"; }
.um-icon-android-desktop:before { content: "\f380"; }
.um-icon-android-document:before { content: "\f381"; }
.um-icon-android-done:before { content: "\f383"; }
.um-icon-android-done-all:before { content: "\f382"; }
.um-icon-android-download:before { content: "\f2dd"; }
.um-icon-android-drafts:before { content: "\f384"; }
.um-icon-android-exit:before { content: "\f385"; }
.um-icon-android-expand:before { content: "\f386"; }
.um-icon-android-favorite:before { content: "\f388"; }
.um-icon-android-favorite-outline:before { content: "\f387"; }
.um-icon-android-film:before { content: "\f389"; }
.um-icon-android-folder:before { content: "\f2e0"; }
.um-icon-android-folder-open:before { content: "\f38a"; }
.um-icon-android-funnel:before { content: "\f38b"; }
.um-icon-android-globe:before { content: "\f38c"; }
.um-icon-android-hand:before { content: "\f2e3"; }
.um-icon-android-hangout:before { content: "\f38d"; }
.um-icon-android-happy:before { content: "\f38e"; }
.um-icon-android-home:before { content: "\f38f"; }
.um-icon-android-image:before { content: "\f2e4"; }
.um-icon-android-laptop:before { content: "\f390"; }
.um-icon-android-list:before { content: "\f391"; }
.um-icon-android-locate:before { content: "\f2e9"; }
.um-icon-android-lock:before { content: "\f392"; }
.um-icon-android-mail:before { content: "\f2eb"; }
.um-icon-android-map:before { content: "\f393"; }
.um-icon-android-menu:before { content: "\f394"; }
.um-icon-android-microphone:before { content: "\f2ec"; }
.um-icon-android-microphone-off:before { content: "\f395"; }
.um-icon-android-more-horizontal:before { content: "\f396"; }
.um-icon-android-more-vertical:before { content: "\f397"; }
.um-icon-android-navigate:before { content: "\f398"; }
.um-icon-android-notifications:before { content: "\f39b"; }
.um-icon-android-notifications-none:before { content: "\f399"; }
.um-icon-android-notifications-off:before { content: "\f39a"; }
.um-icon-android-open:before { content: "\f39c"; }
.um-icon-android-options:before { content: "\f39d"; }
.um-icon-android-people:before { content: "\f39e"; }
.um-icon-android-person:before { content: "\f3a0"; }
.um-icon-android-person-add:before { content: "\f39f"; }
.um-icon-android-phone-landscape:before { content: "\f3a1"; }
.um-icon-android-phone-portrait:before { content: "\f3a2"; }
.um-icon-android-pin:before { content: "\f3a3"; }
.um-icon-android-plane:before { content: "\f3a4"; }
.um-icon-android-playstore:before { content: "\f2f0"; }
.um-icon-android-print:before { content: "\f3a5"; }
.um-icon-android-radio-button-off:before { content: "\f3a6"; }
.um-icon-android-radio-button-on:before { content: "\f3a7"; }
.um-icon-android-refresh:before { content: "\f3a8"; }
.um-icon-android-remove:before { content: "\f2f4"; }
.um-icon-android-remove-circle:before { content: "\f3a9"; }
.um-icon-android-restaurant:before { content: "\f3aa"; }
.um-icon-android-sad:before { content: "\f3ab"; }
.um-icon-android-search:before { content: "\f2f5"; }
.um-icon-android-send:before { content: "\f2f6"; }
.um-icon-android-settings:before { content: "\f2f7"; }
.um-icon-android-share:before { content: "\f2f8"; }
.um-icon-android-share-alt:before { content: "\f3ac"; }
.um-icon-android-star:before { content: "\f2fc"; }
.um-icon-android-star-half:before { content: "\f3ad"; }
.um-icon-android-star-outline:before { content: "\f3ae"; }
.um-icon-android-stopwatch:before { content: "\f2fd"; }
.um-icon-android-subway:before { content: "\f3af"; }
.um-icon-android-sunny:before { content: "\f3b0"; }
.um-icon-android-sync:before { content: "\f3b1"; }
.um-icon-android-textsms:before { content: "\f3b2"; }
.um-icon-android-time:before { content: "\f3b3"; }
.um-icon-android-train:before { content: "\f3b4"; }
.um-icon-android-unlock:before { content: "\f3b5"; }
.um-icon-android-upload:before { content: "\f3b6"; }
.um-icon-android-volume-down:before { content: "\f3b7"; }
.um-icon-android-volume-mute:before { content: "\f3b8"; }
.um-icon-android-volume-off:before { content: "\f3b9"; }
.um-icon-android-volume-up:before { content: "\f3ba"; }
.um-icon-android-walk:before { content: "\f3bb"; }
.um-icon-android-warning:before { content: "\f3bc"; }
.um-icon-android-watch:before { content: "\f3bd"; }
.um-icon-android-wifi:before { content: "\f305"; }
.um-icon-aperture:before { content: "\f313"; }
.um-icon-archive:before { content: "\f102"; }
.um-icon-arrow-down-a:before { content: "\f103"; }
.um-icon-arrow-down-b:before { content: "\f104"; }
.um-icon-arrow-down-c:before { content: "\f105"; }
.um-icon-arrow-expand:before { content: "\f25e"; }
.um-icon-arrow-graph-down-left:before { content: "\f25f"; }
.um-icon-arrow-graph-down-right:before { content: "\f260"; }
.um-icon-arrow-graph-up-left:before { content: "\f261"; }
.um-icon-arrow-graph-up-right:before { content: "\f262"; }
.um-icon-arrow-left-a:before { content: "\f106"; }
.um-icon-arrow-left-b:before { content: "\f107"; }
.um-icon-arrow-left-c:before { content: "\f108"; }
.um-icon-arrow-move:before { content: "\f263"; }
.um-icon-arrow-resize:before { content: "\f264"; }
.um-icon-arrow-return-left:before { content: "\f265"; }
.um-icon-arrow-return-right:before { content: "\f266"; }
.um-icon-arrow-right-a:before { content: "\f109"; }
.um-icon-arrow-right-b:before { content: "\f10a"; }
.um-icon-arrow-right-c:before { content: "\f10b"; }
.um-icon-arrow-shrink:before { content: "\f267"; }
.um-icon-arrow-swap:before { content: "\f268"; }
.um-icon-arrow-up-a:before { content: "\f10c"; }
.um-icon-arrow-up-b:before { content: "\f10d"; }
.um-icon-arrow-up-c:before { content: "\f10e"; }
.um-icon-asterisk:before { content: "\f314"; }
.um-icon-at:before { content: "\f10f"; }
.um-icon-backspace:before { content: "\f3bf"; }
.um-icon-backspace-outline:before { content: "\f3be"; }
.um-icon-bag:before { content: "\f110"; }
.um-icon-battery-charging:before { content: "\f111"; }
.um-icon-battery-empty:before { content: "\f112"; }
.um-icon-battery-full:before { content: "\f113"; }
.um-icon-battery-half:before { content: "\f114"; }
.um-icon-battery-low:before { content: "\f115"; }
.um-icon-beaker:before { content: "\f269"; }
.um-icon-beer:before { content: "\f26a"; }
.um-icon-bluetooth:before { content: "\f116"; }
.um-icon-bonfire:before { content: "\f315"; }
.um-icon-bookmark:before { content: "\f26b"; }
.um-icon-bowtie:before { content: "\f3c0"; }
.um-icon-briefcase:before { content: "\f26c"; }
.um-icon-bug:before { content: "\f2be"; }
.um-icon-calculator:before { content: "\f26d"; }
.um-icon-calendar:before { content: "\f117"; }
.um-icon-camera:before { content: "\f118"; }
.um-icon-card:before { content: "\f119"; }
.um-icon-cash:before { content: "\f316"; }
.um-icon-chatbox:before { content: "\f11b"; }
.um-icon-chatbox-working:before { content: "\f11a"; }
.um-icon-chatboxes:before { content: "\f11c"; }
.um-icon-chatbubble:before { content: "\f11e"; }
.um-icon-chatbubble-working:before { content: "\f11d"; }
.um-icon-chatbubbles:before { content: "\f11f"; }
.um-icon-checkmark:before { content: "\f122"; }
.um-icon-checkmark-circled:before { content: "\f120"; }
.um-icon-checkmark-round:before { content: "\f121"; }
.um-icon-chevron-down:before { content: "\f123"; }
.um-icon-chevron-left:before { content: "\f124"; }
.um-icon-chevron-right:before { content: "\f125"; }
.um-icon-chevron-up:before { content: "\f126"; }
.um-icon-clipboard:before { content: "\f127"; }
.um-icon-clock:before { content: "\f26e"; }
.um-icon-close:before { content: "\f12a"; }
.um-icon-close-circled:before { content: "\f128"; }
.um-icon-close-round:before { content: "\f129"; }
.um-icon-closed-captioning:before { content: "\f317"; }
.um-icon-cloud:before { content: "\f12b"; }
.um-icon-code:before { content: "\f271"; }
.um-icon-code-download:before { content: "\f26f"; }
.um-icon-code-working:before { content: "\f270"; }
.um-icon-coffee:before { content: "\f272"; }
.um-icon-compass:before { content: "\f273"; }
.um-icon-compose:before { content: "\f12c"; }
.um-icon-connection-bars:before { content: "\f274"; }
.um-icon-contrast:before { content: "\f275"; }
.um-icon-crop:before { content: "\f3c1"; }
.um-icon-cube:before { content: "\f318"; }
.um-icon-disc:before { content: "\f12d"; }
.um-icon-document:before { content: "\f12f"; }
.um-icon-document-text:before { content: "\f12e"; }
.um-icon-drag:before { content: "\f130"; }
.um-icon-earth:before { content: "\f276"; }
.um-icon-easel:before { content: "\f3c2"; }
.um-icon-edit:before { content: "\f2bf"; }
.um-icon-egg:before { content: "\f277"; }
.um-icon-eject:before { content: "\f131"; }
.um-icon-email:before { content: "\f132"; }
.um-icon-email-unread:before { content: "\f3c3"; }
.um-icon-erlenmeyer-flask:before { content: "\f3c5"; }
.um-icon-erlenmeyer-flask-bubbles:before { content: "\f3c4"; }
.um-icon-eye:before { content: "\f133"; }
.um-icon-eye-disabled:before { content: "\f306"; }
.um-icon-female:before { content: "\f278"; }
.um-icon-filing:before { content: "\f134"; }
.um-icon-film-marker:before { content: "\f135"; }
.um-icon-fireball:before { content: "\f319"; }
.um-icon-flag:before { content: "\f279"; }
.um-icon-flame:before { content: "\f31a"; }
.um-icon-flash:before { content: "\f137"; }
.um-icon-flash-off:before { content: "\f136"; }
.um-icon-folder:before { content: "\f139"; }
.um-icon-fork:before { content: "\f27a"; }
.um-icon-fork-repo:before { content: "\f2c0"; }
.um-icon-forward:before { content: "\f13a"; }
.um-icon-funnel:before { content: "\f31b"; }
.um-icon-gear-a:before { content: "\f13d"; }
.um-icon-gear-b:before { content: "\f13e"; }
.um-icon-grid:before { content: "\f13f"; }
.um-icon-hammer:before { content: "\f27b"; }
.um-icon-happy:before { content: "\f31c"; }
.um-icon-happy-outline:before { content: "\f3c6"; }
.um-icon-headphone:before { content: "\f140"; }
.um-icon-heart:before { content: "\f141"; }
.um-icon-heart-broken:before { content: "\f31d"; }
.um-icon-help:before { content: "\f143"; }
.um-icon-help-buoy:before { content: "\f27c"; }
.um-icon-help-circled:before { content: "\f142"; }
.um-icon-home:before { content: "\f144"; }
.um-icon-icecream:before { content: "\f27d"; }
.um-icon-image:before { content: "\f147"; }
.um-icon-images:before { content: "\f148"; }
.um-icon-information:before { content: "\f14a"; }
.um-icon-information-circled:before { content: "\f149"; }
.um-icon-ionic:before { content: "\f14b"; }
.um-icon-ios-alarm:before { content: "\f3c8"; }
.um-icon-ios-alarm-outline:before { content: "\f3c7"; }
.um-icon-ios-albums:before { content: "\f3ca"; }
.um-icon-ios-albums-outline:before { content: "\f3c9"; }
.um-icon-ios-americanfootball:before { content: "\f3cc"; }
.um-icon-ios-americanfootball-outline:before { content: "\f3cb"; }
.um-icon-ios-analytics:before { content: "\f3ce"; }
.um-icon-ios-analytics-outline:before { content: "\f3cd"; }
.um-icon-ios-arrow-back:before { content: "\f3cf"; }
.um-icon-ios-arrow-down:before { content: "\f3d0"; }
.um-icon-ios-arrow-forward:before { content: "\f3d1"; }
.um-icon-ios-arrow-left:before { content: "\f3d2"; }
.um-icon-ios-arrow-right:before { content: "\f3d3"; }
.um-icon-ios-arrow-thin-down:before { content: "\f3d4"; }
.um-icon-ios-arrow-thin-left:before { content: "\f3d5"; }
.um-icon-ios-arrow-thin-right:before { content: "\f3d6"; }
.um-icon-ios-arrow-thin-up:before { content: "\f3d7"; }
.um-icon-ios-arrow-up:before { content: "\f3d8"; }
.um-icon-ios-at:before { content: "\f3da"; }
.um-icon-ios-at-outline:before { content: "\f3d9"; }
.um-icon-ios-barcode:before { content: "\f3dc"; }
.um-icon-ios-barcode-outline:before { content: "\f3db"; }
.um-icon-ios-baseball:before { content: "\f3de"; }
.um-icon-ios-baseball-outline:before { content: "\f3dd"; }
.um-icon-ios-basketball:before { content: "\f3e0"; }
.um-icon-ios-basketball-outline:before { content: "\f3df"; }
.um-icon-ios-bell:before { content: "\f3e2"; }
.um-icon-ios-bell-outline:before { content: "\f3e1"; }
.um-icon-ios-body:before { content: "\f3e4"; }
.um-icon-ios-body-outline:before { content: "\f3e3"; }
.um-icon-ios-bolt:before { content: "\f3e6"; }
.um-icon-ios-bolt-outline:before { content: "\f3e5"; }
.um-icon-ios-book:before { content: "\f3e8"; }
.um-icon-ios-book-outline:before { content: "\f3e7"; }
.um-icon-ios-bookmarks:before { content: "\f3ea"; }
.um-icon-ios-bookmarks-outline:before { content: "\f3e9"; }
.um-icon-ios-box:before { content: "\f3ec"; }
.um-icon-ios-box-outline:before { content: "\f3eb"; }
.um-icon-ios-briefcase:before { content: "\f3ee"; }
.um-icon-ios-briefcase-outline:before { content: "\f3ed"; }
.um-icon-ios-browsers:before { content: "\f3f0"; }
.um-icon-ios-browsers-outline:before { content: "\f3ef"; }
.um-icon-ios-calculator:before { content: "\f3f2"; }
.um-icon-ios-calculator-outline:before { content: "\f3f1"; }
.um-icon-ios-calendar:before { content: "\f3f4"; }
.um-icon-ios-calendar-outline:before { content: "\f3f3"; }
.um-icon-ios-camera:before { content: "\f3f6"; }
.um-icon-ios-camera-outline:before { content: "\f3f5"; }
.um-icon-ios-cart:before { content: "\f3f8"; }
.um-icon-ios-cart-outline:before { content: "\f3f7"; }
.um-icon-ios-chatboxes:before { content: "\f3fa"; }
.um-icon-ios-chatboxes-outline:before { content: "\f3f9"; }
.um-icon-ios-chatbubble:before { content: "\f3fc"; }
.um-icon-ios-chatbubble-outline:before { content: "\f3fb"; }
.um-icon-ios-checkmark:before { content: "\f3ff"; }
.um-icon-ios-checkmark-empty:before { content: "\f3fd"; }
.um-icon-ios-checkmark-outline:before { content: "\f3fe"; }
.um-icon-ios-circle-filled:before { content: "\f400"; }
.um-icon-ios-circle-outline:before { content: "\f401"; }
.um-icon-ios-clock:before { content: "\f403"; }
.um-icon-ios-clock-outline:before { content: "\f402"; }
.um-icon-ios-close:before { content: "\f406"; }
.um-icon-ios-close-empty:before { content: "\f404"; }
.um-icon-ios-close-outline:before { content: "\f405"; }
.um-icon-ios-cloud:before { content: "\f40c"; }
.um-icon-ios-cloud-download:before { content: "\f408"; }
.um-icon-ios-cloud-download-outline:before { content: "\f407"; }
.um-icon-ios-cloud-outline:before { content: "\f409"; }
.um-icon-ios-cloud-upload:before { content: "\f40b"; }
.um-icon-ios-cloud-upload-outline:before { content: "\f40a"; }
.um-icon-ios-cloudy:before { content: "\f410"; }
.um-icon-ios-cloudy-night:before { content: "\f40e"; }
.um-icon-ios-cloudy-night-outline:before { content: "\f40d"; }
.um-icon-ios-cloudy-outline:before { content: "\f40f"; }
.um-icon-ios-cog:before { content: "\f412"; }
.um-icon-ios-cog-outline:before { content: "\f411"; }
.um-icon-ios-color-filter:before { content: "\f414"; }
.um-icon-ios-color-filter-outline:before { content: "\f413"; }
.um-icon-ios-color-wand:before { content: "\f416"; }
.um-icon-ios-color-wand-outline:before { content: "\f415"; }
.um-icon-ios-compose:before { content: "\f418"; }
.um-icon-ios-compose-outline:before { content: "\f417"; }
.um-icon-ios-contact:before { content: "\f41a"; }
.um-icon-ios-contact-outline:before { content: "\f419"; }
.um-icon-ios-copy:before { content: "\f41c"; }
.um-icon-ios-copy-outline:before { content: "\f41b"; }
.um-icon-ios-crop:before { content: "\f41e"; }
.um-icon-ios-crop-strong:before { content: "\f41d"; }
.um-icon-ios-download:before { content: "\f420"; }
.um-icon-ios-download-outline:before { content: "\f41f"; }
.um-icon-ios-drag:before { content: "\f421"; }
.um-icon-ios-email:before { content: "\f423"; }
.um-icon-ios-email-outline:before { content: "\f422"; }
.um-icon-ios-eye:before { content: "\f425"; }
.um-icon-ios-eye-outline:before { content: "\f424"; }
.um-icon-ios-fastforward:before { content: "\f427"; }
.um-icon-ios-fastforward-outline:before { content: "\f426"; }
.um-icon-ios-filing:before { content: "\f429"; }
.um-icon-ios-filing-outline:before { content: "\f428"; }
.um-icon-ios-film:before { content: "\f42b"; }
.um-icon-ios-film-outline:before { content: "\f42a"; }
.um-icon-ios-flag:before { content: "\f42d"; }
.um-icon-ios-flag-outline:before { content: "\f42c"; }
.um-icon-ios-flame:before { content: "\f42f"; }
.um-icon-ios-flame-outline:before { content: "\f42e"; }
.um-icon-ios-flask:before { content: "\f431"; }
.um-icon-ios-flask-outline:before { content: "\f430"; }
.um-icon-ios-flower:before { content: "\f433"; }
.um-icon-ios-flower-outline:before { content: "\f432"; }
.um-icon-ios-folder:before { content: "\f435"; }
.um-icon-ios-folder-outline:before { content: "\f434"; }
.um-icon-ios-football:before { content: "\f437"; }
.um-icon-ios-football-outline:before { content: "\f436"; }
.um-icon-ios-game-controller-a:before { content: "\f439"; }
.um-icon-ios-game-controller-a-outline:before { content: "\f438"; }
.um-icon-ios-game-controller-b:before { content: "\f43b"; }
.um-icon-ios-game-controller-b-outline:before { content: "\f43a"; }
.um-icon-ios-gear:before { content: "\f43d"; }
.um-icon-ios-gear-outline:before { content: "\f43c"; }
.um-icon-ios-glasses:before { content: "\f43f"; }
.um-icon-ios-glasses-outline:before { content: "\f43e"; }
.um-icon-ios-grid-view:before { content: "\f441"; }
.um-icon-ios-grid-view-outline:before { content: "\f440"; }
.um-icon-ios-heart:before { content: "\f443"; }
.um-icon-ios-heart-outline:before { content: "\f442"; }
.um-icon-ios-help:before { content: "\f446"; }
.um-icon-ios-help-empty:before { content: "\f444"; }
.um-icon-ios-help-outline:before { content: "\f445"; }
.um-icon-ios-home:before { content: "\f448"; }
.um-icon-ios-home-outline:before { content: "\f447"; }
.um-icon-ios-infinite:before { content: "\f44a"; }
.um-icon-ios-infinite-outline:before { content: "\f449"; }
.um-icon-ios-information:before { content: "\f44d"; }
.um-icon-ios-information-empty:before { content: "\f44b"; }
.um-icon-ios-information-outline:before { content: "\f44c"; }
.um-icon-ios-ionic-outline:before { content: "\f44e"; }
.um-icon-ios-keypad:before { content: "\f450"; }
.um-icon-ios-keypad-outline:before { content: "\f44f"; }
.um-icon-ios-lightbulb:before { content: "\f452"; }
.um-icon-ios-lightbulb-outline:before { content: "\f451"; }
.um-icon-ios-list:before { content: "\f454"; }
.um-icon-ios-list-outline:before { content: "\f453"; }
.um-icon-ios-location:before { content: "\f456"; }
.um-icon-ios-location-outline:before { content: "\f455"; }
.um-icon-ios-locked:before { content: "\f458"; }
.um-icon-ios-locked-outline:before { content: "\f457"; }
.um-icon-ios-loop:before { content: "\f45a"; }
.um-icon-ios-loop-strong:before { content: "\f459"; }
.um-icon-ios-medical:before { content: "\f45c"; }
.um-icon-ios-medical-outline:before { content: "\f45b"; }
.um-icon-ios-medkit:before { content: "\f45e"; }
.um-icon-ios-medkit-outline:before { content: "\f45d"; }
.um-icon-ios-mic:before { content: "\f461"; }
.um-icon-ios-mic-off:before { content: "\f45f"; }
.um-icon-ios-mic-outline:before { content: "\f460"; }
.um-icon-ios-minus:before { content: "\f464"; }
.um-icon-ios-minus-empty:before { content: "\f462"; }
.um-icon-ios-minus-outline:before { content: "\f463"; }
.um-icon-ios-monitor:before { content: "\f466"; }
.um-icon-ios-monitor-outline:before { content: "\f465"; }
.um-icon-ios-moon:before { content: "\f468"; }
.um-icon-ios-moon-outline:before { content: "\f467"; }
.um-icon-ios-more:before { content: "\f46a"; }
.um-icon-ios-more-outline:before { content: "\f469"; }
.um-icon-ios-musical-note:before { content: "\f46b"; }
.um-icon-ios-musical-notes:before { content: "\f46c"; }
.um-icon-ios-navigate:before { content: "\f46e"; }
.um-icon-ios-navigate-outline:before { content: "\f46d"; }
.um-icon-ios-nutrition:before { content: "\f470"; }
.um-icon-ios-nutrition-outline:before { content: "\f46f"; }
.um-icon-ios-paper:before { content: "\f472"; }
.um-icon-ios-paper-outline:before { content: "\f471"; }
.um-icon-ios-paperplane:before { content: "\f474"; }
.um-icon-ios-paperplane-outline:before { content: "\f473"; }
.um-icon-ios-partlysunny:before { content: "\f476"; }
.um-icon-ios-partlysunny-outline:before { content: "\f475"; }
.um-icon-ios-pause:before { content: "\f478"; }
.um-icon-ios-pause-outline:before { content: "\f477"; }
.um-icon-ios-paw:before { content: "\f47a"; }
.um-icon-ios-paw-outline:before { content: "\f479"; }
.um-icon-ios-people:before { content: "\f47c"; }
.um-icon-ios-people-outline:before { content: "\f47b"; }
.um-icon-ios-person:before { content: "\f47e"; }
.um-icon-ios-person-outline:before { content: "\f47d"; }
.um-icon-ios-personadd:before { content: "\f480"; }
.um-icon-ios-personadd-outline:before { content: "\f47f"; }
.um-icon-ios-photos:before { content: "\f482"; }
.um-icon-ios-photos-outline:before { content: "\f481"; }
.um-icon-ios-pie:before { content: "\f484"; }
.um-icon-ios-pie-outline:before { content: "\f483"; }
.um-icon-ios-pint:before { content: "\f486"; }
.um-icon-ios-pint-outline:before { content: "\f485"; }
.um-icon-ios-play:before { content: "\f488"; }
.um-icon-ios-play-outline:before { content: "\f487"; }
.um-icon-ios-plus:before { content: "\f48b"; }
.um-icon-ios-plus-empty:before { content: "\f489"; }
.um-icon-ios-plus-outline:before { content: "\f48a"; }
.um-icon-ios-pricetag:before { content: "\f48d"; }
.um-icon-ios-pricetag-outline:before { content: "\f48c"; }
.um-icon-ios-pricetags:before { content: "\f48f"; }
.um-icon-ios-pricetags-outline:before { content: "\f48e"; }
.um-icon-ios-printer:before { content: "\f491"; }
.um-icon-ios-printer-outline:before { content: "\f490"; }
.um-icon-ios-pulse:before { content: "\f493"; }
.um-icon-ios-pulse-strong:before { content: "\f492"; }
.um-icon-ios-rainy:before { content: "\f495"; }
.um-icon-ios-rainy-outline:before { content: "\f494"; }
.um-icon-ios-recording:before { content: "\f497"; }
.um-icon-ios-recording-outline:before { content: "\f496"; }
.um-icon-ios-redo:before { content: "\f499"; }
.um-icon-ios-redo-outline:before { content: "\f498"; }
.um-icon-ios-refresh:before { content: "\f49c"; }
.um-icon-ios-refresh-empty:before { content: "\f49a"; }
.um-icon-ios-refresh-outline:before { content: "\f49b"; }
.um-icon-ios-reload:before { content: "\f49d"; }
.um-icon-ios-reverse-camera:before { content: "\f49f"; }
.um-icon-ios-reverse-camera-outline:before { content: "\f49e"; }
.um-icon-ios-rewind:before { content: "\f4a1"; }
.um-icon-ios-rewind-outline:before { content: "\f4a0"; }
.um-icon-ios-rose:before { content: "\f4a3"; }
.um-icon-ios-rose-outline:before { content: "\f4a2"; }
.um-icon-ios-search:before { content: "\f4a5"; }
.um-icon-ios-search-strong:before { content: "\f4a4"; }
.um-icon-ios-settings:before { content: "\f4a7"; }
.um-icon-ios-settings-strong:before { content: "\f4a6"; }
.um-icon-ios-shuffle:before { content: "\f4a9"; }
.um-icon-ios-shuffle-strong:before { content: "\f4a8"; }
.um-icon-ios-skipbackward:before { content: "\f4ab"; }
.um-icon-ios-skipbackward-outline:before { content: "\f4aa"; }
.um-icon-ios-skipforward:before { content: "\f4ad"; }
.um-icon-ios-skipforward-outline:before { content: "\f4ac"; }
.um-icon-ios-snowy:before { content: "\f4ae"; }
.um-icon-ios-speedometer:before { content: "\f4b0"; }
.um-icon-ios-speedometer-outline:before { content: "\f4af"; }
.um-icon-ios-star:before { content: "\f4b3"; }
.um-icon-ios-star-half:before { content: "\f4b1"; }
.um-icon-ios-star-outline:before { content: "\f4b2"; }
.um-icon-ios-stopwatch:before { content: "\f4b5"; }
.um-icon-ios-stopwatch-outline:before { content: "\f4b4"; }
.um-icon-ios-sunny:before { content: "\f4b7"; }
.um-icon-ios-sunny-outline:before { content: "\f4b6"; }
.um-icon-ios-telephone:before { content: "\f4b9"; }
.um-icon-ios-telephone-outline:before { content: "\f4b8"; }
.um-icon-ios-tennisball:before { content: "\f4bb"; }
.um-icon-ios-tennisball-outline:before { content: "\f4ba"; }
.um-icon-ios-thunderstorm:before { content: "\f4bd"; }
.um-icon-ios-thunderstorm-outline:before { content: "\f4bc"; }
.um-icon-ios-time:before { content: "\f4bf"; }
.um-icon-ios-time-outline:before { content: "\f4be"; }
.um-icon-ios-timer:before { content: "\f4c1"; }
.um-icon-ios-timer-outline:before { content: "\f4c0"; }
.um-icon-ios-toggle:before { content: "\f4c3"; }
.um-icon-ios-toggle-outline:before { content: "\f4c2"; }
.um-icon-ios-trash:before { content: "\f4c5"; }
.um-icon-ios-trash-outline:before { content: "\f4c4"; }
.um-icon-ios-undo:before { content: "\f4c7"; }
.um-icon-ios-undo-outline:before { content: "\f4c6"; }
.um-icon-ios-unlocked:before { content: "\f4c9"; }
.um-icon-ios-unlocked-outline:before { content: "\f4c8"; }
.um-icon-ios-upload:before { content: "\f4cb"; }
.um-icon-ios-upload-outline:before { content: "\f4ca"; }
.um-icon-ios-videocam:before { content: "\f4cd"; }
.um-icon-ios-videocam-outline:before { content: "\f4cc"; }
.um-icon-ios-volume-high:before { content: "\f4ce"; }
.um-icon-ios-volume-low:before { content: "\f4cf"; }
.um-icon-ios-wineglass:before { content: "\f4d1"; }
.um-icon-ios-wineglass-outline:before { content: "\f4d0"; }
.um-icon-ios-world:before { content: "\f4d3"; }
.um-icon-ios-world-outline:before { content: "\f4d2"; }
.um-icon-ipad:before { content: "\f1f9"; }
.um-icon-iphone:before { content: "\f1fa"; }
.um-icon-ipod:before { content: "\f1fb"; }
.um-icon-jet:before { content: "\f295"; }
.um-icon-key:before { content: "\f296"; }
.um-icon-knife:before { content: "\f297"; }
.um-icon-laptop:before { content: "\f1fc"; }
.um-icon-leaf:before { content: "\f1fd"; }
.um-icon-levels:before { content: "\f298"; }
.um-icon-lightbulb:before { content: "\f299"; }
.um-icon-link:before { content: "\f1fe"; }
.um-icon-load-a:before { content: "\f29a"; }
.um-icon-load-b:before { content: "\f29b"; }
.um-icon-load-c:before { content: "\f29c"; }
.um-icon-load-d:before { content: "\f29d"; }
.um-icon-location:before { content: "\f1ff"; }
.um-icon-lock-combination:before { content: "\f4d4"; }
.um-icon-locked:before { content: "\f200"; }
.um-icon-log-in:before { content: "\f29e"; }
.um-icon-log-out:before { content: "\f29f"; }
.um-icon-loop:before { content: "\f201"; }
.um-icon-magnet:before { content: "\f2a0"; }
.um-icon-male:before { content: "\f2a1"; }
.um-icon-man:before { content: "\f202"; }
.um-icon-map:before { content: "\f203"; }
.um-icon-medkit:before { content: "\f2a2"; }
.um-icon-merge:before { content: "\f33f"; }
.um-icon-mic-a:before { content: "\f204"; }
.um-icon-mic-b:before { content: "\f205"; }
.um-icon-mic-c:before { content: "\f206"; }
.um-icon-minus:before { content: "\f209"; }
.um-icon-minus-circled:before { content: "\f207"; }
.um-icon-minus-round:before { content: "\f208"; }
.um-icon-model-s:before { content: "\f2c1"; }
.um-icon-monitor:before { content: "\f20a"; }
.um-icon-more:before { content: "\f20b"; }
.um-icon-mouse:before { content: "\f340"; }
.um-icon-music-note:before { content: "\f20c"; }
.um-icon-navicon:before { content: "\f20e"; }
.um-icon-navicon-round:before { content: "\f20d"; }
.um-icon-navigate:before { content: "\f2a3"; }
.um-icon-network:before { content: "\f341"; }
.um-icon-no-smoking:before { content: "\f2c2"; }
.um-icon-nuclear:before { content: "\f2a4"; }
.um-icon-outlet:before { content: "\f342"; }
.um-icon-paintbrush:before { content: "\f4d5"; }
.um-icon-paintbucket:before { content: "\f4d6"; }
.um-icon-paper-airplane:before { content: "\f2c3"; }
.um-icon-paperclip:before { content: "\f20f"; }
.um-icon-pause:before { content: "\f210"; }
.um-icon-person:before { content: "\f213"; }
.um-icon-person-add:before { content: "\f211"; }
.um-icon-person-stalker:before { content: "\f212"; }
.um-icon-pie-graph:before { content: "\f2a5"; }
.um-icon-pin:before { content: "\f2a6"; }
.um-icon-pinpoint:before { content: "\f2a7"; }
.um-icon-pizza:before { content: "\f2a8"; }
.um-icon-plane:before { content: "\f214"; }
.um-icon-planet:before { content: "\f343"; }
.um-icon-play:before { content: "\f215"; }
.um-icon-playstation:before { content: "\f30a"; }
.um-icon-plus:before { content: "\f218"; }
.um-icon-plus-circled:before { content: "\f216"; }
.um-icon-plus-round:before { content: "\f217"; }
.um-icon-podium:before { content: "\f344"; }
.um-icon-pound:before { content: "\f219"; }
.um-icon-power:before { content: "\f2a9"; }
.um-icon-pricetag:before { content: "\f2aa"; }
.um-icon-pricetags:before { content: "\f2ab"; }
.um-icon-printer:before { content: "\f21a"; }
.um-icon-pull-request:before { content: "\f345"; }
.um-icon-qr-scanner:before { content: "\f346"; }
.um-icon-quote:before { content: "\f347"; }
.um-icon-radio-waves:before { content: "\f2ac"; }
.um-icon-record:before { content: "\f21b"; }
.um-icon-refresh:before { content: "\f21c"; }
.um-icon-reply:before { content: "\f21e"; }
.um-icon-reply-all:before { content: "\f21d"; }
.um-icon-ribbon-a:before { content: "\f348"; }
.um-icon-ribbon-b:before { content: "\f349"; }
.um-icon-sad:before { content: "\f34a"; }
.um-icon-sad-outline:before { content: "\f4d7"; }
.um-icon-scissors:before { content: "\f34b"; }
.um-icon-search:before { content: "\f21f"; }
.um-icon-settings:before { content: "\f2ad"; }
.um-icon-share:before { content: "\f220"; }
.um-icon-shuffle:before { content: "\f221"; }
.um-icon-skip-backward:before { content: "\f222"; }
.um-icon-skip-forward:before { content: "\f223"; }
.um-icon-social-android:before { content: "\f225"; }
.um-icon-social-android-outline:before { content: "\f224"; }
.um-icon-social-angular:before { content: "\f4d9"; }
.um-icon-social-angular-outline:before { content: "\f4d8"; }
.um-icon-social-apple:before { content: "\f227"; }
.um-icon-social-apple-outline:before { content: "\f226"; }
.um-icon-social-bitcoin:before { content: "\f2af"; }
.um-icon-social-bitcoin-outline:before { content: "\f2ae"; }
.um-icon-social-buffer:before { content: "\f229"; }
.um-icon-social-buffer-outline:before { content: "\f228"; }
.um-icon-social-chrome:before { content: "\f4db"; }
.um-icon-social-chrome-outline:before { content: "\f4da"; }
.um-icon-social-codepen:before { content: "\f4dd"; }
.um-icon-social-codepen-outline:before { content: "\f4dc"; }
.um-icon-social-css3:before { content: "\f4df"; }
.um-icon-social-css3-outline:before { content: "\f4de"; }
.um-icon-social-designernews:before { content: "\f22b"; }
.um-icon-social-designernews-outline:before { content: "\f22a"; }
.um-icon-social-dribbble:before { content: "\f22d"; }
.um-icon-social-dribbble-outline:before { content: "\f22c"; }
.um-icon-social-dropbox:before { content: "\f22f"; }
.um-icon-social-dropbox-outline:before { content: "\f22e"; }
.um-icon-social-euro:before { content: "\f4e1"; }
.um-icon-social-euro-outline:before { content: "\f4e0"; }
.um-icon-social-facebook:before { content: "\f231"; }
.um-icon-social-facebook-outline:before { content: "\f230"; }
.um-icon-social-foursquare:before { content: "\f34d"; }
.um-icon-social-foursquare-outline:before { content: "\f34c"; }
.um-icon-social-freebsd-devil:before { content: "\f2c4"; }
.um-icon-social-github:before { content: "\f233"; }
.um-icon-social-github-outline:before { content: "\f232"; }
.um-icon-social-google:before { content: "\f34f"; }
.um-icon-social-google-outline:before { content: "\f34e"; }
.um-icon-social-googleplus:before { content: "\f235"; }
.um-icon-social-googleplus-outline:before { content: "\f234"; }
.um-icon-social-hackernews:before { content: "\f237"; }
.um-icon-social-hackernews-outline:before { content: "\f236"; }
.um-icon-social-html5:before { content: "\f4e3"; }
.um-icon-social-html5-outline:before { content: "\f4e2"; }
.um-icon-social-instagram:before { content: "\f351"; }
.um-icon-social-instagram-outline:before { content: "\f350"; }
.um-icon-social-javascript:before { content: "\f4e5"; }
.um-icon-social-javascript-outline:before { content: "\f4e4"; }
.um-icon-social-linkedin:before { content: "\f239"; }
.um-icon-social-linkedin-outline:before { content: "\f238"; }
.um-icon-social-markdown:before { content: "\f4e6"; }
.um-icon-social-nodejs:before { content: "\f4e7"; }
.um-icon-social-octocat:before { content: "\f4e8"; }
.um-icon-social-pinterest:before { content: "\f2b1"; }
.um-icon-social-pinterest-outline:before { content: "\f2b0"; }
.um-icon-social-python:before { content: "\f4e9"; }
.um-icon-social-reddit:before { content: "\f23b"; }
.um-icon-social-reddit-outline:before { content: "\f23a"; }
.um-icon-social-rss:before { content: "\f23d"; }
.um-icon-social-rss-outline:before { content: "\f23c"; }
.um-icon-social-sass:before { content: "\f4ea"; }
.um-icon-social-skype:before { content: "\f23f"; }
.um-icon-social-skype-outline:before { content: "\f23e"; }
.um-icon-social-snapchat:before { content: "\f4ec"; }
.um-icon-social-snapchat-outline:before { content: "\f4eb"; }
.um-icon-social-tumblr:before { content: "\f241"; }
.um-icon-social-tumblr-outline:before { content: "\f240"; }
.um-icon-social-tux:before { content: "\f2c5"; }
.um-icon-social-twitch:before { content: "\f4ee"; }
.um-icon-social-twitch-outline:before { content: "\f4ed"; }
.um-icon-social-twitter:before { content: "\f243"; }
.um-icon-social-twitter-outline:before { content: "\f242"; }
.um-icon-social-usd:before { content: "\f353"; }
.um-icon-social-usd-outline:before { content: "\f352"; }
.um-icon-social-vimeo:before { content: "\f245"; }
.um-icon-social-vimeo-outline:before { content: "\f244"; }
.um-icon-social-whatsapp:before { content: "\f4f0"; }
.um-icon-social-whatsapp-outline:before { content: "\f4ef"; }
.um-icon-social-windows:before { content: "\f247"; }
.um-icon-social-windows-outline:before { content: "\f246"; }
.um-icon-social-wordpress:before { content: "\f249"; }
.um-icon-social-wordpress-outline:before { content: "\f248"; }
.um-icon-social-yahoo:before { content: "\f24b"; }
.um-icon-social-yahoo-outline:before { content: "\f24a"; }
.um-icon-social-yen:before { content: "\f4f2"; }
.um-icon-social-yen-outline:before { content: "\f4f1"; }
.um-icon-social-youtube:before { content: "\f24d"; }
.um-icon-social-youtube-outline:before { content: "\f24c"; }
.um-icon-soup-can:before { content: "\f4f4"; }
.um-icon-soup-can-outline:before { content: "\f4f3"; }
.um-icon-speakerphone:before { content: "\f2b2"; }
.um-icon-speedometer:before { content: "\f2b3"; }
.um-icon-spoon:before { content: "\f2b4"; }
.um-icon-star:before { content: "\f24e"; }
.um-icon-stats-bars:before { content: "\f2b5"; }
.um-icon-steam:before { content: "\f30b"; }
.um-icon-stop:before { content: "\f24f"; }
.um-icon-thermometer:before { content: "\f2b6"; }
.um-icon-thumbsdown:before { content: "\f250"; }
.um-icon-thumbsup:before { content: "\f251"; }
.um-icon-toggle:before { content: "\f355"; }
.um-icon-toggle-filled:before { content: "\f354"; }
.um-icon-transgender:before { content: "\f4f5"; }
.um-icon-trash-a:before { content: "\f252"; }
.um-icon-trash-b:before { content: "\f253"; }
.um-icon-trophy:before { content: "\f356"; }
.um-icon-tshirt:before { content: "\f4f7"; }
.um-icon-tshirt-outline:before { content: "\f4f6"; }
.um-icon-umbrella:before { content: "\f2b7"; }
.um-icon-university:before { content: "\f357"; }
.um-icon-unlocked:before { content: "\f254"; }
.um-icon-upload:before { content: "\f255"; }
.um-icon-usb:before { content: "\f2b8"; }
.um-icon-videocamera:before { content: "\f256"; }
.um-icon-volume-high:before { content: "\f257"; }
.um-icon-volume-low:before { content: "\f258"; }
.um-icon-volume-medium:before { content: "\f259"; }
.um-icon-volume-mute:before { content: "\f25a"; }
.um-icon-wand:before { content: "\f358"; }
.um-icon-waterdrop:before { content: "\f25b"; }
.um-icon-wifi:before { content: "\f25c"; }
.um-icon-wineglass:before { content: "\f2b9"; }
.um-icon-woman:before { content: "\f25d"; }
.um-icon-wrench:before { content: "\f2ba"; }
.um-icon-xbox:before { content: "\f30c"; }

@font-face {
font-family: "FontAwesome";
src:url(//chennaiinternationalbookfair.com/wp-content/plugins/ultimate-member/assets/font/fontawesome-webfont.eot?v=4.2.0);
src:url(//chennaiinternationalbookfair.com/wp-content/plugins/ultimate-member/assets/font/fontawesome-webfont.eot?v=4.2.0#iefix) format("embedded-opentype"),
url(//chennaiinternationalbookfair.com/wp-content/plugins/ultimate-member/assets/font/fontawesome-webfont.woff?v=4.2.0) format("woff"),
url(//chennaiinternationalbookfair.com/wp-content/plugins/ultimate-member/assets/font/fontawesome-webfont.ttf?v=4.2.0) format("truetype"),
url(//chennaiinternationalbookfair.com/wp-content/plugins/ultimate-member/assets/font/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format("svg");
font-display: swap;
font-weight: normal;
font-style: normal;
}
[class^="um-faicon-"]:before,
[class*=" um-faicon-"]:before {
font-family: "FontAwesome" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.um-faicon-sticky-note:before {
content: "\f249";
}
.um-faicon-glass:before {
content: "\f000";
}
.um-faicon-music:before {
content: "\f001";
}
.um-faicon-search:before {
content: "\f002";
}
.um-faicon-envelope-o:before {
content: "\f003";
}
.um-faicon-heart:before {
content: "\f004";
}
.um-faicon-star:before {
content: "\f005";
}
.um-faicon-star-o:before {
content: "\f006";
}
.um-faicon-user:before {
content: "\f007";
}
.um-faicon-film:before {
content: "\f008";
}
.um-faicon-th-large:before {
content: "\f009";
}
.um-faicon-th:before {
content: "\f00a";
}
.um-faicon-th-list:before {
content: "\f00b";
}
.um-faicon-check:before {
content: "\f00c";
}
.um-faicon-remove:before,
.um-faicon-close:before,
.um-faicon-times:before {
content: "\f00d";
}
.um-faicon-search-plus:before {
content: "\f00e";
}
.um-faicon-search-minus:before {
content: "\f010";
}
.um-faicon-power-off:before {
content: "\f011";
}
.um-faicon-signal:before {
content: "\f012";
}
.um-faicon-gear:before,
.um-faicon-cog:before {
content: "\f013";
}
.um-faicon-trash-o:before {
content: "\f014";
}
.um-faicon-home:before {
content: "\f015";
}
.um-faicon-file-o:before {
content: "\f016";
}
.um-faicon-clock-o:before {
content: "\f017";
}
.um-faicon-road:before {
content: "\f018";
}
.um-faicon-download:before {
content: "\f019";
}
.um-faicon-arrow-circle-o-down:before {
content: "\f01a";
}
.um-faicon-arrow-circle-o-up:before {
content: "\f01b";
}
.um-faicon-inbox:before {
content: "\f01c";
}
.um-faicon-play-circle-o:before {
content: "\f01d";
}
.um-faicon-rotate-right:before,
.um-faicon-repeat:before {
content: "\f01e";
}
.um-faicon-refresh:before {
content: "\f021";
}
.um-faicon-list-alt:before {
content: "\f022";
}
.um-faicon-lock:before {
content: "\f023";
}
.um-faicon-flag:before {
content: "\f024";
}
.um-faicon-headphones:before {
content: "\f025";
}
.um-faicon-volume-off:before {
content: "\f026";
}
.um-faicon-volume-down:before {
content: "\f027";
}
.um-faicon-volume-up:before {
content: "\f028";
}
.um-faicon-qrcode:before {
content: "\f029";
}
.um-faicon-barcode:before {
content: "\f02a";
}
.um-faicon-tag:before {
content: "\f02b";
}
.um-faicon-tags:before {
content: "\f02c";
}
.um-faicon-book:before {
content: "\f02d";
}
.um-faicon-bookmark:before {
content: "\f02e";
}
.um-faicon-print:before {
content: "\f02f";
}
.um-faicon-camera:before {
content: "\f030";
}
.um-faicon-font:before {
content: "\f031";
}
.um-faicon-bold:before {
content: "\f032";
}
.um-faicon-italic:before {
content: "\f033";
}
.um-faicon-text-height:before {
content: "\f034";
}
.um-faicon-text-width:before {
content: "\f035";
}
.um-faicon-align-left:before {
content: "\f036";
}
.um-faicon-align-center:before {
content: "\f037";
}
.um-faicon-align-right:before {
content: "\f038";
}
.um-faicon-align-justify:before {
content: "\f039";
}
.um-faicon-list:before {
content: "\f03a";
}
.um-faicon-dedent:before,
.um-faicon-outdent:before {
content: "\f03b";
}
.um-faicon-indent:before {
content: "\f03c";
}
.um-faicon-video-camera:before {
content: "\f03d";
}
.um-faicon-photo:before,
.um-faicon-image:before,
.um-faicon-picture-o:before {
content: "\f03e";
}
.um-faicon-pencil:before {
content: "\f040";
}
.um-faicon-map-marker:before {
content: "\f041";
}
.um-faicon-adjust:before {
content: "\f042";
}
.um-faicon-tint:before {
content: "\f043";
}
.um-faicon-edit:before,
.um-faicon-pencil-square-o:before {
content: "\f044";
}
.um-faicon-share-square-o:before {
content: "\f045";
}
.um-faicon-check-square-o:before {
content: "\f046";
}
.um-faicon-arrows:before {
content: "\f047";
}
.um-faicon-step-backward:before {
content: "\f048";
}
.um-faicon-fast-backward:before {
content: "\f049";
}
.um-faicon-backward:before {
content: "\f04a";
}
.um-faicon-play:before {
content: "\f04b";
}
.um-faicon-pause:before {
content: "\f04c";
}
.um-faicon-stop:before {
content: "\f04d";
}
.um-faicon-forward:before {
content: "\f04e";
}
.um-faicon-fast-forward:before {
content: "\f050";
}
.um-faicon-step-forward:before {
content: "\f051";
}
.um-faicon-eject:before {
content: "\f052";
}
.um-faicon-chevron-left:before {
content: "\f053";
}
.um-faicon-chevron-right:before {
content: "\f054";
}
.um-faicon-plus-circle:before {
content: "\f055";
}
.um-faicon-minus-circle:before {
content: "\f056";
}
.um-faicon-times-circle:before {
content: "\f057";
}
.um-faicon-check-circle:before {
content: "\f058";
}
.um-faicon-question-circle:before {
content: "\f059";
}
.um-faicon-info-circle:before {
content: "\f05a";
}
.um-faicon-crosshairs:before {
content: "\f05b";
}
.um-faicon-times-circle-o:before {
content: "\f05c";
}
.um-faicon-check-circle-o:before {
content: "\f05d";
}
.um-faicon-ban:before {
content: "\f05e";
}
.um-faicon-arrow-left:before {
content: "\f060";
}
.um-faicon-arrow-right:before {
content: "\f061";
}
.um-faicon-arrow-up:before {
content: "\f062";
}
.um-faicon-arrow-down:before {
content: "\f063";
}
.um-faicon-mail-forward:before,
.um-faicon-share:before {
content: "\f064";
}
.um-faicon-expand:before {
content: "\f065";
}
.um-faicon-compress:before {
content: "\f066";
}
.um-faicon-plus:before {
content: "\f067";
}
.um-faicon-minus:before {
content: "\f068";
}
.um-faicon-asterisk:before {
content: "\f069";
}
.um-faicon-exclamation-circle:before {
content: "\f06a";
}
.um-faicon-gift:before {
content: "\f06b";
}
.um-faicon-leaf:before {
content: "\f06c";
}
.um-faicon-fire:before {
content: "\f06d";
}
.um-faicon-eye:before {
content: "\f06e";
}
.um-faicon-eye-slash:before {
content: "\f070";
}
.um-faicon-warning:before,
.um-faicon-exclamation-triangle:before {
content: "\f071";
}
.um-faicon-plane:before {
content: "\f072";
}
.um-faicon-calendar:before {
content: "\f073";
}
.um-faicon-random:before {
content: "\f074";
}
.um-faicon-comment:before {
content: "\f075";
}
.um-faicon-magnet:before {
content: "\f076";
}
.um-faicon-chevron-up:before {
content: "\f077";
}
.um-faicon-chevron-down:before {
content: "\f078";
}
.um-faicon-retweet:before {
content: "\f079";
}
.um-faicon-shopping-cart:before {
content: "\f07a";
}
.um-faicon-folder:before {
content: "\f07b";
}
.um-faicon-folder-open:before {
content: "\f07c";
}
.um-faicon-arrows-v:before {
content: "\f07d";
}
.um-faicon-arrows-h:before {
content: "\f07e";
}
.um-faicon-bar-chart-o:before,
.um-faicon-bar-chart:before {
content: "\f080";
}
.um-faicon-twitter-square:before {
content: "\f081";
}
.um-faicon-facebook-square:before {
content: "\f082";
}
.um-faicon-camera-retro:before {
content: "\f083";
}
.um-faicon-key:before {
content: "\f084";
}
.um-faicon-gears:before,
.um-faicon-cogs:before {
content: "\f085";
}
.um-faicon-comments:before {
content: "\f086";
}
.um-faicon-thumbs-o-up:before {
content: "\f087";
}
.um-faicon-thumbs-o-down:before {
content: "\f088";
}
.um-faicon-star-half:before {
content: "\f089";
}
.um-faicon-heart-o:before {
content: "\f08a";
}
.um-faicon-sign-out:before {
content: "\f08b";
}
.um-faicon-linkedin-square:before {
content: "\f08c";
}
.um-faicon-thumb-tack:before {
content: "\f08d";
}
.um-faicon-external-link:before {
content: "\f08e";
}
.um-faicon-sign-in:before {
content: "\f090";
}
.um-faicon-trophy:before {
content: "\f091";
}
.um-faicon-github-square:before {
content: "\f092";
}
.um-faicon-upload:before {
content: "\f093";
}
.um-faicon-lemon-o:before {
content: "\f094";
}
.um-faicon-phone:before {
content: "\f095";
}
.um-faicon-square-o:before {
content: "\f096";
}
.um-faicon-bookmark-o:before {
content: "\f097";
}
.um-faicon-phone-square:before {
content: "\f098";
}
.um-faicon-twitter:before {
content: "\f099";
}
.um-faicon-facebook:before {
content: "\f09a";
}
.um-faicon-github:before {
content: "\f09b";
}
.um-faicon-unlock:before {
content: "\f09c";
}
.um-faicon-credit-card:before {
content: "\f09d";
}
.um-faicon-rss:before {
content: "\f09e";
}
.um-faicon-hdd-o:before {
content: "\f0a0";
}
.um-faicon-bullhorn:before {
content: "\f0a1";
}
.um-faicon-bell:before {
content: "\f0f3";
}
.um-faicon-certificate:before {
content: "\f0a3";
}
.um-faicon-hand-o-right:before {
content: "\f0a4";
}
.um-faicon-hand-o-left:before {
content: "\f0a5";
}
.um-faicon-hand-o-up:before {
content: "\f0a6";
}
.um-faicon-hand-o-down:before {
content: "\f0a7";
}
.um-faicon-arrow-circle-left:before {
content: "\f0a8";
}
.um-faicon-arrow-circle-right:before {
content: "\f0a9";
}
.um-faicon-arrow-circle-up:before {
content: "\f0aa";
}
.um-faicon-arrow-circle-down:before {
content: "\f0ab";
}
.um-faicon-globe:before {
content: "\f0ac";
}
.um-faicon-wrench:before {
content: "\f0ad";
}
.um-faicon-tasks:before {
content: "\f0ae";
}
.um-faicon-filter:before {
content: "\f0b0";
}
.um-faicon-briefcase:before {
content: "\f0b1";
}
.um-faicon-arrows-alt:before {
content: "\f0b2";
}
.um-faicon-group:before,
.um-faicon-users:before {
content: "\f0c0";
}
.um-faicon-chain:before,
.um-faicon-link:before {
content: "\f0c1";
}
.um-faicon-cloud:before {
content: "\f0c2";
}
.um-faicon-flask:before {
content: "\f0c3";
}
.um-faicon-cut:before,
.um-faicon-scissors:before {
content: "\f0c4";
}
.um-faicon-copy:before,
.um-faicon-files-o:before {
content: "\f0c5";
}
.um-faicon-paperclip:before {
content: "\f0c6";
}
.um-faicon-save:before,
.um-faicon-floppy-o:before {
content: "\f0c7";
}
.um-faicon-square:before {
content: "\f0c8";
}
.um-faicon-navicon:before,
.um-faicon-reorder:before,
.um-faicon-bars:before {
content: "\f0c9";
}
.um-faicon-list-ul:before {
content: "\f0ca";
}
.um-faicon-list-ol:before {
content: "\f0cb";
}
.um-faicon-strikethrough:before {
content: "\f0cc";
}
.um-faicon-underline:before {
content: "\f0cd";
}
.um-faicon-table:before {
content: "\f0ce";
}
.um-faicon-magic:before {
content: "\f0d0";
}
.um-faicon-truck:before {
content: "\f0d1";
}
.um-faicon-pinterest:before {
content: "\f0d2";
}
.um-faicon-pinterest-square:before {
content: "\f0d3";
}
.um-faicon-google-plus-square:before {
content: "\f0d4";
}
.um-faicon-google-plus:before {
content: "\f0d5";
}
.um-faicon-money:before {
content: "\f0d6";
}
.um-faicon-caret-down:before {
content: "\f0d7";
}
.um-faicon-caret-up:before {
content: "\f0d8";
}
.um-faicon-caret-left:before {
content: "\f0d9";
}
.um-faicon-caret-right:before {
content: "\f0da";
}
.um-faicon-columns:before {
content: "\f0db";
}
.um-faicon-unsorted:before,
.um-faicon-sort:before {
content: "\f0dc";
}
.um-faicon-sort-down:before,
.um-faicon-sort-desc:before {
content: "\f0dd";
}
.um-faicon-sort-up:before,
.um-faicon-sort-asc:before {
content: "\f0de";
}
.um-faicon-envelope:before {
content: "\f0e0";
}
.um-faicon-linkedin:before {
content: "\f0e1";
}
.um-faicon-rotate-left:before,
.um-faicon-undo:before {
content: "\f0e2";
}
.um-faicon-legal:before,
.um-faicon-gavel:before {
content: "\f0e3";
}
.um-faicon-dashboard:before,
.um-faicon-tachometer:before {
content: "\f0e4";
}
.um-faicon-comment-o:before {
content: "\f0e5";
}
.um-faicon-comments-o:before {
content: "\f0e6";
}
.um-faicon-flash:before,
.um-faicon-bolt:before {
content: "\f0e7";
}
.um-faicon-sitemap:before {
content: "\f0e8";
}
.um-faicon-umbrella:before {
content: "\f0e9";
}
.um-faicon-paste:before,
.um-faicon-clipboard:before {
content: "\f0ea";
}
.um-faicon-lightbulb-o:before {
content: "\f0eb";
}
.um-faicon-exchange:before {
content: "\f0ec";
}
.um-faicon-cloud-download:before {
content: "\f0ed";
}
.um-faicon-cloud-upload:before {
content: "\f0ee";
}
.um-faicon-user-md:before {
content: "\f0f0";
}
.um-faicon-stethoscope:before {
content: "\f0f1";
}
.um-faicon-suitcase:before {
content: "\f0f2";
}
.um-faicon-bell-o:before {
content: "\f0a2";
}
.um-faicon-coffee:before {
content: "\f0f4";
}
.um-faicon-cutlery:before {
content: "\f0f5";
}
.um-faicon-file-text-o:before {
content: "\f0f6";
}
.um-faicon-building-o:before {
content: "\f0f7";
}
.um-faicon-hospital-o:before {
content: "\f0f8";
}
.um-faicon-ambulance:before {
content: "\f0f9";
}
.um-faicon-medkit:before {
content: "\f0fa";
}
.um-faicon-fighter-jet:before {
content: "\f0fb";
}
.um-faicon-beer:before {
content: "\f0fc";
}
.um-faicon-h-square:before {
content: "\f0fd";
}
.um-faicon-plus-square:before {
content: "\f0fe";
}
.um-faicon-angle-double-left:before {
content: "\f100";
}
.um-faicon-angle-double-right:before {
content: "\f101";
}
.um-faicon-angle-double-up:before {
content: "\f102";
}
.um-faicon-angle-double-down:before {
content: "\f103";
}
.um-faicon-angle-left:before {
content: "\f104";
}
.um-faicon-angle-right:before {
content: "\f105";
}
.um-faicon-angle-up:before {
content: "\f106";
}
.um-faicon-angle-down:before {
content: "\f107";
}
.um-faicon-desktop:before {
content: "\f108";
}
.um-faicon-laptop:before {
content: "\f109";
}
.um-faicon-tablet:before {
content: "\f10a";
}
.um-faicon-mobile-phone:before,
.um-faicon-mobile:before {
content: "\f10b";
}
.um-faicon-circle-o:before {
content: "\f10c";
}
.um-faicon-quote-left:before {
content: "\f10d";
}
.um-faicon-quote-right:before {
content: "\f10e";
}
.um-faicon-spinner:before {
content: "\f110";
}
.um-faicon-spin {
-webkit-animation: um-faicon-spin 2s infinite linear;
animation: um-faicon-spin 2s infinite linear;
}
.um-faicon-circle:before {
content: "\f111";
}
.um-faicon-mail-reply:before,
.um-faicon-reply:before {
content: "\f112";
}
.um-faicon-github-alt:before {
content: "\f113";
}
.um-faicon-folder-o:before {
content: "\f114";
}
.um-faicon-folder-open-o:before {
content: "\f115";
}
.um-faicon-smile-o:before {
content: "\f118";
}
.um-faicon-frown-o:before {
content: "\f119";
}
.um-faicon-meh-o:before {
content: "\f11a";
}
.um-faicon-gamepad:before {
content: "\f11b";
}
.um-faicon-keyboard-o:before {
content: "\f11c";
}
.um-faicon-flag-o:before {
content: "\f11d";
}
.um-faicon-flag-checkered:before {
content: "\f11e";
}
.um-faicon-terminal:before {
content: "\f120";
}
.um-faicon-code:before {
content: "\f121";
}
.um-faicon-mail-reply-all:before,
.um-faicon-reply-all:before {
content: "\f122";
}
.um-faicon-star-half-empty:before,
.um-faicon-star-half-full:before,
.um-faicon-star-half-o:before {
content: "\f123";
}
.um-faicon-location-arrow:before {
content: "\f124";
}
.um-faicon-crop:before {
content: "\f125";
}
.um-faicon-code-fork:before {
content: "\f126";
}
.um-faicon-unlink:before,
.um-faicon-chain-broken:before {
content: "\f127";
}
.um-faicon-question:before {
content: "\f128";
}
.um-faicon-info:before {
content: "\f129";
}
.um-faicon-exclamation:before {
content: "\f12a";
}
.um-faicon-superscript:before {
content: "\f12b";
}
.um-faicon-subscript:before {
content: "\f12c";
}
.um-faicon-eraser:before {
content: "\f12d";
}
.um-faicon-puzzle-piece:before {
content: "\f12e";
}
.um-faicon-microphone:before {
content: "\f130";
}
.um-faicon-microphone-slash:before {
content: "\f131";
}
.um-faicon-shield:before {
content: "\f132";
}
.um-faicon-calendar-o:before {
content: "\f133";
}
.um-faicon-fire-extinguisher:before {
content: "\f134";
}
.um-faicon-rocket:before {
content: "\f135";
}
.um-faicon-maxcdn:before {
content: "\f136";
}
.um-faicon-chevron-circle-left:before {
content: "\f137";
}
.um-faicon-chevron-circle-right:before {
content: "\f138";
}
.um-faicon-chevron-circle-up:before {
content: "\f139";
}
.um-faicon-chevron-circle-down:before {
content: "\f13a";
}
.um-faicon-html5:before {
content: "\f13b";
}
.um-faicon-css3:before {
content: "\f13c";
}
.um-faicon-anchor:before {
content: "\f13d";
}
.um-faicon-unlock-alt:before {
content: "\f13e";
}
.um-faicon-bullseye:before {
content: "\f140";
}
.um-faicon-ellipsis-h:before {
content: "\f141";
}
.um-faicon-ellipsis-v:before {
content: "\f142";
}
.um-faicon-rss-square:before {
content: "\f143";
}
.um-faicon-play-circle:before {
content: "\f144";
}
.um-faicon-ticket:before {
content: "\f145";
}
.um-faicon-minus-square:before {
content: "\f146";
}
.um-faicon-minus-square-o:before {
content: "\f147";
}
.um-faicon-level-up:before {
content: "\f148";
}
.um-faicon-level-down:before {
content: "\f149";
}
.um-faicon-check-square:before {
content: "\f14a";
}
.um-faicon-pencil-square:before {
content: "\f14b";
}
.um-faicon-external-link-square:before {
content: "\f14c";
}
.um-faicon-share-square:before {
content: "\f14d";
}
.um-faicon-compass:before {
content: "\f14e";
}
.um-faicon-toggle-down:before,
.um-faicon-caret-square-o-down:before {
content: "\f150";
}
.um-faicon-toggle-up:before,
.um-faicon-caret-square-o-up:before {
content: "\f151";
}
.um-faicon-toggle-right:before,
.um-faicon-caret-square-o-right:before {
content: "\f152";
}
.um-faicon-euro:before,
.um-faicon-eur:before {
content: "\f153";
}
.um-faicon-gbp:before {
content: "\f154";
}
.um-faicon-dollar:before,
.um-faicon-usd:before {
content: "\f155";
}
.um-faicon-rupee:before,
.um-faicon-inr:before {
content: "\f156";
}
.um-faicon-cny:before,
.um-faicon-rmb:before,
.um-faicon-yen:before,
.um-faicon-jpy:before {
content: "\f157";
}
.um-faicon-ruble:before,
.um-faicon-rouble:before,
.um-faicon-rub:before {
content: "\f158";
}
.um-faicon-won:before,
.um-faicon-krw:before {
content: "\f159";
}
.um-faicon-bitcoin:before,
.um-faicon-btc:before {
content: "\f15a";
}
.um-faicon-file:before {
content: "\f15b";
}
.um-faicon-file-text:before {
content: "\f15c";
}
.um-faicon-sort-alpha-asc:before {
content: "\f15d";
}
.um-faicon-sort-alpha-desc:before {
content: "\f15e";
}
.um-faicon-sort-amount-asc:before {
content: "\f160";
}
.um-faicon-sort-amount-desc:before {
content: "\f161";
}
.um-faicon-sort-numeric-asc:before {
content: "\f162";
}
.um-faicon-sort-numeric-desc:before {
content: "\f163";
}
.um-faicon-thumbs-up:before {
content: "\f164";
}
.um-faicon-thumbs-down:before {
content: "\f165";
}
.um-faicon-youtube-square:before {
content: "\f166";
}
.um-faicon-youtube:before {
content: "\f167";
}
.um-faicon-xing:before {
content: "\f168";
}
.um-faicon-xing-square:before {
content: "\f169";
}
.um-faicon-youtube-play:before {
content: "\f16a";
}
.um-faicon-dropbox:before {
content: "\f16b";
}
.um-faicon-stack-overflow:before {
content: "\f16c";
}
.um-faicon-instagram:before {
content: "\f16d";
}
.um-faicon-flickr:before {
content: "\f16e";
}
.um-faicon-adn:before {
content: "\f170";
}
.um-faicon-bitbucket:before {
content: "\f171";
}
.um-faicon-bitbucket-square:before {
content: "\f172";
}
.um-faicon-tumblr:before {
content: "\f173";
}
.um-faicon-tumblr-square:before {
content: "\f174";
}
.um-faicon-long-arrow-down:before {
content: "\f175";
}
.um-faicon-long-arrow-up:before {
content: "\f176";
}
.um-faicon-long-arrow-left:before {
content: "\f177";
}
.um-faicon-long-arrow-right:before {
content: "\f178";
}
.um-faicon-apple:before {
content: "\f179";
}
.um-faicon-windows:before {
content: "\f17a";
}
.um-faicon-android:before {
content: "\f17b";
}
.um-faicon-linux:before {
content: "\f17c";
}
.um-faicon-dribbble:before {
content: "\f17d";
}
.um-faicon-skype:before {
content: "\f17e";
}
.um-faicon-foursquare:before {
content: "\f180";
}
.um-faicon-trello:before {
content: "\f181";
}
.um-faicon-female:before {
content: "\f182";
}
.um-faicon-male:before {
content: "\f183";
}
.um-faicon-gittip:before {
content: "\f184";
}
.um-faicon-sun-o:before {
content: "\f185";
}
.um-faicon-moon-o:before {
content: "\f186";
}
.um-faicon-archive:before {
content: "\f187";
}
.um-faicon-bug:before {
content: "\f188";
}
.um-faicon-vk:before {
content: "\f189";
}
.um-faicon-weibo:before {
content: "\f18a";
}
.um-faicon-renren:before {
content: "\f18b";
}
.um-faicon-pagelines:before {
content: "\f18c";
}
.um-faicon-stack-exchange:before {
content: "\f18d";
}
.um-faicon-arrow-circle-o-right:before {
content: "\f18e";
}
.um-faicon-arrow-circle-o-left:before {
content: "\f190";
}
.um-faicon-toggle-left:before,
.um-faicon-caret-square-o-left:before {
content: "\f191";
}
.um-faicon-dot-circle-o:before {
content: "\f192";
}
.um-faicon-wheelchair:before {
content: "\f193";
}
.um-faicon-vimeo-square:before {
content: "\f194";
}
.um-faicon-turkish-lira:before,
.um-faicon-try:before {
content: "\f195";
}
.um-faicon-plus-square-o:before {
content: "\f196";
}
.um-faicon-space-shuttle:before {
content: "\f197";
}
.um-faicon-slack:before {
content: "\f198";
}
.um-faicon-envelope-square:before {
content: "\f199";
}
.um-faicon-wordpress:before {
content: "\f19a";
}
.um-faicon-openid:before {
content: "\f19b";
}
.um-faicon-institution:before,
.um-faicon-bank:before,
.um-faicon-university:before {
content: "\f19c";
}
.um-faicon-mortar-board:before,
.um-faicon-graduation-cap:before {
content: "\f19d";
}
.um-faicon-yahoo:before {
content: "\f19e";
}
.um-faicon-google:before {
content: "\f1a0";
}
.um-faicon-reddit:before {
content: "\f1a1";
}
.um-faicon-reddit-square:before {
content: "\f1a2";
}
.um-faicon-stumbleupon-circle:before {
content: "\f1a3";
}
.um-faicon-stumbleupon:before {
content: "\f1a4";
}
.um-faicon-delicious:before {
content: "\f1a5";
}
.um-faicon-digg:before {
content: "\f1a6";
}
.um-faicon-pied-piper:before {
content: "\f1a7";
}
.um-faicon-pied-piper-alt:before {
content: "\f1a8";
}
.um-faicon-drupal:before {
content: "\f1a9";
}
.um-faicon-joomla:before {
content: "\f1aa";
}
.um-faicon-language:before {
content: "\f1ab";
}
.um-faicon-fax:before {
content: "\f1ac";
}
.um-faicon-building:before {
content: "\f1ad";
}
.um-faicon-child:before {
content: "\f1ae";
}
.um-faicon-paw:before {
content: "\f1b0";
}
.um-faicon-spoon:before {
content: "\f1b1";
}
.um-faicon-cube:before {
content: "\f1b2";
}
.um-faicon-cubes:before {
content: "\f1b3";
}
.um-faicon-behance:before {
content: "\f1b4";
}
.um-faicon-behance-square:before {
content: "\f1b5";
}
.um-faicon-steam:before {
content: "\f1b6";
}
.um-faicon-steam-square:before {
content: "\f1b7";
}
.um-faicon-recycle:before {
content: "\f1b8";
}
.um-faicon-automobile:before,
.um-faicon-car:before {
content: "\f1b9";
}
.um-faicon-cab:before,
.um-faicon-taxi:before {
content: "\f1ba";
}
.um-faicon-tree:before {
content: "\f1bb";
}
.um-faicon-spotify:before {
content: "\f1bc";
}
.um-faicon-deviantart:before {
content: "\f1bd";
}
.um-faicon-soundcloud:before {
content: "\f1be";
}
.um-faicon-database:before {
content: "\f1c0";
}
.um-faicon-file-pdf-o:before {
content: "\f1c1";
}
.um-faicon-file-word-o:before {
content: "\f1c2";
}
.um-faicon-file-excel-o:before {
content: "\f1c3";
}
.um-faicon-file-powerpoint-o:before {
content: "\f1c4";
}
.um-faicon-file-photo-o:before,
.um-faicon-file-picture-o:before,
.um-faicon-file-image-o:before {
content: "\f1c5";
}
.um-faicon-file-zip-o:before,
.um-faicon-file-archive-o:before {
content: "\f1c6";
}
.um-faicon-file-sound-o:before,
.um-faicon-file-audio-o:before {
content: "\f1c7";
}
.um-faicon-file-movie-o:before,
.um-faicon-file-video-o:before {
content: "\f1c8";
}
.um-faicon-file-code-o:before {
content: "\f1c9";
}
.um-faicon-vine:before {
content: "\f1ca";
}
.um-faicon-codepen:before {
content: "\f1cb";
}
.um-faicon-jsfiddle:before {
content: "\f1cc";
}
.um-faicon-life-bouy:before,
.um-faicon-life-buoy:before,
.um-faicon-life-saver:before,
.um-faicon-support:before,
.um-faicon-life-ring:before {
content: "\f1cd";
}
.um-faicon-circle-o-notch:before {
content: "\f1ce";
}
.um-faicon-ra:before,
.um-faicon-rebel:before {
content: "\f1d0";
}
.um-faicon-ge:before,
.um-faicon-empire:before {
content: "\f1d1";
}
.um-faicon-git-square:before {
content: "\f1d2";
}
.um-faicon-git:before {
content: "\f1d3";
}
.um-faicon-hacker-news:before {
content: "\f1d4";
}
.um-faicon-tencent-weibo:before {
content: "\f1d5";
}
.um-faicon-qq:before {
content: "\f1d6";
}
.um-faicon-wechat:before,
.um-faicon-weixin:before {
content: "\f1d7";
}
.um-faicon-send:before,
.um-faicon-paper-plane:before {
content: "\f1d8";
}
.um-faicon-send-o:before,
.um-faicon-paper-plane-o:before {
content: "\f1d9";
}
.um-faicon-history:before {
content: "\f1da";
}
.um-faicon-circle-thin:before {
content: "\f1db";
}
.um-faicon-header:before {
content: "\f1dc";
}
.um-faicon-paragraph:before {
content: "\f1dd";
}
.um-faicon-sliders:before {
content: "\f1de";
}
.um-faicon-share-alt:before {
content: "\f1e0";
}
.um-faicon-share-alt-square:before {
content: "\f1e1";
}
.um-faicon-bomb:before {
content: "\f1e2";
}
.um-faicon-soccer-ball-o:before,
.um-faicon-futbol-o:before {
content: "\f1e3";
}
.um-faicon-tty:before {
content: "\f1e4";
}
.um-faicon-binoculars:before {
content: "\f1e5";
}
.um-faicon-plug:before {
content: "\f1e6";
}
.um-faicon-slideshare:before {
content: "\f1e7";
}
.um-faicon-twitch:before {
content: "\f1e8";
}
.um-faicon-yelp:before {
content: "\f1e9";
}
.um-faicon-newspaper-o:before {
content: "\f1ea";
}
.um-faicon-wifi:before {
content: "\f1eb";
}
.um-faicon-calculator:before {
content: "\f1ec";
}
.um-faicon-paypal:before {
content: "\f1ed";
}
.um-faicon-google-wallet:before {
content: "\f1ee";
}
.um-faicon-cc-visa:before {
content: "\f1f0";
}
.um-faicon-cc-mastercard:before {
content: "\f1f1";
}
.um-faicon-cc-discover:before {
content: "\f1f2";
}
.um-faicon-cc-amex:before {
content: "\f1f3";
}
.um-faicon-cc-paypal:before {
content: "\f1f4";
}
.um-faicon-cc-stripe:before {
content: "\f1f5";
}
.um-faicon-bell-slash:before {
content: "\f1f6";
}
.um-faicon-bell-slash-o:before {
content: "\f1f7";
}
.um-faicon-trash:before {
content: "\f1f8";
}
.um-faicon-copyright:before {
content: "\f1f9";
}
.um-faicon-at:before {
content: "\f1fa";
}
.um-faicon-eyedropper:before {
content: "\f1fb";
}
.um-faicon-paint-brush:before {
content: "\f1fc";
}
.um-faicon-birthday-cake:before {
content: "\f1fd";
}
.um-faicon-area-chart:before {
content: "\f1fe";
}
.um-faicon-pie-chart:before {
content: "\f200";
}
.um-faicon-line-chart:before {
content: "\f201";
}
.um-faicon-lastfm:before {
content: "\f202";
}
.um-faicon-lastfm-square:before {
content: "\f203";
}
.um-faicon-toggle-off:before {
content: "\f204";
}
.um-faicon-toggle-on:before {
content: "\f205";
}
.um-faicon-bicycle:before {
content: "\f206";
}
.um-faicon-bus:before {
content: "\f207";
}
.um-faicon-ioxhost:before {
content: "\f208";
}
.um-faicon-angellist:before {
content: "\f209";
}
.um-faicon-cc:before {
content: "\f20a";
}
.um-faicon-shekel:before,
.um-faicon-sheqel:before,
.um-faicon-ils:before {
content: "\f20b";
}
.um-faicon-meanpath:before {
content: "\f20c";
}
@-moz-keyframes um-faicon-spin {
0% {
-moz-transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
}
}
@-webkit-keyframes um-faicon-spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
}
}
@-o-keyframes um-faicon-spin {
0% {
-o-transform: rotate(0deg);
}
100% {
-o-transform: rotate(359deg);
}
}
@-ms-keyframes um-faicon-spin {
0% {
-ms-transform: rotate(0deg);
}
100% {
-ms-transform: rotate(359deg);
}
}
@keyframes um-faicon-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.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{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.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{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-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%;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;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;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:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.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;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width: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:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{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__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .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--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;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-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{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 black 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--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{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:transparent;border:none;outline:0;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:#5897fb;color:white}.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:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.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:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.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;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 #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;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:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.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:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.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:bold;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;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 #5897fb}.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:#5897fb}.cropper-container {
position: relative;
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
}
.cropper-container img {
width: 100%;
height: 100%;
min-width: 0 !important;
min-height: 0 !important;
max-width: none !important;
max-height: none !important;
}
.cropper-modal,
.cropper-canvas {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.cropper-canvas {
background-color: #fff;
opacity: 0;
filter: alpha(opacity=0);
}
.cropper-modal {
background-color: #000;
opacity: .5;
filter: alpha(opacity=50);
}
.cropper-dragger {
position: absolute;
top: 10%;
left: 10%;
width: 80%;
height: 80%;
}
.cropper-viewer {
display: block;
width: 100%;
height: 100%;
overflow: hidden;
outline-width: 1px;
outline-style: solid;
outline-color: #69f;
outline-color: rgba(51, 102, 255, .75);
}
.cropper-dashed {
position: absolute;
display: block;
border: 0 dashed #fff;
opacity: .5;
filter: alpha(opacity=50);
}
.cropper-dashed.dashed-h {
top: 33.3%;
left: 0;
width: 100%;
height: 33.3%;
border-top-width: 1px;
border-bottom-width: 1px;
}
.cropper-dashed.dashed-v {
top: 0;
left: 33.3%;
width: 33.3%;
height: 100%;
border-right-width: 1px;
border-left-width: 1px;
}
.cropper-face,
.cropper-line,
.cropper-point {
position: absolute;
display: block;
width: 100%;
height: 100%;
opacity: .1;
filter: alpha(opacity=10);
}
.cropper-face {
top: 0;
left: 0;
cursor: move;
background-color: #fff;
}
.cropper-line {
background-color: #69f;
}
.cropper-line.line-e {
top: 0;
right: -3px;
width: 5px;
cursor: e-resize;
}
.cropper-line.line-n {
top: -3px;
left: 0;
height: 5px;
cursor: n-resize;
}
.cropper-line.line-w {
top: 0;
left: -3px;
width: 5px;
cursor: w-resize;
}
.cropper-line.line-s {
bottom: -3px;
left: 0;
height: 5px;
cursor: s-resize;
}
.cropper-point {
width: 5px;
height: 5px;
background-color: #69f;
opacity: .75;
filter: alpha(opacity=75);
}
.cropper-point.point-e {
top: 50%;
right: -3px;
margin-top: -3px;
cursor: e-resize;
}
.cropper-point.point-n {
top: -3px;
left: 50%;
margin-left: -3px;
cursor: n-resize;
}
.cropper-point.point-w {
top: 50%;
left: -3px;
margin-top: -3px;
cursor: w-resize;
}
.cropper-point.point-s {
bottom: -3px;
left: 50%;
margin-left: -3px;
cursor: s-resize;
}
.cropper-point.point-ne {
top: -3px;
right: -3px;
cursor: ne-resize;
}
.cropper-point.point-nw {
top: -3px;
left: -3px;
cursor: nw-resize;
}
.cropper-point.point-sw {
bottom: -3px;
left: -3px;
cursor: sw-resize;
}
.cropper-point.point-se {
right: -3px;
bottom: -3px;
width: 20px;
height: 20px;
cursor: se-resize;
opacity: 1;
filter: alpha(opacity=100);
}
.cropper-point.point-se:before {
position: absolute;
right: -50%;
bottom: -50%;
display: block;
width: 200%;
height: 200%;
content: " ";
background-color: #69f;
opacity: 0;
filter: alpha(opacity=0);
}
@media (min-width: 768px) {
.cropper-point.point-se {
width: 15px;
height: 15px;
}
}
@media (min-width: 992px) {
.cropper-point.point-se {
width: 10px;
height: 10px;
}
}
@media (min-width: 1200px) {
.cropper-point.point-se {
width: 5px;
height: 5px;
opacity: .75;
filter: alpha(opacity=75);
}
} .cropper-hidden {
display: none !important;
}
.cropper-invisible {
position: fixed;
top: 0;
left: 0;
z-index: -1;
width: auto !important;
max-width: none !important;
height: auto !important;
max-height: none !important;
opacity: 0;
filter: alpha(opacity=0);
}
.cropper-move {
cursor: move;
}
.cropper-crop {
cursor: crosshair;
}
.cropper-disabled .cropper-canvas,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
cursor: not-allowed;
}.um-popup-overlay {
background: rgba(0,0,0, 0.7);
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 1999992;
}
.um-popup * {
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important;
}
.um-popup {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
position: fixed;
left: 50%;
top: 10%;
margin-left: -250px;
width: 500px;
background: #fff;
box-shadow: 0 1px 3px #111;
z-index: 1999993;
box-sizing: border-box;
overflow: auto;
color: #888;
padding: 0 !important;
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important;
}
.um-popup.loading {
background: #fff url(//chennaiinternationalbookfair.com/wp-content/plugins/ultimate-member/assets/img/loading.gif) no-repeat center;
min-height: 100px;
}
.um-popup a {
outline: none !important;
} .um-modal-overlay {
background: rgba(0,0,0, 0.85);
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 999999;
} .um-modal * {
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important;
}
.um-modal-hidden-content {
display: none;
}
.um-modal-close {
display: block;
position: fixed;
right: 0;
top: 0;
font-size: 24px;
text-decoration: none !important;
color: #fff !important;
padding: 0 10px;
}
.um-modal {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
position: fixed;
left: 50%;
display: none;
z-index: 1999993;
box-sizing: border-box;
bottom: -50px;
}
.um-modal.normal {width: 500px;margin-left: -250px;}
.um-modal.large {width: 730px;margin-left: -365px;}
.um-modal.small {width: 400px;margin-left: -200px;}
.um-modal-body {
min-height: 3px;
padding: 20px;
box-sizing: border-box;
width: 100%;
background: #fff;
-moz-border-radius: 0 0 3px 3px;
-webkit-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
}
.um-modal-body.photo {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px rgba(255, 255, 255, 0.12) inset;
background: #888;
padding: 0;
}
.um-modal-body.photo img {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
display: block;
overflow: hidden;
opacity: 0;
}
.um-modal.loading .um-modal-body {
background: #fff url(//chennaiinternationalbookfair.com/wp-content/plugins/ultimate-member/assets/img/loading.gif) no-repeat center;
min-height: 150px;
}
.um-modal div.um {
margin-bottom: 20px !important;
}
.um-modal-header {
-moz-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
height: 44px;
line-height: 44px;
color: #fff;
padding: 0 20px;
box-sizing: border-box;
font-size: 17px;
}
.um-modal-footer {
margin-top: 20px;
}
.um-modal-left {
float: left;
}
.um-modal-right {
float: right;
}
.um-modal-btn.disabled,
.um-modal-btn.disabled:hover {
opacity: 0.5;
cursor: default !important;
}
.um-modal-btn {
cursor: pointer !important;
line-height: 34px !important;
height: 34px;
display: inline-block;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 0 20px;
text-align: center;
color: #fff;
vertical-align: middle;
font-size: 14px;
box-sizing: border-box;
transition: 0.2s;
text-decoration: none !important;
}
a.um-modal-btn:visited {
color: #fff;
}
.um-modal-btn:hover {
background: #44b0ec;
color: #fff;
}
.um-modal-btn.alt {
color: #666;
background: #eee;
}
.um-modal-btn.alt:hover {
background: #e5e5e5;
}
.um-modal .um-single-image-preview.crop img{
float:left;
}.um {
width: 100%;
text-align: left;
box-sizing: border-box;
color: #666;
font-size: 15px;
margin-bottom: 30px !important;
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important;
opacity: 0;
}
.um-s1,
.um-s2 {
display: none;
}
.um *,
.um *:before,
.um *:after {
box-sizing: content-box;
}
.um-header a,
.um-cover a,
.um-member-photo a,
.um-member-name a,
.um-member-more a,
.um-member-less a,
.um-members a,
.um-account-side li a,
.um-members-pagi span,
.um-members-pagi a,
.um-field-value a
{
border-bottom: 0 !important;
}
.um a:focus,
.um-modal a:focus {
outline: 0 !important;
}
.um a .image-overlay,
.um a:hover .image-overlay,
.um a:hover .image-overlay * {
display: none !important;
width: 0 !important;
height: 0 !important;
position: static !important;
} .um.um-in-admin {
padding-top: 0;
}
.um.um-in-admin .um-tip {display: none !important}
.um:not(.um-directory) input,
.um:not(.um-directory) select,
.um:not(.um-directory) textarea{
font-size: 15px;
}
.um * {
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important;
}
.um-left {float: left}
.um-right {float: right}
.um-clear {clear: both}
.um-center {text-align: center}
.um-center .um-button {
display: inline-block !important;
width: auto !important;
min-width: 250px !important;
}
.um-half { width: 48%}
.um-field-half {width: 48%;float: left}
.um-field-half.right {float: right}
.um-field-tri {
width: 30%;
float: left;
margin-right: 3%;
}
.um img {box-shadow: none !important}
.um-col {padding-bottom: 20px}
.um-col-alt {margin: 15px 0 5px 0}
.um-col-alt-s {padding-top: 10px}
.um-col-alt-b {padding-top: 20px}
.um-col-121 {float: left;width: 48%}
.um-col-122 {float: right;width: 48%}
.um-col-131 {float: left;width: 30%}
.um-col-132 {float: left;width: 30%;margin: 0 5%}
.um-col-133 {float: left;width: 30%} .um-raty i {font-size: 26px}
.um-field-half .um-raty i {font-size: 21px}
.um-field-tri .um-raty i {font-size: 21px}
.um-button i {
font-size: 22px;
width: 22px;
height: 12px !important;
display: inline-block;
line-height: 12px !important;
vertical-align: middle !important;
position: relative;
top: -6px;
margin-right: 8px;
} .um-row-heading {
padding: 5px 0;
font-size: 16px;
}
.um-row-heading i {
font-size: 24px;
height: 24px;
line-height: 24px;
margin: 0 12px 0 0;
display: inline-block;
width: 30px;
text-align: center;
}
.um-row-heading i:before {
vertical-align: middle !important;
} p.um-notice {
width: auto;
color: #fff;
box-sizing: border-box;
font-size: 15px;
padding: 12px !important;
margin: 12px 0 0 0 !important;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
position: relative;
}
p.um-notice a {
color: #fff;
text-decoration: underline;
}
p.um-notice i {
position: absolute;
right: 14px;
font-size: 36px;
cursor: pointer;
top: 7px;
display: block;
height: 30px;
line-height: 30px;
}
p.um-notice.success {
background: #7ACF58;
}
p.um-notice.err {
background: #C74A4A;
}
p.um-notice.warning {
background: #f9f9d1;
color: #666;
border: 1px solid #efe4a2;
padding: 8px 15px !important;
}
p.um-notice.warning a {
color: #666;
text-decoration: underline;
} .um-field-error {
width: auto;
max-width: 100%;
background: #C74A4A;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #fff;
box-sizing: border-box;
position: relative;
padding: 12px;
font-size: 14px;
line-height: 20px !important;
margin: 12px 0 0 0;
}
.um-field-error a{color: #fff !important;text-decoration: underline !important}
.um-field-arrow {
top: -17px;
left: 10px;
position: absolute;
z-index: 1;
color: #C74A4A;
font-size: 28px;
line-height: 1em !important;
}
.um-error-block {
width: auto;
max-width: 100%;
background: #C74A4A;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #fff;
box-sizing: border-box;
position: relative;
padding: 12px;
font-size: 14px;
line-height: 1em !important;
margin: 12px 0 0 0;
} .um-field-notice {
width: auto;
max-width: 100%;
background: #497BC7;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #fff;
box-sizing: border-box;
position: relative;
padding: 12px;
font-size: 14px;
line-height: 20px !important;
margin: 5px 0 0 0;
}
.um-field-notice a{color: #fff !important;text-decoration: underline !important}
.um-field-notice  .um-field-arrow {
top: -17px;
left: 10px;
position: absolute;
z-index: 1;
color: #497BC7 !important;
font-size: 28px;
line-height: 1em !important;
}
.um-notice-block {
width: auto;
max-width: 100%;
background: #497BC7;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #fff;
box-sizing: border-box;
position: relative;
padding: 12px;
font-size: 14px;
line-height: 1em !important;
margin: 12px 0 0 0;
} .um-tip {
margin: 0 0 0 8px;
cursor: pointer;
display: inline-block;
position: relative;
top: 3px;
}
.um-tip i {
font-size: 22px;
height: 22px;
line-height: 22px;
display: block;
position: relative;
}
.um-tip-text {
display: block;
font-size: 13px;
line-height: 15px;
color: #999;
} .um-form button::-moz-focus-inner,
.um-form input::-moz-focus-inner {
border: 0 !important;
padding: 0 !important;
}
.um-field {
position: relative;
padding: 15px 0 0 0;
}
.um-field-b, .um-field-c {
padding-top: 0 !important;
} .um-field-label {
display: block;
margin: 0 0 8px 0;
}
.um-field-label .um-field-label-icon {
float: left;
margin: 0 8px 0 0;
height: 22px;
line-height: 18px;
display: inline-block;
width: 24px;
text-align: center;
}
.um-field-label .um-field-label-icon i { font-size: 22px; position: relative; top: 1px; }
.um-field-label label {
font-size: 15px !important;
line-height: 22px !important;
font-weight: bold;
font-weight: 600;
}
.um-field-area {
position: relative;
word-wrap: break-word;
}
.um-field-value p {
margin: 0 0 6px 0 !important;
padding: 0;
}
.um-field-block {
color: #777;
font-size: 17px;
}
.um-field-spacing {
width: 100%;
}
.um-field-divider {
width: 100%;
margin: 0 0 12px 0;
height: 24px;
position: relative;
}
.um-field-divider-text {
position: absolute;
width: 100%;
text-align: center;
bottom: -24px;
left: 0;
font-size: 16px;
padding: 10px 0;
}
.um-field-divider-text span {
background: #fff;
color: #555;
display: inline-block;
padding: 0 15px;
}
.um-field-icon {
position: absolute;
cursor: default;
text-align: center !important;
top: 2px;
left: 0;
width: 44px;
font-size: 22px;
line-height: 1.7em;
}
.um-form input[type=text],
.um-form input[type=search],
.um-form input[type=tel],
.um-form input[type=number],
.um-form input[type=password] {
padding: 0 12px !important;
width: 100%;
display: block !important;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
outline: none !important;
cursor: text !important;
font-size: 15px !important;
height: 40px !important;
box-sizing: border-box !important;
box-shadow: none !important;
margin: 0 !important;
position: static;
outline: none !important;
}
.um-form input[type=number] {
width: auto;
padding: 0 0 0 5px !important;
height: 30px !important;
}
.um-form input[type=text]:focus,
.um-form input[type=search]:focus,
.um-form input[type=tel]:focus,
.um-form input[type=number]:focus,
.um-form input[type=password]:focus,
.um-form textarea:focus {
box-shadow: none !important;
outline: none !important;
}
.um-form input[type=text].um-iconed,
.um-form input[type=tel].um-iconed,
.um-form input[type=password].um-iconed { padding-left: 44px !important }
.um-form input[type=text].um-error,
.um-form input[type=tel].um-error,
.um-form input[type=password].um-error { border-color: #C74A4A !important }
.um-form textarea {
width: 100%;
padding: 8px 12px !important;
display: block;
font-size: 15px !important;
line-height: 22px !important;
background: #fff;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
box-sizing: border-box;
min-height: 80px !important;
box-shadow: none;
outline: none !important;
}
.um-form .um-meta-text textarea {
max-width: 100%;
}
.um-form .wp-editor-container {
border: 1px solid #ddd;
}
.um-form .wp-editor-container textarea {
background: #ddd !important;
color: #222 !important;
border-radius: 0;
} .um-field-c .um-field-checkbox {
margin-bottom: 14px;
margin-top: 0 !important;
position: relative;
}
.um-field-checkbox:not(.um-field),
.um-field-radio:not(.um-field) {
display: block;
margin: 8px 0;
position: relative;
}
.um-profile.um-editing .um-field-checkbox,
.um-profile.um-editing .um-field-radio{
cursor: pointer !important;
}
.um-field-checkbox:hover i, .um-field-radio:hover i {color: #666}
.um-field-checkbox input,
.um-field-radio input{
opacity: 0 !important;
display: inline !important;
width: 0 !important;
float: left;
}
.um-field-checkbox-state,
.um-field-radio-state {
position: absolute;
top: 0;
left: 1px;
width: 24px;
height: 24px;
}
.um-field-checkbox-state i,
.um-field-radio-state i {
font-size: 24px;
line-height: 24px;
height: 24px;
color: #aaa;
transition: all .2s linear;
}
.um-field-checkbox-option,
.um-field-radio-option {
margin: 0px 0px 0px 36px;
line-height: 24px;
color: #888 !important;
display: block;
} .um-field-group {
margin-top: 20px;
}
.um-field-group-head {
cursor: pointer;
color: #fff;
font-size: 16px;
line-height: 22px;
padding: 10px 20px;
transition: 0.25s;
box-sizing: border-box;
-moz-border-radius: 4px !important;
-webkit-border-radius: 4px !important;
border-radius: 4px !important;
border-top: 1px solid rgba(0,0,0,0.0) !important;
border-bottom: 2px solid rgba(0, 0, 0, 0.1) !important;
}
.um-field-group-head i {
font-size: 20px;
margin: 0 8px 0 0;
}
.um-field-group-head i:before {
vertical-align: middle !important;
}
.um-field-group-body {
display: none;
margin: 15px 0 0 0;
padding: 15px 20px 5px 20px;
background: #f9f9f9;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
position: relative;
box-sizing: border-box;
width: 100%;
}
.um-field-group-body div.um-field {
padding: 0 0 15px 0;
}
.um-field-group-cancel {
font-size: 18px;
position: absolute;
z-index: 800;
right: 8px;
top: 8px;
color: #ccc !important;
text-decoration: none !important;
}
.um-field-group-cancel:hover {color: #777 !important} .um div.disabled,
.um-disabled,
.um input[type=submit]:disabled,
.um input[type=text]:disabled,
.um input[type=number]:disabled {
opacity: 0.6 !important;
cursor: no-drop !important;
}
input[type=submit].um-button,
input[type=submit].um-button:focus {
vertical-align: middle !important;
height: auto !important;
font-size: 15px;
cursor: pointer !important;
width: 100%;
box-shadow: none;
text-shadow: none;
font-family: inherit;
outline: none !important;
margin: 0;
opacity: 1;
-webkit-appearance: none;
}
input[type=submit].um-button:hover {
opacity: 1;
}
.um-button {
font-size: 15px;
border: none !important;
display: block;
width: 100%;
line-height: 1em !important;
padding: 16px 20px !important;
text-decoration: none !important;
text-align: center;
text-transform: none !important;
font-weight: normal !important;
overflow: hidden;
position: relative;
transition: 0.25s;
box-sizing: border-box;
-moz-border-radius: 4px !important;
-webkit-border-radius: 4px !important;
border-radius: 4px !important;
-webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
opacity: 1;
}
a.um-button {
font-size: 15px;
border: none !important;
display: block;
width: 100%;
line-height: 1em !important;
padding: 16px 20px !important;
text-decoration: none !important;
text-align: center;
text-transform: none !important;
font-weight: normal !important;
overflow: hidden;
position: relative;
transition: 0.25s;
box-sizing: border-box;
-moz-border-radius: 4px !important;
-webkit-border-radius: 4px !important;
border-radius: 4px !important;
-webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
opacity: 1;
}
a.um-button:hover {
-webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}
.um-button.um-btn-auto-width {
width: auto;
display: inline-block;
padding: 14px 20px !important;
min-width: 200px;
max-width: 450px;
}
a.um-link-alt {
line-height: 22px;
color: #888 !important;
display: block !important;
text-decoration: none !important;
font-weight: normal;
text-align: center;
border-bottom: none !important;
}
a.um-link-alt:hover {text-decoration: underline !important;} .um-dropdown {
position: absolute;
height: auto;
background: #fff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
z-index: 55;
display: none;
border: 1px solid #e5e5e5;
box-sizing: border-box;
-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1);
box-shadow: 0 0 1px rgba(0,0,0,0.1);
}
.um-dropdown ul,
.um-dropdown li {
list-style-type: none !important;
padding: 0 !important;
margin: 0 !important;
}
.um-dropdown ul {
background: #fff;
position: relative;
z-index: 16;
}
.um-dropdown li a {
display: block;
padding: 8px 12px;
color: #666;
font-size: 14px;
line-height: 18px;
}
.um-dropdown li:last-child a {
border-top: 1px solid #e5e5e5;
padding: 12px;
}
.um-dropdown li a:hover {
}
.um-dropdown-b {
position: relative;
}
.um-dropdown-arr {
position: absolute;
font-size: 24px;
width: 24px;
height: 24px;
overflow: hidden;
z-index: 15;
color: #eee;
}
.um-dropdown-arr * { display: block !important; width: 24px !important; height: 24px !important; vertical-align: bottom !important; overflow: hidden !important; line-height: 24px !important; } div.um-photo {
margin: 20px auto 0 auto;
text-align: center;
box-sizing: border-box;
max-width: 100%;
}
div.um-photo,
div.um-photo a,
div.um-photo img {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
div.um-photo a {
border: 1px solid #e5e5e5;
padding: 5px;
box-sizing: border-box;
display: inline-block;
box-shadow: 0 1px 1px #eee;
margin: 0 auto;
max-width: 100%;
}
div.um-photo img {max-height: 300px; max-width: 100%;} span.um-req {
margin: 0 0 0 8px;
font-size: 14px;
display: inline-block;
}
small.um-max-filesize {
display: block;
color: #999999;
padding-top: 5px;
}
small.um-max-filesize span{
font-size: 12px;
}
.um-form .um-field .um-field-area input.um-form-field.um-validate-not-matched,
.um-form .um-field .um-field-area input.um-form-field.um-validate-not-matched:focus,
.um-form .um-field .um-field-area input.um-form-field.um-validate-username-exists,
.um-form .um-field .um-field-area input.um-form-field.um-validate-username-exists:focus {
border-color: #DB2929 !important;
}
.um-form .um-field .um-field-area input.um-searching-username {
background-image: url(//chennaiinternationalbookfair.com/wp-content/plugins/ultimate-member/assets/img/loading.gif);
background-position: right center;
background-repeat: no-repeat;
background-size: 24px 24px;
}
.um-search-area {
position: relative;
max-width: 300px;
}
.um-search-area .um-search-field {
width: 100%;
}
.um-search-area .um-search-icon {
position: absolute;
top: 7px;
right: 10px;
} .um-search-filter .select2-container.select2-container--open,
.um-field .select2-container.select2-container--open {
z-index: 9999999;
}
.um-search-filter .select2.select2-container .select2-selection,
.um-field .select2.select2-container .select2-selection {
display: block !important;
height: 40px;
padding: 0 0 0 12px !important;
overflow: hidden !important;
position: relative !important;
white-space: nowrap !important;
line-height: 35px !important;
color: #666 !important;
font-size: 15px !important;
-moz-border-radius: 2px !important;
-webkit-border-radius: 2px !important;
border-radius: 2px !important;
background-clip: padding-box !important;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background: #fff !important;
border: 1px solid #ddd !important;
}
.rtl .um-search-filter .select2.select2-container .select2-selection,
.rtl .um-field .select2.select2-container .select2-selection {
padding: 0 12px 0 0 !important;
}
.um-search-filter .select2.select2-container .select2-selection .select2-selection__arrow,
.um-field .select2.select2-container .select2-selection .select2-selection__arrow {
display: inline-block !important;
width: 34px !important;
height: 100% !important;
position: absolute;
right: 0;
top: 0;
text-align: center;
background: transparent !important;
border: none !important;
}
.rtl .um-search-filter .select2.select2-container .select2-selection .select2-selection__arrow,
.rtl .um-field .select2.select2-container .select2-selection .select2-selection__arrow {
right: initial;
left: 0;
}
.um-search-filter .select2.select2-container .select2-selection .select2-selection__arrow:before,
.um-field .select2.select2-container .select2-selection .select2-selection__arrow:before {
content: "\f3d0" !important;
font-size: 28px !important;
font-family: "Ionicons" !important;
display: block;
height: 100%;
line-height: 40px;
min-width: 1em;
text-align: center;
color: #aaaaaa;
}
.um-search-filter .select2.select2-container .select2-selection .select2-selection__arrow b[role="presentation"],
.um-field .select2.select2-container .select2-selection .select2-selection__arrow b[role="presentation"] {
display: none;
}
.um-search-filter .select2-container.select2-container--open .select2-dropdown,
.um-field .select2-container.select2-container--open .select2-dropdown {
border: 1px solid #ddd !important;
border-radius: 0;
}
.um-search-filter .select2-container.select2-container--open .select2-dropdown .select2-results li,
.um-field .select2-container.select2-container--open .select2-dropdown .select2-results li {
list-style: none;
display: list-item;
background: none;
font-size: 15px;
margin: 5px !important;
color: #666 !important;
padding: 3px 7px 4px !important;
cursor: pointer;
min-height: 1em;
}
.um-search-filter .select2.select2-container .select2-selection.select2-selection--multiple,
.um-field .select2.select2-container .select2-selection.select2-selection--multiple {
height: auto !important;
line-height: 0.8 !important;
min-height: 40px;
padding-bottom: 4px !important;
}
.um-search-filter .select2-container--default .select2-selection--single .select2-selection__rendered,
.um-field .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 37px;
padding-left: 0px;
padding-right: 24px;
}
.rtl .um-search-filter .select2-container--default .select2-selection--single .select2-selection__rendered,
.rtl .um-field .select2-container--default .select2-selection--single .select2-selection__rendered {
padding-left: 24px;
padding-right: 0px;
}
.um-search-filter .select2-container--default .select2-selection--multiple .select2-selection__rendered,
.um-field .select2-container--default .select2-selection--multiple .select2-selection__rendered {
line-height: 37px;
box-sizing: border-box;
list-style: none;
margin: 0;
padding-left: 0px;
padding-right: 30px;
width: 100%;
font-size: 13px;
}
.rtl .um-search-filter .select2-container--default .select2-selection--multiple .select2-selection__rendered,
.rtl .um-field .select2-container--default .select2-selection--multiple .select2-selection__rendered {
padding-left: 30px;
padding-right: 0px;
}
.um-search-filter .select2-dropdown .select2-results li.select2-results__option.select2-results__option--highlighted,
.um-field .select2-dropdown .select2-results li.select2-results__option.select2-results__option--highlighted {
background: #f4f4f4;
color: #666;
}
.um-search-filter .select2-dropdown .select2-results li.select2-results__option[aria-selected="true"],
.um-field .select2-dropdown .select2-results li.select2-results__option[aria-selected="true"] {
background-color: #ddd;
}
.um-search-filter .select2-container--default .select2-selection--single .select2-selection__clear,
.um-search-filter .select2-container--default .select2-selection--multiple .select2-selection__clear,
.um-field .select2-container--default .select2-selection--single .select2-selection__clear,
.um-field .select2-container--default .select2-selection--multiple .select2-selection__clear {
color: #aaaaaa;
font-size: 28px;
font-weight: normal;
line-height: 34px;
margin: 0 !important;
right: 0;
text-align: center;
width: 1em;
}
.rtl .um-search-filter .select2-container--default .select2-selection--single .select2-selection__clear,
.rtl .um-search-filter .select2-container--default .select2-selection--multiple .select2-selection__clear,
.rtl .um-field .select2-container--default .select2-selection--single .select2-selection__clear,
.rtl .um-field .select2-container--default .select2-selection--multiple .select2-selection__clear {
left: 0;
right: initial;
}
.um-search-filter .select2-container--default .select2-selection--multiple .select2-selection__clear,
.um-field .select2-container--default .select2-selection--multiple .select2-selection__clear {
position: absolute;
}
.um-search-filter .select2-container--default .select2-selection--multiple .select2-selection__choice,
.um-field .select2-container--default .select2-selection--multiple .select2-selection__choice {
margin: 5px 5px 0 0;
max-height: 28px;
padding: 3px 3px 3px 5px;
}
.rtl .um-search-filter .select2-container--default .select2-selection--multiple .select2-selection__choice,
.rtl .um-field .select2-container--default .select2-selection--multiple .select2-selection__choice {
margin: 5px 0 0 5px;
padding: 3px 5px 3px 3px;
}
.um-search-filter .select2-container--default .select2-selection--multiple .select2-search.select2-search--inline,
.um-field .select2-container--default .select2-selection--multiple .select2-search.select2-search--inline {
margin: 5px 5px 0 0;
padding: 0px;
}
.rtl .um-search-filter .select2-container--default .select2-selection--multiple .select2-search.select2-search--inline,
.rtl .um-field .select2-container--default .select2-selection--multiple .select2-search.select2-search--inline {
margin: 5px 0 0 5px;
}
.um-search-filter .select2-container--default .select2-selection--multiple .select2-search.select2-search--inline > input,
.um-field .select2-container--default .select2-selection--multiple .select2-search.select2-search--inline > input {
border: none !important;
padding: 0 !important;
max-height: 28px;
}
.um-search-filter .select2-container--default .select2-selection--multiple .select2-selection__rendered li,
.um-field .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
overflow-x: hidden;
text-overflow: ellipsis;
max-width: 100%;
box-sizing: border-box;
line-height: 20px;
}  .um-field-select .um-field-area .um-field-icon,
.um-field-multiselect .um-field-area .um-field-icon {
z-index: 99999999;
}
.um-field-select .um-field-area.um-field-area-has-icon .select2-selection__rendered {
text-indent: 20px;
}
.um-field-multiselect .um-field-area.um-field-area-has-icon ul:first-child {
margin-left: 30px !important;
}
.um-field-area .wp-switch-editor{
float: none;
height: auto;
}.um-profile {
box-sizing: border-box;
}
.um-profile .um-cover-overlay {
display: none;
}
.um-profile.um-editing .um-cover.has-cover .um-cover-overlay {
display: block;
}
.um-profile.um-viewing .um-profile-photo-overlay {
display: none;
}
.um-profile img {display: block;overflow:hidden;border-radius:0;margin: 0 !important}
.um-profile a,
.um-profile a:hover {text-decoration:none !important}
.um-profile .um-profile-body {
padding-top: 15px;
padding-bottom: 15px;
max-width: 600px;
margin: auto;
}
.um-profile.um-editing {
padding-bottom: 15px;
}
.um-profile.um-viewing {
padding-bottom: 1px;
}
.um-profile.um-viewing .um-field-label {
display: block;
margin: 0 0 8px 0;
border-bottom: solid 2px #eee;
padding-bottom: 4px;
} .um-cover {
background-color: #eee;
box-sizing: border-box;
position: relative;
}
.um-cover-add {
color: #aaa;
font-size: 36px;
width: 100%;
display: table;
}
.um-cover-add i {
font-size: 36px;
}
.um-cover-add span {
display: table-cell;
vertical-align: middle;
}
.um-cover-e {
text-align: center;
box-sizing: border-box;
overflow: hidden;
}
.um-cover-e img {width: 100% !important}
.um-cover-overlay {
position: absolute;
top: 0;
left: 0;
background: rgba(0,0,0,.5);
text-align: center;
box-sizing: border-box;
padding: 0 40px;
color: #fff;
text-shadow: 0 1px #666;
cursor: pointer !important;
line-height: 21px;
font-size: 16px;
height: 100%;
width: 100%;
}
.um-cover-overlay:hover {
background: rgba(0,0,0,.55);
}
.um-cover-overlay span.um-cover-overlay-s {
display: table;
height: 100%;
width: 100%;
}
.um-cover-overlay ins {
display: table-cell;
vertical-align: middle;
height: 100%;
text-decoration: none !important;
background: none !important;
color: #fff !important;
border-bottom: none !important;
}
.um-cover-overlay i {
font-size: 46px;
display: block;
margin-bottom: 6px;
} .um-header {
position: relative;
padding: 0 0 25px 0;
border-bottom: solid 2px #eee;
min-height: 85px;
box-sizing: content-box !important;
}
.um-profile-edit {
position: absolute;
top: 15px;
right: 0;
vertical-align: middle;
font-size: 30px;
height: 30px;
line-height: 30px;
z-index: 66;
margin-right: 10px;
}
.um-profile-edit i {
font-size: 30px;
} .um-header.no-cover .um-profile-meta {
padding-left: 0 !important;
padding-right: 0 !important;
text-align: center !important;
}
.um-header.no-cover .um-name { 
float: none !important;
margin-right: 0 !important;
}
.um-header.no-cover .um-profile-photo {
float: none !important;
margin: 0 auto !important;
text-align: center !important;
}
.um-header.no-cover a.um-profile-photo-img {
position: relative !important;
top: auto !important;
left: auto !important;
float: none !important;
display: inline-block !important;
text-align: center !important;
}
.um-header.no-cover .um-main-meta {padding: 0;} .um-profile .gravatar {
position: static;
}
.um-profile-photo {
float: left;
position: relative;
width:200px;
margin: 0 0 0 30px;
box-sizing: border-box;
}
.um-profile-photo a.um-profile-photo-img {
float: left;
position: absolute;
background: #fff;
border-radius: 100%;
border: 5px solid #fff;
border-bottom: 5px solid #fff !important; overflow: hidden;
left: 0;
}
.um-profile-photo a.um-profile-photo-img img {
width: 100%;
height: auto;
}
.um-profile-photo-overlay {
position: absolute;
top: 0;
left: 0;
background: rgba(0,0,0,.5);
text-align: center;
box-sizing: border-box;
padding: 0;
color: #fff;
text-shadow: 0 1px #666;
cursor: pointer !important;
line-height: 21px;
font-size: 16px;
height: 100%;
width: 100%;
}
.um-profile-photo-overlay:hover {
background: rgba(0,0,0,.55);
}
.um-profile-photo-overlay span.um-profile-photo-overlay-s {
display: table;
height: 100%;
width: 100%;
}
.um-profile-photo-overlay ins {
display: table-cell;
vertical-align: middle;
height: 100%;
text-decoration: none !important;
background: none !important;
color: #fff !important;
border-bottom: none !important;
}
.um-profile-photo-overlay i {
font-size: 46px;
display: block;
} .um-profile-meta {
padding-right: 30px;
-ms-word-break: break-all;
word-break: break-word;
word-wrap: break-word;
}
.um-main-meta {
padding: 10px 0 0 0;
}
.um-name {
float: left;
font-size: 24px;
font-weight: bold;
margin-right: 30px;
line-height: 1.7em;
}
.um-name a {
font-size: 24px;
}
.um-meta {
font-size: 15px;
}
.um-meta span a {
font-weight: normal;
}
.um-meta span:first-child {margin: 0 5px 0 0}
.um-meta span {
margin: 0 5px;
font-size: 14px;
display: inline-block;
}
.um-meta span i {
font-size: 16px;
margin: 0 5px 0 0;
}
.um-meta-text {
margin: 6px 0 0 0;
color: #666;
line-height: 1.4em;
font-size: 13px;
}
.um-meta-text p {
margin: 0 0 6px 0 !important;
padding: 0 !important;
}
.um-profile-status {display:none}
.um-profile-status.awaiting_admin_review,
.um-profile-status.inactive,
.um-profile-status.rejected {
display: inline-block;
margin: 6px 0 0 0;
border-left: 3px solid #C74A4A;
padding-left: 10px;
font-size: 14px;
color: #777;
} .um-profile-note {
display: none;
text-align: center !important;
padding-top: 20px;
color: #666;
}
.um-profile-note i {
display: inline-block;
font-size: 70px;
height: 70px;
line-height: 70px;
}
.um-profile-note i.um-faicon-lock{
position: relative;
top: 2px;
display: inline-block;
font-size: 24px;
height: auto;
line-height: 24px;
margin-right: 10px;
}
.um-profile-note span {
margin-top: 10px;
display: block;
font-size: 16px;
color: #888;
}
.um-profile-note a{border:none!important}
.um-profile-note a:hover {
text-decoration: underline !important;
} .um-profile-nav {
padding: 10px;
background: #444;
text-align: center;
}
.um-profile-nav-item.active a,
.um-profile-nav-item.active a:hover {
color: #FFF!important;
}
.um-profile-nav-item.active a span.count {background: transparent;padding: 4px 0;color: #fff}
.um-profile-nav-item a {
color: #fff!important;
font-size: 14px;
font-weight: 600;
padding: 6px 10px 6px 28px;
display: block;
float: left;
border-radius: 4px;
margin-left: 5px;
position: relative;
border-bottom: 0 !important;
}
.um-profile-nav-item.without-icon a {
padding-left: 10px;
}
.um-profile-nav-item.without-icon span.title {
padding-left: 0;
}
.um-profile-nav-item.without-icon i {
display: none;
}
.um-profile-nav-item a:hover {
background: #555;
}
.um-profile-nav-item i {
font-size: 18px;
height: 18px;
line-height: 18px;
position: absolute;
display: block;
top: 8px;
left: 10px;
}
.um-profile-nav-item span.title {
padding-left: 5px;
}
.um-profile-nav-item span.count {
font-size: 12px;
font-weight: 300;
background: #ddd;
color: #666;
border-radius: 3px;
padding: 4px 8px;
margin-left: 3px;
} .um-profile-subnav {
background: #eee;
padding: 15px;
text-align: center;
}
.um-profile-subnav a {
display: inline-block;
color: #555;
font-size: 15px;
font-weight: 600;
margin: 0 20px;
border-bottom: none !important;
}
.um-profile-subnav a:hover {color: #333}
.um-profile-subnav span {
display: inline-block;
margin: 0 0 0 8px;
background: #ddd;
padding: 1px 8px;
color: #aaa !important;
border-radius: 2px;
} .um-item {
padding: 20px 0;
border-bottom: 1px solid #eee;
position: relative;
}
.um-item-action {
position: absolute;
right: 0;
top: 16px;
width: 20px;
height: 20px;
font-size: 20px;
text-align: center;
}
.um-item-action a {color: #ccc}
.um-item-action a:hover {color: #999}
.um-item-link {padding-right: 40px}
.um-item-link a {
color: #333;
font-size: 16px;
line-height: 20px;
}
.um-item-link a:hover {
text-decoration: underline !important;
}
.um-item-link i {
font-size: 24px;
color: #666;
margin-right: 10px;
position: relative;
top: 3px;
}
.um-item-img {
padding: 10px 0 0 0;
}
.um-item-img a {
display: inline-block;
padding: 8px;
border-radius: 3px;
border: 1px solid #ddd;
}
.um-item-img a:hover {border-color: #bbb}
.um-item-img img {
max-width: 100%;
border-radius: 3px;
}
.um-item-meta {color: #888}
.um-item-meta span {
font-size: 13px;
font-weight: 400;
font-style: italic;
}
.um-item-meta span:not(:last-child):after {
position: relative;
padding: 0 4px 0 7px;
content: "•";
}
.um-item-meta a {font-weight: bold;border-bottom: 1px solid #E0E0E0}
.um-item-meta a:hover {border-bottom-color: #bbb}
.um-load-items {
text-align: center;
margin-top: 12px;
padding-top: 30px;
}
.um-load-items.loading {
background: url(//chennaiinternationalbookfair.com/wp-content/plugins/ultimate-member/assets/img/loading-dots.gif) no-repeat top center;
}
.um-load-items a {
max-width: 250px;
display: inline-block;
margin: 0 auto;
}
.um-tab-notifier {
position: absolute;
background: none repeat scroll 0% 0% rgb(198, 81, 81);
width: 18px;
height: 18px;
border-radius: 999px;
line-height: 18px;
top: -3px;
right: -7px;
font-size: 11px;
font-weight: 400;
}
.um-tab-notifier.uimob800-show.uimob500-show.uimob340-show {
top: 2px;
right: 8px;
}
.um-profile.um-viewing .um-field-checkbox, .um-profile.um-viewing .um-field-radio{
cursor: default !important;
}.um-account i {
vertical-align: baseline !important;
}
.um-account p.um-notice {
margin: 0 0 20px 0 !important;
padding: 12px 15px !important;
}
.um-account a:focus {
outline: 0 !important; }
.um-account-side {
float: left;
width: 30%;
padding: 0px;
box-sizing: border-box;
}
.um-account-main {
float: left;
width: 70%;
padding: 0px 0px 0px 1.5em;
box-sizing: border-box;
}
.um-account-main a {
border-bottom: none !important;
}
.um-account-tab {
display: none;
}
.um-account-tab .um-field .um-field-label {
display: flex;
flex-direction: row;
align-items: baseline;
flex-wrap: nowrap;
justify-content: flex-start;
} .um-account-main div.um-account-heading {
display: flex;
flex-wrap: nowrap;
flex-direction: row;
justify-content: flex-start;
align-items: baseline;
margin: 0 !important;
font-size: 18px;
line-height: 18px;
font-weight: bold;
color: #555;
}
.um-account-main div.um-account-heading i {
margin-right: 10px;
font-size: 26px;
position: relative;
top: 2px;
}
.um-account-main p {
margin: 20px 0 0 0!important;
padding: 0 !important;
}
.um-account-main label {
font-size: 15px;
} .um-account-meta {
text-align: center;
margin-bottom: 20px;
}
.um-account-meta img {
margin: 0 !important;
position: static !important;
float: none !important;
display: inline-block;
}
.um-account-meta.radius-1 img { 	-moz-border-radius: 999px;-webkit-border-radius: 999px;border-radius: 999px }
.um-account-meta.radius-2 img { 	-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px }
.um-account-meta.radius-3 img { 	-moz-border-radius: 0;-webkit-border-radius: 0;border-radius: 0 }
.um-account-name {
padding-top: 12px;
}
.um-account-name a {
font-weight: bold;
color: #555;
text-decoration: none !important;
font-size: 18px;
line-height: 1.4em;
}
.um-account-profile-link a {
font-size: 13px;
font-weight: normal;
} .um-account-nav a {
display: block;
height: 44px;
line-height: 44px;
color: #666 !important;
text-decoration: none !important;
position: relative;
padding-left: 40px;
border-bottom: 1px solid #eee !important;
transition: all .2s linear;
font-size: 14px;
}
.um-account-nav a.current{
font-weight: bold;
}
.um-account-nav span.arr {
position: absolute;
right: 0;
top: 1px;
font-size: 28px;
}
.um-account-nav span.ico {
position: absolute;
left: 0;
top: 0;
font-size: 21px;
width: 21px;
text-align: center;
} .um-account-side ul, .um-account-side li {
margin: 0 !important;
padding: 0 !important;
list-style-type: none !important;
}
.um-account-side li {margin-bottom: 1px !important;background: #eee;}
.um-account-side li a{
display: block;
padding: 4px 0px;
font-size: 14px;
height: 30px;
line-height: 20px;
color: #999;
position: relative;
}
.um-account-side li a span.um-account-arrow {
position: absolute;
right: 10px;
top: 6px;
font-size: 26px;
opacity: 0.6;
}
.um-account-side li a span.um-account-icon,
.um-account-side li a.current span.um-account-icon,
.um-account-side li a.current:hover span.um-account-icon
{
text-align: center;
font-size: 20px;
width: 20px;
height: 30px;
border-right: 1px solid #ccc;
color: #444;
float: left;
padding: 0px 15px;
font-weight: normal !important;
}
.um-account-side li a span.um-account-icon i {
display: block;
height: 30px;
line-height: 30px;
}
.um-account-side li a span.um-account-title {
padding-left: 20px;
float: left;
height: 30px;
line-height: 30px;
color: #555;
}
.um-account-side li a:hover {color: #444; background: #ddd}
.um-account-side li a.current,
.um-account-side li a.current:hover {
color: #444;
font-weight: bold;
text-decoration: none !important;
}
.um-field-export_data .um-field-error {
display: none;
}
.um-field-export_data .um-field-area-response {
display: none;
line-height: 1.5;
padding: 10px 0;
}
.um-request-button {
display: inline-block;
background-color: #3ba1da;
border-radius: 5px;
color: #fff;
margin: 10px 0 0;
padding: 5px 10px;
text-decoration: none;
}
.um-request-button:hover {
background-color: #44b0ec;
color: #fff;
text-decoration: none;
}.um-login.um-logout {
max-width: 300px !important;
}
.um-misc-with-img {
position: relative;
font-size: 15px;
border-bottom: 3px solid #eee;
text-align: center;
margin-bottom: 14px;
padding-top: 4px;
padding-bottom: 14px;
}
.um-misc-img {
text-align: center;
}
.um-misc-img img {
border-radius: 999px;
height: auto !important;
display: inline-block !important;
}
.um-misc-ul,
.um-misc-ul li {
font-size: 14px;
} .um-youtube,
.um-vimeo,
.um-googlemap {
position: relative;
height: 0;
overflow: hidden;
}
.um-youtube {padding-bottom: 56.25%;}
.um-vimeo {padding-bottom: 56.25%;}
.um-googlemap {padding-bottom: 75%;}
.um-youtube iframe,
.um-vimeo iframe,
.um-googlemap iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
} .um-profile-connect.um-member-connect {
padding: 5px 0 10px 0;
}
.um-profile-connect.um-member-connect a {
text-align: center;
width: 36px;
line-height: 36px;
height: 36px;
font-size: 20px;
border-radius: 999px;
color: #fff !important;
opacity: 0.85;
margin: 0 1px;
transition: 0.25s;
display: inline-block;
}
.um-profile-connect.um-member-connect a:hover {
opacity: 1;
} @-webkit-keyframes um-effect-pop {
50% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
}
@keyframes um-effect-pop {
50% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
}
.um-effect-pop {
-webkit-animation-name: um-effect-pop;
animation-name: um-effect-pop;
-webkit-animation-duration: 0.2s;
animation-duration: 0.2s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} .um-locked-content {
width: 100%;
box-sizing: border-box;
border: 2px dotted #cc3000;
color: #333;
background: #fff;
font-size: 14px;
padding: 20px;
border-radius: 4px;
margin-bottom: 20px;
}
.um-locked-content a {
border: none !important;
}.um .um-single-image-preview,
.um .um-single-file-preview {
margin-bottom: 20px;
}
.um .um-single-image-preview > img {
max-height: 300px;
display: inline-block;
overflow: hidden;
margin: auto;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.um-single-image-preview,
.um-single-file-preview {
display: none;
text-align: center;
position: relative;
}
.um-single-image-preview.show,
.um-single-file-preview.show {display: block}
.um-single-image-preview > img {
max-width: 100%;
max-height: inherit;
}
.um-single-image-preview a.cancel,
.um-single-file-preview a.cancel {
position: absolute;
top: -15px;
right: -15px;
width: 30px;
height: 30px;
-moz-border-radius: 999px;
-webkit-border-radius: 999px;
border-radius: 999px;
background: #ddd;
cursor: pointer;
text-decoration: none !important;
z-index: 666;
opacity: 0.75;
}
.um-single-image-preview a.cancel i,
.um-single-file-preview a.cancel i {
font-size: 16px;
color: #888;
position: relative;
display: block;
width: 100%;
height: 100%;
line-height: 30px;
overflow: hidden;
}
.um-single-image-preview a.cancel i:before,
.um-single-file-preview a.cancel i:before{line-height:inherit} .um-single-fileinfo {
padding: 26px 0 20px 0;
display: inline-block;
max-width: 100%;
}
.um-single-fileinfo span.icon {
font-size: 40px;
display: inline-block;
width: 100px;
height: 70px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background-color: #666;
color: #fff !important;
}
.um-single-fileinfo span.icon i {
display: block;
height: 70px;
line-height: 70px;
overflow: hidden;
}
.um-single-fileinfo span.icon i:before{line-height:inherit}
.um-single-fileinfo span.filename {
display: block;
font-size: 16px;
color: #888;
padding-top: 5px;
}
.um-single-fileinfo a {
text-decoration: none !important;
opacity: 0.9;
}
.um-single-fileinfo a:hover {
opacity: 1
} div.um-modal .upload-statusbar {
margin: 20px 0 0 0;
}
div.um-modal .upload-filename {
display: none !important;
}
div.um-modal .upload-progress {
position: relative;
width: 100%;
box-sizing: border-box;
}
div.um-modal .upload-bar {
width: 0;
height: 10px;
color: #666;
background: #7ACF58;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
} div.um-modal .ajax-upload-dragdrop {
width: 100%;
text-align: center;
vertical-align:middle;
padding: 20px;
box-sizing: border-box;
border: 2px dashed #ddd;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
font-size: 18px;
line-height: 1em;
}
div.um-modal .ajax-upload-dragdrop span.str {
display: block;
margin: 0 0 15px 0;
}
div.um-modal .ajax-upload-dragdrop span.icon {
display: block;
font-size: 80px;
line-height: 80px;
vertical-align: middle;
margin-bottom: 10px;
}
div.um-modal .ajax-upload-dragdrop span.help {
display: block;
font-size: 14px;
color: #aaa;
margin: 0 0 12px 0;
} div.um-modal .upload {
cursor: pointer !important;
line-height: 34px !important;
height: 34px;
display: inline-block;
text-decoration: none;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 0 20px;
color: #fff;
vertical-align: middle;
font-size: 14px;
box-sizing: border-box;
transition: 0.2s;
}
div.um-modal .upload:hover {
background: #44b0ec;
}
.um-modal input[type="file"]::-webkit-file-upload-button { cursor: pointer }.um .picker {
font-size: 16px;
text-align: left;
line-height: 1.2;
color: #fff;
position: absolute;
z-index: 10000;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.um .picker__box ul li[role="presentation"] {
margin: 10px 0 0 0;
} .um .picker__input {
cursor: default;
} .um .picker__input.picker__input--active {
border-color: #0089ec;
} .um .picker__holder {
width: 100%;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}   .um .picker__holder,
.um .picker__frame {
bottom: 0;
left: 0;
right: 0;
top: 100%;
} .um .picker__holder {
position: fixed;
-webkit-transition: background 0.15s ease-out, top 0s 0.15s;
-moz-transition: background 0.15s ease-out, top 0s 0.15s;
transition: background 0.15s ease-out, top 0s 0.15s;
} .um .picker__frame {
position: absolute;
margin: 0 auto;
min-width: 256px;
max-width: 400px;
width: 100%;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
}
@media (min-height: 33.875em) {
.um .picker__frame {
overflow: visible;
top: auto;
bottom: -100%;
max-height: 80%;
}
}
@media (min-height: 40.125em) {
.um .picker__frame {
margin-bottom: 15% !important;
}
} .um .picker__wrap {
display: table;
width: 100%;
height: 100%;
}
@media (min-height: 33.875em) {
.um .picker__wrap {
display: block;
}
} .um .picker__box {
display: table-cell;
vertical-align: middle;
}
@media (min-height: 26.5em) {
.um .picker__box {
}
}
@media (min-height: 33.875em) {
.um .picker__box {
display: block;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
}
@media (min-height: 40.125em) {
.um .picker__box {
border-bottom-width: 1px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
} .um .picker--opened .picker__holder {
top: 0;
background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
zoom: 1;
background: rgba(0, 0, 0, 0.7);
-webkit-transition: background 0.15s ease-out;
-moz-transition: background 0.15s ease-out;
transition: background 0.15s ease-out;
}
.um .picker--opened .picker__frame {
top: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
@media (min-height: 33.875em) {
.um .picker--opened .picker__frame {
top: auto;
bottom: 0;
}
}.um .picker__box {
} .um .picker__header {
text-align: center;
position: relative;
margin-top: .75em;
border-radius: 2px 2px 0 0;
padding: 15px 0;
font-size: 18px;
} .um .picker__month,
.um .picker__year {
display: inline-block;
margin-left: 10px;
margin-right: 10px;
}
.um .picker__year {
} .um .picker__select--month,
.um .picker__select--year {
margin-left: .25em;
margin-right: .25em;
font-size: 16px;
color: #999;
background: #fff !important;
outline: 0 !important;
border: 0 !important;
}
@media (min-width: 24.5em) {
.um .picker__select--month,
.um .picker__select--year {
margin-top: -0.5em;
}
}
.um .picker__select--month {
width: 35%;
}
.um .picker__select--year {
width: 22.5%;
}
.um .picker__select--month:focus,
.um .picker__select--year:focus {
} .um .picker__nav--prev,
.um .picker__nav--next {
position: absolute;
padding: .5em 1.25em;
width: 1em;
height: 1em;
box-sizing: content-box !important;
top: 8px;
color: #fff;
}
.um-popup .picker__nav--prev,
.um-popup .picker__nav--next {
position: absolute;
padding: .5em 1.25em;
width: 1em;
height: 1em;
box-sizing: content-box !important;
top: 8px;
color: #fff;
}
@media (min-width: 24.5em) {
.um .picker__nav--prev,
.um .picker__nav--next {
}
}
.um .picker__nav--prev {
left: 0;
padding-right: 1.25em;
}
.um-popup .picker__nav--prev {
left: 0;
padding-right: 1.25em;
}
@media (min-width: 24.5em) {
.um .picker__nav--prev {
padding-right: 1.5em;
}
.um-popup .picker__nav--prev {
padding-right: 1.5em;
}
}
.um .picker__nav--next {
right: 0;
padding-left: 1.25em;
}
.um-popup .picker__nav--next {
right: 0;
padding-left: 1.25em;
}
@media (min-width: 24.5em) {
.um .picker__nav--next {
padding-left: 1.5em;
}
.um-popup .picker__nav--next {
padding-left: 1.5em;
}
}
.um .picker__nav--prev:before,
.um .picker__nav--next:before {
content: " ";
border-top: .5em solid transparent;
border-bottom: .5em solid transparent;
border-right: 0.5em solid #fff;
width: 0;
height: 0;
display: block;
margin: 0 auto;
}
.um-popup .picker__nav--prev:before,
.um-popup .picker__nav--next:before {
content: " ";
border-top: .5em solid transparent;
border-bottom: .5em solid transparent;
border-right: 0.5em solid #fff;
width: 0;
height: 0;
display: block;
margin: 0 auto;
}
.um .picker__nav--next:before {
border-right: 0;
border-left: 0.5em solid #fff;
}
.um-popup .picker__nav--next:before {
border-right: 0;
border-left: 0.5em solid #fff;
}
.um .picker__nav--prev:hover,
.um .picker__nav--next:hover {
cursor: pointer;
color: #fff;
}
.um-popup .picker__nav--prev:hover,
.um-popup .picker__nav--next:hover {
cursor: pointer;
color: #fff;
}
.um .picker__nav--disabled,
.um .picker__nav--disabled:hover,
.um .picker__nav--disabled:before,
.um .picker__nav--disabled:before:hover {
cursor: default;
background: none;
}
.um-popup .picker__nav--disabled,
.um-popup .picker__nav--disabled:hover,
.um-popup .picker__nav--disabled:before,
.um-popup .picker__nav--disabled:before:hover {
cursor: default;
background: none;
} .um .picker__table {
text-align: center;
border-collapse: collapse;
border-spacing: 0;
table-layout: fixed;
font-size: inherit;
width: 100%;
margin-top: 5px;
border: none;
margin-bottom: 0;
}
@media (min-height: 33.875em) {
.um .picker__table {
}
}
.um .picker__table th {
}
.um .picker__table td {
margin: 0;
padding: 0px 10px;
text-align: center;
border: 0;
} .um .picker__weekday {
width: 14.285714286%;
color: #fff;
text-align: center;
padding: 5px 0 !important; }
@media (min-height: 33.875em) {
.um .picker__weekday {
}
} .um .picker__day {
padding: 10px 0;
line-height: 1em !important;
}
.um .picker__day--today {
position: relative;
}
.um .picker__day--outfocus {
opacity: 0.75;
}
.um .picker__day--infocus:hover,
.um .picker__day--outfocus:hover {
border-radius: 2px;
cursor: pointer;
}
.um .picker__day--highlighted {
}
.um .picker__day--highlighted:hover,
.um .picker--focused .picker__day--highlighted {
border-radius: 2px;
}
.um .picker__day--selected,
.um .picker__day--selected:hover,
.um .picker--focused .picker__day--selected {
}
.um .picker__day--disabled,
.um .picker__day--disabled:hover {
cursor: default;
background: transparent !important;
opacity: 0.3;
}
.um .picker__day--highlighted.picker__day--disabled,
.um .picker__day--highlighted.picker__day--disabled:hover {
} .um .picker__footer {
text-align: center;
height: 50px !important;
line-height: 50px !important;
margin-top: 5px;
border-radius: 0 0 2px 2px;
}
.um .picker__button--today,
.um .picker__button--clear {
margin: 0 !important;
width: 50%;
display: inline-block;
background: none !important;
box-shadow: none !important;
border: 0!important;
outline: 0 !important;
box-sizing: border-box !important;
}
.um .picker__button--today:hover,
.um .picker__button--clear:hover,
.um .picker__button--today:focus,
.um .picker__button--clear:focus {
cursor: pointer;
}.um .picker__list {
list-style: none;
list-style: none !important;
padding: 5px !important;
margin: 0px !important;
} .um .picker__list-item {
position: relative;
border-radius: 2px;
display: inline-block;
width: 25%;
text-align: center;
box-sizing: border-box;
padding: 6px 0px !important;
margin: 5px 0 !important;
} 
@media (min-height: 46.75em) {
.um .picker__list-item {
}
} .um .picker__list-item:hover {
cursor: pointer;
z-index: 10;
} .um .picker__list-item--highlighted {
z-index: 10;
}
.um .picker__list-item--highlighted:hover,
.um .picker--focused .picker__list-item--highlighted {
cursor: pointer;
font-weight: bold;
} .um .picker__list-item--selected,
.um .picker__list-item--selected:hover,
.um .picker--focused .picker__list-item--selected {
z-index: 10;
} .um .picker__list-item--disabled,
.um .picker__list-item--disabled:hover,
.um .picker--focused .picker__list-item--disabled {
color: #a9e792;
cursor: default;
background: transparent;
z-index: auto;
} .um .picker--time .picker__button--clear {
width: 100%;
display: inline-block;
background: none;
box-shadow: none !important;
border: 0!important;
outline: 0 !important;
background: none !important;
border-radius: 0 0 2px 2px;
color: #fff !important;
}
.um .picker--time .picker__button--clear:hover,
.um .picker--time .picker__button--clear:focus {
cursor: pointer;
}  .um .picker--time .picker__frame {
min-width: 256px;
max-width: 400px;
} .um .picker--time .picker__box {
font-size: 15px;
padding: 0;
border-radius: 2px !important;
}
.um .picker__box ul li[role="presentation"] {
margin: 10px 0 0 0;
}
@media (min-height: 40.125em) {
.um .picker--time .picker__frame {
margin-bottom: 10% !important;
}
}@font-face {
font-family: "raty";
font-style: normal;
font-weight: normal;
src: url(//chennaiinternationalbookfair.com/wp-content/plugins/ultimate-member/assets/font/raty.eot);
src: url(//chennaiinternationalbookfair.com/wp-content/plugins/ultimate-member/assets/font/raty.eot?#iefix) format("embedded-opentype");
src: url(//chennaiinternationalbookfair.com/wp-content/plugins/ultimate-member/assets/font/raty.svg#raty) format("svg");
src: url(//chennaiinternationalbookfair.com/wp-content/plugins/ultimate-member/assets/font/raty.ttf) format("truetype");
src: url(//chennaiinternationalbookfair.com/wp-content/plugins/ultimate-member/assets/font/raty.woff) format("woff");
font-display: swap;
}
.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
font-family: "raty";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1em;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
margin-right: 0.2em;
color: #ccc;
}
.star-on-png,
.star-half-png
{color: #ffbe32} .cancel-on-png:before {content: "\e600";}
.cancel-off-png:before {content: "\e601";}
.star-on-png:before {content: "\f005";}
.star-off-png:before {content: "\f006";}
.star-half-png:before {content: "\f123";}[data-simplebar] {
position: relative;
flex-direction: column;
flex-wrap: wrap;
justify-content: flex-start;
align-content: flex-start;
align-items: flex-start;
}
.simplebar-wrapper {
overflow: hidden;
width: inherit;
height: inherit;
max-width: inherit;
max-height: inherit;
}
.simplebar-mask {
direction: inherit;
position: absolute;
overflow: hidden;
padding: 0;
margin: 0;
left: 0;
top: 0;
bottom: 0;
right: 0;
width: auto !important;
height: auto !important;
z-index: 0;
}
.simplebar-offset {
direction: inherit !important;
box-sizing: inherit !important;
resize: none !important;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
padding: 0;
margin: 0;
-webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
direction: inherit;
box-sizing: border-box !important;
position: relative;
display: block;
height: 100%; width: auto;
visibility: visible;
overflow: auto; max-width: 100%; max-height: 100%; }
.simplebar-content:before,
.simplebar-content:after {
content: " ";
display: table;
}
.simplebar-placeholder {
max-height: 100%;
max-width: 100%;
width: 100%;
pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
box-sizing: inherit !important;
height: 100%;
width: inherit;
max-width: 1px;
position: relative;
float: left;
max-height: 1px;
overflow: hidden;
z-index: -1;
padding: 0;
margin: 0;
pointer-events: none;
flex-grow: inherit;
flex-shrink: 0;
flex-basis: 0;
}
.simplebar-height-auto-observer {
box-sizing: inherit;
display: block;
opacity: 0;
position: absolute;
top: 0;
left: 0;
height: 1000%;
width: 1000%;
min-height: 1px;
min-width: 1px;
overflow: hidden;
pointer-events: none;
z-index: -1;
}
.simplebar-track {
z-index: 1;
position: absolute;
right: 0;
bottom: 0;
pointer-events: none;
overflow: hidden;
}
[data-simplebar].simplebar-dragging .simplebar-track {
pointer-events: all;
}
.simplebar-scrollbar {
position: absolute;
right: 2px;
width: 7px;
min-height: 10px;
}
.simplebar-scrollbar:before {
position: absolute;
content: "";
background: black;
border-radius: 7px;
left: 0;
right: 0;
opacity: 0;
transition: opacity 0.2s linear;
}
.simplebar-track .simplebar-scrollbar.simplebar-visible:before { opacity: 0.5;
transition: opacity 0s linear;
}
.simplebar-track.simplebar-vertical {
top: 0;
width: 11px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
top: 2px;
bottom: 2px;
}
.simplebar-track.simplebar-horizontal {
left: 0;
height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
height: 100%;
left: 2px;
right: 2px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
right: auto;
left: 0;
top: 2px;
height: 7px;
min-height: 0;
min-width: 10px;
width: auto;
} [data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
right: auto;
left: 0;
}
.hs-dummy-scrollbar-size {
direction: rtl;
position: fixed;
opacity: 0;
visibility: hidden;
height: 500px;
width: 500px;
overflow-y: hidden;
overflow-x: scroll;
}.tipsy { padding: 5px; position: absolute; z-index: 9999999999!important; }
.tipsy-inner {
font-size: 13px !important;
line-height: 17px !important;
background-color: #333333 !important;
color: #fff !important;
max-width: 250px !important;
padding: 6px 10px !important;
text-align: left !important;
word-wrap: break-word !important;
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important;
}
.tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.tipsy-arrow { position: absolute !important; width: 0 !important; height: 0 !important; line-height: 0 !important; border: 5px dashed #333; }
.tipsy-arrow-n { border-bottom-color: #333 !important }
.tipsy-arrow-s { border-top-color: #333 !important }
.tipsy-arrow-e { border-left-color: #333 !important }
.tipsy-arrow-w { border-right-color: #333 !important }
.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }.uimob340-show,
.uimob500-show,
.uimob800-show,
.uimob960-show
{
display: none;
}
.um-profile-nav-item a.uimob340-show,
.um-profile-nav-item a.uimob500-show,
.um-profile-nav-item a.uimob800-show,
.um-profile-nav-item a.uimob960-show
{
display: none;
}
div.uimob340 .uimob340-show,
div.uimob500 .uimob500-show,
div.uimob800 .uimob800-show,
div.uimob960 .uimob960-show
{
display: block;
}
div.uimob340 .uimob340-hide,
div.uimob500 .uimob500-hide,
div.uimob800 .uimob800-hide,
div.uimob960 .uimob960-hide
{
display: none;
}  div.uimob340 .um-item-link a {
font-size: 14px;
}
div.uimob340 .um-item-meta span {
font-size: 13px;
}
div.uimob340 .um-load-items a {
width: 100% !important;
max-width: 100% !important;
}
div.uimob340 .um-profile-nav {
padding: 0;
}
div.uimob340 .um-profile-nav-item a  {
padding: 10px 16px;
margin-left: 0;
border-radius: 0;
}
div.uimob340 .um-profile-nav-item i{display:block;position: static;top: auto;left: auto}
div.uimob340 .um-profile-subnav {
padding: 8px 15px;
}
div.uimob340 .um-profile-subnav a {
display: block;
text-align: left;
font-size: 13px;
margin: 0;
padding: 6px 0;
}
div.uimob340 .um-profile-subnav span {
font-size: 12px;
padding: 1px 6px;
}
div.uimob340 .um-cover-overlay span.um-cover-overlay-t
{
display: none !important;
}
div.uimob340 .um-cover-overlay
{
padding: 0;
}
div.uimob340 .um-cover-overlay i,
div.uimob340 .um-profile-photo-overlay i
{
margin-bottom: 0;
font-size: 30px;
}
.um-modal.uimob340  {
width: 100% !important;
margin: 0 !important;
left: 0 !important;
height: 100%;
background: #fff;
}
.um-modal.uimob340,
.um-modal.uimob340 .um-modal-body,
.um-modal.uimob340 .um-modal-header {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
.um-modal.uimob340 .um-modal-header {text-align: center}
.um-modal.uimob340 .um-modal-footer {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
box-sizing: border-box;
padding: 10px;
border-top: 1px solid #ddd;
}
.um-modal.uimob340 .um-modal-right {
width: 100%;
float: none;
}
.um-modal.uimob340 .um-modal-footer a.um-modal-btn {
width: 48%;
margin: 0 1%;
float: left;
display: block;
line-height: 44px !important;
height: 44px;
}
.um-modal.uimob340 .ajax-upload-dragdrop span.icon {
font-size: 40px;
line-height: 40px;
}
div.uimob340 .um-profile-body {
padding-left: 0;
padding-right: 0;
}
div.uimob340 .um-profile-photo {
width: 100% !important;
text-align: center !important;
position: absolute;
top: -40px;
left: 0;
margin: 0;
}
div.uimob340 .um-header.no-cover .um-profile-photo {
position: static;
top: auto;
left: auto;
}
div.uimob340 .um-profile-photo a.um-profile-photo-img {
width: 100px !important;
height: 100px !important;
margin: 0 auto !important;
float: none !important;
display: inline-block !important;
position: relative !important;
top: auto !important;
left: auto !important;
}
div.uimob340 .um-header.no-cover .um-profile-photo a.um-profile-photo-img {
width: 120px !important;
height: 120px !important;
}
div.uimob340 .um-header .um-profile-meta {
padding-left: 0 !important;
padding-right: 0 !important;
text-align: center !important;
padding-top: 60px !important;
}
div.uimob340 .um-header.no-cover .um-profile-meta {padding-top: 0 !important}
div.uimob340 .um-header .um-name { 
float: none !important;
margin-right: 0 !important;
font-size: 18px;
}
div.uimob340 .um-header .um-meta-text {
padding: 0 20px;
}
div.uimob340 .um-header .um-meta {padding: 0 10px; display: inline-block;}  div.uimob340 .um-col-121,
div.uimob340 .um-col-122,
div.uimob340 .um-col-131,
div.uimob340 .um-col-132,
div.uimob340 .um-col-133 {
float: none;
width: 100%;
margin: 0;
}
div.uimob340 .um-field-half {
float: none;
width: 100%;
}
div.uimob340 .um-account-main {
float: none;
width: 100%;
padding: 0;
box-sizing: border-box;
}
div.uimob340 .um-account-tab {
padding-bottom: 20px;
border-bottom: 1px solid #eee;
}
div.uimob340 .um-account-meta {
margin-bottom: 0;
}
.uimob340 .um-half {
float: none;
width: 100%;
margin: 0 0 10px 0;
}
.uimob340 .um-button.um-btn-auto-width {
min-width: auto;
max-width: auto;
width: 100%;
}
.uimob340 .um-col-alt-s {padding-top:0}  div.uimob500 .um-profile-nav {
padding: 0;
}
div.uimob500 .um-profile-nav-item a  {
padding: 10px 16px;
margin-left: 0;
border-radius: 0;
}
div.uimob500 .um-profile-nav-item i{display:block;position: static;top: auto;left: auto;font-size: 22px;height: 22px;line-height: 22px;}
div.uimob500 .um-profile-subnav {
padding: 8px 15px;
}
div.uimob500 .um-profile-subnav a {
display: block;
text-align: left;
font-size: 13px;
margin: 0;
padding: 6px 0;
}
div.uimob500 .um-profile-subnav span {
font-size: 12px;
padding: 1px 6px;
}
div.uimob500 .um-cover-overlay span.um-cover-overlay-t
{
display: none !important;
}
div.uimob500 .um-cover-overlay
{
padding: 0;
}
div.uimob500 .um-cover-overlay i,
div.uimob500 .um-profile-photo-overlay i
{
margin-bottom: 0;
font-size: 30px;
}
.um-modal.uimob500  {
width: 100% !important;
margin: 0 !important;
left: 0 !important;
height: 100%;
background: #fff;
}
.um-modal.uimob500,
.um-modal.uimob500 .um-modal-body,
.um-modal.uimob500 .um-modal-header {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
.um-modal.uimob500 .um-modal-header {text-align: center}
.um-modal.uimob500 .um-modal-footer {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
box-sizing: border-box;
padding: 10px;
border-top: 1px solid #ddd;
}
.um-modal.uimob500 .um-modal-right {
width: 100%;
float: none;
}
.um-modal.uimob500 .um-modal-footer a.um-modal-btn {
width: 48%;
margin: 0 1%;
float: left;
display: block;
line-height: 44px !important;
height: 44px;
}
.um-modal.uimob500 .ajax-upload-dragdrop span.icon {
font-size: 40px;
line-height: 40px;
}
div.uimob500 .um-profile-body {
padding-left: 0;
padding-right: 0;
}
div.uimob500 .um-profile-photo {
width: 100% !important;
text-align: center !important;
position: absolute;
top: -40px;
left: 0;
margin: 0;
}
div.uimob500 .um-header.no-cover .um-profile-photo {
position: static;
top: auto;
left: auto;
}
div.uimob500 .um-profile-photo a.um-profile-photo-img {
width: 100px !important;
height: 100px !important;
margin: 0 auto !important;
float: none !important;
display: inline-block !important;
position: relative !important;
top: auto !important;
left: auto !important;
}
div.uimob500 .um-header.no-cover .um-profile-photo a.um-profile-photo-img {
width: 120px !important;
height: 120px !important;
}
div.uimob500 .um-header .um-profile-meta {
padding-left: 0 !important;
padding-right: 0 !important;
text-align: center !important;
padding-top: 60px !important;
}
div.uimob500 .um-header.no-cover .um-profile-meta {padding-top: 0 !important}
div.uimob500 .um-header .um-name { 
float: none !important;
margin-right: 0 !important;
font-size: 21px;
}
div.uimob500 .um-header .um-meta-text {
padding: 0 20px;
}
div.uimob500 .um-header .um-meta {padding: 0 20px;display: block;}  div.uimob500 .um-col-121,
div.uimob500 .um-col-122,
div.uimob500 .um-col-131,
div.uimob500 .um-col-132,
div.uimob500 .um-col-133 {
float: none;
width: 100%;
margin: 0;
}
div.uimob500 .um-field-half {
float: none;
width: 100%;
}
div.uimob500 .um-account-main {
float: none;
width: 100%;
padding: 0;
box-sizing: border-box;
}
div.uimob500 .um-account-tab {
padding-bottom: 20px;
border-bottom: 1px solid #eee;
}
div.uimob500 .um-account-meta {
margin-bottom: 0;
} div.uimob800 .um-profile-nav {
padding: 0;
}
div.uimob800 .um-profile-nav-item a  {
padding: 10px 20px;
margin-left: 0;
border-radius: 0;
}
div.uimob800 .um-profile-nav-item i{display:block;position: static;top: auto;left: auto;font-size: 26px;height: 26px;line-height: 26px;}
div.uimob800 .um-profile-subnav {
padding: 8px 15px;
}
div.uimob800 .um-profile-subnav a {
display: block;
text-align: left;
font-size: 14px;
margin: 0;
padding: 6px 0;
}
div.uimob800 .um-profile-subnav span {
font-size: 12px;
padding: 2px 8px;
}
div.uimob800 .um-account-main {
width: 90%;
max-width: 450px;
}
div.uimob800 .um-account-side {
padding: 0;
width: 10%;
}
div.uimob800 .um-account-side ul {
border: 1px solid #ddd;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
div.uimob800 .um-account-side li {margin-bottom: 0 !important;background: transparent;}
div.uimob800 .um-account-side li a{
display: block;
padding: 0 !important;
height: 44px;
line-height: 44px;
color: #666 !important;
text-align: center;
text-decoration: none !important;
background: transparent;
transition: all .2s linear;
}
div.uimob800 .um-account-side li:first-child a {-moz-border-radius: 3px 3px 0 0;-webkit-border-radius: 3px 3px 0 0;border-radius: 3px 3px 0 0 }
div.uimob800 .um-account-side li:last-child a {-moz-border-radius: 0 0 3px 3px;-webkit-border-radius: 0 0 3px 3px;border-radius: 0 0 3px 3px}
div.uimob800 .um-account-side li a span.um-account-icontip {
display: block;
float: left;
text-align: center;
width: 100%;
height: 100%;
font-size: 22px;
line-height: 44px;
}
div.uimob800 .um-account-side li a span.um-account-icontip i {
position: relative;
text-align: center;
width: 100%;
}
div.uimob800 .um-account-side li a.current,
div.uimob800 .um-account-side li a.current:hover {
color: #fff !important;
}
div.uimob800 .um-account-meta a {
border: 1px solid #ddd;
}
div.uimob800 .um-account-meta a,
div.uimob800 .um-account-meta img {
display: block;
overflow: hidden;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
max-width: 100%;
height: auto;
}
div.uimob800 .um-account-meta img {
width: 100%;
}
div.uimob800 .um-profile-photo {
width: 150px !important;
}
div.uimob800 .um-profile-photo a.um-profile-photo-img {
width: 140px !important;
height: 140px !important;
top: -70px !important;
}
div.uimob800 .um-header.no-cover .um-profile-photo a.um-profile-photo-img {
top: auto !important;
}
div.uimob800 .um-header .um-profile-meta {
padding-left: 200px;
}
div.uimob800 .um-cover-overlay
{
padding: 0;
}   div.uimob960 .um-profile-photo {
width: 200px !important;
}
div.uimob960 .um-profile-photo a.um-profile-photo-img {
width: 140px !important;
height: 140px !important;
top: -70px !important;
} @media screen and (max-height: 400px) {
.ajax-upload-dragdrop span.icon {
display: none;
}
.um-modal.no-photo  {
width: 100% !important;
margin: 0 !important;
left: 0 !important;
height: 100%;
background: #fff;
}
.um-modal.no-photo,
.um-modal.no-photo .um-modal-body,
.um-modal.no-photo .um-modal-header {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
.um-modal.no-photo .um-modal-header {text-align: center; font-size: 14px}
.um-modal.no-photo .um-modal-footer {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
box-sizing: border-box;
padding: 10px;
border-top: 1px solid #ddd;
}
.um-modal.no-photo .um-modal-right {
width: 100%;
float: none;
}
.um-modal.no-photo .um-modal-footer a.um-modal-btn {
width: 48%;
margin: 0 1%;
float: left;
display: block;
line-height: 44px !important;
height: 44px;
}
}
@media screen and (max-height: 300px) {
.um-modal.no-photo .um-modal-header {
display: none;
}
.ajax-upload-dragdrop span.icon,
.ajax-upload-dragdrop span.str {
display: none;
}
}
@media screen and (max-width: 600px) {
.um-popup {
width: 96%;
margin-left: 2%;
left: 0;
top: 15px;
}
}.um .um-tip:hover,
.um .um-field-radio.active:not(.um-field-radio-state-disabled) i,
.um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i,
.um .um-member-name a:hover,
.um .um-member-more a:hover,
.um .um-member-less a:hover,
.um .um-members-pagi a:hover,
.um .um-cover-add:hover,
.um .um-profile-subnav a.active,
.um .um-item-meta a,
.um-account-name a:hover,
.um-account-nav a.current,
.um-account-side li a.current span.um-account-icon,
.um-account-side li a.current:hover span.um-account-icon,
.um-dropdown li a:hover,
i.um-active-color,
span.um-active-color
{
color: #3ba1da;
}
.um .um-field-group-head,
.picker__box,
.picker__nav--prev:hover,
.picker__nav--next:hover,
.um .um-members-pagi span.current,
.um .um-members-pagi span.current:hover,
.um .um-profile-nav-item.active a,
.um .um-profile-nav-item.active a:hover,
.upload,
.um-modal-header,
.um-modal-btn,
.um-modal-btn.disabled,
.um-modal-btn.disabled:hover,
div.uimob800 .um-account-side li a.current,
div.uimob800 .um-account-side li a.current:hover
{
background: #3ba1da;
}
.um .um-field-group-head:hover,
.picker__footer,
.picker__header,
.picker__day--infocus:hover,
.picker__day--outfocus:hover,
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted,
.picker__list-item:hover,
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted,
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
background: #44b0ec;
}
.um {
margin-left: auto!important;
margin-right: auto!important;
}
.um input[type=submit]:disabled:hover {
background: #3ba1da;
}
.um input[type=submit].um-button,
.um input[type=submit].um-button:focus,
.um a.um-button,
.um a.um-button.um-disabled:hover,
.um a.um-button.um-disabled:focus,
.um a.um-button.um-disabled:active {
background: #3ba1da;
}
.um a.um-link {
color: #3ba1da;
}
.um input[type=submit].um-button:hover,
.um a.um-button:hover {
background-color: #44b0ec;
}
.um a.um-link:hover,
.um a.um-link-hvr:hover {
color: #44b0ec;
}
.um .um-button {
color: #ffffff;
}
.um .um-button:before {
color: #ffffff;
}
.um .um-button.um-alt,
.um input[type=submit].um-button.um-alt {
background: #eeeeee;
}
.um .um-button.um-alt:hover,
.um input[type=submit].um-button.um-alt:hover{
background: #e5e5e5;
}
.um .um-button.um-alt,
.um input[type=submit].um-button.um-alt {
color: #666666;
}
.um .um-button.um-alt:before,
.um input[type=submit].um-button.um-alt:before {
color: #666666;
}
.um .um-tip {
color: #cccccc;
}
.um .um-field-label {
color: #555555;
}
.um .um-row.um-customized-row .um-field-label {
color: inherit;
}
.um .um-form input[type=text],
.um .um-form input[type=search],
.um .um-form input[type=tel],
.um .um-form input[type=number],
.um .um-form input[type=password],
.um .um-form textarea,
.um .upload-progress,
.select2-container .select2-choice,
.select2-drop,
.select2-container-multi .select2-choices,
.select2-drop-active,
.select2-drop.select2-drop-above
{
border: 1px solid #ddd !important;
}
.um .um-form .select2-container-multi .select2-choices .select2-search-field input[type=text] {
border: none !important
}
.um .um-form input[type=text]:focus,
.um .um-form input[type=search]:focus,
.um .um-form input[type=tel]:focus,
.um .um-form input[type=number]:focus,
.um .um-form input[type=password]:focus,
.um .um-form .um-datepicker.picker__input.picker__input--active,
.um .um-form .um-datepicker.picker__input.picker__input--target,
.um .um-form textarea:focus {
border: 1px solid #bbb !important;
}
.um .um-form input[type=text],
.um .um-form input[type=search],
.um .um-form input[type=tel],
.um .um-form input[type=number],
.um .um-form input[type=password],
.um .um-form textarea,
.select2-container .select2-choice,
.select2-container-multi .select2-choices
{
background-color: #ffffff;
}
.um .um-form input[type=text]:focus,
.um .um-form input[type=search]:focus,
.um .um-form input[type=tel]:focus,
.um .um-form input[type=number]:focus,
.um .um-form input[type=password]:focus,
.um .um-form textarea:focus {
background-color: #ffffff;
}
.um .um-form input[type=text],
.um .um-form input[type=search],
.um .um-form input[type=tel],
.um .um-form input[type=password],
.um .um-form textarea
{
color: #666666;
}
.um .um-form input:-webkit-autofill {
-webkit-box-shadow:0 0 0 50px white inset; -webkit-text-fill-color: #666666;
}
.um .um-form input:-webkit-autofill:focus {
-webkit-box-shadow: none,0 0 0 50px white inset;
-webkit-text-fill-color: #666666;
}
.um .um-form ::-webkit-input-placeholder
{
color:  #aaaaaa;
opacity: 1 !important;
}
.um .um-form ::-moz-placeholder
{
color:  #aaaaaa;
opacity: 1 !important;
}
.um .um-form ::-moz-placeholder
{
color:  #aaaaaa;
opacity: 1 !important;
}
.um .um-form ::-ms-input-placeholder
{
color:  #aaaaaa;
opacity: 1 !important;
}
.select2-default,
.select2-default *,
.select2-container-multi .select2-choices .select2-search-field input
{
color:  #aaaaaa;
}
.um .um-field-icon i,
.select2-container .select2-choice .select2-arrow:before,
.select2-search:before,
.select2-search-choice-close:before
{
color: #aaaaaa;
}
.um span.um-req
{
color: #aaaaaa;
}
.um .um-profile-photo a.um-profile-photo-img,
.um .um-profile-photo img,
.um .um-profile-photo span.um-profile-photo-overlay
{
-moz-border-radius: 999px !important;
-webkit-border-radius: 999px !important;
border-radius: 999px !important
}
.um-profile.um .um-profile-meta {
color: #999999;
}
.um-profile.um .um-name a {
color: #555555;
}
.um-profile.um .um-name a:hover {
color: #444444;
}
.um-profile.um .um-profile-headericon a {
color: #aaaaaa;
}
.um-profile.um .um-profile-headericon a:hover,
.um-profile.um .um-profile-edit-a.active {
color: #3ba1da;
}.wpgdprc .wpgdprc-consent-bar__notice,.wpgdprc blockquote,.wpgdprc dd,.wpgdprc dl,.wpgdprc fieldset,.wpgdprc figure,.wpgdprc h1,.wpgdprc h2,.wpgdprc h3,.wpgdprc h4,.wpgdprc h5,.wpgdprc h6,.wpgdprc hr,.wpgdprc legend,.wpgdprc ol,.wpgdprc p,.wpgdprc pre,.wpgdprc ul{margin:0;padding:0}.wpgdprc li>ol,.wpgdprc li>ul{margin-bottom:0}.wpgdprc table{border-collapse:collapse;border-spacing:0}.wpgdprc fieldset{border:0;min-width:0}.wpgdprc *,.wpgdprc :after,.wpgdprc :before{box-sizing:inherit}.wpgdprc [type=button],.wpgdprc [type=reset],.wpgdprc [type=submit]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;margin:0}.wpgdprc ::-moz-selection{background:#3c7c96;color:#fff}.wpgdprc ::selection{background:#3c7c96;color:#fff}.wpgdprc a{transition:all .25s cubic-bezier(0,.6,.7,1)}.wpgdprc form{margin-bottom:0}.wpgdprc .no-bullet{list-style:none}.wpgdprc .video-container{height:0;opacity:0;padding-bottom:56.25%;padding-top:25px;position:relative;transition:opacity .25s cubic-bezier(0,.6,.7,1)}.wpgdprc .video-container iframe{height:100%;left:0;position:absolute;top:0;width:100%}.wpgdprc .video-container.active{opacity:1}.wpgdprc img{box-sizing:inherit;display:inline-block;height:auto;max-width:100%;vertical-align:middle}.wpgdprc svg.icon{fill:currentColor;height:1rem;margin:0;vertical-align:sub;width:1rem}.wpgdprc{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#5a5a5a;font-family:sofia-pro,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;font-size:1rem}.wpgdprc h1,.wpgdprc h2,.wpgdprc h3,.wpgdprc h4,.wpgdprc h5,.wpgdprc h6{font-family:sofia-pro,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;margin-bottom:.5rem;margin-top:0}.wpgdprc .h1,.wpgdprc .h2,.wpgdprc .h3,.wpgdprc .h4,.wpgdprc .h5,.wpgdprc .h6,.wpgdprc h1,.wpgdprc h2,.wpgdprc h3,.wpgdprc h4,.wpgdprc h5,.wpgdprc h6{color:#000;font-family:sofia-pro,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;font-weight:700;line-height:1.2}.wpgdprc .h1,.wpgdprc h1{font-size:3rem}.wpgdprc .h2,.wpgdprc h2{font-size:2rem}.wpgdprc .h3,.wpgdprc h3{font-size:1.5rem}.wpgdprc .h4,.wpgdprc h4{font-size:1.375rem}.wpgdprc .h5,.wpgdprc h5{font-size:1.25rem}.wpgdprc .h6,.wpgdprc h6{font-size:1.125rem}.wpgdprc .wpgdprc-consent-bar__notice,.wpgdprc p{font-size:1rem;line-height:1.625}.wpgdprc .wpgdprc-consent-bar__notice:last-child,.wpgdprc p:last-child{margin-bottom:0}.wpgdprc ol,.wpgdprc ul{margin:0 0 1rem 1rem}.wpgdprc blockquote .wpgdprc-consent-bar__notice:before,.wpgdprc blockquote p:before{content:"“"}.wpgdprc blockquote .wpgdprc-consent-bar__notice:after,.wpgdprc blockquote p:after{content:"”"}.wpgdprc blockquote cite{color:#5a5a5a}.wpgdprc .screen-reader-text{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.button.wpgdprc-button,.wpgdprc-button{align-items:center;background-color:#3c7c96;border:1px solid #3c7c96;border-radius:3px;box-shadow:0 2px 4px 0 rgba(0,0,0,.2);color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:700;justify-content:center;line-height:1.125;padding:.8125rem 1.125rem;position:relative;text-decoration:none;transition:all .25s cubic-bezier(0,.6,.7,1);width:auto}.button.wpgdprc-button.wpgdprc-button--outline:not(:focus),.button.wpgdprc-button.wpgdprc-button--outline:not(:hover),.wpgdprc-button.wpgdprc-button--outline:not(:focus),.wpgdprc-button.wpgdprc-button--outline:not(:hover){background-color:transparent;color:#3c7c96}.button.wpgdprc-button.wpgdprc-button--outline:focus,.button.wpgdprc-button.wpgdprc-button--outline:hover,.wpgdprc-button.wpgdprc-button--outline:focus,.wpgdprc-button.wpgdprc-button--outline:hover{background-color:#2d5e72;border-color:#2d5e72;border-width:1px;color:#fff}.button.wpgdprc-button:focus,.button.wpgdprc-button:hover,.wpgdprc-button:focus,.wpgdprc-button:hover,:root .button.wpgdprc-button.wpgdprc-button--active,:root .wpgdprc-button.wpgdprc-button--active{background-color:#2d5e72;border-color:#2d5e72;color:#fff}.wpgdprc-button.wpgdprc-button--alert{align-items:center;background-color:#d03343;border:1px solid #d03343;border-radius:3px;box-shadow:0 2px 4px 0 rgba(0,0,0,.2);color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:700;justify-content:center;line-height:1.125;padding:.8125rem 1.125rem;position:relative;text-decoration:none;transition:all .25s cubic-bezier(0,.6,.7,1);width:auto}.wpgdprc-button.wpgdprc-button--alert.wpgdprc-button--outline:not(:focus),.wpgdprc-button.wpgdprc-button--alert.wpgdprc-button--outline:not(:hover){background-color:transparent;color:#d03343}.wpgdprc-button.wpgdprc-button--alert.wpgdprc-button--outline:focus,.wpgdprc-button.wpgdprc-button--alert.wpgdprc-button--outline:hover{background-color:#a92734;border-color:#a92734;border-width:1px;color:#fff}.wpgdprc-button.wpgdprc-button--alert:focus,.wpgdprc-button.wpgdprc-button--alert:hover,:root .wpgdprc-button.wpgdprc-button--alert.wpgdprc-button--active{background-color:#a92734;border-color:#a92734;color:#fff}.wpgdprc-button.wpgdprc-button--white{align-items:center;background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 2px 4px 0 rgba(0,0,0,.2);color:#5a5a5a;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:700;justify-content:center;line-height:1.125;padding:.8125rem 1.125rem;position:relative;text-decoration:none;transition:all .25s cubic-bezier(0,.6,.7,1);width:auto}.wpgdprc-button.wpgdprc-button--white.wpgdprc-button--outline:not(:focus),.wpgdprc-button.wpgdprc-button--white.wpgdprc-button--outline:not(:hover){background-color:transparent;color:#fff}.wpgdprc-button.wpgdprc-button--white.wpgdprc-button--outline:focus,.wpgdprc-button.wpgdprc-button--white.wpgdprc-button--outline:hover{background-color:#3c7c96;border-color:#3c7c96;border-width:1px;color:#fff}.wpgdprc-button.wpgdprc-button--white:focus,.wpgdprc-button.wpgdprc-button--white:hover,:root .wpgdprc-button.wpgdprc-button--white.wpgdprc-button--active{background-color:#3c7c96;border-color:#3c7c96;color:#fff}.wpgdprc-button.wpgdprc-button--white-primary{align-items:center;background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 2px 4px 0 rgba(0,0,0,.2);color:#3c7c96;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:700;justify-content:center;line-height:1.125;padding:.8125rem 1.125rem;position:relative;text-decoration:none;transition:all .25s cubic-bezier(0,.6,.7,1);width:auto}.wpgdprc-button.wpgdprc-button--white-primary.wpgdprc-button--outline:not(:focus),.wpgdprc-button.wpgdprc-button--white-primary.wpgdprc-button--outline:not(:hover){background-color:transparent;color:#fff}.wpgdprc-button.wpgdprc-button--white-primary.wpgdprc-button--outline:focus,.wpgdprc-button.wpgdprc-button--white-primary.wpgdprc-button--outline:hover{background-color:#3c7c96;border-color:#3c7c96;border-width:1px;color:#fff}.wpgdprc-button.wpgdprc-button--white-primary:focus,.wpgdprc-button.wpgdprc-button--white-primary:hover,:root .wpgdprc-button.wpgdprc-button--white-primary.wpgdprc-button--active{background-color:#3c7c96;border-color:#3c7c96;color:#fff}.wpgdprc-button.wpgdprc-button--white-alert{align-items:center;background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 2px 4px 0 rgba(0,0,0,.2);color:#d03343;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:700;justify-content:center;line-height:1.125;padding:.8125rem 1.125rem;position:relative;text-decoration:none;transition:all .25s cubic-bezier(0,.6,.7,1);width:auto}.wpgdprc-button.wpgdprc-button--white-alert.wpgdprc-button--outline:not(:focus),.wpgdprc-button.wpgdprc-button--white-alert.wpgdprc-button--outline:not(:hover){background-color:transparent;color:#fff}.wpgdprc-button.wpgdprc-button--white-alert.wpgdprc-button--outline:focus,.wpgdprc-button.wpgdprc-button--white-alert.wpgdprc-button--outline:hover{background-color:#d03343;border-color:#d03343;border-width:1px;color:#fff}.wpgdprc-button.wpgdprc-button--white-alert:focus,.wpgdprc-button.wpgdprc-button--white-alert:hover,:root .wpgdprc-button.wpgdprc-button--white-alert.wpgdprc-button--active{background-color:#d03343;border-color:#d03343;color:#fff}.wpgdprc-button.wpgdprc-button--transparent{align-items:center;background-color:transparent;border:1px solid transparent;border-radius:3px;box-shadow:0 2px 4px 0 rgba(0,0,0,.2);box-shadow:none;color:#5a5a5a;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:700;justify-content:center;line-height:1.125;padding:.8125rem 1.125rem;position:relative;text-decoration:none;transition:all .25s cubic-bezier(0,.6,.7,1);width:auto}.wpgdprc-button.wpgdprc-button--transparent.wpgdprc-button--outline:not(:focus),.wpgdprc-button.wpgdprc-button--transparent.wpgdprc-button--outline:not(:hover){background-color:transparent;color:transparent}.wpgdprc-button.wpgdprc-button--transparent.wpgdprc-button--outline:focus,.wpgdprc-button.wpgdprc-button--transparent.wpgdprc-button--outline:hover{background-color:transparent;border-color:transparent;border-width:1px;color:#3c7c96}.wpgdprc-button.wpgdprc-button--transparent:focus,.wpgdprc-button.wpgdprc-button--transparent:hover,:root .wpgdprc-button.wpgdprc-button--transparent.wpgdprc-button--active{background-color:transparent;border-color:transparent;color:#3c7c96}.wpgdprc-button[disabled]{align-items:center;background-color:#f8f8f9;border:1px solid #f8f8f9;border-radius:3px;box-shadow:0 2px 4px 0 rgba(0,0,0,.2);color:#afafaf;cursor:pointer;cursor:not-allowed;display:inline-flex;font-size:1rem;font-weight:700;justify-content:center;line-height:1.125;padding:.8125rem 1.125rem;position:relative;text-decoration:none;transition:all .25s cubic-bezier(0,.6,.7,1);width:auto}.wpgdprc-button[disabled].wpgdprc-button--outline:not(:focus),.wpgdprc-button[disabled].wpgdprc-button--outline:not(:hover){background-color:transparent;color:#f8f8f9}.wpgdprc-button[disabled].wpgdprc-button--outline:focus,.wpgdprc-button[disabled].wpgdprc-button--outline:hover{background-color:#f8f8f9;border-color:#f8f8f9;border-width:1px;color:#afafaf}.wpgdprc-button[disabled]:focus,.wpgdprc-button[disabled]:hover,:root .wpgdprc-button[disabled].wpgdprc-button--active{background-color:#f8f8f9;border-color:#f8f8f9;color:#afafaf}:root .wpgdprc-button.wpgdprc-button--small{font-family:sofia-pro,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;font-size:.875rem;font-weight:700;line-height:1.1428571429;min-width:4.3125rem;padding:.5rem .875rem}:root .wpgdprc-button.wpgdprc-button--small.wpgdprc-button--transparent{box-shadow:none}.wpgdprc-button--transparent.wpgdprc-button--delete{color:#888}.wpgdprc-button--transparent.wpgdprc-button--delete:focus,.wpgdprc-button--transparent.wpgdprc-button--delete:hover{color:#3c7c96}.wpgdprc-button.wpgdprc-button--transparent.wpgdprc-button--white{color:#fff}.wpgdprc-button.wpgdprc-button--transparent.wpgdprc-button--white:focus,.wpgdprc-button.wpgdprc-button--transparent.wpgdprc-button--white:hover{color:hsla(0,0%,100%,.6)}:root .wpgdprc-button.wpgdprc-button--icon{min-width:0;padding:.5rem 1.125rem .3125rem 2.25rem}:root .wpgdprc-button.wpgdprc-button--icon .icon--wrap{font-size:.875rem;left:.75rem;position:absolute;top:50%;transform:translateY(-50%)}:root .wpgdprc-button.wpgdprc-button--icon .icon--wrap svg.icon{margin:0}.wpgdprc-button.wpgdprc-button--border{border-color:#d6d6d6}.wpgdprc-button.is-hidden{display:none}.wpgdprc .wpgdprc-form{margin-bottom:1rem}.wpgdprc .wpgdprc-form:last-child{margin-bottom:0}.hbspt-form label,.wpgdprc .wpgdprc-form__label,.wpgdprc .wpgdprc-form__legend{color:#000;display:block;font-weight:700;margin-bottom:1rem}.hbspt-form label~legend{margin-top:-1rem}.wpgdprc .wpgdprc-form__fields{list-style:none;margin-bottom:0;margin-left:0}.hbspt-form .hs-form-field,.wpgdprc-form__field{margin-bottom:1.4375rem}.hbspt-form .hs-form-field:last-child,.wpgdprc-form__field:last-child{margin-bottom:0}.wpgdprc-form__field--switch .wpgdprc-switch{margin-bottom:0;min-height:2.8125rem}.wpgdprc-form__field--switch-no-text .wpgdprc-switch__text{margin:0}.hbspt-form .hs-field-desc,.wpgdprc .wpgdprc-form__description{color:#888;font-size:.875rem;margin-bottom:.75rem}.hbspt-form .hs-form-booleancheckbox{margin:.625rem 0}.hbspt-form .legal-consent-container{color:#888;font-size:.875rem}.wpgdprc .wpgdprc-form__field--checkbox,.wpgdprc .wpgdprc-form__field--radio{align-items:center;display:flex;margin-bottom:0}.wpgdprc .wpgdprc-form__field--checkbox input,.wpgdprc .wpgdprc-form__field--radio input{aspect-ratio:1/1}.wpgdprc .wpgdprc-form__field--checkbox .wpgdprc-form__input,.wpgdprc .wpgdprc-form__field--radio .wpgdprc-form__input{align-self:flex-start;flex-shrink:0;margin-right:.5rem;width:auto}.wpgdprc .wpgdprc-form__field--checkbox .wpgdprc-form__label,.wpgdprc .wpgdprc-form__field--radio .wpgdprc-form__label{margin-bottom:0;margin-left:0;padding-left:0}.wpgdprc-form__input{width:100%}.wpgdprc .wpgdprc-form__input--textarea{line-height:1.8571428571;min-height:12.1875rem}.wpgdprc .wpgdprc-form__input--submit{width:auto}.wpgdprc-form__field--submit,.wpgdprc-form__field--submit .wpgdprc-consent-bar__notice,.wpgdprc-form__field--submit p,.wpgdprc-form__submit{text-align:right}.wpgdprc-form__footer{margin-top:1.4375rem}.wpgdprc .wpgdprc-status--processing,.wpgdprc .wpgdprc-status--removed{pointer-events:none}.wpgdprc .wpgdprc-status--removed{opacity:.5;text-decoration:line-through}.wpgdprc-checkbox{display:flex}.comment-form .wpgdprc-checkbox label{font-size:var(--global--font-size-xs);font-weight:400}.wpgdprc-switch{align-items:center;display:inline-flex}:root .wpgdprc-switch .wpgdprc-form__label{margin-bottom:0}.wpgdprc-switch.regular-text{width:auto}.wpgdprc-switch__text{font-size:.875rem;font-weight:700;margin-right:.9375rem}.wpgdprc-switch__switch{display:inline-block;height:2.25rem;position:relative;width:5.125rem}.wpgdprc-switch__input{height:0;opacity:0;width:0}.wpgdprc-switch__input:focus+.wpgdprc-switch__slider{box-shadow:0 0 8px 0 #3c7c96}.wpgdprc-switch__input:disabled{border:0}.wpgdprc-switch__input:disabled+.wpgdprc-switch__slider:after{opacity:1}.wpgdprc-switch__slider{background-color:#fff;border-radius:6.25rem;bottom:0;box-shadow:0 5px 10px 0 rgba(0,0,0,.1);cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;transition:.4s}.wpgdprc-switch__slider .icon--wrap{align-items:center;background-color:#888;border-radius:6.25rem;bottom:calc(50% - .875rem);color:#fff;display:flex;height:1.75rem;justify-content:center;left:4px;position:absolute;transition:.4s;width:2.4375rem}.wpgdprc-switch__slider:after{-webkit-animation:barberpole 1s linear infinite;animation:barberpole 1s linear infinite;background-image:repeating-linear-gradient(45deg,hsla(0,0%,100%,.4),hsla(0,0%,100%,.4) .5rem,hsla(0,0%,53%,.4) 0,hsla(0,0%,53%,.4) 1rem);background-size:200% 200%;content:" ";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .25s cubic-bezier(0,.6,.7,1);width:100%}.wpgdprc-switch__input:checked+.wpgdprc-switch__slider .icon--wrap{background-color:#176f3e}.wpgdprc-switch__input:checked+.wpgdprc-switch__slider .icon--wrap[data-icon=times]{opacity:0}.wpgdprc-switch__input:checked+.wpgdprc-switch__slider .icon--wrap{transform:translateX(35px)}.wpgdprc-switch--border .wpgdprc-switch__slider{border:1px solid #d8d8d8}.wpgdprc-switch--column{align-items:flex-start;flex-direction:column}.wpgdprc-switch--column .wpgdprc-switch__text{color:#000;font-size:1.125rem;margin-bottom:.625rem;margin-right:0}.wpgdprc-switch--no-margin-right .wpgdprc-switch__text{margin-right:0}.wpgdprc-message{display:flex;margin-bottom:1rem;position:relative}.wpgdprc-message:last-child{margin-bottom:0}.wpgdprc-message.fade-out{-webkit-animation-duration:.25s;animation-duration:.25s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:fade-out;animation-name:fade-out;-webkit-animation-timing-function:cubic-bezier(0,.6,.7,1);animation-timing-function:cubic-bezier(0,.6,.7,1)}.wpgdprc-message__icon{align-self:flex-start;margin-top:unset;order:0}.wpgdprc-message__icon svg{width:1.5rem}.wpgdprc-message__content{order:1}.wpgdprc-message.is-hidden{display:none}.wpgdprc-table{margin-bottom:1rem;width:100%}.wpgdprc-table:last-child{margin-bottom:0}.wpgdprc-table__th{font-weight:700}.wpgdprc-table__td:before{content:attr(data-title);display:none;font-weight:700;left:.625rem;overflow:hidden;padding-right:.625rem;position:absolute;top:.625rem;white-space:nowrap;width:45%}@media print,screen and (max-width:39.99875em){.wpgdprc-table,.wpgdprc-table__tbody,.wpgdprc-table__td,.wpgdprc-table__th,.wpgdprc-table__thead,.wpgdprc-table__tr{display:block}.wpgdprc-table__tr--thead{left:-9999px;position:absolute;top:-9999px}.wpgdprc-table__tr--tbody:nth-of-type(2n){background-color:#f8f8f9}.wpgdprc-table__td{border-left:0;border-right:0;border-top:0;min-height:2.5rem;padding-left:50%;position:relative}.wpgdprc-table__td:before{display:block}}@media print,screen and (min-width:40em){.wpgdprc-table{border-collapse:collapse}.wpgdprc-table .wpgdprc-table__td,.wpgdprc-table .wpgdprc-table__th{padding:.375rem;text-align:left}}.wpgdprc-admin-bar,.wpgdprc-consent-bar{bottom:0;font-family:inherit;font-family:var(--wp-gdpr--bar--font-family,inherit);left:0;margin:.9375rem;position:fixed;right:0;z-index:99999}.wpgdprc-admin-bar .wpgdprc-consent-bar__notice{text-align:center}.wpgdprc-consent-bar__inner{-webkit-animation:wpgdprcFadeIn .3s cubic-bezier(0,0,.2,1);animation:wpgdprcFadeIn .3s cubic-bezier(0,0,.2,1);background-color:var(--wp-gdpr--bar--background-color);border-radius:5px;box-shadow:0 2px 4px 0 rgba(0,0,0,.2);margin:0 auto;max-width:75rem;padding:1.25rem .625rem;text-align:center;z-index:999}.wpgdprc-consent-bar__inner,.wpgdprc-consent-bar__inner a{color:var(--wp-gdpr--bar--color)}.wpgdprc-consent-bar__container{display:flex;flex-wrap:wrap;position:relative}.wpgdprc-consent-bar__column{padding:0 10px}.wpgdprc-consent-bar__column:first-child{flex-grow:1}.wpgdprc-consent-bar__content{align-items:center;display:flex;flex-wrap:wrap;text-align:left;width:100%}.wpgdprc-consent-bar__column--notice{flex-grow:1;margin-bottom:.5rem}.wpgdprc-consent-bar__column--accept .wpgdprc-button,.wpgdprc-consent-bar__column--settings .wpgdprc-button{flex-grow:1;white-space:nowrap}.wpgdprc-consent-bar__notice{font-size:1rem}.wpgdprc-consent-bar__notice .wpgdprc-consent-bar__notice,.wpgdprc-consent-bar__notice p{margin-bottom:0}:root .wpgdprc-consent-bar button.wpgdprc-button--accept{align-items:center;background-color:var(--wp-gdpr--button--background-color);border-color:var(--wp-gdpr--button--background-color);border-radius:3px;box-shadow:0 2px 4px 0 rgba(0,0,0,.2);color:var(--wp-gdpr--button--color);cursor:pointer;display:inline-flex;font-size:1rem;font-weight:700;justify-content:center;line-height:1.1666666667;padding:.8125rem 1.125rem;position:relative;text-decoration:none;transition:all .25s cubic-bezier(0,.6,.7,1)}:root .wpgdprc-consent-bar button.wpgdprc-button--accept:focus,:root .wpgdprc-consent-bar button.wpgdprc-button--accept:hover{background-color:var(--wp-gdpr--button--background-color--darken);border-color:var(--wp-gdpr--button--background-color--darken)}:root .wpgdprc-consent-bar button.wpgdprc-button--settings{background-color:transparent;border-color:transparent;box-shadow:none;color:var(--wp-gdpr--bar--color)}:root .wpgdprc-consent-bar button.wpgdprc-button--settings:focus,:root .wpgdprc-consent-bar button.wpgdprc-button--settings:hover{background-color:transparent;border-color:transparent;box-shadow:none;opacity:.75}@media print,screen and (min-width:40em){.wpgdprc-consent-bar__column--notice{flex-grow:0;margin-bottom:0}.wpgdprc-consent-bar__column--settings{margin-left:0}.wpgdprc-consent-bar__content{flex-wrap:nowrap}}.wpgdprc-consent-bar--position-top{bottom:auto;top:0}@media screen and (min-width:48.9375em){.admin-bar .wpgdprc-consent-bar--position-top{top:2rem}}.admin-bar .wpgdprc-consent-bar--position-top{top:2.875rem}.wpgdprc-consent-bar--admin{margin:0;position:relative}.wpgdprc-consent-bar--admin .wpgdprc-consent-bar__notice{max-width:100%}.wpgdprc-consent-modal{display:none}.wpgdprc-consent-modal.is-open{display:block!important}.wpgdprc-consent-modal[aria-hidden=false] .wpgdprc-consent-modal__overlay{-webkit-animation:wpgdprcFadeIn .3s cubic-bezier(0,0,.2,1);animation:wpgdprcFadeIn .3s cubic-bezier(0,0,.2,1)}.wpgdprc-consent-modal[aria-hidden=true] .wpgdprc-consent-modal__overlay{-webkit-animation:wpgdprcFadeOut .3s cubic-bezier(0,0,.2,1);animation:wpgdprcFadeOut .3s cubic-bezier(0,0,.2,1)}.wpgdprc-consent-modal{font-family:inherit;font-family:var(--wp-gdpr--bar--font-family,inherit)}.wpgdprc-consent-modal__overlay{align-items:center;background:#000;background:rgba(0,0,0,.6);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;will-change:transform;z-index:999999}.wpgdprc-consent-modal__inner{background:#fff;border-radius:5px;box-shadow:0 10px 15px 0 rgba(0,0,0,.2);display:flex;flex-direction:column;height:80%;height:80vh;max-width:800px;overflow-y:auto;position:relative;width:90%;width:90vw}.wpgdprc-consent-modal__header{border-bottom:1px solid #ededed;padding:.9375rem}:root .wpgdprc-consent-modal__title{color:#000;font-size:1.25rem;font-weight:700;letter-spacing:0;margin-bottom:0}:root .wpgdprc-consent-modal__title--description{font-size:1.5rem;margin-bottom:.625rem}:root .wpgdprc-consent-modal button.wpgdprc-consent-modal__close{align-items:center;background-color:transparent;border:0;border-radius:3px;color:#5a5a5a;display:flex;height:40px;justify-content:center;margin:0;padding:0;position:absolute;right:.625rem;top:.75rem;transition:all .25s cubic-bezier(0,.6,.7,1);width:40px}:root .wpgdprc-consent-modal button.wpgdprc-consent-modal__close:focus,:root .wpgdprc-consent-modal button.wpgdprc-consent-modal__close:hover{background-color:#3c7c96;box-shadow:0 2px 4px 0 rgba(0,0,0,.2);color:#fff}:root .wpgdprc-consent-modal button.wpgdprc-consent-modal__close svg{pointer-events:none;width:.875rem}:root .wpgdprc-consent-modal button.wpgdprc-consent-modal__close svg path{fill:currentColor}.wpgdprc-consent-modal__body{border-bottom:1px solid #ededed;flex-grow:1}.wpgdprc-consent-modal__description{color:#8a8a8a;display:none;flex-direction:column;height:100%}.wpgdprc-consent-modal__description--active{display:block}.wpgdprc-consent-modal__information,.wpgdprc-consent-modal__navigation{padding:.9375rem;position:relative}.wpgdprc-consent-modal__information{flex-grow:1}.wpgdprc-consent-modal__navigation{border-bottom:1px solid #ededed;flex-shrink:0}.wpgdprc-consent-modal__navigation>a{display:block;margin-top:10px}.wpgdprc-consent-modal__navigation>a:first-child{margin-top:0}:root .wpgdprc-consent-modal__navigation-list{list-style:none;margin:0}:root .wpgdprc button.wpgdprc-consent-modal__navigation-button{background-color:transparent;border:0;color:#878787;font-size:1rem;letter-spacing:0;line-height:2.25;outline:none;padding:0;text-align:left}:root .wpgdprc button.wpgdprc-consent-modal__navigation-button:focus,:root .wpgdprc button.wpgdprc-consent-modal__navigation-button:hover{color:#3c7c96}:root .wpgdprc button.wpgdprc-consent-modal__navigation-button--active{color:#3c7c96;font-weight:700}:root .wpgdprc-content-modal__content{color:#5a5a5a;font-size:1rem;letter-spacing:0;line-height:1.625}:root .wpgdprc-content-modal__content h2{font-size:1.3125rem}:root .wpgdprc-content-modal__content>:not(h2):not(h3):not(h4):not(h5):not(h6):not(ul):not(ol){margin-bottom:1.625rem}:root .wpgdprc-content-modal__content>:not(h2):not(h3):not(h4):not(h5):not(h6):not(ul):not(ol):last-child{margin-bottom:0}.wpgdprc-content-modal__options{margin-top:auto}.wpgdprc-content-modal__options>*{margin-top:1.625rem}.wpgdprc-consent-modal__footer{display:flex;justify-content:flex-end;padding:.9375rem}:root .wpgdprc-consent-modal__footer .wpgdprc-button:not(.has-background){align-items:center;background-color:#3c7c96;border:1px solid #3c7c96;border-radius:3px;box-shadow:0 2px 4px 0 rgba(0,0,0,.2);color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:700;justify-content:center;line-height:1.125;padding:.8125rem 1.125rem;position:relative;text-decoration:none;transition:all .25s cubic-bezier(0,.6,.7,1);width:auto}:root .wpgdprc-consent-modal__footer .wpgdprc-button:not(.has-background).wpgdprc-button--outline:not(:focus),:root .wpgdprc-consent-modal__footer .wpgdprc-button:not(.has-background).wpgdprc-button--outline:not(:hover){background-color:transparent;color:#3c7c96}:root .wpgdprc-consent-modal__footer .wpgdprc-button:not(.has-background).wpgdprc-button--outline:focus,:root .wpgdprc-consent-modal__footer .wpgdprc-button:not(.has-background).wpgdprc-button--outline:hover{background-color:#2d5e72;border-color:#2d5e72;border-width:1px;color:#fff}:root .wpgdprc-consent-modal__footer .wpgdprc-button:not(.has-background):focus,:root .wpgdprc-consent-modal__footer .wpgdprc-button:not(.has-background):hover,:root :root .wpgdprc-consent-modal__footer .wpgdprc-button:not(.has-background).wpgdprc-button--active{background-color:#2d5e72;border-color:#2d5e72;color:#fff}:root .wpgdprc-consent-modal__footer .wpgdprc-button:not(.has-background):focus,:root .wpgdprc-consent-modal__footer .wpgdprc-button:not(.has-background):hover{background-color:#264f5f}.wpgdprc-consent-modal__footer__information{align-items:center;display:flex;flex-grow:1;position:relative}@media only screen and (min-width:768px){.wpgdprc-consent-modal__header{padding:1.5rem 1.5625rem}:root .wpgdprc-consent-modal button.wpgdprc-consent-modal__close{right:.9375rem;top:1.25rem}.wpgdprc-consent-modal__body{display:flex;flex-direction:row}.wpgdprc-consent-modal__information,.wpgdprc-consent-modal__navigation{padding:1.5625rem}.wpgdprc-consent-modal__navigation{border-bottom:0;width:14.1875rem}.wpgdprc-consent-modal__footer{padding:1.5625rem}}abbr.wpgdprc-required+abbr.required{display:none!important}@-webkit-keyframes wpgdprcFadeIn{0%{opacity:0}to{opacity:1}}@keyframes wpgdprcFadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes wpgdprcFadeOut{0%{opacity:1}to{opacity:0}}@keyframes wpgdprcFadeOut{0%{opacity:1}to{opacity:0}}.gform_wrapper .gfield_error label a,.gform_wrapper .gfield_validation_message a,.gform_wrapper .validation_message a{color:inherit}