[class*="sc_button_hover_slide"] {
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.sc_button_hover_just_init {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.sc_button_hover_arrow {
    position: relative;
    overflow: hidden;
    padding-left: 2em !important;
    padding-right: 2em !important;
}

.sc_button_hover_arrow:before {
    content: '\e8f4';
    font-family: 'fontello';
    position: absolute;
    z-index: 1;
    right: -2em !important;
    left: auto !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    background-color: transparent !important;
    color: inherit !important;
}

.sc_button_hover_arrow:hover:before,
.sc_button_hover_arrow.active:before {
    right: 0.5em !important;
}

/* Images (post featured) hovers----------------------------------------------------- */
.post_featured[class*="hover_"] {
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.post_featured[class*="hover_"],
.post_featured[class*="hover_"] * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.post_featured .mask {
    content: ' ';
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    filter: alpha(opacity=0);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.post_featured .post_info {
    position: absolute;
    z-index: 103;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.5, 0.5);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.5, 0.5);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.5, 0.5);
    transform: translateX(-50%) translateY(-50%) scale(0.5, 0.5);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    display: none;
    font-size: 1.1429em;
    line-height: 1.3em;
    width: 90%;
    text-align: center;
    margin: -1em auto 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.post_featured.hover_icon,
.post_featured.hover_icons {
    position: relative;
    display: block;
}

.post_featured.hover_icon .mask {
    background-color: rgba(0, 0, 0, 0.4);
}

.post_featured.hover_icon:hover .mask {
    opacity: 1;
    filter: alpha(opacity=100);
}

.post_featured.hover_icon .icons,
.post_featured.hover_icons .icons {
    position: absolute;
    z-index: 102;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.post_featured.hover_icon .icons a,
.post_featured.hover_icons .icons a {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    font-size: 1.7143em;
    cursor: pointer;
    display: block;
    width: 2.1667em;
    height: 2.1667em;
    line-height: 2.1667em;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3);
    transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3);
    -webkit-transition: all .5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
    -moz-transition: all .5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
    -ms-transition: all .5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
    -o-transition: all .5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
    transition: all .5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    margin-left: -1.3333em;
}

.post_featured.hover_icons .icons a.single_icon {
    margin-left: 0;
}

.post_featured.hover_icon .icons a {
    font-size: 1em;
    margin-left: 0;
    width: 3em;
    height: 3em;
    line-height: 3em;
    border-radius: 50%
}

.post_featured.hover_icons .icons a+a {
    margin-left: 1.3333em;
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -ms-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
}

.post_featured.hover_icon:hover .icons a,
.post_featured.hover_icons:hover .icons a {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1, 1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1, 1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1, 1);
    transform: translateX(-50%) translateY(-50%) scale(1, 1);
    -webkit-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -moz-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -ms-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -o-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.post_featured.hover_icons:hover .icons a+a {
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -ms-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
}

/* Hover Zoom:icons 'link' and 'zoom' */
.post_featured.hover_zoom:before {
    content: ' ';
    position: absolute;
    z-index: 101;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border: 2px solid #fff;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-transform: scale(0, 0) rotate(0deg);
    -moz-transform: scale(0, 0) rotate(0deg);
    -ms-transform: scale(0, 0) rotate(0deg);
    transform: scale(0, 0) rotate(0deg);
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.post_featured.hover_zoom:hover:before {
    -webkit-transform: scale(1, 1) rotate(45deg);
    -moz-transform: scale(1, 1) rotate(45deg);
    -ms-transform: scale(1, 1) rotate(45deg);
    transform: scale(1, 1) rotate(45deg);
}

.post_featured.hover_zoom .mask {
    background-color: rgba(255, 255, 255, 0.15);
}

.post_featured.hover_zoom:hover .mask {
    opacity: 1;
    filter: alpha(opacity=100);
}

.post_featured.hover_zoom .icons {
    position: absolute;
    z-index: 102;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: inline-block;
}

.post_featured.hover_zoom .icons a {
    display: inline-block;
    font-size: 18px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    position: relative;
    left: -50px;
    opacity: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.post_featured.hover_zoom .icons a+a {
    margin-left: 8px;
    left: 50px;
}

.post_featured.hover_zoom .icons a:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
}

.post_featured.hover_zoom:hover .icons a {
    left: 0;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.post_featured.hover_dots:hover .mask {
    opacity: 1;
    filter: alpha(opacity=100);
}

.post_featured.hover_dots .icons {
    position: absolute;
    z-index: 120;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.post_featured.hover_dots .icons span {
    position: absolute;
    z-index: 102;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: inline-block;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    opacity: 0;
    filter: alpha(opacity=0);
}

.post_featured.hover_dots:hover .icons span {
    opacity: 1;
    filter: alpha(opacity=100);
    display: inline-block;
}

.post_featured.hover_dots:hover .icons span:first-child {
    margin-left: -13px;
}

.post_featured.hover_dots:hover .icons span+span+span {
    margin-left: 13px;
}

.post_featured.hover_dots.hover_with_info .icons span {
    margin-top: 1em;
}

.post_featured.hover_dots .post_info {
    display: block;
    top: 45%
}

.post_featured.hover_dots:hover .post_info {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1, 1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1, 1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1, 1);
    transform: translateX(-50%) translateY(-50%) scale(1, 1);
    opacity: 1;
    filter: alpha(opacity=100);
}

/* Hover Fade, Slide, Pull, Border:Common Rules */
.post_featured.hover_fade,
.post_featured.hover_slide,
.post_featured.hover_pull,
.post_featured.hover_border {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.post_featured.hover_fade .post_info,
.post_featured.hover_slide .post_info,
.post_featured.hover_pull .post_info,
.post_featured.hover_border .post_info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    display: block;
    margin: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 1em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.post_featured.hover_fade .post_info .post_title,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_pull .post_info .post_title,
.post_featured.hover_border .post_info .post_title {
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.4em;
    margin: 0 0 0.5em;
    text-transform: uppercase;
    text-align: center;
}

.post_featured.hover_fade .post_info .post_descr,
.post_featured.hover_slide .post_info .post_descr,
.post_featured.hover_pull .post_info .post_descr,
.post_featured.hover_border .post_info .post_descr {
    margin: 0;
    position: relative;
    padding: 0.5em 1em;
    text-align: center;
}

.post_featured.hover_fade .post_info .post_title span,
.post_featured.hover_slide .post_info .post_title span,
.post_featured.hover_pull .post_info .post_title span,
.post_featured.hover_border .post_info .post_title span {
    font-weight: 700;
}

.post_featured.hover_fade .post_info .post_excerpt,
.post_featured.hover_slide .post_info .post_excerpt,
.post_featured.hover_pull .post_info .post_excerpt,
.post_featured.hover_border .post_info .post_excerpt {
    display: none;
}

.post_featured.hover_fade img,
.post_featured.hover_fade .post_info .post_info_back,
.post_featured.hover_fade .post_info .post_title,
.post_featured.hover_fade .post_info .post_descr,
.post_featured.hover_slide img,
.post_featured.hover_slide .post_info .post_info_back,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr,
.post_featured.hover_pull img,
.post_featured.hover_pull .post_info .post_info_back,
.post_featured.hover_pull .post_info .post_title,
.post_featured.hover_pull .post_info .post_descr,
.post_featured.hover_border img,
.post_featured.hover_border .post_info .post_info_back,
.post_featured.hover_border .post_info .post_title,
.post_featured.hover_border .post_info .post_descr {
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.post_featured.hover_fade .post_info .post_excerpt,
.post_featured.hover_slide .post_info .post_excerpt,
.post_featured.hover_pull .post_info .post_excerpt,
.post_featured.hover_border .post_info .post_excerpt {
    margin-top: 1em;
    display: none;
}

.post_featured.hover_fade:hover .mask {
    opacity: 1;
    filter: alpha(opacity=100);
}

.post_featured.hover_fade .post_info .post_info_back {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    padding: 15px;
    margin-top: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.post_featured.hover_fade.top_to_bottom .post_info .post_info_back {
    margin-top: -100%
}

.post_featured.hover_fade.bottom_to_top .post_info .post_info_back {
    margin-top: 100%
}

.post_featured.hover_fade.left_to_right .post_info .post_info_back {
    margin-left: -100%
}

.post_featured.hover_fade.right_to_left .post_info .post_info_back {
    margin-left: 100%
}

.post_featured.hover_fade:hover .post_info .post_info_back {
    margin: 0 !important;
    opacity: 1;
    filter: alpha(opacity=100);
}

.post_featured.hover_slide .mask {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.post_featured.hover_slide:hover .mask {
    opacity: 1;
    filter: alpha(opacity=100);
}

.post_featured.hover_slide .post_info,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr {
    text-align: left;
}

.post_featured.hover_slide img,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr {
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr {
    position: relative;
    margin: 0;
}

.post_featured.hover_slide .post_info .post_title {
    padding: 0 0 15px;
    margin: 30px 30px 15px;
    overflow: hidden;
}

.post_featured.hover_slide .post_info .post_title:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.post_featured.hover_slide:hover .post_info .post_title:after {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.post_featured.hover_slide img {
    max-width: none;
    width: calc(100% + 20px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
}

.post_featured.hover_slide:hover img {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.post_featured.hover_slide .post_info,
.post_featured.hover_slide .post_info .post_title,
.post_featured.hover_slide .post_info .post_descr {
    text-align: left;
}

.post_featured.hover_slide .post_info .post_descr {
    padding: 0 30px 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.post_featured.hover_slide:hover .post_info .post_descr {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.post_featured.hover_pull .post_info,
.post_featured.hover_pull .post_info .post_title,
.post_featured.hover_pull .post_info .post_descr {
    text-align: left;
}

.post_featured.hover_pull .post_info .post_title,
.post_featured.hover_pull .post_info .post_descr {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    margin: 0;
}

.post_featured.hover_pull:hover img {
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    transform: translateY(-60px);
}

.post_featured.hover_pull:hover .post_info .post_title {
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    -o-transform: translateY(-70px);
    transform: translateY(-70px);
}

.post_featured.hover_pull .post_info .post_descr {
    height: 60px;
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    transform: translateY(60px);
}

.post_featured.hover_pull:hover .post_info .post_descr {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.post_featured.hover_border:hover .mask {
    opacity: 1;
    filter: alpha(opacity=100);
}

.post_featured.hover_border .post_info:before,
.post_featured.hover_border .post_info:after {
    content: ' ';
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    pointer-events: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.post_featured.hover_border .post_info:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}

.post_featured.hover_border:hover .post_info:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.post_featured.hover_border .post_info:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
}

.post_featured.hover_border:hover .post_info:after {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.post_featured.hover_border .post_info .post_info_back {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    padding: 45px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.post_featured.hover_border img,
.post_featured.hover_border .post_info .post_title,
.post_featured.hover_border .post_info .post_descr {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.post_featured.hover_border:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.post_featured.hover_border .post_info .post_title,
.post_featured.hover_border .post_info .post_descr {
    opacity: 0;
    filter: alpha(opacity=0);
    position: relative;
    text-align: center;
    margin: 0;
}

.post_featured.hover_border .post_info .post_title {
    font-size: 1.2em;
    padding: 0 0 15px;
    -webkit-transform: translateY(-1em);
    -moz-transform: translateY(-1em);
    -ms-transform: translateY(-1em);
    -o-transform: translateY(-1em);
    transform: translateY(-1em);
}

.post_featured.hover_border:hover .post_info .post_title {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.post_featured.hover_border .post_info .post_descr {
    padding: 0;
    -webkit-transform: translateY(1em);
    -moz-transform: translateY(1em);
    -ms-transform: translateY(1em);
    -o-transform: translateY(1em);
    transform: translateY(1em);
}

.post_featured.hover_border:hover .post_info .post_descr {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.post_featured.hover_border .post_info .post_info_item+.post_info_item:before {
    content: ' ';
    display: block;
    margin: 0.5em 0 0 0;
}

/* Hover Shop (icons) */
.post_featured.hover_shop {
    position: relative;
    display: block;
}

.post_featured.hover_shop:hover .mask {
    opacity: 1;
    filter: alpha(opacity=100);
}

.post_featured.hover_shop .icons {
    position: absolute;
    z-index: 102;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.post_featured.hover_shop .icons a {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    font-size: 1.2632em !important;
    padding: 0 !important;
    letter-spacing: 0 !important;
    cursor: pointer;
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em !important;
    text-align: center;
    border: 3px solid #ddd !important;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3) rotate(45deg);
    -webkit-transition: all .5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
    -moz-transition: all .5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
    -ms-transition: all .5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
    -o-transition: all .5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
    transition: all .5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    margin-left: -1.76em;
}

.product-category .post_featured.hover_shop .icons a {
    margin-left: 0;
}

.post_featured.hover_shop .icons a.added_to_cart {
    display: none;
}

.post_featured.hover_shop .icons a+a,
.post_featured.hover_shop .icons a+a+a {
    margin-left: 1.76em;
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -ms-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
}

.post_featured.hover_shop .icons a.shop_cart:before {
    font-family: 'fontello' !important;
    font-weight: 400 !important;
    content: '\e93d' !important;
}

.post_featured.hover_shop .icons a:before,
.post_featured.hover_shop .icons a:after {
    margin: 0 !important;
    padding: 0 !important;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.post_featured.hover_shop .icons a:after {
    position: absolute;
    top: 25%;
    left: 25%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    font-size: 0.6em;
}

.post_item:hover .post_featured.hover_shop .icons a,
.post_featured.hover_shop:hover .icons a {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1, 1) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1, 1) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1, 1) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) scale(1, 1) rotate(45deg);
    -webkit-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -moz-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -ms-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -o-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.post_item:hover .post_featured.hover_shop .icons a+a,
.post_item:hover .post_featured.hover_shop .icons a+a+a,
.post_featured.hover_shop:hover .icons a+a,
.post_featured.hover_shop:hover .icons a+a+a {
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -ms-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
}

/* Hover Shop (buttons) */
.post_featured.hover_shop_buttons {
    position: relative;
    display: block;
}

.post_featured.hover_shop_buttons .mask {
    display: none;
}

.post_featured.hover_shop_buttons .icons {
    position: absolute;
    z-index: 102;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.post_featured.hover_shop_buttons .icons a {
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: -5em;
    font-size: 1em !important;
    letter-spacing: 0 !important;
    display: block;
    text-transform: none !important;
    width: 50%;
    text-align: center;
    padding: 0.5em 1em !important;
    pointer-events: all;
}

.product-category .post_featured.hover_shop_buttons .icons a {
    width: 100%
}

.post_featured.hover_shop_buttons .icons a.added_to_cart {
    display: none;
}

.post_featured.hover_shop_buttons .icons a+a,
.post_featured.hover_shop_buttons .icons a+a+a {
    left: 50%
}

.post_featured.hover_shop_buttons .icons a:before {
    font-family: 'fontello' !important;
    font-weight: 400 !important;
    content: '\e93d' !important;
}

.post_featured.hover_shop_buttons .icons a.shop_link:before {
    content: '\e8b5' !important;
}

.post_item:hover .post_featured.hover_shop_buttons .icons a,
.post_featured.hover_shop_buttons:hover .icons a {
    bottom: 0;
}

.sc_layouts_column .sc_layouts_item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.5em;

}

.login_area {
    width: 200px !important;
}

.sc_layouts_column .sc_layouts_item:last-child {
    margin-right: 0;
    width: 300px;
}

.socialsbar {
    width: 120px !important;

}

.sc_layouts_column_align_right .sc_layouts_item {
    margin-left: 2em;
    margin-right: 0;
}

.sc_layouts_column_align_right .sc_layouts_item:first-child {
    margin-left: 0;
}

.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_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_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;
}


body.frontpage .sc_layouts_hide_on_frontpage,
body.error404 .sc_layouts_hide_on_frontpage {
    display: none !important;
}

.sc_layouts_row_delimiter {
    border-bottom: 1px solid #ddd;
}

.sc_layouts_item_link {
    display: block;
}

.sc_layouts_item_icon {
    font-size: 2em;
    line-height: 1.1em;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}

.sc_layouts_item_details {
    display: inline-block;
    vertical-align: middle;
}

.sc_layouts_item_icon+.sc_layouts_item_details {
    margin-left: 0.4em;
}

.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-weight: 400;
    font-size: 13px;
    line-height: 16px;
}

.sc_layouts_item_details_line2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
}

.sc_layouts_column_icons_position_right .sc_layouts_item:after {
    content: ' ';
    width: 100%;
    height: 0;
    clear: both;
}

.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;
}

/* Row type:Narrow-------------------------------------------------- */

.sc_layouts_row_type_narrow {
    font-size: 13px;
    line-height: 19px;
    padding: 0.5em 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.sc_layouts_row_type_narrow .sc_layouts_item {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.sc_layouts_row_type_narrow .sc_layouts_item_icon,
.sc_layouts_row_type_narrow .sc_layouts_item input[type="text"] {
    font-size: inherit;
    font-weight: inherit;
    line-height: 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;
    font-weight: inherit;
    line-height: 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 {
    margin-right: -15px;
}

.sc_layouts_row_type_narrow .socials_wrap .social_item {
    margin-right: 15px;
}

.sc_layouts_row_type_narrow .socials_wrap .social_item a {
    width: auto;
    height: auto;
    line-height: inherit;
    font-size: 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.sc_layouts_row_type_narrow .sc_button_wrap .sc_button {
    background-color: transparent;
    border: 1px solid #efa758;
    color: #efa758;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    padding: 1em 2em;
    letter-spacing: 0;
    vertical-align: top;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    -ms-border-radius: 10em;
    border-radius: 10em;
}

/* Row type:Compact-------------------------------------------------- */
.sc_layouts_row_type_compact {
    padding: 1em 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.sc_layouts_row_type_compact .sc_layouts_column {
    margin-bottom: 1.1em;
}

.sc_layouts_row_type_compact .sc_layouts_item {
    margin-top: 1.5em;
}

.sc_layouts_row_type_compact .sc_layouts_item_icon {
    font-size: 1.25em;
    font-weight: 400;
}

.sc_layouts_row_type_compact .sc_layouts_item_icon.trx_addons_icon-menu {
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 600;
}

.sc_layouts_row_type_compact .sc_layouts_item_icon.trx_addons_icon-menu:before {
    font-size: 1.5em;
    line-height: 0.8em;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
}

.sc_layouts_row_type_compact .sc_layouts_item input[type="text"] {
    font-size: inherit;
    font-weight: inherit;
    line-height: 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;
    font-weight: inherit;
    line-height: 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 .social_item a {
    width: 3em;
    height: 3em;
    line-height: 3em;
    font-size: 1rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.sc_layouts_row_type_compact .sc_button_wrap .sc_button {
    background-color: #efa758;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 1.5em 3em;
    letter-spacing: 0.5px;
    vertical-align: top;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    -ms-border-radius: 10em;
    border-radius: 10em;
}

/* Row type:Normal-------------------------------------------------- */
.sc_layouts_row_type_normal {
    padding: 7.5em 0 6em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.sc_layouts_row_type_normal .sc_layouts_item {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.sc_layouts_row_type_normal .sc_button_wrap .sc_button {
    background-color: #efa758;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 1.5em 3em;
    letter-spacing: 0.5px;
    vertical-align: top;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    -ms-border-radius: 10em;
    border-radius: 10em;
}

.sc_layouts_row_fixed_placeholder {
    display: none;
}

.sc_layouts_row_fixed_on+.sc_layouts_row_fixed_placeholder {
    display: block;
}

.sc_layouts_row_fixed_on {
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 !important;
    background-color: #fff;
}

.sc_layouts_row_type_compact.sc_layouts_row_fixed_on,
.sc_layouts_row_type_normal.sc_layouts_row_fixed_on {
    padding-top: 0;
    padding-bottom: 0;
}

.sc_layouts_row.sc_layouts_row_fixed_on .sc_layouts_logo img {
    max-height: 45px;
}

.sc_layouts_row_type_compact.sc_layouts_row_fixed_on .sc_layouts_item {
    margin-top: 1.1em;
}

.sc_layouts_row.sc_layouts_row_fixed_on .sc_layouts_menu_nav {
    margin: 0.4em 0;
}

.sc_layouts_logo img {
    max-height: 80px;
    width: auto;
}

.sc_layouts_row_type_compact .sc_layouts_logo img {
    max-height: 60px;
}

.sc_layouts_row_type_narrow .sc_layouts_logo img {
    max-height: 40px;
}

.sc_layouts_logo .logo_text {
    display: block;
}

.sc_layouts_logo .logo_slogan {
    display: block;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0;
}

.sc_layouts_menu_mobile_button {
    display: none;
}

.sc_layouts_menu_mobile_button_burger {
    display: inline-block;
}

/* Menu:common rules----------------------------------------- */
.sc_layouts_menu_nav,
.sc_layouts_menu_nav ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sc_layouts_menu_nav:after,
.sc_layouts_menu_nav ul:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}

.sc_layouts_menu_nav li {
    margin: 0;
    position: relative;
}

.sc_layouts_menu_nav li>a {
    display: block;
    position: relative;
}

.sc_layouts_menu_nav {
    text-align: left;
    vertical-align: middle;
    line-height: inherit;
    margin: 0.89em 0;
    padding-right: 0.7em;
    border-right: 1px solid #e3e3e3;
    position: relative;
}

.sc_layouts_menu_nav>li {
    position: relative;
    float: left;
    z-index: 20;
}

.sc_layouts_menu_nav>li+li {
    z-index: 19;
}

.sc_layouts_menu_nav>li+li+li {
    z-index: 18;
}

.sc_layouts_menu_nav>li+li+li+li {
    z-index: 17;
}

.sc_layouts_menu_nav>li+li+li+li+li {
    z-index: 16;
}

.sc_layouts_menu_nav>li+li+li+li+li+li {
    z-index: 15;
}

.sc_layouts_menu_nav>li+li+li+li+li+li+li {
    z-index: 14;
}

.sc_layouts_menu_nav>li+li+li+li+li+li+li+li {
    z-index: 13;
}

.sc_layouts_menu_nav>li+li+li+li+li+li+li+li+li {
    z-index: 12;
}

.sc_layouts_menu_nav>li+li+li+li+li+li+li+li+li+li {
    z-index: 11;
}

.sc_layouts_menu_nav>li>a {
    padding: 0 1.3em;
    position: relative;
    color: #333;
}

.sc_layouts_menu_nav>li>a:hover,
.sc_layouts_menu_nav>li.sfHover>a,
.sc_layouts_menu_nav>li.current-menu-item>a,
.sc_layouts_menu_nav>li.current-menu-parent>a,
.sc_layouts_menu_nav>li.current-menu-ancestor>a {
    color: #efa758;
}

.sc_layouts_menu_nav>li.menu-item-has-children>a {
    padding-right: 2em;
}

.sc_layouts_menu_nav>li.menu-item-has-children>a:after {
    content: '\e882';
    font-family: 'trx_addons_icons';
    font-weight: normal;
    display: inline-block;
    position: absolute;
    top: 55%;
    right: 1em;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sc_layouts_menu_nav li li.menu-item-has-children>a:after {
    content: '\e884';
    font-family: 'trx_addons_icons';
    font-weight: normal;
    position: absolute;
    right: 1.5em;
    top: 50%;
    margin-top: -0.75em;
}

.sc_layouts_menu_nav li[class*="icon-"]:before {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.sc_layouts_menu_nav>li[class*="icon-"]>a {
    padding-left: 2em;
}

.sc_layouts_menu_nav>li[class*="icon-"]:before {
    position: absolute;
    display: inline-block;
    z-index: 1;
    left: 0.5em;
    top: 0;
    padding: 0.8em 0 1em;
    width: 1em;
    line-height: inherit;
}

.sc_layouts_menu_nav>li[class*="columns-"][class*="icon-"]:before {
    position: static;
    margin: 0 0 0 0.5em;
    float: left;
}

.sc_layouts_menu_nav>li[class*="columns-"][class*="icon-"]>a {
    float: left;
    margin-left: -1.5em;
}

.sc_layouts_menu_nav>li ul {
    position: absolute;
    display: none;
    z-index: 10000;
    width: 250px;
    padding: 1.4em 0;
    text-align: left;
    background-color: #f0f0f0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.sc_layouts_menu_nav>li li>a {
    padding: 0.2em 2em;
    color: #333;
}

.sc_layouts_menu_nav>li li>a:hover,
.sc_layouts_menu_nav>li li.sfHover>a,
.sc_layouts_menu_nav>li li.current-menu-item>a,
.sc_layouts_menu_nav>li li.current-menu-parent>a,
.sc_layouts_menu_nav>li li.current-menu-ancestor>a {
    color: #efa758;
}

.sc_layouts_menu_nav>li li[class*="icon-"]>a>span {
    display: inline-block;
    padding-left: 1.6667em;
}

.sc_layouts_menu_nav>li li[class*="icon-"]:before {
    position: absolute;
    z-index: -1;
    left: 1.6667em;
    top: 6px;
    color: #333;
}

.sc_layouts_menu_nav>li li[class*="icon-"]:hover:before,
.sc_layouts_menu_nav>li li[class*="icon-"].shHover:before,
.sc_layouts_menu_nav>li li.current-menu-item:before,
.sc_layouts_menu_nav>li li.current-menu-parent:before,
.sc_layouts_menu_nav>li li.current-menu-ancestor:before {
    color: #efa758;
}

.sc_layouts_menu_nav>li>ul {
    top: 3.5em;
    left: 0;
    margin-left: -0.7em;
}

.sc_layouts_menu_nav>li>ul ul {
    left: 240px;
    top: -1.4em;
    margin: 0;
}

.sc_layouts_menu_nav>li>ul ul.submenu_left {
    left: -13em;
    margin: 0 0 0 -2px;
}

.sc_layouts_menu_nav>li[class*="columns-"] {
    position: static;
}

.sc_layouts_menu_nav>li[class*="columns-"]>ul {
    left: 0;
    right: 0;
    width: 100%;
    margin-left: 0;
}

.sc_layouts_menu_nav>li[class*="columns-"]>ul>li {
    display: inline-block;
    vertical-align: top;
}

.sc_layouts_menu_nav>li.columns-2>ul>li {
    width: 50%
}

.sc_layouts_menu_nav>li.columns-3>ul>li {
    width: 33.3333%
}

.sc_layouts_menu_nav>li.columns-4>ul>li {
    width: 25%
}

.sc_layouts_menu_nav>li.columns-5>ul>li {
    width: 20%
}

.sc_layouts_menu_nav>li[class*="columns-"] li.menu-item-has-children>a:after {
    display: none;
}

.sc_layouts_menu_nav>li[class*="columns-"]>ul ul {
    position: static !important;
    display: block !important;
    margin-left: 0;
    padding: 0;
    left: auto;
    top: auto;
    width: auto;
    vertical-align: top;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.menu_hover_slide_line>ul>li#blob,
.menu_hover_slide_box>ul>li#blob {
    position: absolute;
    top: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.menu_hover_slide_line>ul>li.blob_over:not(.current-menu-item):not(.current-menu-parent):not(.current-menu-ancestor):hover,
.menu_hover_slide_line>ul>li.blob_over:not(.current-menu-item):not(.current-menu-parent):not(.current-menu-ancestor).sfHover {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.menu_hover_slide_line>ul>li#blob {
    height: 2px;
    margin: 1.75em 0 0 1.3em;
}

.menu_hover_zoom_line>ul>li>a {
    position: relative;
}

.menu_hover_zoom_line>ul>li>a:before {
    content: "";
    height: 1px;
    position: absolute;
    margin-left: 0.25em;
    top: 3em;
    left: 50%;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
}

.menu_hover_zoom_line>ul>li>a:hover:before,
.menu_hover_zoom_line>ul>li.sfHover>a:before,
.menu_hover_zoom_line>ul>li.current-menu-item>a:before,
.menu_hover_zoom_line>ul>li.current-menu-parent>a:before,
.menu_hover_zoom_line>ul>li.current-menu-ancestor>a:before {
    width: 80%
}

.menu_hover_path_line>ul>li>a {
    position: relative;
}

.menu_hover_path_line>ul>li:before,
.menu_hover_path_line>ul>li:after,
.menu_hover_path_line>ul>li>a:before,
.menu_hover_path_line>ul>li>a:after {
    content: ' ' !important;
    position: absolute;
    -webkit-transition: -webkit-transform 0.1s;
    -ms-transition: -ms-transform 0.1s;
    transition: transform 0.1s;
    -webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
    -ms-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
    transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
}

.menu_hover_path_line>ul>li:before,
.menu_hover_path_line>ul>li:after {
    top: 0.5em;
    bottom: 0.5em;
    width: 1px;
    /*height: 100%;
*/
    -webkit-transform: scale3d(1, 0, 1);
    -ms-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
}

.menu_hover_path_line>ul>li:before {
    left: 0.2em;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.menu_hover_path_line>ul>li:after {
    right: 0.2em;
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%
}

.menu_hover_path_line>ul>li>a:before,
.menu_hover_path_line>ul>li>a:after,
.menu_hover_path_line>ul>li.menu-item-has-children>a:after {
    left: 0.2em;
    right: 0.2em;
    height: 1px;
    -webkit-transform: scale3d(0, 1, 1);
    -ms-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
}

.menu_hover_path_line>ul>li>a:before {
    top: 0.5em;
    bottom: auto;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.menu_hover_path_line>ul>li>a:after,
.menu_hover_path_line>ul>li.menu-item-has-children>a:after {
    top: auto;
    bottom: 0.5em;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

/* Delays (first reverse, then current) */
.menu_hover_path_line>ul>li>a:after,
.menu_hover_path_line>ul>li.menu-item-has-children>a:after {
    -webkit-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.menu_hover_path_line>ul>li>a:hover:after,
.menu_hover_path_line>ul>li.sfHover>a:after,
.menu_hover_path_line>ul>li.menu-item-has-children>a:hover:after,
.menu_hover_path_line>ul>li.sfHover.menu-item-has-children>a:after {
    -webkit-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}

.menu_hover_path_line>ul>li:before {
    -webkit-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.menu_hover_path_line>ul>li:hover:before,
.menu_hover_path_line>ul>li.sfHover:before {
    -webkit-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.menu_hover_path_line>ul>li>a:before {
    -webkit-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.menu_hover_path_line>ul>li.sfHover>a:before,
.menu_hover_path_line>ul>li>a:hover:before {
    -webkit-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.menu_hover_path_line>ul>li.sfHover:after,
.menu_hover_path_line>ul>li:hover:after {
    -webkit-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.menu_hover_path_line>ul>li.sfHover:before,
.menu_hover_path_line>ul>li:hover:before,
.menu_hover_path_line>ul>li.sfHover:after,
.menu_hover_path_line>ul>li:hover:after,
.menu_hover_path_line>ul>li.sfHover>a:before,
.menu_hover_path_line>ul>li>a:hover:before,
.menu_hover_path_line>ul>li>a:hover:after,
.menu_hover_path_line>ul>li.sfHover>a:after {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.menu_hover_roll_down>ul>li>a:before {
    content: ' ';
    position: absolute;
    top: 3.3em;
    left: 1.5em;
    right: 1.5em;
    height: 1px;
    opacity: 0;
    -webkit-transform: translate3d(0, -3em, 0);
    -ms-transform: translate3d(0, -3em, 0);
    transform: translate3d(0, -3em, 0);
    -webkit-transition: -webkit-transform 0s 0.3s, opacity 0.2s;
    -ms-transition: transform 0s 0.3s, opacity 0.2s;
    transition: transform 0s 0.3s, opacity 0.2s;
}

.menu_hover_roll_down>ul>li>a:hover:before,
.menu_hover_roll_down>ul>li.sfHover>a:before,
.menu_hover_roll_down>ul>li.current-menu-item>a:before,
.menu_hover_roll_down>ul>li.current-menu-ancestor>a:before,
.menu_hover_roll_down>ul>li.current-menu-parent>a:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.1s;
    -ms-transition: -webkit-transform 0.3s, opacity 0.1s;
    transition: transform 0.3s, opacity 0.1s;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.menu_hover_roll_down>ul>li>a>span {
    display: block;
    pointer-events: none;
}

.menu_hover_roll_down>ul>li.sfHover>a>span,
.menu_hover_roll_down>ul>li>a:hover>span,
.menu_hover_roll_down>ul>li.current-menu-item>a>span,
.menu_hover_roll_down>ul>li.current-menu-ancestor>a>span,
.menu_hover_roll_down>ul>li.current-menu-parent>a>span {
    -webkit-animation: anim-roll-down 0.3s forwards;
    -ms-animation: anim-roll-down 0.3s forwards;
    animation: anim-roll-down 0.3s forwards;
}

@-webkit-keyframes anim-roll-down {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes anim-roll-down {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.menu_hover_color_line>ul>li>a:hover:before,
.menu_hover_color_line>ul>li>a:focus:before {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}

.menu_hover_color_line>ul>li>a:before,
.menu_hover_color_line>ul>li>a:after,
.menu_hover_color_line>ul>li.menu-item-has-children>a:after {
    content: ' ' !important;
    position: absolute;
    top: 3.3em;
    left: 1.5em;
    right: 1.5em !important;
    margin: 0;
    height: 1px;
    -webkit-transform: scale3d(0, 1, 1);
    -ms-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
    -webkit-transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -ms-transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.menu_hover_color_line>ul>li>a:hover,
.menu_hover_color_line>ul>li.sfHover>a:after,
.menu_hover_color_line>ul>li>a:hover:after,
.menu_hover_color_line>ul>li>a:before {
    -webkit-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.menu_hover_color_line>ul>li.sfHover>a:after,
.menu_hover_color_line>ul>li.menu-item-has-children>a:hover:after,
.menu_hover_color_line>ul>li>a:hover:after,
.menu_hover_color_line>ul>li.sfHover>a:before,
.menu_hover_color_line>ul>li>a:hover:before,
.menu_hover_color_line>ul>li.current-menu-item>a:after,
.menu_hover_color_line>ul>li.current-menu-item>a:before,
.menu_hover_color_line>ul>li.current-menu-ancestor>a:after,
.menu_hover_color_line>ul>li.current-menu-ancestor>a:before,
.menu_hover_color_line>ul>li.current-menu-parent>a:after,
.menu_hover_color_line>ul>li.current-menu-parent>a:before {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.menu_hover_color_line>ul>li.sfHover>a:before,
.menu_hover_color_line>ul>li>a:hover:before {
    -webkit-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}

.search_wrap,
.search_wrap .search_form {
    position: relative;
}

.search_wrap .search_field {
    width: 6em;
    padding: 0 0 0 1.75em;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.search_wrap .search_submit {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: transparent;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.search_wrap .search_submit:before {
    margin: 0;
}

.sc_layouts_row_type_narrow .search_wrap .search_field,
.sc_layouts_row_type_compact .search_wrap .search_field {
    border: none;
    background-color: transparent;
}

.sc_layouts_row_type_compact .search_wrap .search_submit {
    font-size: 1.25em;
    font-weight: 400;
}

.sc_layouts_column_icons_position_right .search_wrap .search_field {
    padding: 0 1.75em 0 0;
}

.sc_layouts_column_icons_position_right .search_wrap .search_submit {
    left: auto;
    right: 0;
}

.sc_layouts_row_type_normal .search_wrap .search_field {
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 1.5em 0 3em;
    width: 15em;
    height: 4.7727em;
    line-height: 4.7727em;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    -ms-border-radius: 3em;
    border-radius: 3em;
}

.sc_layouts_row_type_normal .search_wrap .search_submit {
    display: block;
    font-size: 11px;
    text-align: center;
    width: 1em;
    height: 4.7727em;
    line-height: 4.7727em;
    position: absolute;
    bottom: auto;
    top: 0;
    left: 1em;
}

.sc_layouts_row_type_normal .search_wrap .search_submit:before {
    font-size: 13px;
}

.sc_layouts_row_type_normal .sc_layouts_column_icons_position_right .search_wrap .search_submit {
    left: auto;
    right: 1em;
}

.sc_layouts_row_type_normal .sc_layouts_column_icons_position_right .search_wrap .search_field {
    padding: 1em 3em 1em 1.5em;
}

.search_wrap.search_style_expand .search_field {
    width: 0;
    visibility: hidden;
}

.search_style_expand.search_opened .search_field {
    width: 6em;
    visibility: visible;
}

.sc_layouts_row_type_normal .sc_layouts_column .search_style_expand .search_field {
    height: 4.7727em;
    line-height: 4.7727em;
    padding-top: 0;
    padding-bottom: 0;
    visibility: visible;
}

.sc_layouts_row_type_normal .sc_layouts_column .search_style_expand:not(.search_opened) .search_field {
    padding: 0 2.3em 0 2.3em;
}

.sc_layouts_row_type_normal .sc_layouts_column .search_style_expand.search_opened .search_field {
    width: 15em;
}

.sc_layouts_row_type_normal .sc_layouts_column .search_style_expand:not(.search_opened) .search_submit {
    width: 4.7727em;
    left: 0;
    right: auto;
}

.search_style_fullscreen .search_field {
    width: 0;
    visibility: hidden;
}

.search_style_fullscreen .search_field,
.search_style_fullscreen .search_submit,
.search_style_fullscreen .search_submit:before {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.search_style_fullscreen.search_opened .search_field,
.search_style_fullscreen.search_opened .search_submit,
.search_style_fullscreen.search_opened .search_submit:before {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen .search_field {
    width: 0;
    height: 4.7727em;
    line-height: 4.7727em;
    padding-top: 0;
    padding-bottom: 0;
    visibility: visible;
}

.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen:not(.search_opened) .search_field {
    padding: 0 2.3em 0 2.3em;
}

.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen:not(.search_opened) .search_submit {
    width: 4.7727em;
    left: 0;
    right: auto;
}

.search_style_fullscreen .search_close {
    display: none;
}

.search_style_fullscreen .search_close:before {
    margin: 0;
}

.search_style_fullscreen.search_opened .search_close {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    font-size: 2rem;
    font-weight: 300;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.search_style_fullscreen.search_opened .search_form_wrap {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: hidden;
}

.search_style_fullscreen.search_opened .search_form {
    position: relative;
    width: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-bottom: 1px solid #fff;
    font-size: 1em;
}

.search_style_fullscreen.search_opened .search_results {
    top: 0;
    display: none !important;
}

.search_style_fullscreen.search_opened .search_submit:before {
    font-size: inherit;
}

.search_style_fullscreen.search_opened .search_submit,
.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen.search_opened .search_submit {
    position: absolute;
    left: 0 !important;
    right: auto !important;
    top: 50%;
    font-size: 2rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search_style_fullscreen.search_opened .search_field,
.sc_layouts_row_type_normal .sc_layouts_column .search_style_fullscreen.search_opened .search_field {
    font-size: 2rem !important;
    font-weight: 400 !important;
    line-height: 3em !important;
    height: 3em;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 0 0 2em;
    border: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    resize: none;
    overflow: hidden;
    display: block;
    visibility: visible;
    width: 100%
}

.search_style_fullscreen.search_opened .search_field,
.search_style_fullscreen.search_opened .search_field:hover,
.search_style_fullscreen.search_opened .search_field:focus {
    background-color: transparent !important;
}

.content .search_wrap {
    max-width: 50%;
    margin: 0;
}

.post_item_none_search .search_wrap,
.post_item_none_archive .search_wrap {
    max-width: none;
}

.content .search_wrap .search_form_wrap {
    width: 100%
}

.content .search_wrap .search_form_wrap .search_field {
    width: 100%
}

.post_item_none_search .search_wrap .search_field,
.post_item_none_archive .search_wrap .search_field {
    padding: 1.2em 3em 1em 1em;
}

.post_item_none_search .search_wrap .search_submit,
.post_item_none_archive .search_wrap .search_submit {
    right: 1em;
    top: 0.2em;
    left: auto;
}

.content .search_wrap .search_results {
    width: 100%
}

.search_wrap .search_results {
    display: none;
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 3.5em;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    width: 22em;
    padding: 2em 1.5em;
    text-align: left;
}

.search_wrap .search_results:after {
    content: " ";
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    position: absolute;
    top: -6px;
    left: 3em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.search_wrap .search_results .search_results_close {
    position: absolute;
    top: 3px;
    right: 3px;
    display: block;
    text-align: center;
    overflow: hidden;
    font-size: 1em;
    width: 1.2em;
    height: 1.2em;
    line-height: 1.2em;
    cursor: pointer;
}

.search_wrap .post_more {
    display: block;
    text-align: center;
}

.search_wrap .post_meta {
    font-style: normal;
}

.sc_layouts_title_caption {
    margin: 0 auto;
}

.sc_layouts_title_breadcrumbs {
    margin: 0.2em;
}

.sc_layouts_title_meta+.sc_layouts_title_title>.sc_layouts_title_caption {
    font-size: 3em;
    line-height: 1.2em;
    margin: 0.2em 0 0.2em;
}

.sc_layouts_title_caption img {
    display: inline-block;
    max-height: 1.5em;
    vertical-align: middle;
    width: auto;
    margin: -0.2em 0.2em 0 0;
}

.sc_layouts_title_link {
    display: inline-block;
    margin: 0.5em 0 2em;
}

.sc_layouts_title_meta .post_edit:before {
    margin-right: 0.5em;
}

.sc_layouts_title_description {
    font-size: 13px;
    line-height: 19px;
    margin: 4px auto 1em;
    max-width: 75%
}

.sc_layouts_title_description p {
    margin: 0;
}

.sc_layouts_featured.with_content {
    position: relative;
    min-height: 0em;
}

.sc_layouts_featured.with_image {
    min-height: 40rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.sc_layouts_featured.with_image.with_content:before {
    content: ' ';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.sc_layouts_featured .sc_layouts_featured_content {
    position: relative;
    z-index: 2;
}

.sc_layouts_featured.with_image .sc_layouts_featured_content {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sc_content_width_1_1 {
    width: 1170px;
}

.sc_content_width_1_2 {
    width: 585px;
}

.sc_content_width_1_3 {
    width: 390px;
}

.sc_content_width_2_3 {
    width: 780px;
}

.sc_content_width_1_4 {
    width: 292.5px;
}

.sc_content_width_3_4 {
    width: 877.5px;
}

.trx_addons_container,
.trx_addons_container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.trx_addons_columns_wrap {
    margin-right: -30px;
}

.trx_addons_columns_wrap>[class*="trx_addons_column-"] {
    padding-right: 30px;
}

.trx_addons_columns_wrap.columns_padding_left {
    margin-left: -30px;
}

.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;
}

.trx_addons_columns_wrap.columns_padding_right {
    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-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: 30px;
}

.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_hover_mask {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.trx_addons_scroll_to_top {
    border: none;
}

.menu_style_right .trx_addons_scroll_to_top {
    right: 7rem;
}

.menu_style_left .sc_layouts_row_fixed_on {
    padding-left: 6rem;
}

.menu_style_right .sc_layouts_row_fixed_on {
    padding-right: 6rem;
}

.header_position_under .top_panel .wpb_row {
    background-color: transparent !important;
}

.swiper-container-horizontal>.swiper-pagination,
.slider_swiper_outer>.swiper-pagination {
    bottom: 1em;
}

.slider_swiper .slider_pagination_wrap,
.slider_swiper_outer .slider_pagination_wrap {
    color: #fff;
}

.slider_swiper .swiper-pagination-bullet,
.slider_swiper_outer .swiper-pagination-bullet {
    border: 2px solid #fff;
    background-color: transparent;
    width: 10px;
    height: 10px;
}

.sidebar .swiper-container-horizontal>.swiper-pagination,
.sidebar .slider_swiper_outer>.swiper-pagination {
    bottom: 0.5em;
}

.sidebar .slider_swiper .swiper-pagination-bullet,
.sidebar .slider_swiper_outer .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
}

.slider_style_modern .swiper-container-horizontal>.swiper-pagination,
.slider_style_modern>.swiper-pagination {
    bottom: 0;
}

.sidebar .slider_swiper_outer .slider_controls_wrap,
.sidebar .slider_swiper.slider_controls_side .slider_controls_wrap {
    display: none;
}

.slider_swiper.slider_controls_side .slider_controls_wrap>a,
.slider_outer_controls_side .slider_controls_wrap>a {
    width: 3.33em;
    height: 3.33em;
    line-height: 3.33em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid;
}

.slider_swiper.slider_controls_side .slider_controls_wrap>.slider_prev,
.slider_outer_controls_side .slider_controls_wrap>.slider_prev {
    opacity: 0;
    filter: alpha(opacity=0);
    margin-left: -100px;
    left: 0;
}

.slider_swiper.slider_controls_side .slider_next,
.slider_outer_controls_side .slider_controls_wrap>.slider_next {
    opacity: 0;
    filter: alpha(opacity=0);
    margin-right: -100px;
    right: 0;
}

.slider_swiper.slider_controls_side:hover .slider_controls_wrap>a,
.slider_outer_controls_side:hover+.slider_controls_wrap>a {
    opacity: 1;
    filter: alpha(opacity=100);
    margin-left: 24px;
    margin-right: 24px;
}

.slider_swiper.slider_controls_side .slider_controls_wrap>a:before,
.slider_outer_controls_side .slider_controls_wrap>a:before {
    font-family: 'fontello';
    font-size: 1.6em;
}

.slider_swiper.slider_controls_side .slider_controls_wrap>.slider_prev:before,
.slider_outer_controls_side .slider_controls_wrap>.slider_prev:before {
    content: '\e837'
}

.slider_swiper.slider_controls_side .slider_controls_wrap>.slider_next:before,
.slider_outer_controls_side .slider_controls_wrap>.slider_next:before {
    content: '\e836'
}

.slider_style_modern .slider_controls_label span:first-child {
    font-style: italic;
    letter-spacing: 0;
}

.slider_style_modern .slider_controls_label span+span {
    font-size: 1.6667em;
    line-height: 1.25em;
    margin-top: 0.2em;
}

.sc_slider_controller .slider_swiper_outer.slider_outer_controls_side .slider_controls_wrap>a,
.slider_style_modern .slider_swiper.slider_controls_side .slider_controls_wrap>a,
.slider_style_modern.slider_outer_controls_side .slider_controls_wrap>a {
    opacity: 1;
    filter: alpha(opacity=100);
}

.header_widgets_wrap .slider_swiper .slide_overlay.slide_overlay_large {
    background-color: transparent;
}

.slider_swiper.slider_titles_center .slide_info.slide_info_large {
    padding: 3em 2em;
    width: 50%
}

.header_widgets_wrap .slider_swiper.slider_titles_center:not(.slider_multi) .slide_info.slide_info_large {
    width: 18em;
}

.sidebar .slider_swiper.slider_multi .slide_info:not(.slide_info_large),
.sidebar .slider_swiper .slide_info:not(.slide_info_large) {
    bottom: 8px;
}

.slider_swiper .slide_info {
    line-height: 1.3em;
}

.slider_swiper .slide_info.slide_info_large .slide_cats {
    color: transparent !important;
}

.slider_swiper .slide_info.slide_info_large .slide_cats a {
    font-size: 0.8667em;
    line-height: 1.7333em;
    font-weight: 500;
    text-transform: uppercase;
}

.slider_swiper .slide_info.slide_info_large .slide_title {
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0.5em 0;
}

.slider_swiper .slide_info.slide_info_large .slide_date {
    font-size: 0.9333em;
    font-style: italic;
}

.sidebar .slider_swiper.slider_multi .slide_title,
.sidebar .slider_swiper .slide_info:not(.slide_info_large) .slide_title {
    font-size: 1em;
}

.sidebar .slider_swiper.slider_multi .slide_date,
.sidebar .slider_swiper .slide_info:not(.slide_info_large) .slide_date {
    font-size: 12px;
    line-height: 16px;
}

.slider_titles_outside_wrap {
    bottom: 1rem;
}

.slider_titles_outside_wrap .slide_cats,
.slider_titles_outside_wrap .slide_subtitle {
    font-style: italic;
    letter-spacing: 0;
}

.sc_slider_controller_info {
    font-size: 1.3333em;
    line-height: 1.2em;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0;
    width: 85%
}

.sc_slider_controller_titles .sc_slider_controller_info {
    text-transform: uppercase;
}

.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;
}

.footer_wrap .sc_layouts_item {
    margin-top: 0;
    margin-bottom: 0;
}

.widget.widget_bg_image {
    padding: 2em 1.5em !important;
}

.widget.widget_bg_image * {
    color: #aaa !important;
}

.widget.widget_bg_image .widget_title,
.widget.widget_bg_image .widget_content a {
    color: #ddd !important;
}

.widget.widget_bg_image .widget_title,
.widget.widget_bg_image .widget_content a:hover {
    color: #fff !important;
}

.widget_aboutme .aboutme_avatar img {
    width: 100%;
    height: auto;
}

.widget_aboutme .aboutme_username {
    text-align: left;
    font-size: 1em;
}

.widget_aboutme .aboutme_description {
    margin-top: 1em;
    text-align: left;
    line-height: 1.6em;
}

.trx_addons_audio_player {
    padding: 2.6em 3.466em;
}

.sidebar .trx_addons_audio_player,
.footer_wrap .trx_addons_audio_player,
.trx_addons_audio_player.with_cover {
    padding: 0.8em 1em;
}

.trx_addons_audio_player.without_cover {
    border: none;
    background-color: transparent;
}

.trx_addons_audio_player .audio_author {
    font-size: 0.866em;
    font-weight: 600;
    font-style: normal;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0.4em;
    margin-bottom: 1.4em;
    text-transform: uppercase;
    letter-spacing: 0.24em;
}

.trx_addons_audio_player .audio_caption {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.35em;
    letter-spacing: 0.02em;
    text-transform: none;
}

.trx_addons_audio_player .audio_author+.audio_caption {
    margin: -0.6em 0 0.4em;
}

.trx_addons_audio_player .mejs-container .mejs-controls .mejs-time {
    font-size: 10px !important;
    font-weight: 400;
}

.sidebar .trx_addons_audio_player .mejs-container .mejs-controls .mejs-time,
.footer_wrap .trx_addons_audio_player .mejs-container .mejs-controls .mejs-time {
    display: none;
}

.trx_addons_audio_player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.trx_addons_audio_player .mejs-controls .mejs-time-rail .mejs-time-total,
.trx_addons_audio_player .mejs-controls .mejs-time-rail .mejs-time-buffering,
.trx_addons_audio_player .mejs-controls .mejs-time-rail .mejs-time-loaded,
.trx_addons_audio_player .mejs-controls .mejs-time-rail .mejs-time-current,
.trx_addons_audio_player .mejs-controls a.mejs-horizontal-volume-slider,
.trx_addons_audio_player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.trx_addons_audio_player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    height: 3px !important;
}

.widget .trx_addons_tabs .trx_addons_tabs_titles li {
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3em;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.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;
}

.widget_categories_list[class*="column-"] [class*="column-"],
.sidebar .widget_categories_list [class*="column-"] {
    width: 100%;
    float: none;
    overflow: hidden;
}

.widget_categories_list[class*="column-"] [class*="column-"]+[class*="column-"],
.sidebar .widget_categories_list [class*="column-"]+[class*="column-"] {
    margin-top: 0.5em;
}

.widget_categories_list[class*="column-"] .categories_list_style_1 .categories_list_item,
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_item {
    text-align: left;
}

.widget_categories_list[class*="column-"] .categories_list_style_1 .categories_list_image,
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_image {
    display: inline-block;
    width: 20%
}

.widget_categories_list[class*="column-"] .categories_list_style_1 .categories_list_image img,
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_image img {
    width: 100%;
    height: auto;
}

.widget_categories_list[class*="column-"] .categories_list_style_1 .categories_list_title,
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_title {
    display: inline-block;
    width: 70%;
    margin: 0;
    font-size: 1em;
    padding-left: 1em;
    text-align: left;
    text-transform: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.widget_contacts[class*="column-"] .contacts_info .contacts_left,
.widget_contacts[class*="column-"] .contacts_info .contacts_right,
.sidebar .widget_contacts .contacts_info .contacts_left,
.sidebar .widget_contacts .contacts_info .contacts_right {
    display: block;
    width: 100%;
    margin: 0;
    text-align: left;
}

.widget_contacts[class*="column-"] .contacts_description,
.widget_contacts[class*="column-"] .contacts_info,
.sidebar .widget_contacts .contacts_description,
.sidebar .widget_contacts .contacts_info {
    margin-top: 3em;
}

.widget_contacts[class*="column-"] .contacts_socials,
.sidebar .widget_contacts .contacts_socials {
    margin-top: 2.4em;
}

/* Recent posts & Most Popular posts & Search Results */
.widget_area .post_item,
.widget .post_item {
    overflow: hidden;
    text-align: left;
    margin-bottom: 0;
    position: relative;
    background-color: transparent !important;
}

.widget .post_item+.post_item {
    margin-top: 2em;
    padding-top: 0;
    border-top: none;
}

.search_results.widget_area .post_item+.post_item {
    border-top: 1px solid #e5e5e5;
    margin-top: 1.6em;
    padding-top: 1.6em;
}

.widget_area .post_item .post_content,
.widget .post_item .post_content {
    overflow: hidden;
}

.widget_area .post_item .post_thumb,
.widget .post_item .post_thumb {
    float: left;
    width: 6rem;
    height: 4.66rem;
    margin: 0 1.33em 4px 0;
    overflow: hidden;
}

.widget_area .post_item .post_thumb img,
.widget .post_item .post_thumb img {
    width: 100%
}

.widget_area .post_item .post_title,
.widget .post_item .post_title {
    font-weight: 400;
    margin: -2px 0 9px 0;
    text-align: left;
}

.widget_area .post_item .post_info,
.widget .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,
.widget .post_item .post_info .post_info_item+.post_info_item:before {
    content: "";
    margin: 0 0 0 1.2em;
}

.widget_area .post_item .post_categories,
.widget .post_item .post_categories {
    font-size: 11px;
    font-weight: 400;
    line-height: 15px;
    text-transform: uppercase;
    margin-top: -2px;
    margin-bottom: 1em;
    position: relative;
    padding-right: 3em;
}

.widget_area .post_item .post_categories .post_info_counters,
.widget .post_item .post_categories .post_info_counters {
    position: absolute;
    right: 0;
    top: 0;
}

.slider_engine_revo .widget_socials {
    width: 10em;
}

.slider_engine_revo .widget_socials .socials_wrap {
    text-align: left;
    min-width: 160px !important;
}

.slider_engine_revo .widget_socials .social_item {
    display: inline-block;
}

.slider_engine_revo .widget_socials .social_item+.social_item {
    margin-left: 0.5em;
}

.slider_engine_revo .widget_socials .social_item span {
    background-color: transparent !important;
    width: auto;
    height: auto;
    font-size: 13px !important;
    line-height: 1.5em;
    display: inline;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.slider_engine_revo .widget_socials .social_item a {
    background-color: transparent;
    background: none;
}

.slider_engine_revo .widget_socials .social_item a:hover span {
    background-color: transparent;
}

.slider_engine_revo .widget_socials .social_item a:hover span:before {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}

.widget_twitter .widget_content ul {
    padding-left: 2em;
    list-style-type: none;
}

.widget_twitter .widget_content ul>li {
    position: relative;
    text-align: left;
}

.widget_twitter .widget_content ul>li+li {
    margin-top: 1.5em;
}

.widget_twitter .widget_content ul>li:before {
    position: absolute;
    z-index: 1;
    display: inline-block;
    font-size: 1.2em;
    font-style: normal;
    left: -1.5em;
    top: 0;
    background-color: transparent;
}

.widget_twitter .widget_content .sc_twitter_item .sc_twitter_item_icon {
    text-align: center;
    font-size: 1.6em;
    font-style: normal;
    margin-bottom: 0.8em;
}

.widget_twitter .widget_content .sc_twitter_item a,
.widget_twitter .widget_content ul>li a {
    font-weight: normal;
}

.trx_addons_video_player.with_cover .video_hover {
    font-size: 2.8em;
    width: 5.733rem;
    height: 5.733rem;
    line-height: 5.733rem;
    border: none;
}

.trx_addons_video_player.with_cover .video_hover:hover {
    width: 9.7rem;
    height: 9.7rem;
    line-height: 9.7rem;
}

.trx_addons_video_player.with_cover .video_hover:before {
    content: '\e8ec';
    font-family: 'fontello'
}

.widget_video .trx_addons_video_player.with_cover .video_hover {
    font-size: 2.4em;
    overflow: visible;
}

.sidebar .trx_addons_video_player.with_cover .video_hover,
.footer_wrap .trx_addons_video_player.with_cover .video_hover {
    font-size: 1.8em;
}

.mobile_layout .trx_addons_video_player.with_cover .video_hover {
    opacity: 1;
    margin-top: 0;
}

.trx_addons_video_player.with_cover .video_hover:after {
    content: '';
    border: 3px solid rgba(256, 256, 256, 0.2);
    width: 9.33rem;
    height: 9.33rem;
    display: block;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.trx_addons_hover_style_zoomin .trx_addons_hover_content .trx_addons_hover_title {
    display: none;
}

[class*="sc_button_hover_"]:not(.sc_button_bg_image) {
    -webkit-transition: color 0.3s ease !important, border-color 0.3s ease !important, background-position 0.3s ease !important, background-color 0 linear 0.3s !important;
    -moz-transition: color 0.3s ease !important, border-color 0.3s ease !important, background-position 0.3s ease !important, background-color 0 linear 0.3s !important;
    -ms-transition: color 0.3s ease !important, border-color 0.3s ease !important, background-position 0.3s ease !important, background-color 0 linear 0.3s !important;
    -o-transition: color 0.3s ease !important, border-color 0.3s ease !important, background-position 0.3s ease !important, background-color 0 linear 0.3s !important;
    transition: color 0.3s ease !important, border-color 0.3s ease !important, background-position 0.3s ease !important, background-color 0 linear 0.3s !important;
}

.sc_item_subtitle {
    font-size: 1.533em;
    font-style: normal;
    font-family: PermanentMarker;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0;
    line-height: 1.5em;
}

.sc_item_title {
    letter-spacing: 0.02em;
    line-height: 1.2em;
}

.sc_item_title.sc_item_title_style_large,
.sc_item_title.sc_item_title_style_blue_sub,
.sc_item_title.sc_item_title_style_yellow_sub {
    font-size: 3.66rem;
}

.sc_item_title.sc_item_title_style_large+.sc_item_descr {
    margin-top: 2.6em;
}

.sc_item_subtitle.sc_item_title_style_blue_sub+.sc_item_title {
    margin-top: 0.3em;
}

.sc_item_title.sc_item_title_style_yellow_sub+.sc_item_descr {
    margin-top: 2.6rem;
}

.sc_item_subtitle+.sc_item_title {
    margin-top: 0.19em;
}

.sc_item_title+.sc_item_descr,
.sc_item_subtitle+.sc_item_descr,
.sc_item_subtitle+.sc_item_slider,
.sc_item_descr+.sc_item_slider,
.sc_item_title+.sc_item_columns,
.sc_item_subtitle+.sc_item_columns,
.sc_item_descr+.sc_item_columns,
.sc_item_title+.sc_item_content,
.sc_item_subtitle+.sc_item_content,
.sc_item_descr+.sc_item_content {
    margin-top: 3rem;
}

.sc_item_title+.sc_item_slider {
    margin-top: 2.1rem;
}

.sc_item_descr {
    margin-bottom: 0;
}

.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 {
    margin-top: 3rem;
}

.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 {
    margin-top: 1.6rem;
}

.trx_addons_hover_content .trx_addons_hover_links a+a {
    margin-left: 0.7em;
}

.sc_action_item_default .sc_action_item_subtitle {
    font-size: 2em;
    line-height: 1.2em;
}

.sc_action_item_default .sc_action_item_subtitle+.sc_action_item_title {
    margin-top: 0;
}

.sc_action_item_event.with_image .sc_action_item_inner {
    padding: 2.4em 2em;
}

.sc_action_item_event .sc_action_item_image+.sc_action_item_subtitle {
    margin-top: 0.8em;
}

.sc_action_item_event .sc_action_item_title {
    margin-top: 0;
    margin-bottom: 0.3em;
}

.sc_action_item_date {
    font-size: 1em;
    line-height: 1.3em;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.8em 0;
    border-style: dotted;
}

.sc_action_item_description {
    font-style: normal;
    letter-spacing: 0.02em;
}

.sc_action_item_info {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3em;
    padding: 1em 0 0;
    letter-spacing: 0;
    border-style: dotted;
}

.menu_side_inner #toc_menu {
    display: block;
}

.menu_side_icons #toc_menu {
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
}

.menu_side_icons .toc_menu_item .toc_menu_description,
.menu_side_inner>.toc_menu_item .toc_menu_description {
    font-size: 1.0667em;
    line-height: 1.3em;
    font-weight: bold;
    text-transform: uppercase;
    top: 1px;
}

.menu_side_inner>.toc_menu_item .toc_menu_description {
    top: 0;
}

.menu_side_icons .toc_menu_item:hover .toc_menu_description,
.menu_side_inner>.toc_menu_item:hover .toc_menu_description {
    margin-right: 0;
}

.menu_side_icons .toc_menu_item .toc_menu_description:before,
.menu_side_inner>.toc_menu_item .toc_menu_description:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 6rem;
}

.menu_side_icons .toc_menu_item .toc_menu_description span,
.menu_side_inner>.toc_menu_item .toc_menu_description span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 3em;
    letter-spacing: 3px;
    margin-top: 5px;
}

.menu_side_icons .toc_menu_item .toc_menu_icon,
.menu_side_inner>.toc_menu_item .toc_menu_icon {
    width: 100%;
    height: 6rem;
    line-height: 6rem;
    border-top: 1px solid #ddd;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
}

.menu_side_inner>.toc_menu_item .toc_menu_icon {
    border-top: none;
}

.menu_side_icons .toc_menu_item .toc_menu_icon:before,
.menu_side_inner>.toc_menu_item .toc_menu_icon:before {
    font-size: 2rem;
    font-weight: normal;
    line-height: inherit;
}

.menu_side_dots #toc_menu .toc_menu_item .toc_menu_icon {
    text-align: center;
}

.menu_side_dots #toc_menu .toc_menu_item .toc_menu_icon:before {
    content: ' ';
    width: 5px;
    height: 5px;
    line-height: inherit;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.menu_side_dots #toc_menu .toc_menu_item_active .toc_menu_icon:before {
    width: 9px;
    height: 9px;
}

.menu_style_left .toc_menu_item .toc_menu_description {
    left: -20em;
    right: auto;
}

.menu_style_left .toc_menu_item:hover .toc_menu_description {
    left: 100%;
    right: auto;
}

.sc_blogger_item_featured .post_featured {
    margin-bottom: 0;
}

.sc_blogger .sc_blogger_item .sc_blogger_post_meta {
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.5em;
}

.sc_blogger .sc_item_button .sc_button_simple:before,
.sc_blogger .sc_item_button .sc_button_simple:after {
    top: 2px;
}

.sc_blogger_default .sc_blogger_item {
    padding: 2.1429em;
}

.sc_blogger_default .sc_blogger_item .sc_blogger_item_content {
    left: 45%;
    width: 55%
}

.sc_blogger_default .sc_blogger_item .sc_blogger_post_meta {
    margin-top: 0.6em;
}

.sc_blogger_default .sc_blogger_item .sc_blogger_item_featured {
    margin-bottom: 0;
}

.sc_blogger_classic .sc_blogger_item .sc_blogger_item_content {
    padding: 3em;
}

.sc_blogger_classic .sc_blogger_item .sc_blogger_post_meta {
    margin-top: 0.4em;
}

.sc_blogger_classic .sc_blogger_item .sc_blogger_item_excerpt {
    margin-top: 1.5em;
}

.sc_blogger_classic .sc_blogger_item .sc_blogger_item_excerpt_text {
    line-height: 1.6em;
    max-height: 5em;
}

.sc_blogger_classic .sc_blogger_item .sc_blogger_item_excerpt_text p {
    margin: 0;
}

.sc_blogger_classic .sc_blogger_item_button {
    margin-top: 1.5em;
}

.sc_blogger_classic .sc_blogger_item .more-link {
    background-color: transparent;
}

button:not(.search_submit),
.sc_item_button a,
.sc_form button,
.sc_price_link,
.sc_action_item_link {
    cursor: pointer;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 1.459em 3.5em;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0.2em;
    border: none;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    -ms-border-radius: 10em;
    border-radius: 10em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-transition-duration: 1.5s, 1s, 0s;
    transition-duration: 1.5s, 1s, 1s, 0s;
    -webkit-transition-property: opacity, -webkit-transform, background;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform, background;
    -webkit-transition-delay: .6s, 0s;
    transition-delay: .6s, 0s;
    -webkit-transition-timing-function: cubic-bezier(.42, 0, .03, .985);
    transition-timing-function: cubic-bezier(.42, 0, .03, .985);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

button:not(.search_submit):hover,
.sc_item_button a:hover,
.sc_form button:hover,
.sc_price_link:hover,
.sc_action_item_link:hover {
    background: transparent !important;
    -webkit-transition-delay: .6s, .35s;
    transition-delay: .6s, .35s;
}

button:not(.search_submit):before,
.sc_item_button a:not(.sc_button_simple):not(.sc_button_hover_slide_left):before,
.sc_form button:before,
.sc_price_link:before,
.sc_action_item_link:before {
    content: '';
    width: 300px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transition: -webkit-transform .25s 0s;
    transition: transform .25s 0s;
    transition: transform .25s 0s, -webkit-transform .25s 0s;
    background: #4f3f92;
    border-radius: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
    -moz-transform: translate3d(-50%, -50%, 0) scale(0);
    -ms-transform: translate3d(-50%, -50%, 0) scale(0);
    transform: translate3d(-50%, -50%, 0) scale(0);
}

button:not(.search_submit):after,
.sc_item_button a:not(.sc_button_simple):not(.sc_button_hover_slide_left):after,
.sc_form button:after,
.sc_price_link:after,
.sc_action_item_link:after {
    content: '';
    width: 300px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transition: -webkit-transform .25s 0s;
    transition: transform .25s 0s;
    transition: transform .25s 0s, -webkit-transform .25s 0s;
    background: 0 0;
    border: 5px solid #4f3f92;
    border-radius: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
    -moz-transform: translate3d(-50%, -50%, 0) scale(0);
    -ms-transform: translate3d(-50%, -50%, 0) scale(0);
    transform: translate3d(-50%, -50%, 0) scale(0);
}

.mejs-container .mejs-controls .mejs-button button:before {
    content: none;
}

button:not(.search_submit):hover:before,
.sc_item_button a:not(.sc_button_simple):not(.sc_button_hover_slide_left):hover:before,
.sc_form button:hover:before,
.sc_price_link:hover:before,
.sc_action_item_link:hover:before {
    -webkit-transition: -webkit-transform .5s .15s;
    transition: -webkit-transform .5s .15s;
    transition: transform .5s .15s;
    transition: transform .5s .15s, -webkit-transform .5s .15s;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    -moz-transform: translate3d(-50%, -50%, 0) scale(1);
    -ms-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1);
}

button:not(.search_submit):hover:after,
.sc_item_button a:not(.sc_button_simple):not(.sc_button_hover_slide_left):hover:after,
.sc_form button:hover:after,
.sc_price_link:hover:after,
.sc_action_item_link:hover:after {
    -webkit-transition: -webkit-transform .5s 0s;
    transition: -webkit-transform .5s 0s;
    transition: transform .5s 0s;
    transition: transform .5s 0s, -webkit-transform .5s 0s;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    -moz-transform: translate3d(-50%, -50%, 0) scale(1);
    -ms-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1);
}

.sc_button_simple {
    text-transform: uppercase;
    font-size: 0.8667em;
    letter-spacing: 3px;
}

.sc_button_simple:before,
.sc_button_simple:after {
    content: '\e93a';
    font-family: 'fontello';
    top: -2px;
    font-style: normal;
}

.sc_item_button .sc_button_simple:not(.sc_button_bg_image) {
    background: none !important;
    background-color: transparent;
}

.sc_item_button .sc_button_simple {
    font-style: italic;
    font-weight: 400;
    font-size: 1.0667em;
    line-height: 1.25em;
    letter-spacing: 0;
    text-transform: none;
    border: none;
    padding: 0 1.8em 0 0;
}

.sc_item_button .sc_button_simple:before,
.sc_item_button .sc_button_simple:after {
    font-style: normal;
    line-height: inherit;
    top: 3px;
}

.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;
    -moz-box-shadow: none;
    box-shadow: none;
}

.sc_form[class*="scheme_"] {
    padding: 5em;
}

.sc_form_description {
    font-style: normal;
}

.sc_form_detailed .sc_form_info {
    padding: 5.33em 5.33em 6.4em;
    z-index: 2;
    position: relative;
}

.sc_form_title+.sc_form_form,
.sc_form_subtitle+.sc_form_form,
.sc_form_descr+.sc_form_form {
    margin-top: 4em;
}

.sc_form .sc_form_info_item .sc_form_info_icon:before {
    font-family: 'fontello'
}

.sc_form .sc_form_info_item_address .sc_form_info_icon:before {
    content: '\e8fd'
}

.sc_form .sc_form_info_item_email .sc_form_info_icon:before {
    content: '\e8fa'
}

.sc_form .sc_form_info_item_phone .sc_form_info_icon:before {
    content: '\e8f5'
}

.sc_form_field,
.sc_form_modern .sc_form_field {
    margin-bottom: 20px;
}

.sc_form_field_button {
    margin-top: 0;
    margin-bottom: 0;
}

.sc_form button:after {
    content: ' '
}

.sc_form_default .sc_form_field_button:before {
    content: ' ';
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}

.sc_form_default .sc_form_field_button {
    text-align: left;
}

.sc_form_modern .sc_form_field_button {
    text-align: center;
}

.sc_form_detailed button {
    display: block;
    width: auto;
    margin: 50px 0 0;
}

.sc_form_field_title {
    text-transform: none;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.8em;
    margin-bottom: 0.8em;
}

label.required .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 input[type="text"],
.sc_form textarea {
    
    font-size: 13px;
    line-height: 1.2em;
    font-style: normal;
    padding: 1.347em 1.76em;
}

[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;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2em;
    letter-spacing: 1px;
    padding: 1.4em 1.4em !important;
}

[class*="sc_input_hover_"] .sc_form_field_hover {
    font-size: 1em;
}

[class*="sc_input_hover_"] .sc_form_field_content {
    font-size: 1em;
    line-height: 1.2em;
}

[class*="sc_input_hover_"] label.required:after {
    display: none;
}

[class*="sc_input_hover_"] label.required .sc_form_field_content:after {
    font-size: 110%
}

.sc_form_modern form:not([class*="sc_input_hover_"]) textarea {
    min-height: 9.8em;
}

.sc_input_hover_accent .sc_form_field_hover:before {
    height: 3em;
}

.sc_input_hover_accent textarea+.sc_form_field_hover:before {
    height: 9em;
}

.sc_input_hover_path .sc_form_field_content {
    padding-top: 2em;
}

.sc_input_hover_path textarea+.sc_form_field_hover>.sc_form_field_content {
    padding-top: 2em;
}

.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_content:before {
    top: -190%
}

.sc_input_hover_jump .sc_form_field_content {
    padding: 1.5em;
}

.sc_input_hover_underline .sc_form_field_hover:before {
    height: 2px;
}

.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 {
    -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 {
    -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 {
    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);
}

.sc_input_hover_iconed .sc_form_field_hover {
    padding: 0.45em !important;
}

.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;
}

.sc_googlemap_content_detailed {
    font-size: 0.8421em;
    position: absolute;
    z-index: 1000;
    width: 20em;
    left: 26%;
    top: 26%;
    padding: 1.3em 2.5em;
    line-height: 1.2em;
}

.sc_googlemap_content_detailed p {
    margin-bottom: 1em;
}

.sc_googlemap_content_detailed:before {
    content: ' ';
    font-family: inherit;
    left: 0;
    top: 10%;
    bottom: 10%;
    width: 8px;
}

.sc_icons .sc_icons_icon:before,
.sc_icons .sc_icons_icon>span:before {
    font-size: 6em;
    line-height: 1.1em;
}

.sc_icon_type_svg svg {
    width: 6em;
    height: 6em;
}

.sc_icons_size_small .sc_icons_icon::before,
.sc_icons_size_small .sc_icons_icon>span::before {
    font-size: 4em;
    line-height: 1.1em;
}

.sc_icons_size_small .sc_icon_type_svg svg {
    width: 4em;
    height: 4em;
}

.sc_icons_size_large .sc_icons_icon::before,
.sc_icons_size_large .sc_icons_icon>span::before {
    font-size: 8em;
    line-height: 1.1em;
}

.sc_icons_size_large .sc_icon_type_svg svg {
    width: 8em;
    height: 8em;
}

.sc_icons .sc_icons_icon,
.sc_icons .sc_icons_title {
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.sc_icons_title {
    font-size: 1.2em;
    line-height: 1.3em;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sc_icons .sc_icons_image+.sc_icons_title,
.sc_icons .sc_icons_image+.sc_icons_description {
    margin-top: 2em;
}

.sc_icons_description {
    font-size: 1em;
    line-height: 1.6em;
    font-weight: 400;
    font-style: normal;
}

.sc_icons_modern .sc_icons_description {
    font-size: 1.2em;
    line-height: 1.3em;
}

.sc_icons .sc_icons_title+.sc_icons_description {
    margin-top: 0.7em;
}

.sc_line {
    display: block;
    width: 100%;
    height: 0;
    border-top: 1px solid #ebeef1;
    position: relative;
}

.sc_price_info {
    padding: 0;
    text-align: left;
}

.sc_price_header {
    padding: 2.9em 4em 2.5em;
}

.sc_price_content {
    padding: 2.2em 4em 4em;
}

.sc_price_subtitle {
    font-size: 1em;
    line-height: 1.3em;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5em;
}

.sc_price_title {
    font-size: 1.733em;
    font-weight: 600;
    line-height: 1.25em;
    text-transform: none;
    letter-spacing: 1px;
}

.sc_price_description {
    font-size: 0.866em;
    font-weight: 400;
    font-style: normal;
    line-height: 1.25em;
    letter-spacing: 0.24em;
    margin: 0.9em 0 0;
    text-transform: uppercase;
}

.sc_price_currency {
    font-size: 0.5em;
    line-height: 2em;
    vertical-align: top;
}

.sc_price_price {
    font-size: 4em;
    font-weight: 600;
    line-height: 1.25em;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.sc_price_decimals {
    text-decoration: none;
}

.sc_price_details {
    font-size: 1em;
    font-weight: 400;
    font-style: normal;
    line-height: 1.66em;
    letter-spacing: 0.02em;
    margin-top: 0;
}

.sc_price_link {
    margin-top: 3em;
}

.sc_promo.sc_promo_size_tiny .sc_promo_image {
    margin: 0.5em;
}

.sc_promo_text blockquote {
    margin: 0 !important;
}

.sc_promo.sc_promo_size_normal .sc_promo_icon,
.sc_promo.sc_promo_size_large .sc_promo_icon {
    font-size: 7em;
    line-height: 1em;
    margin-bottom: 0.14em;
}

.sc_promo_title+.sc_promo_content,
.sc_promo_subtitle+.sc_promo_content {
    margin-top: 1.8em;
}

.sc_promo_title+.sc_promo_subtitle {
    margin-top: 1.25em;
}

.sc_promo_button .sc_button_simple:before,
.sc_promo_button .sc_button_simple:after {
    top: 4px;
}

.sc_promo.sc_promo_size_normal .sc_promo_text_inner {
    padding: 3em;
}

.sc_promo.sc_promo_size_normal .sc_item_title+.sc_item_descr,
.sc_promo.sc_promo_size_normal .sc_item_subtitle+.sc_item_descr,
.sc_promo.sc_promo_size_normal .sc_item_title+.sc_item_slider,
.sc_promo.sc_promo_size_normal .sc_item_subtitle+.sc_item_slider,
.sc_promo.sc_promo_size_normal .sc_item_descr+.sc_item_slider,
.sc_promo.sc_promo_size_normal .sc_item_title+.sc_item_columns,
.sc_promo.sc_promo_size_normal .sc_item_subtitle+.sc_item_columns,
.sc_promo.sc_promo_size_normal .sc_item_descr+.sc_item_columns,
.sc_promo.sc_promo_size_normal .sc_item_title+.sc_item_content,
.sc_promo.sc_promo_size_normal .sc_item_subtitle+.sc_item_content,
.sc_promo.sc_promo_size_normal .sc_item_descr+.sc_item_content {
    margin-top: 1.8em;
}

.sc_promo.sc_promo_size_normal .sc_item_title+.sc_item_button,
.sc_promo.sc_promo_size_normal .sc_item_title+.sc_item_button_image,
.sc_promo.sc_promo_size_normal .sc_item_subtitle+.sc_item_button,
.sc_promo.sc_promo_size_normal .sc_item_subtitle+.sc_item_button_image,
.sc_promo.sc_promo_size_normal .sc_item_descr+.sc_item_button,
.sc_promo.sc_promo_size_normal .sc_item_descr+.sc_item_button_image,
.sc_promo.sc_promo_size_normal .sc_item_content+.sc_item_button,
.sc_promo.sc_promo_size_normal .sc_item_content+.sc_item_button_image,
.sc_promo.sc_promo_size_normal .sc_item_slider+.sc_item_button,
.sc_promo.sc_promo_size_normal .sc_item_slider+.sc_item_button_image,
.sc_promo.sc_promo_size_normal .sc_item_columns+.sc_item_button,
.sc_promo.sc_promo_size_normal .sc_item_columns+.sc_item_button_image {
    margin-top: 1.8em;
}

.sc_promo_modern .sc_promo_title {
    font-size: 3.6667rem;
    line-height: 1.1818em;
}

.sc_promo_modern .sc_promo_descr,
.sc_promo_modern .sc_promo_button {
    padding-left: 6.6rem;
}

.sc_services_default .trx_addons_hover_content .trx_addons_hover_title {
    font-size: 1.3333em;
}

.sc_services_default .sc_services_item_icon {
    margin-top: 0.8em;
}

.sc_services_default .sc_services_item_info {
    padding: 2.6em 3em;
    text-align: center;
}

.sc_services_default .sc_services_item_title {
    margin-top: 0;
}

.sc_services_default .sc_services_item_subtitle {
    letter-spacing: 0;
    margin-top: 0.1em;
}

.sc_services_default .sc_services_item_content {
    margin-top: 1.6em;
    min-height: 5.4em;
}

.sc_services_default .sc_services_item_button {
    margin: 1.6em 0 0;
}

.sc_services_iconed .sc_services_item_icon {
    font-size: 2.8em;
    line-height: 1em;
}

.sc_services_iconed .sc_services_item_header {
    padding: 2rem;
}

.sc_services_iconed .sc_services_item_title {
    font-size: 1em;
    line-height: 1.5em;
}

.sc_services_iconed .sc_services_item_subtitle,
.sc_services_iconed .sc_services_item_button {
    display: none;
}

.sc_skills_counter .sc_skills_columns {
    margin-bottom: -30px;
}

.sc_skills_counter .sc_skills_item_wrap {
    max-width: none;
    padding: 3.5em 4em 4em;
}

.sc_skills .sc_skills_item_title {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sc_skills_counter .sc_skills_icon {
    font-size: 3.5em;
    line-height: 1.15em;
    text-align: left;
	color: white;
}

.sc_skills_counter .sc_skills_total {
    font-weight: 600;
    font-size: 4.66em;
    line-height: 1.1em;
    margin: 0;
    text-align: left;
}

.sc_skills_counter .sc_skills_icon+.sc_skills_total {
    margin-top: 0.2em;
}

.sc_skills_counter .sc_skills_item_title {
    font-size: 1em;
    line-height: 1.25em;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0.02em;
    text-align: left;
    margin-top: 0.65em;
	font-weight: bold;
	color: white;
}

.sc_skills_pie.sc_skills_compact_off .sc_skills_total {
    font-size: 2.66rem;
    line-height: 1.25em;
    top: 50%
}

.sc_skills_pie.sc_skills_compact_off .sc_skills_item_title {
    font-size: 1.0667em;
    line-height: 1.3em;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-top: 0.2em;
    text-transform: none;
}

.sc_table table th {
    padding: 1.5em 1em;
}

.sc_table table td {
    padding: 1.7em 1em;
}

.sc_testimonials_item_content {
    font-size: 1.333em;
    line-height: 1.55em;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    padding-top: 1.2em;
}

.sc_testimonials_item_content:before {
    content: '\e856';
    font-family: 'fontello';
    margin-bottom: 0.6em;
    font-size: 5.2em;
    line-height: 1em;
    opacity: 0.2;
    position: absolute;
    top: -0.1em;
    left: 0em;
}

.sc_testimonials [class*="column"] .sc_testimonials_item_content {
    font-size: 1em;
    line-height: 1.4em;
}

.sc_testimonials_item_author {
    background-color: transparent;
    text-align: left;
    margin-top: 0.6em;
    max-width: none;
    padding: 0;
    margin: 2em 0 0;
}

.sc_testimonials_item_author_avatar {
    width: 4em;
    height: 4em;
    margin: 0 1.66em 0 0;
}

.sc_testimonials_item_author_data {
    display: inline-block;
    max-width: none;
    margin-top: 0.5em;
}

.sc_testimonials_item_author_title {
    font-size: 0.866em;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.sc_testimonials_item_author_title+.sc_testimonials_item_author_subtitle {
    margin-top: 0.1em;
}

.sc_team_default .trx_addons_hover_content .trx_addons_hover_title {
    font-size: 1.3333em;
}

.sc_team_default .sc_team_item_info {
    padding: 2.6em 3em;
    text-align: center;
}

.sc_team_default .sc_team_item_title {
    margin-top: 0;
}

.sc_team_default .sc_team_item_subtitle,
.sc_team_short .sc_team_item_subtitle,
.sc_team_featured .sc_team_item_subtitle {
    font-size: 0.866em;
    line-height: 17px;
    font-style: normal;
    letter-spacing: 0.2em;
    margin-top: 5px;
    text-transform: uppercase;
}

.sc_team_default .sc_team_item_content {
    margin-top: 1.6em;
    min-height: 5.4em;
}

.sc_team_default .sc_team_item_socials .social_item {
    display: inline-block;
    margin: 0 3px 3px 0;
}

.sc_team_default .sc_team_item_socials .social_item a {
    display: block;
    width: 2.4em;
    height: 2.4em;
    line-height: 2.4em;
}

.sc_team_default .sc_team_item_socials+.sc_team_item_button {
    display: none;
}

.sc_team_default .sc_team_item_button {
    margin: 1.6em 0 0;
}

.team_member_page .team_member_brief_info_text {
    letter-spacing: 0;
}

.team_member_page .team_member_socials .social_item {
    display: inline-block;
    margin: 0 3px 3px 0;
}

.team_member_page .team_member_socials .social_item a {
    display: block;
    width: 2.4em;
    height: 2.4em;
    line-height: 2.4em;
}

.trx_addons_tooltip {
    border-bottom-style: solid;
}

.trx_addons_tooltip:before {
    font-size: 1em;
    line-height: 1.3em;
    padding: 0.367em 0.6em;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.trx_addons_tooltip:after {
    margin-bottom: -8px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}

.trx_addons_dropcap {
    font-size: 3.66em;
    padding: 0;
    margin: 0.2em 1.4rem 0 0;
    width: 1.127em;
    height: 1.127em;
    line-height: 1.127em;
    text-align: center;
}

.trx_addons_dropcap_style_1 {
    background-color: transparent;
    font-family: PermanentMarker;
}

.trx_addons_dropcap_style_2 {
    font-weight: 600;
}

.trx_addons_tiny_text {
    letter-spacing: 2px;
}

.trx_addons_list_parameters>li>strong,
.trx_addons_list_parameters>li>em {
    color: inherit;
}

.trx_addons_list_parameters>li>em {
    font-family: inherit;
}

.z-index_2 {
    z-index: 2;
}

.mc4wp-form {
    position: relative;
    padding-right: 0;
}

.mc4wp-form input[type="email"] {
    padding: 1.347em 1.4em;
    width: 100%;
    vertical-align: top;
}

.mc4wp-form input[type="submit"] {
    z-index: 1;
    right: 0;
    margin-top: 20px;
}

.mc4wp-form input[type="email"],
.mc4wp-form input[type="submit"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.mc4wp-form .mc4wp-alert {
    margin: 1em 0;
    text-align: center;
}

.mc4wp-form .mc4wp-alert p {
    margin: 0;
}

.footer_wrap .mc4wp-form .mc4wp-alert {
    margin: 1em 0;
    text-align: left;
}

.content .mc4wp-form .sc_emailer {
    max-width: 38em;
    margin: auto;
}

.content .mc4wp-form input[type="submit"] {
    display: block;
    margin: 4.16em auto 0;
}

.mc4wp-form input[type="email"]::-webkit-input-placeholder {
    color: #7f818d;
}

.mc4wp-form input[type="email"]::-moz-placeholder {
    color: #c0392b;
}

.mc4wp-form input[type="email"]:-moz-placeholder {
    color: #c0392b;
}

.mc4wp-form input[type="email"]:-ms-input-placeholder {
    color: #c0392b;
}

.login-nav {
    border-left: 1px solid #e3e3e3;
    border-right: 0px !important;
}

.sc_layouts_item.login_area {
    width: 130px !important;
}

@media(max-width:768px) {
    .top_panel .sc_layouts_column .sc_content {
        width: 70% !important;
        float: left !important;
    }

    .sc_layouts_item {
        width: 100% !important;
    }

    img.logo_image {
        width: 180px !important;
    }

    .sc_layouts_item {
        margin-top: 0px !important;
    }

    .mt-10 {
        margin-top: 30px !IMPORTANT;
    }

    .float-left-on-mobile {

        width: 50% !important;
        float: left !important;
    }


    .float-right-on-mobile {

        width: 50% !important;
        float: right !important;
    }

    .top_panel_container.sc_layouts_row.sc_layouts_row_type_compact.sc_layouts_row_delimiter.sc_layouts_row_fixed {
        height: 120px !important;
    }

    .top_panel_container.sc_layouts_row.sc_layouts_row_type_compact.sc_layouts_row_delimiter.sc_layouts_row_fixed {
        padding-top: 20px !important;
		margin-bottom: 20px !important;
    }

    .sc_layouts_column_align_right .sc_layouts_item:first-child {
        display: flex;
    }

    .sc_layouts_item.contacts .sc_layouts_iconed_text {
        display: flex;
    }

    .sc_layouts_item.login_area.float-right-on-mobile {
        margin-top: 20px !important;
    }

    .sc_layouts_item.contacts .sc_layouts_iconed_text {
        border-right: 1px solid #d5d4d4 !important;
    }
}

.trx_addons_column-1_2 {

    float: left;
}

[class*="trx_addons_column-"] {
    padding-right: 0;
    padding-top: 0 !important;
    float: left;
}