/**
 * @package   Camber Template - RocketTheme
* @version   $Id$
* @author    RocketTheme http://www.rockettheme.com
* @copyright Copyright (C) 2007 - 2019 RocketTheme, LLC
* @license   http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
*/
html, body {
    font-size: 14px;
}
/* Core */
html, body {
    margin-bottom: 0;
}
body {
    min-width: auto;
    max-width: 1920px;
    margin: 0 auto;
    font-family: 'Lora', Arial;
    height: 100%;
    background: #F0ECE7;
    color: #191919;
    font-size: 14px;
}
h1.title {margin-top: 0;}
h1, h2, .module-title h2, h3, h4, h5 {line-height: 1.1em;letter-spacing: inherit;}
h5 {text-transform: uppercase;font-size: 100%;}
.rt-container {background: none;}
*, *:before, *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

a {
    color: inherit;
}

img {
    max-width: 100%;
}

.section-wrap {
    padding-left:15px;
    padding-right:15px;
}

.section-block {
    max-width: 1110px;
    margin:0 auto;
}

.rt-container {
    width: auto;
}

.section-top {
    background: #744E3B;
    padding-top: 28px;
    padding-bottom: 28px;
}

.section-top .logo img {
    width: 65px;
    margin-right: 15px;
}

.section-top .logo a {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    font-weight: 500;
    font-size: 27px;
    text-transform: uppercase;
    /*line-height: 1.74;*/
}

.section-top .logo a u {
    text-decoration: none;
    font-size: 17px;
    display: block;
    margin-top: 5px;
    text-transform: none;
}

.section-top .links {
    text-align: right;
}

.section-top .links a {
    display: inline-block;
    width: 55px;
    height: 55px;
    border-radius: 8px;
    margin-left: 9px;
    background-color: #5C3D30;
    transition: 0.2s all ease-out;
    background-position: center center;
    background-repeat: no-repeat;
}

.section-top .links a.email {
    background: url('../images/_template/email.svg') center center no-repeat #5C3D30;
    background-size: 50% auto;
}

.section-top .links a.vk {
    background: url('../images/_template/vk.svg') center center no-repeat #5C3D30;
    background-size: 50% auto;
}

.section-top .links a:hover {
    opacity: 0.7;
}

.section-top .links a.vds {
    background: url('../images/_template/vds.svg') center center no-repeat #5C3D30;
    background-size: 50% auto;
}

/* Navigation */
#rt-navigation {
    background: #ffffff;
    padding-top: 7px;
    padding-bottom: 7px;
}

#rt-navigation .rt-grid-12 {
    width: 100%;
}
#rt-navigation .item186, #rt-navigation .item101 {
    display: none;
}
.menutop {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
}
.menutop li {
    margin-right: 35px;
}
.menutop li a {
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: #191919;
}

#rt-navigation .search-form {
    width: 100%;
    background: #F2F2F2;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
}
#rt-navigation .search-form input {
    border: none;
    background: none;
    font-family: 'Open Sans', sans-serif;
    color: #191919;
    font-size: 15px;
    padding: 18px 19px 17px 19px;
}
#rt-navigation .search-form button {
    background: url('../images/_template/search.svg') center center no-repeat #5C3D30;
    width: 55px;
    border: none;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
    transition: 0.2s all ease-out;
}
#rt-navigation .search-form button:hover {
    opacity: 0.85;
}

.section-slider {
    background: url('../images/_template/blur-bg.jpg') center center no-repeat #5C3D30;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 20px;
}
.section-slider .djslider-default img.dj-image {
    height: 100% !important;
}
.section-slider .djslider-default .navigation-container {
    margin: 0 !important;
}
.section-slider .djslider-default .navigation-container .prev-button, .section-slider .djslider-default .navigation-container .next-button {
    top: 200px;
    z-index: 3;
}
.section-slider .djslider-default .navigation-container .prev-button {
    left: 20px;
}
.section-slider .djslider-default .navigation-container .next-button {
    right: 20px;
}
.section-slider .djslider-default .slide-desc {
    display: none;
    top: 0;
    right: 0;
    left: auto !important;
    width: 500px !important;
}
.section-slider .djslider-default .slide-desc-in {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    padding-right: 95px;
    padding-left: 55px;
    z-index: 2;
}
.section-slider .djslider-default .slide-desc:after {
    content: '';
    position: absolute;
    left: -50px;
    right: -50px;
    top: -50px;
    bottom: -50px;
    transform: rotate(8deg);
    background: transparent;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    z-index: 1;
}
.section-slider .slide-desc-bg-default {
    display: none;
}
.section-slider .slide-desc-text-default {
    padding: 0;
    text-align: right;
}
.section-slider .slide-desc-text-default .slide-title {
    margin-bottom: 0;
    font-size: 27px;
    line-height: 1.55;
    font-weight: 500;
    text-transform: uppercase;
}
.section-slider .slide-text {
    margin-top: 22px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 1.55;
}

#rt-main {
    padding-top: 55px;
    padding-bottom: 55px;
}

.main-sidebar {
    max-width: 255px;
    flex-basis: 255px;
    color: #ffffff;
}

.main-content {
    max-width: 825px;
    flex-basis: 825px;
}

.main-sidebar #rt-sidebar-a {
    background: none;
}

.main-sidebar .menu {
    padding: 0;
    background: #744E3B;
    list-style: none;
    margin-bottom: 30px;
}

.main-sidebar .menu li {
    border-bottom: 1px solid #A08171;
    border-left: 3px solid #A08171;
}

.main-sidebar .menu li:last-child {
    border-bottom: none;
}

.main-sidebar .menu li a {
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    padding: 16px 30px 16px 18px;
    transition: 0.2s all ease-out;
}
.main-sidebar .menu li a:hover, .main-sidebar .menu li.active a {
    background: #A08171;
}

.main-title {
    font-size: 27px;
    font-weight: 500;
    color: #744E3B;
    padding-bottom: 30px;
    border-bottom: 1px solid #E8DAC9;
    margin-bottom: 30px;
    margin-top: 0;
    line-height: 1.2;
}
.main-content .category-desc p {
    /*margin: 0;*/
}

.main-content .item {
    text-align: center;
    color: #744E3B;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.7;
}
.main-content .item b, .main-content .item strong {
    font-family: 'Lora', Arial;
    font-size: 16px;
    line-height: 1.3;
    color: #191919;
    margin-bottom: 5px;
    display: block;
}
.main-content .item p {
    margin: 0;
}
.main-content .item img {
    max-width: 255px;
    max-height: 255px;
    margin-bottom: 25px;
}
.main-content .component-content .items-row {
    /*border-bottom: 1px solid #E8DAC9;
    padding-bottom: 45px;*/
    margin: 0 -15px 45px -15px !important;
    padding: 0;
}
.main-content .component-content .items-row .items-sep {
    margin: 45px 15px 0 15px;
    height: 1px;
    border-top: 1px solid  #E8DAC9;
}
.main-content .component-content .items-row .item {
    padding: 15px;
}

#rt-footer-pattern {
    background: #ffffff;
    padding-top: 60px;
    padding-bottom: 95px;
}

#rt-footer-pattern .djslider-default .navigation-container-custom {
    top: auto;
    bottom: -55px;
    left: 0;
    right: 0;
    text-align: center;
}
#rt-footer-pattern .djslider-loader-default {
    overflow: inherit;
}
#rt-footer-pattern .djslider-default .load-button {
    background: #744E3B;
}

#rt-copyright {
    text-align: center;
    background: #744E3B;
    color: #C4947C;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    padding-top: 30px;
    padding-bottom: 30px;
}

.items-leading .title, .items-leading .title a {
    color: #191919;
    font-size: 18px;
    margin-top: 0;
}

.items-leading > div {
    padding-bottom: 30px;
}

.pagination {
    display: flex;
    justify-content: space-between;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.pagination a {
    color: #744E3B;
}
.pagination a:hover {
    color: #191919;
}
span.pagenav {
    font-weight: 600;
    color: #191919;
    font-size: 16px;
}
.pagination-next span.pagenav, .pagination-end span.pagenav, .pagination-start span.pagenav, .pagination-prev span.pagenav {
    font-size: 13px;
    font-weight: 400;
    color: #744E3B;
    opacity: 0.5;
}

.rt-category {
    margin-bottom: 20px;
    font-size: 14px;
}

.component-content .rt-articleinfo {
    margin: 0;
    padding: 0;
}
.item-page .prebody {
    margin-bottom: 25px;
}
.item-page .prebody .title {
    color: #191919;
    font-size: 18px;
    margin-bottom: 25px;
}
.item-page .prebody .descr {
    color: #191919;
    /*font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 1.45;*/
}

.item-page .text.cat-358 table, .item-page .text.cat-358 table tr,.item-page .text.cat-358 table th, .item-page .text.cat-358 table tbody {
    display: block;
}
.item-page .text.cat-358 table {
    width: 100% !important;
    border-bottom: 1px solid #E8DAC9;
}
.item-page .text.cat-358 table td {
    width: 100% !important;
    background: #FFFFFF;
    border-top: 1px solid #E8DAC9;
    border-left: 1px solid #E8DAC9;
    border-right: 1px solid #E8DAC9;
    display: flex;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.45;
    padding: 12px 20px;
    cursor: pointer;
    transition: 0.2s all ease-in-out;
}
.item-page .text.cat-358 table td.active, .item-page .text.cat-358 table td:hover {
    background: rgba(232, 218, 201, 0.3);
    color: #744E3B;
}
.item-page .text.cat-358 table td span {
    font-size: inherit !important;
    color: inherit !important;
}
.item-page .text.cat-358 table td .videocontent {
    margin-left: auto;
}
.item-page .text.cat-358 table td .videocontent .mejs-container {
    display: none;
}
.item-page .text.cat-358 table td .videocontent .duration {
    text-align: right;
}
.item-page .text.cat-358 table td .videocontent .duration .current-time {
    display: none;
}
.item-page .text.cat-358 table td.active .videocontent .duration .current-time {
    display: inline;
}
.item-page .audio-controls {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.item-page .audio-controls > span {
    background: #FFFFFF;
    border: 1px solid #E8DAC9;
    border-radius: 4px;
    height: 45px;
    margin-right: 7px;
    display: flex;
    width: 155px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s opacity ease-in-out;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #744E3B;
}
.item-page .audio-controls > span:hover {
    opacity: 0.7;
}
.item-page .audio-controls > span.play {
    background: url('../images/_template/play.svg') center center no-repeat #ffffff;
    background-size: auto 17px;
}
.item-page .audio-controls > span.play.active {
    background: url('../images/_template/pause.svg') center center no-repeat #ffffff;
    background-size: auto 17px;
}
.item-page .audio-controls > span.forward u {
    display: inline-block;
    width: 13px;
    height: 17px;
    background: url('../images/_template/fwd.svg') center center no-repeat;
    margin-left: 5px;
}
.item-page .audio-controls > span.back u {
    display: inline-block;
    width: 13px;
    height: 17px;
    background: url('../images/_template/bck.svg') center center no-repeat;
    margin-right: 5px;
}
.item-page .audio-controls > span.volume {
    position: relative;
    overflow: hidden;
}
.item-page .audio-controls > span.volume .txt {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-page .audio-controls > span.volume .indicator {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #D1BA9E;
    z-index: 1;
}
.item-page .audio-controls > span.volume .pad {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 3;
}
.item-page .audio-controls > span.volume u {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url('../images/_template/volume.svg') center center no-repeat;
    margin-right: 5px;
}

.subheading-category, .main-content .category-desc {
    font-family: 'Open Sans', sans-serif;
    /*font-size: 15px;*/
    line-height: 1.3;
    margin-bottom: 20px;
}

.main-content .component-content .items-row .item {
    padding: 15px;
}
.main-content .component-content .items-row .videocontent {
    max-width: 100% !important;
}
.main-content .component-content .items-row .videocontent .mejs-container {
    width: 100% !important;
}
.main-content .component-content .items-row .item .title {
    text-align: left;
}
.main-content .component-content .items-row .prebody, .main-content .component-content .items-row .prebody p, .main-content .component-content .items-row .prebody span {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 13px !important;
    color: #744E3B !important;
    text-align: center;
}
.main-content .component-content .items-row .prebody img {
    max-height: 205px;
    width: auto;
}
.main-content .component-content .items-row .prebody p {
    /*text-align: center !important;*/
    text-align: left !important;
}
.main-content .component-content .items-row .prebody b, .main-content .component-content .items-row .prebody strong {
    color: #191919;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
}
.main-content .component-content .items-row .prebody img {
    display: block;
    margin-right: 15px !important;
    margin-bottom: 0 !important;
    min-height: 165px;
    float: left;
}

.menu-home .main-content .component-content .items-row .prebody p {
    text-align: center !important;
}

.menu-home .main-content .component-content .items-row .prebody img {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    margin-bottom: 15px !important;
}

.menu-home .main-content .component-content .items-row .prebody p span {
    font-size: 16px !important;
}

@media (max-width: 767px) {
    #slider139 {
        display: none;
    }
}

#djslider-loader126 {
    margin-bottom: 25px !important;
}

#slider126 li:last-of-type {
    margin: 0 !important;
}

.menu-home .main-content .component-content .items-row .prebody p:last-of-type {
    font-size: 13px !important;
}

#contact-slider {
    font-size: 14px;
}

.search-results .result-created {
    border-bottom: 1px solid #E8DAC9;
}
.search-results .result-title a {
    font-size: 16px;
}
.search-results .result-text, .search-results .result-created {
    font-family: 'Open Sans', sans-serif;
}

.main-content .sppb-addon-wrapper .clearfix {
    box-shadow: none !important;
    border: none !important;
    font-size: 15px;
    border-color: transparent;
}
.main-content .sppb-addon-wrapper .animated-text-words-wrapper {
    font-size: 15px !important;
    margin-bottom: 15px !important;
    color: #191919 !important;
}

/* Main Body */
.rt-block {
    padding: 0;
    margin: 0;
}
#rt-container-bg {border-radius: 4px;}
.scroller-enabled #rt-content-top, .scroller-enabled #rt-content-bottom {padding: 35px 0;margin: 25px 0;}
#rt-page-surround-inner {background-position: 50% 100%;background-repeat: repeat-x;margin-bottom: -4px;position: relative;z-index: 1;}
/*Вставка из lighthouse - body background textures*/
    .bg_texture_0, .footer_texture_0{background-image: none;}
    .bg_texture_1, .bg_texture_2, .bg_texture_3, .bg_texture_4, .bg_texture_5, .bg_texture_6,
    .bg_texture_11, .bg_texture_12, .bg_texture_13, .bg_texture_15, .bg_texture_16, .bg_texture_17,
    .bg_texture_18, .bg_texture_19, .bg_texture_20, .bg_texture_21, .bg_texture_22, .bg_texture_23,
    .footer_texture_1, .footer_texture_2, .footer_texture_3, .footer_texture_4, .footer_texture_5,
    .footer_texture_6, .footer_texture_7, .footer_texture_8, .footer_texture_9, .footer_texture_10,
    .footer_texture_11, .footer_texture_12, .footer_texture_13
    {
        background-repeat: repeat;
        background-color: transparent;
        background-position: top left;
    }

    .bg_texture_1{background-image: url(../images/texture/1.png);}
    .bg_texture_2{background-image: url(../images/texture/2.png);}
    .bg_texture_3{background-image: url(../images/texture/3.png);}
    .bg_texture_4{background-image: url(../images/texture/4.png);}
    .bg_texture_5{background-image: url(../images/texture/5.png);}
    .bg_texture_6{background-image: url(../images/texture/6.jpg);}
    .bg_texture_11, .footer_texture_1{background-image: url(../images/texture/11.png);}
    .bg_texture_12, .footer_texture_2{background-image: url(../images/texture/12.jpg);}
    .bg_texture_13, .footer_texture_3{background-image: url(../images/texture/13.jpg);}
    .footer_texture_4{background-image: url(../images/texture/14.jpg);}
    .bg_texture_15, .footer_texture_5{background-image: url(../images/texture/15.jpg);}
    .bg_texture_16, .footer_texture_6{background-image: url(../images/texture/16.png);}
    .bg_texture_17, .footer_texture_7{background-image: url(../images/texture/17.png);}
    .bg_texture_18, .footer_texture_8{background-image: url(../images/texture/18.png);}
    .bg_texture_19, .footer_texture_9{background-image: url(../images/texture/19.png);}
    .bg_texture_20, .footer_texture_10{background-image: url(../images/texture/20.jpg);}
    .bg_texture_21, .footer_texture_11{background-image: url(../images/texture/21.jpg);}
    .bg_texture_22, .footer_texture_12{background-image: url(../images/texture/22.jpg);}
    .bg_texture_23, .footer_texture_13{background-image: url(../images/texture/23.jpg);}
    .bg_texture_24{background-image: url(../images/texture/custom-bg.jpg);  background-repeat: no-repeat; background-position: top left; background-attachment: fixed}


    .sheet-body.main_texture_1 #sidebar-a,
    .sheet-body.main_texture_1 #sidebar-b,
    .sheet-body.main_texture_2 #sidebar-a,
    .sheet-body.main_texture_2 #sidebar-b,
    .sheet-body.main_texture_3 #sidebar-a,
    .sheet-body.main_texture_3 #sidebar-b,
    .sheet-body.main_texture_4 #sidebar-a,
    .sheet-body.main_texture_4 #sidebar-b,
    .sheet-body.main_texture_5 #sidebar-a,
    .sheet-body.main_texture_5 #sidebar-b
    {background-color: transparent;}


    .sheet-body.main_texture_1 {
        background-image: url(../images/texture/7_top.jpg), url(../images/texture/7_r.jpg);
        background-repeat: repeat-x, repeat;
        background-position: top left, top left;
    }

    .sheet-body.main_texture_2 {
        background-image: url(../images/texture/8_top.jpg), url(../images/texture/8_r.jpg);
        background-repeat: repeat-x, repeat;
        background-position: top left, top left;
    }

    .sheet-body.main_texture_3 {
        background-image: url(../images/texture/9_top.jpg), url(../images/texture/9_r.jpg);
        background-repeat: repeat-x, repeat;
        background-position: top left, top left;
    }

    .sheet-body.main_texture_4 {
        background-image: url(../images/texture/10_top.jpg), url(../images/texture/10_r.jpg);
        background-repeat: repeat-x, repeat;
        background-position: top left, top left;
    }

    .sheet-body.main_texture_5 {
        background-image: url(../images/texture/24.png);
        background-repeat: repeat;
        background-position: top left;
    }

    /*mid background textures*/
    .content_texture_t{background-image: none}
/*-------- конец вставки кода из lighthouse ------*/


/* Module Standard Variations */
.standardcase .module-title .title {text-transform: inherit;}
.lowercase .module-title .title {text-transform: lowercase;}
.uppercase .module-title .title {text-transform: uppercase;}
.flush .rt-block {padding: 0;}
.flushtop .rt-block {padding-top: 0;}
.flushbottom .rt-block {padding-bottom: 0;}
#rt-popup, #rt-popuplogin {display: none;}

/* Buttons and Inputs */
.readon {display: inline-block;margin: 0;padding: 1px 1px 0 1px;overflow: visible;border-radius: 4px;border:0;}
.readon span, .readon .button {display: block;margin: 0;padding: 6px 10px;cursor: pointer;line-height: 14px;font-size: 13px;overflow: visible;font-weight: normal;position: relative;white-space: normal;background-color: transparent;border: none;border-radius: 4px;background-position: 50% 0;background-repeat: repeat-x;transition: background-position 0.3s linear;}
.readon span span {display: inline;background: none;margin-left: 0;padding: 0;float: none;}
.readon:hover span, .readon:hover .button {background-position: 50% -50px;}
.readon:active {margin-top: 1px;margin-bottom: -1px;}
.readonstyle-link .readon {background: none !important;border: none !important;padding: 0 !important;margin: 0 !important;height: auto !important;}
.readonstyle-link .readon .button, .readonstyle-link .readon span {background: none !important;border: none !important;font-size: 13px !important;outline: none !important;padding: 0 !important;margin: 0 !important;line-height: 14px !important;font-weight: normal !important;text-transform: none;height: auto !important;text-shadow: none !important;}
.rokchecks, .rokradios {padding: 3px 0 3px 20px;line-height: 130%;cursor: pointer;}
.rokradios {background-position: 0 2px;background-repeat: no-repeat;}
.rokradios-active {background-position: 0 -159px;background-repeat: no-repeat;}
.rokchecks {background-position: 0 -344px;background-repeat: no-repeat;}
.rokchecks-active {background-position: 0 -542px;background-repeat: no-repeat;}

/* Typography */
.inputbox, #form-login .inputbox, .component-content .login .inputbox, #josForm .inputbox, .component-content .search_result .inputbox, .component-content .contact .inputbox, .component-content .user input#email, .component-content .user input#name, .component-content .user input#username, .component-content .user input#password, .component-content .user input#passwd, .component-content .user input#password2, .component-content .user input#secretkey, #rokajaxsearch .inputbox {position: relative;z-index: 100;border-radius: 6px;transition: background-color 0.2s linear;}
.box2 .inputbox, .box2 #form-login .inputbox {background-image: none;}
.component-content h1.title, .component-content h2.title {font-size: 150%;}
.component-content .rt-article-icons a {display: block;text-align: center;}

/* Branding */
#developed-by {overflow: hidden;}
#rocket {display: block;width: 144px;height: 30px;vertical-align: middle;margin: 0;float: right;}

/* Breadcrumbs */
#rt-breadcrumbs {padding: 2px 0;}
#rt-breadcrumbs .rt-block {margin: 0;}
#breadcrumbs h3, .leading_separator {display: none;}
.rt-breadcrumb-surround {position: relative;overflow: hidden;padding: 0;height: auto;}
span.breadcrumbs, #rt-breadcrumbs .breadcrumbs {display: inline-block;font-size: 120%;overflow: hidden;}
span.breadcrumbs img {float:left;margin-top: 6px;}
#rt-breadcrumbs .breadcrumbs img {float:left;height: 0;width: 6px;padding-top: 12px;background: url(../images/arrow.png);}
span.breadcrumbs a, span.no-link, .pathway, span.showHere {padding: 5px;margin: 0;float: left;display: block;line-height: 100%;}
.breadcrumbs .separator-item {float: left;display: inline-block;margin-top: 6px;}

/* Login Form - Horizontal */
#rt-header #form-login, .horizontal #form-login {position: relative;}
#rt-header #form-login-username, .horizontal #form-login-username {float: left;margin-right: 15px;}
#rt-header #form-login-password, .horizontal #form-login-password, #rt-header #form-login-secretkey, .horizontal #form-login-secretkey {float: left;margin-right: 15px;}
#rt-header #form-login.form-login-secretkey-active .inputbox {width: 151px !important;}
#rt-header #form-login .inputbox, .horizontal #form-login .inputbox {width: 149px;height: 16px;font-size: 10px;text-transform: lowercase;}
#rt-header #form-login .readon, .horizontal #form-login .readon {position: absolute;top: 0;right: 0;}
#rt-header #form-login-remember, .horizontal #form-login-remember {margin: 0;position: absolute;right: 0;top: 34px;font-size: 10px;}
#rt-header #form-login ul, .horizontal #form-login ul {overflow: hidden;margin: 0;position: absolute;top: 30px;left: 0;}
#rt-header #form-login ul li, .horizontal #form-login ul li {float: left;padding: 0;margin: 0;}
#rt-header #form-login ul li a, .horizontal #form-login ul li a {padding: 0;margin: 0 10px 0 0;font-size: 10px;background: none !important;}

/* Date Feature */
.rt-date-feature span {font-size: 120%;line-height: 130%;padding: 2px 0;}

/* Fontsizer Feature */
#rt-accessibility .rt-desc {font-size: 120%;}
#rt-accessibility .small .button {background-position: -20px -32px;}
#rt-accessibility .large .button {background-position: 0px -32px;}

/* Popup/Login Module Feature */
.loginbutton-block, .popupbutton-block {margin: 0;}
#rt-login-button .buttontext, #rt-popup-button .buttontext {font-size: 130%;line-height: 130%;font-weight: normal;}
#rt-popup .module-content, #rt-popuplogin .module-content {margin: 0; padding:0;}
#rt-popup .rt-block, #rt-popuplogin .rt-block {margin: 0;padding: 0;}
#rt-popup .title, #rt-popuplogin .title {padding: 0;margin-bottom: 15px;margin-top: 0;}
#rt-popuplogin p {margin-bottom: 1px;}
#rt-popuplogin p:first-child {margin-right: 10px;}
#rt-popuplogin ul li {float: none;display: block;}
#rt-popuplogin .inputbox {border: none;}
#rt-popuplogin p#form-login-remember {padding-top: 10px;}
#rt-popuplogin p#form-login-password {padding-top: 5px;}
#rt-popuplogin .readon .button {background: #B71810; margin-top: 5px;}
#rt-popuplogin input#modlgn-remember {left: 0 !important; width: auto !important; background:none;}
#rt-popuplogin .rokchecks {line-height: 125%;padding: 3px 0 3px 17px;}
.rokbox-wrapper .rokbox-outer .rokbox-row .rokbox-inner .rokbox-container.rokbox-type-element .rokbox-content .rokbox-content-element {padding-bottom: 45px;}

/* ToTop Feature */
#gantry-totop {padding: 2px 0;font-size: 110%;line-height: 110%;font-weight: normal;}

/* Custom Content */
img.feature-img {width: 212px;height: 150px;padding: 5px;}
.feature-img-surround {width: 222px;height: 178px;}
.image-block-surround {width: 160px;height: 150px;float: left;margin-right: 15px;}
img.image-block {width: 150px;height: 122px;padding: 5px;position: relative;}
.content-block {overflow: hidden;}
.number-image {display: inline-block;float: left;margin-right: 15px;margin-bottom: 15px;padding: 5px;position: relative;}
.number-image-text {display: block;text-transform: uppercase;font-weight: bold;font-size: 20px;padding-top: 10px;margin: 0 0 -8px -5px;}
.heading1 {font-size: 160%;display: block;margin-bottom: 15px;}

/* iPhone */
body #gantry-viewswitcher {z-index: 100;right:50%;position:relative;top:inherit;right:inherit;margin: 1em auto;}

/* Extras */
.even, .odd {background: inherit;border-bottom: inherit;}

/* Article Tags */
.typography-style-light .tags li, .typography-style-dark .tags li {background-image: none; display: inline-block; padding-left: 0px; padding-right: 5px;}
.component-content .tags {margin: 10px 0px 10px 0px;}
.tags .label-info {background-color: #c2c2c2; padding: 5px; text-shadow: none; font-weight: normal; font-size: 90%;}
/* title css */

.menu-mob {
    position: fixed;
    top: 15px;
    right: 15px;
    background: url('../images/_template/menu.svg') center center no-repeat #5C3D30;
    background-size: 50% auto;
    width: 45px;
    height: 45px;
    z-index: 10;
    display: none;
}

.menu-mob-popup {
    display: none;
    position: fixed;
    background: #744E3B;
    z-index: 11;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    padding: 65px 20px 20px 20px;
    overflow: auto;
    text-align: center;
}
.menu-mob-popup .custombox1, .menu-mob-popup .custom {
    display: none;
}
.menu-mob-popup .menutop {
    display: block;
}
.menu-mob-popup li {
    display: block;
    margin-bottom: 5px;
}
.menu-mob-popup .menutop li {
    color: #ffffff;
    margin-right: 0;
}
.menu-mob-popup .menutop li a {
    color: #ffffff;
    text-transform: none;
}
.menu-mob-popup .menu {
    padding-left: 0;
    padding-right: 0;
}
.menu-mob-popup .menutop li a, .menu-mob-popup .menu a {
    font-size: 17px;
}
.menu-mob-popup .close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    background: url('../images/_template/close.svg') center center no-repeat #5C3D30;
    background-size: 50% auto;
}

.component-content .contact .button {
    background: #5C3D30;
    padding: 7px 15px;
    color: #ffffff;
    cursor: pointer;
}

#contact-slider .panel {
    padding-bottom: 25px;
}

#searchForm {
    display: none;
}

@media (max-width: 1023px) {
    .menu-mob {
        display: block;
    }
}

@media (max-width: 639px) {
    .section-top {
        padding: 15px 10px;
    }
    .section-top .logo img {
        width: 45px;
        margin-right: 10px;
    }
    .section-top .logo a {
        font-size: 20px;
    }
    .section-top .logo a u {
        font-size: 14px;
    }
    .section-top .links {
        margin-top: 15px;
        text-align: center;
    }
    .section-top .links a {
        margin-left: 5px;
        margin-right: 5px;
        width: 45px;
        height: 45px;
    }
    #rt-navigation, .main-sidebar {
        display: none !important;
    }
    .main-content .component-content .items-row .item {
        width: 100%;
        float: none;
    }
    #rt-main {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .section-slider {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .section-slider .djslider-default .slide-desc-in {
        padding-right: 15px;
        padding-left: 15px;
        flex-wrap: wrap;
    }
    .section-slider .slide-desc-text-default .slide-title {
        font-size: 15px;
        text-transform: none;
    }
    .section-slider .slide-text {
        font-size: 12px;
        margin-top: 5px;
    }
    .section-slider .djslider-default .slide-desc {
        width: 100% !important;
    }
    body.accessibility #accessibility-panel .accessibility-container {
        width: 100% !important;
    }
    body.accessibility #accessibility-panel .accessibility-container .accessibility-top {
        max-width: 100% !important;
    }
    .item-page .prebody {
        margin-top: 25px;
    }
    .main-content {
        width: 100%;
        flex-basis: 100%;
    }
    .component-content form fieldset dd, .component-content form fieldset dt {
        width: 100%;
        float: none;
    }
    .component-content .rt-article-links h3, .component-content .user legend, .component-content .contact legend {
        font-size: 14px;
    }
    .component-content .login .inputbox, #jform_contact_name, #jform_contact_email, #jform_contact_emailmsg, #jform_contact_message {
        display: block;
        width: 100%;
    }
    #searchForm {
        display: block;
    }
    .category-desc table, .category-desc table td, .category-desc table tr, .category-desc table th {
        display: block;
        width: 100% !important;
    }
    .category-desc img {
        float: none !important;
        display: block;
        margin-bottom: 25px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .item-page .text.cat-358 table td {
        font-size: 13px;
        padding: 10px 15px;
    }
    .item-page .text.cat-358 table td .videocontent {
        width: 50px !important;
        max-width: 50px !important;
    }
    .pagination {
        flex-direction: column;
        align-items: center;
    }
}

@media (min-width: 640px) and (max-width: 767px) {
    .section-top {
        padding: 15px 15px;
    }
    .section-top .logo img {
        width: 45px;
        margin-right: 10px;
    }
    .section-top .logo a {
        font-size: 20px;
    }
    .section-top .logo a u {
        font-size: 14px;
    }
    .section-top .links {
        margin-top: 15px;
        text-align: center;
    }
    .section-top .links a {
        margin-left: 5px;
        margin-right: 5px;
        width: 45px;
        height: 45px;
    }
    #rt-navigation, .main-sidebar {
        display: none !important;
    }
    #rt-main {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .section-slider {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .section-slider .djslider-default .slide-desc-in {
        padding-right: 45px;
        padding-left: 25px;
        flex-wrap: wrap;
    }
    .section-slider .djslider-default .navigation-container .prev-button, .section-slider .djslider-default .navigation-container .next-button {
        top: 100px;
    }
    .section-slider .djslider-default .navigation-container .prev-button {
        left: 15px;
    }
    .section-slider .djslider-default .navigation-container .next-button {
        right: 15px;
    }
    .section-slider .slide-desc-text-default .slide-title {
        font-size: 15px;
        text-transform: none;
    }
    .section-slider .slide-text {
        font-size: 12px;
        margin-top: 5px;
    }
    .section-slider .djslider-default .slide-desc {
        width: 400px !important;
    }
    body.accessibility #accessibility-panel .accessibility-container {
        width: 100% !important;
    }
    body.accessibility #accessibility-panel .accessibility-container .accessibility-top {
        max-width: 100% !important;
    }
    .item-page .prebody {
        margin-top: 25px;
    }
    .main-content {
        width: 100%;
        flex-basis: 100%;
    }
    .component-content form fieldset dd, .component-content form fieldset dt {
        width: 100%;
        float: none;
    }
    .component-content .rt-article-links h3, .component-content .user legend, .component-content .contact legend {
        font-size: 14px;
    }
    .component-content .login .inputbox, #jform_contact_name, #jform_contact_email, #jform_contact_emailmsg, #jform_contact_message {
        display: block;
        width: 100%;
    }
    #searchForm {
        display: block;
    }
    .category-desc table, .category-desc table td, .category-desc table tr, .category-desc table th {
        display: block;
        width: 100% !important;
    }
    .category-desc img {
        float: none !important;
        display: block;
        margin-bottom: 25px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .item-page .text.cat-358 table td {
        font-size: 13px;
        padding: 10px 15px;
    }
    .item-page .text.cat-358 table td .videocontent {
        width: 50px !important;
        max-width: 50px !important;
    }
    .pagination {
        flex-direction: column;
        align-items: center;
    }
    .sppb-addon-overlay-image-content {
        position: static;
    }
    .title-subtitle-center-center .sppb-addon-title a, .title-subtitle-center-center .sppb-addon-title {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
    }
    .component-content .title {
        min-height: 45px;
    }
    .sppb-addon-overlay-image-content {
        margin-bottom: 25px;
    }

}

@media (min-width: 768px) and (max-width: 1023px) {
    .section-top .links {
        text-align: left;
    }
    .section-slider .djslider-default .slide-desc-in {
        padding-right: 55px;
        padding-left: 35px;
        flex-wrap: wrap;
    }
    .section-slider .djslider-default .navigation-container .prev-button, .section-slider .djslider-default .navigation-container .next-button {
        top: 140px;
    }
    .section-slider .djslider-default .navigation-container .prev-button {
        left: 15px;
    }
    .section-slider .djslider-default .navigation-container .next-button {
        right: 15px;
    }
    .section-slider .slide-desc-text-default .slide-title {
        font-size: 18px;
        text-transform: none;
    }
    .section-slider .slide-text {
        font-size: 14px;
        margin-top: 10px;
    }
    .main-sidebar {
        display: none !important;
    }
    .component-content .rt-article-links h3, .component-content .user legend, .component-content .contact legend {
        font-size: 16px;
    }
    dl {
        margin-top: 25px;
        padding-left: 2px;
        padding-right: 2px;
    }
    .main-content {
        max-width: 100%;
        flex-basis: 100%;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .main-content {
        max-width: 710px;
        flex-basis: 710px;
    }
    .section-slider .djslider-default .navigation-container .prev-button, .section-slider .djslider-default .navigation-container .next-button {
        top: 170px;
    }
    .section-slider .slide-desc-text-default .slide-title {
        font-size: 20px;
    }
    .section-slider .slide-text {
        font-size: 15px;
        margin-top: 10px;
    }
}

#slider126 {
    /*max-width: 100%;*/
}

#slider-container126 {
    position: static;
    overflow: initial;
}

.blog .prebody video, .mejs-video {
    height: 250px !important;
}

.sub-link {
    display: block;
    padding: 30px;
    background: #744E3B;
    list-style: none;
    margin: 15px;
    color: #FFFFFF;
    font-size: 16px;
    transition: 0.2s all ease-out;
    text-transform: uppercase;
}

.sub-link:hover {
    color: #FFFFFF;
    background: #A08171;
}

#sppb-addon-1576747633084 .sppb-addon-title {
    min-height: 24px; 
}
