@-webkit-keyframes preloader-circle {
    0%,
    100%,
    40% {
        -webkit-transform: translateY(-10px)
    }
    20% {
        -webkit-transform: translateY(-20px)
    }
}

@keyframes preloader-circle {
    0%,
    100%,
    40% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px)
    }
    20% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px)
    }
}

@-webkit-keyframes preloader-square {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(.5)
    }
    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }
    75% {
        -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5)
    }
    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes preloader-square {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(.5)
    }
    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg)
    }
    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }
    75% {
        transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5);
        -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5)
    }
    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg)
    }
}

.trx_addons_scroll_to_top {
    display: block;
    position: fixed;
    z-index: 100001;
    width: 3em;
    height: 3em;
    line-height: 3em;
    text-align: center;
    bottom: -4em;
    right: 2em;
    background: #fff;
    border: 1px solid #eee;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0
}

.trx_addons_scroll_to_top.show {
    opacity: 1;
    bottom: 2em
}

@media(max-width:959px) {
    .trx_addons_scroll_to_top {
        right: 1em
    }
    .trx_addons_scroll_to_top.show {
        bottom: 1em
    }
}

html {
    overflow-y: scroll !important
}

.wp-caption a[class*=magnific],
.wp-caption a[class*=prettyPhoto] {
    display: block
}

.wp-caption a[class*=magnific] img,
.wp-caption a[class*=prettyPhoto] img {
    vertical-align: top
}

.socials_wrap {
    display: block;
    vertical-align: middle;
    white-space: nowrap
}

.socials_wrap .socials_caption {
    display: inline-block;
    margin-right: 1em
}

.socials_wrap .social_item {
    display: inline-block
}

.socials_wrap .social_item+.social_item {
    margin-left: 1em
}

.socials_share {
    position: relative;
    vertical-align: top
}

.socials_share .socials_caption:before {
    content: '\e802';
    font-family: trx_addons_icons;
    margin-right: .5em
}

.widget_area .post_item {
    overflow: hidden;
    text-align: left;
    margin-bottom: 0;
    background-color: transparent;
    position: relative
}

.widget_area .post_item .post_content {
    overflow: hidden
}

.widget_area .post_item .post_title {
    margin: -2px 0 6px
}

.trx_addons_stretch_height {
    min-height: 100vh
}

.trx_addons_columns_wrap {
    margin-left: 0;
    margin-right: -30px
}

.trx_addons_columns_wrap>[class*=trx_addons_column-] {
    float: left;
    display: inline-block;
    vertical-align: top;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.trx_addons_columns_wrap.columns_padding_left {
    margin-left: -30px;
    margin-right: 0
}

#toc_menu {
    display: none;
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    margin: -50% 0 0 -50%
}

#toc_menu .toc_menu_item {
    position: relative;
    z-index: 1
}

#toc_menu .toc_menu_icon {
    display: block;
    position: relative;
    color: #888;
    height: 1.5em
}

#toc_menu .toc_menu_icon:before {
    display: block;
    width: 1em;
    line-height: 1.5em;
    position: absolute;
    right: 40%;
    top: 0;
    color: #888
}

#toc_menu .toc_menu_icon_default:before {
    content: ' ';
    top: 50%;
    height: 1px;
    background-color: #888
}

#toc_menu .toc_menu_item:hover .toc_menu_icon,
#toc_menu .toc_menu_item_active .toc_menu_icon {
    color: #292929
}

#toc_menu .toc_menu_item:hover .toc_menu_icon_default:before,
#toc_menu .toc_menu_item_active .toc_menu_icon_default:before {
    background-color: #292929
}

#toc_menu .toc_menu_item_active .toc_menu_icon_default:before {
    width: 1.5em
}

#toc_menu .toc_menu_description {
    position: absolute;
    top: 0;
    right: -20em;
    opacity: 0;
    white-space: nowrap;
    -webkit-transition: all ease .3s .3s;
    -moz-transition: all ease .3s .3s;
    -ms-transition: all ease .3s .3s;
    -o-transition: all ease .3s .3s;
    transition: all ease .3s .3s
}

#toc_menu .toc_menu_item:hover .toc_menu_description {
    right: 100%;
    margin-right: 1.5em;
    opacity: 1
}

.trx_addons_columns_wrap.columns_padding_left>[class*=trx_addons_column-],
.trx_addons_columns_wrap>[class*=trx_addons_column-].columns_padding_left {
    padding-left: 30px;
    padding-right: 0
}

.trx_addons_columns_wrap.columns_padding_right {
    margin-left: 0;
    margin-right: -30px
}

.trx_addons_columns_wrap.columns_padding_right>[class*=trx_addons_column-],
.trx_addons_columns_wrap>[class*=trx_addons_column-].columns_padding_right {
    padding-left: 0;
    padding-right: 30px
}

.trx_addons_columns_wrap.columns_padding_center {
    margin-left: -15px;
    margin-right: -15px
}

.trx_addons_columns_wrap.columns_padding_center>[class*=trx_addons_column-],
.trx_addons_columns_wrap>[class*=trx_addons_column-].columns_padding_center {
    padding-left: 15px;
    padding-right: 15px
}

.trx_addons_columns_wrap.columns_padding_bottom>[class*=trx_addons_column-],
.trx_addons_columns_wrap>[class*=trx_addons_column-].columns_padding_bottom {
    padding-bottom: 30px
}

.trx_addons_columns_wrap.no_margin {
    margin: 0 !important
}

.trx_addons_columns_wrap.no_margin>[class*=trx_addons_column-] {
    padding: 0 !important
}

.trx_addons_column-1,
.trx_addons_column-10_10,
.trx_addons_column-11_11,
.trx_addons_column-12_12,
.trx_addons_column-1_1,
.trx_addons_column-2_2,
.trx_addons_column-3_3,
.trx_addons_column-4_4,
.trx_addons_column-5_5,
.trx_addons_column-6_6,
.trx_addons_column-7_7,
.trx_addons_column-8_8,
.trx_addons_column-9_9 {
    width: 100%
}

.trx_addons_column-1_2,
.trx_addons_column-2_4,
.trx_addons_column-3_6,
.trx_addons_column-4_8,
.trx_addons_column-5_10,
.trx_addons_column-6_12 {
    width: 50% !important
}

.trx_addons_column-1_3,
.trx_addons_column-2_6,
.trx_addons_column-3_9,
.trx_addons_column-4_12 {
    width: 33.33333333%
}

.trx_addons_column-2_3,
.trx_addons_column-4_6,
.trx_addons_column-8_12 {
    width: 66.66666667%
}

.trx_addons_column-1_4,
.trx_addons_column-2_8,
.trx_addons_column-3_12 {
    width: 25%
}

.trx_addons_column-3_4,
.trx_addons_column-6_8,
.trx_addons_column-9_12 {
    width: 75%
}

.trx_addons_column-1_5,
.trx_addons_column-2_10 {
    width: 20%
}

.trx_addons_column-2_5,
.trx_addons_column-4_10 {
    width: 40%
}

.trx_addons_column-3_5,
.trx_addons_column-6_10 {
    width: 60%
}

.trx_addons_column-4_5,
.trx_addons_column-8_10 {
    width: 80%
}

.trx_addons_column-1_6,
.trx_addons_column-2_12 {
    width: 16.66666667%
}

.trx_addons_column-10_12,
.trx_addons_column-5_6 {
    width: 83.33333333%
}

.trx_addons_column-1_7 {
    width: 14.28571429%
}

.trx_addons_column-2_7 {
    width: 28.57142857%
}

.trx_addons_column-3_7 {
    width: 42.85714286%
}

.trx_addons_column-4_7 {
    width: 57.14285714%
}

.trx_addons_column-5_7 {
    width: 71.42857143%
}

.trx_addons_column-6_7 {
    width: 85.71428571%
}

.trx_addons_column-1_8 {
    width: 12.5%
}

.trx_addons_column-3_8 {
    width: 37.5%
}

.trx_addons_column-5_8 {
    width: 62.5%
}

.trx_addons_column-7_8 {
    width: 87.5%
}

.trx_addons_column-1_9 {
    width: 11.11111111%
}

.trx_addons_column-2_9 {
    width: 22.22222222%
}

.trx_addons_column-3_9 {
    width: 33.33333333%
}

.trx_addons_column-4_9 {
    width: 44.44444444%
}

.trx_addons_column-5_9 {
    width: 55.55555556%
}

.trx_addons_column-6_9 {
    width: 66.66666667%
}

.trx_addons_column-7_9 {
    width: 77.77777778%
}

.trx_addons_column-8_9 {
    width: 88.88888889%
}

.trx_addons_column-1_10 {
    width: 10%
}

.trx_addons_column-3_10 {
    width: 30%
}

.trx_addons_column-7_10 {
    width: 70%
}

.trx_addons_column-9_10 {
    width: 90%
}

.trx_addons_column-1_11 {
    width: 9.09090909%
}

.trx_addons_column-2_11 {
    width: 18.18181818%
}

.trx_addons_column-3_11 {
    width: 27.27272727%
}

.trx_addons_column-4_11 {
    width: 36.36363636%
}

.trx_addons_column-5_11 {
    width: 45.45454545%
}

.trx_addons_column-6_11 {
    width: 54.54545455%
}

.trx_addons_column-7_11 {
    width: 63.63636364%
}

.trx_addons_column-8_11 {
    width: 72.72727273%
}

.trx_addons_column-9_11 {
    width: 81.81818182%
}

.trx_addons_column-10_11 {
    width: 90.90909091%
}

.trx_addons_column-1_12 {
    width: 8.33333333%
}

.trx_addons_column-5_12 {
    width: 41.66666667%
}

.trx_addons_column-7_12 {
    width: 58.33333333%
}

.trx_addons_column-11_12 {
    width: 91.66666667%
}

.clearfix:after,
.clearfix:before,
.trx_addons_columns_wrap:after,
.trx_addons_columns_wrap:before {
    content: ' ';
    display: table
}

.clearfix:after,
.trx_addons_columns_wrap:after {
    clear: both;
    width: 100%;
    height: 0;
    display: block
}

@media(min-width:768px) and (max-width:1279px) {
    .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
    }
}

@media(min-width:480px) and (max-width:767px) {
    .vineyards-text {
        margin: 0 3em 0 1em
    }
    .trx_addons_container,
    .trx_addons_container-fluid {
        padding-left: 10px;
        padding-right: 10px
    }
    .trx_addons_columns_wrap {
        margin-right: -20px
    }
    .trx_addons_columns_wrap>[class*=trx_addons_column-] {
        padding-right: 20px
    }
    .trx_addons_columns_wrap.columns_padding_left {
        margin-left: -20px
    }
    .trx_addons_columns_wrap.columns_padding_left>[class*=trx_addons_column-],
    .trx_addons_columns_wrap>[class*=trx_addons_column-].columns_padding_left {
        padding-left: 20px
    }
    .trx_addons_columns_wrap.columns_padding_right {
        margin-right: -20px
    }
    .trx_addons_columns_wrap.columns_padding_right>[class*=trx_addons_column-],
    .trx_addons_columns_wrap>[class*=trx_addons_column-].columns_padding_right {
        padding-right: 20px
    }
    .trx_addons_columns_wrap.columns_padding_center {
        margin-left: -10px;
        margin-right: -10px
    }
    .trx_addons_columns_wrap.columns_padding_center>[class*=trx_addons_column-],
    .trx_addons_columns_wrap>[class*=trx_addons_column-].columns_padding_center {
        padding-left: 20px
    }
    .trx_addons_columns_wrap.columns_padding_bottom>[class*=trx_addons_column-],
    .trx_addons_columns_wrap>[class*=trx_addons_column-].columns_padding_bottom {
        padding-bottom: 0
    }
    .trx_addons_columns_wrap:not(.columns_fluid)>[class*=trx_addons_column-] {
        width: 50%
    }
    .trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-10_10,
    .trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-11_11,
    .trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-12_12,
    .trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-1_1,
    .trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-2_2,
    .trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-2_3,
    .trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-2_5,
    .trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-2_6,
    .trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-3_3,
    .trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-3_4,
    .trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-3_5,
    .trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-3_6,
    .trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-4_4,
    .trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-4_5,
    .trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-4_6,
    .trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-5_5,
    .trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-5_6,
    .trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-6_6,
    .trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-7_7,
    .trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-8_8,
    .trx_addons_columns_wrap:not(.columns_fluid)>.trx_addons_column-9_9 {
        width: 100%
    }
    .trx_addons_columns_wrap:not(.columns_fluid)>[class*=trx_addons_column-]:nth-child(2n+3),
    .trx_addons_columns_wrap:not(.columns_fluid)>[class*=trx_addons_column-]:nth-child(2n+4) {
        padding-top: 20px
    }
}

@media(max-width:479px) {
    .vineyards-text {
        margin: 0 3em 0 1em
    }
    .trx_addons_container,
    .trx_addons_container-fluid {
        padding-left: 5px;
        padding-right: 5px
    }
    .trx_addons_columns_wrap {
        margin-right: -10px
    }
    .trx_addons_columns_wrap>[class*=trx_addons_column-] {
        padding-right: 10px
    }
    .trx_addons_columns_wrap.columns_padding_left {
        margin-left: -10px
    }
    .trx_addons_columns_wrap.columns_padding_left>[class*=trx_addons_column-],
    .trx_addons_columns_wrap>[class*=trx_addons_column-].columns_padding_left {
        padding-left: 10px
    }
    .trx_addons_columns_wrap.columns_padding_right {
        margin-right: -10px
    }
    .trx_addons_columns_wrap.columns_padding_right>[class*=trx_addons_column-],
    .trx_addons_columns_wrap>[class*=trx_addons_column-].columns_padding_right {
        padding-right: 10px
    }
    .trx_addons_columns_wrap.columns_padding_center {
        margin-left: -5px;
        margin-right: -5px
    }
    .trx_addons_columns_wrap.columns_padding_center>[class*=trx_addons_column-],
    .trx_addons_columns_wrap>[class*=trx_addons_column-].columns_padding_center {
        padding-left: 10px
    }
    .trx_addons_columns_wrap.columns_padding_bottom>[class*=trx_addons_column-],
    .trx_addons_columns_wrap>[class*=trx_addons_column-].columns_padding_bottom {
        padding-bottom: 0
    }
    .trx_addons_columns_wrap:not(.columns_fluid)>[class*=trx_addons_column-] {
        width: 100%
    }
    .trx_addons_columns_wrap.columns_fluid>[class*=trx_addons_column-] {
        width: 50%
    }
    .trx_addons_columns_wrap.columns_fluid>.trx_addons_column-10_10,
    .trx_addons_columns_wrap.columns_fluid>.trx_addons_column-11_11,
    .trx_addons_columns_wrap.columns_fluid>.trx_addons_column-12_12,
    .trx_addons_columns_wrap.columns_fluid>.trx_addons_column-1_1,
    .trx_addons_columns_wrap.columns_fluid>.trx_addons_column-1_3.after_span_2,
    .trx_addons_columns_wrap.columns_fluid>.trx_addons_column-1_3:nth-child(3n),
    .trx_addons_columns_wrap.columns_fluid>.trx_addons_column-1_4.after_span_3,
    .trx_addons_columns_wrap.columns_fluid>.trx_addons_column-1_5:nth-child(5n),
    .trx_addons_columns_wrap.columns_fluid>.trx_addons_column-2_2,
    .trx_addons_columns_wrap.columns_fluid>.trx_addons_column-2_3,
    .trx_addons_columns_wrap.columns_fluid>.trx_addons_column-2_5,
    .trx_addons_columns_wrap.columns_fluid>.trx_addons_column-2_6,
    .trx_addons_columns_wrap.columns_fluid>.trx_addons_column-3_3,
    .trx_addons_columns_wrap.columns_fluid>.trx_addons_column-3_4,
    .trx_addons_columns_wrap.columns_fluid>.trx_addons_column-3_5,
    .trx_addons_columns_wrap.columns_fluid>.trx_addons_column-3_6,
    .trx_addons_columns_wrap.columns_fluid>.trx_addons_column-4_4,
    .trx_addons_columns_wrap.columns_fluid>.trx_addons_column-4_5,
    .trx_addons_columns_wrap.columns_fluid>.trx_addons_column-4_6,
    .trx_addons_columns_wrap.columns_fluid>.trx_addons_column-5_5,
    .trx_addons_columns_wrap.columns_fluid>.trx_addons_column-5_6,
    .trx_addons_columns_wrap.columns_fluid>.trx_addons_column-6_6,
    .trx_addons_columns_wrap.columns_fluid>.trx_addons_column-7_7,
    .trx_addons_columns_wrap.columns_fluid>.trx_addons_column-8_8,
    .trx_addons_columns_wrap.columns_fluid>.trx_addons_column-9_9 {
        width: 100%
    }
    .trx_addons_columns_wrap.columns_fluid>[class*=trx_addons_column-]:nth-child(2n+3),
    .trx_addons_columns_wrap.columns_fluid>[class*=trx_addons_column-]:nth-child(2n+4),
    .trx_addons_columns_wrap:not(.columns_fluid)>[class*=trx_addons_column-]+[class*=trx_addons_column-] {
        padding-top: 20px
    }
}

@media(min-width:310px) and (max-width:330px) {
    .vineyards-text {
        margin: 0 7em 0 1em
    }
    .vineyard-fact {
        margin: 0 4em 0 1em
    }
    .history-text {
        margin: 0 3em 0 0
    }
    figure img {
        padding: 0 1em 0 0
    }
}

.trx_addons_hover {
    position: relative;
    overflow: hidden
}

.trx_addons_hover img {
    position: relative;
    display: block;
    width: 100%;
    height: auto
}

.trx_addons_hover_mask {
    position: absolute;
    z-index: 10;
    overflow: hidden;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    opacity: 0;
    background-color: rgba(239, 167, 88, .8);
    -webkit-transition: all .3s .1s ease-out;
    -moz-transition: all .3s .1s ease-out;
    -ms-transition: all .3s .1s ease-out;
    transition: all .3s .1s ease-out
}

.trx_addons_hover:hover .trx_addons_hover_mask {
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.trx_addons_hover_content {
    position: absolute;
    z-index: 11;
    left: 0;
    top: 50%;
    width: 100%;
    padding: 20px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.trx_addons_hover_content .trx_addons_hover_title {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    font-size: 1em;
    padding: .5em;
    background-color: rgba(0, 0, 0, .8);
    margin: 1.5em 0 0;
    opacity: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.trx_addons_hover:hover .trx_addons_hover_title {
    -webkit-transition: all .2s .1s linear;
    -moz-transition: all .2s .1s linear;
    -ms-transition: all .2s .1s linear;
    transition: all .2s .1s linear
}

.trx_addons_hover_content .trx_addons_hover_title>a {
    color: #fff !important
}

.trx_addons_hover_content .trx_addons_hover_title>a:hover {
    color: #fff !important;
    text-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.trx_addons_hover_content .trx_addons_hover_text {
    font-style: italic;
    line-height: 1.3em;
    position: relative;
    color: #fff;
    padding: 1em 1.5em;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.trx_addons_hover:hover .trx_addons_hover_text {
    -webkit-transition: all .3s .1s ease-out;
    -moz-transition: all .3s .1s ease-out;
    -ms-transition: all .3s .1s ease-out;
    transition: all .3s .1s ease-out
}

.trx_addons_hover_content .trx_addons_hover_link,
.trx_addons_hover_content .trx_addons_hover_links a {
    display: inline-block;
    text-decoration: none;
    font-size: .7692em;
    font-weight: 700;
    line-height: 1.5em;
    padding: .4em .8em;
    margin-top: 1em;
    background-color: rgba(0, 0, 0, .6);
    color: #fff !important;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.trx_addons_hover_content .trx_addons_hover_links a+a {
    margin-left: 1em
}

.trx_addons_hover:hover .trx_addons_hover_link,
.trx_addons_hover:hover .trx_addons_hover_links a {
    -webkit-transition: all .3s .1s ease-out;
    -moz-transition: all .3s .1s ease-out;
    -ms-transition: all .3s .1s ease-out;
    transition: all .3s .1s ease-out
}

.trx_addons_hover_link:hover,
.trx_addons_hover_links a:hover {
    color: #fff !important;
    background-color: #000
}

.trx_addons_hover_content .trx_addons_hover_icon {
    display: inline-block;
    text-decoration: none;
    width: 3em;
    height: 3em;
    line-height: 3em;
    text-align: center;
    background-color: rgba(0, 0, 0, .6);
    color: #fff !important;
    border-radius: 50%;
    margin-top: 1em;
    opacity: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

.trx_addons_hover:hover .trx_addons_hover_icon {
    -webkit-transition: all .2s .2s linear;
    -moz-transition: all .2s .2s linear;
    -ms-transition: all .2s .2s linear;
    transition: all .2s .2s linear
}

.trx_addons_hover_content .trx_addons_hover_icon+.trx_addons_hover_icon {
    margin-left: .5em
}

.trx_addons_hover_content .trx_addons_hover_icon:hover {
    color: #fff !important;
    background-color: #000
}

.trx_addons_hover_content .trx_addons_hover_icon_link:before {
    content: '\e86a';
    font-family: trx_addons_icons
}

.trx_addons_hover_style_links .trx_addons_hover_mask {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.trx_addons_hover_style_links .trx_addons_hover_title {
    -webkit-transform: translateY(-75px);
    -moz-transform: translateY(-75px);
    -ms-transform: translateY(-75px);
    transform: translateY(-75px)
}

.trx_addons_hover_style_links .trx_addons_hover_text {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px)
}

.trx_addons_hover_style_links .trx_addons_hover_link {
    -webkit-transform: translate(-20px, 20px);
    -moz-transform: translate(-20px, 20px);
    -ms-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px)
}

.trx_addons_hover_style_links .trx_addons_hover_link2 {
    -webkit-transform: translate(20px, 20px);
    -moz-transform: translate(20px, 20px);
    -ms-transform: translate(20px, 20px);
    transform: translate(20px, 20px)
}

.trx_addons_hover_style_links:hover .trx_addons_hover_mask {
    opacity: 1
}

.trx_addons_hover_style_links:hover .trx_addons_hover_link,
.trx_addons_hover_style_links:hover .trx_addons_hover_link2,
.trx_addons_hover_style_links:hover .trx_addons_hover_text,
.trx_addons_hover_style_links:hover .trx_addons_hover_title {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.trx_addons_hover_style_wide .trx_addons_hover_mask {
    padding: 300px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: translate(250px, 250px) rotate(45deg);
    -moz-transform: translate(250px, 250px) rotate(45deg);
    -ms-transform: translate(250px, 250px) rotate(45deg);
    transform: translate(250px, 250px) rotate(45deg)
}

.trx_addons_hover_style_wide .trx_addons_hover_content .trx_addons_hover_title {
    -webkit-transform: translate(50px, 50px);
    -moz-transform: translate(50px, 50px);
    -ms-transform: translate(50px, 50px);
    transform: translate(50px, 50px);
    background-color: transparent;
    margin: 0
}

.trx_addons_hover_style_wide .trx_addons_hover_icon {
    -webkit-transform: translateX(30px) scale(.3, .3);
    -moz-transform: translateX(30px) scale(.3, .3);
    -ms-transform: translateX(30px) scale(.3, .3);
    transform: translateX(30px) scale(.3, .3)
}

.trx_addons_hover_style_wide:hover .trx_addons_hover_mask {
    opacity: 1;
    -webkit-transform: translate(-100px, -100px) rotate(45deg);
    -moz-transform: translate(-100px, -100px) rotate(45deg);
    -ms-transform: translate(-100px, -100px) rotate(45deg);
    transform: translate(-100px, -100px) rotate(45deg)
}

.trx_addons_hover_style_wide:hover .trx_addons_hover_title {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.trx_addons_hover_style_wide:hover .trx_addons_hover_icon {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1, 1);
    -moz-transform: translateX(0) scale(1, 1);
    -ms-transform: translateX(0) scale(1, 1);
    transform: translateX(0) scale(1, 1)
}

@keyframes zoomin {
    0% {
        opacity: 0;
        transform: scale(.1);
        -ms-transform: scale(.1);
        -moz-transform: scale(.1);
        -webkit-transform: scale(.1)
    }
    100% {
        opacity: 1;
        transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@-webkit-keyframes zoomin {
    0% {
        opacity: 0;
        transform: scale(.1);
        -ms-transform: scale(.1);
        -moz-transform: scale(.1);
        -webkit-transform: scale(.1)
    }
    100% {
        opacity: 1;
        transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes zoomout {
    0% {
        transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1)
    }
    100% {
        transform: scale(.1);
        -ms-transform: scale(.1);
        -moz-transform: scale(.1);
        -webkit-transform: scale(.1)
    }
}

@-webkit-keyframes zoomout {
    0% {
        transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1)
    }
    100% {
        transform: scale(.1);
        -ms-transform: scale(.1);
        -moz-transform: scale(.1);
        -webkit-transform: scale(.1)
    }
}

@keyframes flash {
    0% {
        opacity: 1
    }
    100% {
        transform: scale(1.15);
        -ms-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -webkit-transform: scale(1.15);
        opacity: 0
    }
}

@-webkit-keyframes flash {
    0% {
        opacity: 1
    }
    100% {
        transform: scale(1.15);
        -ms-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -webkit-transform: scale(1.15);
        opacity: 0
    }
}

@keyframes jump {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.sc_events_item {
    display: block;
    overflow: hidden;
    position: relative;
    background-color: #f7f7f7;
    height: 6.4286em
}

.sc_events_item+.sc_events_item {
    margin-top: 1em
}

.sc_events_item_button,
.sc_events_item_date,
.sc_events_item_title {
    position: absolute;
    -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_events_item_date {
    top: 0;
    left: 0;
    width: 6.4286em;
    height: 6.4286em;
    color: #292929;
    text-align: center
}

.sc_events_default .sc_events_item_date {
    background-color: #292929;
    color: #fff
}

.sc_events_default .sc_events_item:hover .sc_events_item_date {
    background-color: #ffa705
}

.sc_events_item_day {
    display: block;
    font-size: 2em;
    line-height: 1.5em;
    margin-top: .5em
}

.sc_events_item_title {
    left: 8em;
    color: #292929;
    font-size: 1.1429em;
    line-height: 1.3em;
    max-width: 75%;
    padding-right: 3em
}

.sc_events_item:hover .sc_events_item_title {
    color: #ffa705
}

.sc_events_item_time {
    color: #888
}

.sc_events_item:hover .sc_events_item_time {
    color: #ffa705
}

.sc_events_item_button,
.sc_events_item_title {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.sc_events_item_button {
    right: 3em;
    color: #292929;
    text-align: center
}

.sc_events_item:hover .sc_events_item_button {
    color: #ffa705
}

.sc_events_item_button:before {
    content: '\e884';
    font-family: trx_addons_icons
}

.trx_addons_accent {
    color: #ffa705
}

.trx_addons_accent_bg {
    color: #fff;
    background-color: #ffa705;
    padding: 0 .4em;
    display: inline-block
}

.trx_addons_dark {
    color: #000
}

.trx_addons_tiny_text {
    font-size: 11px;
    line-height: 1.3em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px
}

.trx_addons_tooltip {
    color: #ffa705;
    border-bottom: 1px dashed #ffa705;
    position: relative;
    cursor: default
}

.trx_addons_tooltip:before {
    content: attr(data-tooltip);
    display: inline-block;
    white-space: nowrap;
    padding: .1em 1em;
    background-color: #ffa705;
    color: #fff;
    font-size: .8em;
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 1em;
    opacity: 0;
    border: none;
    -webkit-transform: translateX(-70%);
    -moz-transform: translateX(-70%);
    -ms-transform: translateX(-70%);
    transform: translateX(-70%);
    -webkit-transition: all ease-out .1s;
    -moz-transition: all ease-out .1s;
    -ms-transition: all ease-out .1s;
    -o-transition: all ease-out .1s;
    transition: all ease-out .1s;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.trx_addons_tooltip:after {
    content: ' ';
    display: block;
    font-size: .8em;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #ffa705;
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 1em;
    opacity: 0;
    margin-bottom: -4px;
    -webkit-transition: all ease-out .1s;
    -moz-transition: all ease-out .1s;
    -ms-transition: all ease-out .1s;
    -o-transition: all ease-out .1s;
    transition: all ease-out .1s;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.trx_addons_tooltip:hover:after,
.trx_addons_tooltip:hover:before {
    bottom: 28px;
    opacity: 1
}

.trx_addons_no_margin,
.trx_addons_no_margins {
    margin: 0
}

.sc_float_left {
    float: left
}

.sc_float_right {
    float: right
}

.sc_float_center {
    margin-left: auto;
    margin-right: auto
}

.sc_align_left {
    text-align: left
}

.sc_align_right {
    text-align: right
}

.sc_align_center {
    text-align: center
}

.sc_align_justify {
    text-align: justify
}

.sc_padding_small {
    padding: 2em 8%
}

.sc_padding_medium {
    padding: 3em 10%
}

.sc_padding_large {
    padding: 4em 12%
}

.sc_item_button,
.sc_item_descr,
.sc_item_subtitle,
.sc_item_title {
    margin: 0
}

.sc_item_title {
    line-height: 1.3em
}

.sc_item_title>big,
.sc_item_title>small {
    display: inline-block;
    margin-bottom: .9em
}

.sc_item_title+.sc_item_subtitle {
    margin-top: 1.5em
}

.sc_item_subtitle+.sc_item_descr,
.sc_item_title+.sc_item_descr {
    margin-top: 4.2em
}

.sc_item_descr {
    margin-bottom: 4em
}

.sc_item_descr:last-child {
    margin-bottom: 0
}

.sc_item_descr+.sc_item_columns,
.sc_item_descr+.sc_item_content,
.sc_item_subtitle+.sc_item_columns,
.sc_item_subtitle+.sc_item_content,
.sc_item_title+.sc_item_columns,
.sc_item_title+.sc_item_content {
    margin-top: 4em
}

.sc_item_columns+.sc_item_button,
.sc_item_columns+.sc_item_button_image,
.sc_item_content+.sc_item_button,
.sc_item_content+.sc_item_button_image,
.sc_item_descr+.sc_item_button,
.sc_item_descr+.sc_item_button_image,
.sc_item_subtitle+.sc_item_button,
.sc_item_subtitle+.sc_item_button_image,
.sc_item_title+.sc_item_button,
.sc_item_title+.sc_item_button_image {
    margin-top: 4em
}

.sc_item_button a {
    display: inline-block;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 1.3em 3.3em;
    font-size: .8571em;
    font-weight: 700;
    letter-spacing: 3px;
    background-color: #292929;
    border: 2px solid #292929;
    color: #fff;
    -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_item_button a:hover {
    background-color: transparent;
    color: #292929
}

.sc_item_button_image img {
    max-height: 8em;
    width: auto
}

.widget_socials .socials_wrap {
    display: block;
    text-align: center;
    white-space: normal
}

.widget_socials .social_item {
    margin-bottom: 1em
}

.widget_socials .social_item span {
    background-color: #ccc;
    color: #fff;
    display: block;
    width: 3.6364em;
    height: 3.6364em;
    line-height: 3.6364em;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 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
}

.widget_socials .social_item span:before {
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -ms-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s
}

.widget_socials .social_item a:hover span:before {
    -webkit-transform: scale(1.4, 1.4);
    -moz-transform: scale(1.4, 1.4);
    -ms-transform: scale(1.4, 1.4);
    transform: scale(1.4, 1.4)
}

.widget_twitter li {
    text-align: center;
    margin-bottom: 2em;
    color: #bbb;
    list-style-type: none
}

.widget_twitter .widget_content ul>li:before {
    content: '\e840';
    font-family: trx_addons_icons;
    font-size: 1em;
    position: static;
    display: block;
    margin-bottom: .5em
}

.sc_action_item {
    position: relative
}

.sc_action_item_mask {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity ease .3s;
    -moz-transition: opacity ease .3s;
    -ms-transition: opacity ease .3s;
    -o-transition: opacity ease .3s;
    transition: opacity ease .3s
}

.sc_action_item:hover .sc_action_item_mask {
    opacity: 1
}

.sc_action_item_inner {
    position: relative;
    z-index: 2
}

.sc_action_item_subtitle {
    margin: .5em 0 0;
    line-height: 1.5em
}

.sc_action_item_title {
    margin: .2em 0 .5em;
    line-height: 1.5em
}

.sc_action_item_date {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: .5em 0
}

.sc_action_item_description {
    line-height: 1.3em;
    margin: 1em 0;
    color: #000
}

.sc_action_item_description>span {
    display: block
}

.sc_action_item_description>span+span {
    margin-top: .3em
}

.sc_action_item_link {
    display: inline-block;
    padding: .5em 2em;
    border: 2px solid #fff
}

.sc_action_item_link:hover {
    color: #fff
}

.sc_action_item_link_over {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    border: none !important;
    display: block !important;
    background: 0 0 !important
}

.sc_action_item.with_image {
    position: relative;
    text-align: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.sc_action_item.with_image:before {
    content: ' ';
    width: 0;
    height: 0;
    padding-top: 100%;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    margin-left: -5px
}

.sc_action_item.with_image .sc_action_item_inner {
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2em
}

.sc_action_item.with_image.trx_addons_stretch_height:before {
    display: none
}

.sc_action_item.with_image.trx_addons_stretch_height .sc_action_item_inner {
    position: absolute;
    z-index: 900;
    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%)
}

.sc_action_item.with_image .sc_action_item_mask {
    position: absolute;
    background-image: rgba(0, 0, 0, .5);
    opacity: 0
}

.sc_action_item.with_image:hover .sc_action_item_mask {
    opacity: 1
}

.sc_action_item_default.with_image * {
    color: #fff
}

.sc_action_item_default .sc_action_item_date {
    border-color: #fff
}

.sc_anchor {
    width: 0;
    height: 0;
    line-height: 0
}

.sc_button {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    background-color: #ffa705;
    color: #fff
}

.sc_button_simple {
    background-color: transparent;
    color: #ffa705
}

.sc_button_simple:hover {
    color: #000
}

.sc_button.sc_button_size_small {
    padding: 1em 2.5em
}

.sc_button.sc_button_size_small .sc_button_icon img {
    max-height: 1.6em;
    width: auto
}

.sc_button.sc_button_size_normal .sc_button_icon img {
    max-height: 2.5em;
    width: auto
}

.sc_button.sc_button_size_large .sc_button_icon img {
    max-height: 4em;
    width: auto
}

.sc_button.sc_button_size_large {
    font-size: 1.25em
}

.sc_button_icon,
.sc_button_text {
    display: inline-block;
    vertical-align: middle
}

.sc_button_icon {
    font-size: 1.6em;
    line-height: 1.25em;
    font-weight: 400;
    font-style: normal
}

.sc_button_icon_left .sc_button_icon {
    margin-right: .8em
}

.sc_button_icon_right .sc_button_icon {
    float: right;
    margin-left: .8em
}

.sc_button_icon_top .sc_button_icon {
    font-size: 2em;
    line-height: 1.25em;
    margin-bottom: .25em
}

.sc_button_subtitle {
    font-size: .85em;
    line-height: 1.25em;
    text-transform: none;
    display: block
}

.sc_content {
    margin-left: auto;
    margin-right: auto
}

[class*=sc_content_width_] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.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_field_error {
    border-color: #c00 !important;
    color: #c00 !important;
    -webkit-box-shadow: 0 0 8px 0 rgba(200, 0, 0, .2);
    -moz-box-shadow: 0 0 8px 0 rgba(200, 0, 0, .2);
    box-shadow: 0 0 8px 0 rgba(200, 0, 0, .2)
}

.sc_form .sc_form_title {
    color: #292929
}

.sc_form_descr+.sc_form_form,
.sc_form_subtitle+.sc_form_form,
.sc_form_title+.sc_form_form {
    margin-top: 2em
}

.sc_form_description {
    font-size: .9231em;
    font-style: italic;
    margin-bottom: 1.5em
}

.sc_form.sc_align_left .sc_form_description,
.sc_form.sc_align_left .sc_form_field_button,
.sc_form.sc_align_left .sc_form_subtitle,
.sc_form.sc_align_left .sc_form_title {
    text-align: left
}

.sc_form.sc_align_center .sc_form_description,
.sc_form.sc_align_center .sc_form_field_button,
.sc_form.sc_align_center .sc_form_subtitle,
.sc_form.sc_align_center .sc_form_title {
    text-align: center
}

.sc_form.sc_align_right .sc_form_description,
.sc_form.sc_align_right .sc_form_field_button,
.sc_form.sc_align_right .sc_form_subtitle,
.sc_form.sc_align_right .sc_form_title {
    text-align: right
}

.sc_form_form {
    position: relative
}

.sc_form_field {
    display: block;
    margin-bottom: 1.3em
}

.sc_form_field_title {
    display: block;
    font-size: .9231em;
    font-weight: 700;
    text-transform: uppercase;
    color: #292929
}

.sc_form input[type=text] {
    border: 1px solid #e1e1e1;
    background-color: transparent;
    color: #a7a7a7;
    font-size: 1.2308em;
    font-style: italic;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.sc_form input[type=text]:focus {
    background-color: #fff;
    color: #292929
}

.sc_form button {
    display: block;
    width: auto;
    margin: 1em auto 0;
    padding: .5em 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: .9231em;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #292929;
    border: 2px solid #292929;
    color: #fff;
    -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_form button:hover {
    background-color: transparent !important;
    color: #292929
}

@media(max-width:479px) {
    .sc_form_title {
        font-size: 1.5em
    }
}

[class*=sc_input_hover_] .sc_form_field_wrap {
    position: relative;
    z-index: 1;
    display: block
}

[class*=sc_input_hover_] input[type=email],
[class*=sc_input_hover_] input[type=number],
[class*=sc_input_hover_] input[type=password],
[class*=sc_input_hover_] input[type=search],
[class*=sc_input_hover_] input[type=text],
[class*=sc_input_hover_] select {
    font-size: 1.2857em !important;
    text-align: left !important;
    padding: 1.3em 1.5em !important;
    width: 100%
}

[class*=sc_input_hover_] input:focus,
[class*=sc_input_hover_] select:focus {
    outline: 0
}

[class*=sc_input_hover_] .sc_form_field_hover {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 1.2857em;
    text-align: left !important;
    overflow: visible;
    padding: 0;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[class*=sc_input_hover_] .sc_form_field_content {
    position: relative;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.sc_input_hover_accent input[type=email],
.sc_input_hover_accent input[type=number],
.sc_input_hover_accent input[type=password],
.sc_input_hover_accent input[type=search],
.sc_input_hover_accent input[type=text],
.sc_input_hover_accent select {
    box-shadow: 0 0 0 2px transparent;
    -webkit-transition: box-shadow .3s;
    -ms-transition: box-shadow .3s;
    transition: box-shadow .3s;
    -webkit-appearance: none
}

.sc_input_hover_accent .sc_form_field_hover {
    position: static
}

.sc_input_hover_accent .sc_form_field_content {
    padding: .3em 0 0
}

.sc_input_hover_accent .sc_form_field_hover:before {
    content: ' ';
    display: block !important;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 4em;
    box-shadow: 0 0;
    color: rgba(239, 167, 88, .6)
}

.sc_input_hover_accent input:focus+.sc_form_field_hover,
.sc_input_hover_accent select:focus+.sc_form_field_hover {
    pointer-events: none
}

.sc_input_hover_accent input:focus+.sc_form_field_hover:before,
.sc_input_hover_accent select:focus+.sc_form_field_hover:before {
    -webkit-animation: anim-accent .3s forwards;
    -ms-animation: anim-accent .3s forwards;
    animation: anim-accent .3s forwards
}

.sc_input_hover_accent input[type=email]:focus,
.sc_input_hover_accent input[type=number]:focus,
.sc_input_hover_accent input[type=password]:focus,
.sc_input_hover_accent input[type=search]:focus,
.sc_input_hover_accent input[type=text]:focus,
.sc_input_hover_accent select:focus {
    border-color: #ffa705 !important
}

@-webkit-keyframes anim-accent {
    to {
        box-shadow: 0 0 100px 50px;
        opacity: 0
    }
}

@keyframes anim-accent {
    to {
        box-shadow: 0 0 100px 50px;
        opacity: 0
    }
}

@-webkit-keyframes anim-jump-1 {
    0%,
    70% {
        -webkit-transform: translate3d(0, 3em, 0);
        transform: translate3d(0, 3em, 0)
    }
    100%,
    71% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes anim-jump-1 {
    0%,
    70% {
        -webkit-transform: translate3d(0, 3em, 0);
        transform: translate3d(0, 3em, 0)
    }
    100%,
    71% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes anim-jump-2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    70%,
    71% {
        -webkit-transform: translate3d(0, 125%, 0);
        transform: translate3d(0, 125%, 0);
        -webkit-animation-timing-function: ease-out
    }
    100% {
        -webkit-transform: translate3d(0, 200%, 0);
        transform: translate3d(0, 200%, 0)
    }
}

@keyframes anim-jump-2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    70%,
    71% {
        opacity: 0;
        -webkit-transform: translate3d(0, 125%, 0);
        transform: translate3d(0, 125%, 0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    100% {
        -webkit-transform: translate3d(0, 200%, 0);
        transform: translate3d(0, 200%, 0)
    }
}

.sc_icons .sc_icons_item {
    position: relative
}

.sc_icons.sc_align_left .sc_icons_item {
    text-align: left
}

.sc_icons.sc_align_center .sc_icons_item {
    text-align: center
}

.sc_icons.sc_align_right .sc_icons_item {
    text-align: right
}

.sc_icons .sc_icons_item>* {
    margin: 0
}

.sc_icons .sc_icons_image img {
    max-width: 75%
}

.sc_icons .sc_icons_icon {
    color: #ffa705;
    position: relative;
    z-index: 2;
    display: inline-block;
    width: auto
}

.sc_icons .sc_icons_icon:before,
.sc_icons .sc_icons_icon>span:before {
    font-size: 5.5em;
    line-height: 1em
}

.sc_icons_size_small .sc_icons_icon:before,
.sc_icons_size_small .sc_icons_icon>span:before {
    font-size: 3.5em;
    line-height: 1em
}

.sc_icons_size_large .sc_icons_icon:before,
.sc_icons_size_large .sc_icons_icon>span:before {
    font-size: 7.5em;
    line-height: 1em
}

.sc_icons .sc_icons_icon>span {
    display: inline-block;
    opacity: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: auto
}

.sc_icons .sc_icons_icon+.sc_icons_description,
.sc_icons .sc_icons_icon+.sc_icons_title {
    margin-top: 2em
}

.sc_icons .sc_icons_image+.sc_icons_description,
.sc_icons .sc_icons_image+.sc_icons_title {
    margin-top: 2.4em
}

.sc_icons .sc_icons_title+.sc_icons_description {
    margin-top: 2em
}

.sc_icons .sc_icons_description span,
.sc_icons .sc_icons_title span {
    display: block
}

.sc_icons .sc_icons_link {
    display: block;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.sc_icons .sc_icons_item_linked:hover .sc_icons_icon>span {
    -webkit-animation: icons-zoom .25s ease-out;
    -ms-animation: icons-zoom .25s ease-out;
    animation: icons-zoom .25s ease-out
}

.sc_icons .sc_icons_item_linked .sc_icons_icon+.sc_icons_description,
.sc_icons .sc_icons_item_linked .sc_icons_icon+.sc_icons_title,
.sc_icons .sc_icons_item_linked .sc_icons_icon+.sc_icons_title+.sc_icons_description,
.sc_icons .sc_icons_item_linked .sc_icons_image img,
.sc_icons .sc_icons_item_linked .sc_icons_image+.sc_icons_description,
.sc_icons .sc_icons_item_linked .sc_icons_image+.sc_icons_title,
.sc_icons .sc_icons_item_linked .sc_icons_image+.sc_icons_title+.sc_icons_description {
    -webkit-transition: all ease .25s;
    -moz-transition: all ease .25s;
    -ms-transition: all ease .25s;
    -o-transition: all ease .25s;
    transition: all ease .25s
}

.sc_icons .sc_icons_item_linked .sc_icons_icon+.sc_icons_title,
.sc_icons .sc_icons_item_linked .sc_icons_image+.sc_icons_title {
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

.sc_icons .sc_icons_item_linked .sc_icons_icon+.sc_icons_description,
.sc_icons .sc_icons_item_linked .sc_icons_icon+.sc_icons_title+.sc_icons_description,
.sc_icons .sc_icons_item_linked .sc_icons_image+.sc_icons_description,
.sc_icons .sc_icons_item_linked .sc_icons_image+.sc_icons_title+.sc_icons_description {
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top
}

.sc_icons .sc_icons_item_linked:hover .sc_icons_image img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.sc_icons .sc_icons_item_linked:hover .sc_icons_icon+.sc_icons_description,
.sc_icons .sc_icons_item_linked:hover .sc_icons_icon+.sc_icons_title,
.sc_icons .sc_icons_item_linked:hover .sc_icons_icon+.sc_icons_title+.sc_icons_description,
.sc_icons .sc_icons_item_linked:hover .sc_icons_image+.sc_icons_description,
.sc_icons .sc_icons_item_linked:hover .sc_icons_image+.sc_icons_title,
.sc_icons .sc_icons_item_linked:hover .sc_icons_image+.sc_icons_title+.sc_icons_description {
    -webkit-transform: scale(.9, .9);
    -moz-transform: scale(.9, .9);
    -ms-transform: scale(.9, .9);
    transform: scale(.9, .9)
}

@-webkit-keyframes icons-zoom {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.75, 1.75);
        transform: scale(1.75, 1.75)
    }
}

@keyframes icons-zoom {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.75, 1.75);
        -ms-transform: scale(1.75, 1.75);
        transform: scale(1.75, 1.75)
    }
}

.sc_promo {
    position: relative;
    overflow: hidden
}

.sc_promo_image {
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.sc_promo_text {
    width: 50%;
    position: relative
}

.sc_promo_subtitle+.sc_promo_content,
.sc_promo_title+.sc_promo_content {
    margin-top: 4.2em
}

.sc_promo_descr+.sc_promo_content {
    margin-top: 1em
}

.sc_promo_icon {
    font-size: 3em;
    line-height: 1.3em;
    margin-bottom: .5em;
    color: #ffa705
}

.sc_promo_icon span:before {
    margin: 0
}

.sc_promo.sc_promo_size_large .sc_promo_text_inner {
    padding: 5em 18%
}

.sc_promo.sc_promo_size_large .sc_promo_icon {
    font-size: 5em;
    margin-bottom: .5em
}

.sc_promo.sc_promo_size_large .sc_promo_descr {
    font-size: 1em
}

.sc_promo.sc_promo_size_normal .sc_promo_text_inner {
    padding: 3em 4em
}

.sc_promo.sc_promo_size_normal .sc_promo_descr {
    font-size: 1.0714em
}

.sc_promo.sc_promo_size_small .sc_promo_image {
    background-size: 100%
}

.sc_promo.sc_promo_size_small .sc_promo_text_inner {
    padding: 1.5em 2em
}

.sc_promo.sc_promo_size_small .sc_promo_descr {
    font-size: 1em
}

.sc_promo.sc_promo_size_small .sc_promo_button,
.sc_promo.sc_promo_size_small .sc_promo_button_image {
    margin-top: 1.25em
}

.sc_promo.sc_promo_size_tiny {
    max-width: 30em
}

.sc_promo.sc_promo_size_tiny .sc_promo_text_inner {
    padding: 1.5em 2em;
    line-height: 1.5em
}

.sc_promo.sc_promo_size_tiny .sc_item_title {
    line-height: 1.5em
}

.sc_promo.sc_promo_size_tiny .sc_promo_descr {
    font-size: 1.0714em
}

.sc_promo.sc_promo_size_tiny .sc_promo_link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.sc_promo.sc_promo_no_paddings .sc_promo_text_inner {
    padding: 0 !important
}

.sc_promo_text.sc_float_right .sc_promo_text_inner {
    padding-left: 0
}

.sc_promo_text.sc_float_left .sc_promo_text_inner {
    padding-right: 0
}

.sc_promo .sc_promo_text.trx_addons_stretch_height .sc_promo_text_inner {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.sc_promo_text.sc_float_center,
.sc_promo_text.sc_float_left,
.sc_promo_text.sc_float_right {
    float: none
}

.sc_promo_text.sc_float_left {
    text-align: left
}

.sc_promo_text.sc_float_right {
    text-align: right
}

.sc_promo_text.sc_float_center {
    text-align: center
}

.sc_promo_text.sc_float_center .sc_promo_text_inner,
.sc_promo_text.sc_float_left .sc_promo_text_inner,
.sc_promo_text.sc_float_right .sc_promo_text_inner {
    display: inline-block
}

.sc_promo_text_inner.sc_align_left * {
    text-align: left !important
}

.sc_promo_text_inner.sc_align_right * {
    text-align: right !important
}

.sc_promo_text_inner.sc_align_center * {
    text-align: center !important
}

.sc_table table {
    width: 100%
}