
html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;

}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    text-align: left;
    line-height: 150%;
    -ms-display: block;
    -moz-display: flex;
    -webkit-display: flex;
    -o-display: flex;
    min-height: 100vh;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
}
@media (min-width: 1025px) and (max-width: 1280px),(min-width: 1281px) {
    body {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
    }
    #footer_section {
        margin-top: auto;
    }
}
img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
}

a {
    color: #475151;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out !important;
}

a:hover {
    text-decoration: none;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}

body * {
    -webkit-transition: box-shadow 0.5s ease-out;
    -moz-transition: box-shadow 0.5s ease-out;
    -o-transition: box-shadow 0.5s ease-out;
    transition: box-shadow 0.5s ease-out;
}

li {

    cursor: pointer;
}

#copyrightcontainer_subsection {
    text-align: center;
}

dt, dd {
    line-height: 1.8;
}

.moduletable .custom,
.moduletable {
    padding: 3px;
}



@media (min-width: 0px) and (max-width: 433px) {
    .moduletable .custom,
    .moduletable {
        padding: 5px;
    }
}

.moduletable li a,
.moduletable li span {
    text-decoration: none;
    list-style: outside none none;
}

.moduletable li a:hover,
.moduletable li span:hover {
    cursor: pointer;
}

#header_section .moduletable dt, #header_section .moduletable dd {
    font-size: 17px;
    line-height: 27px;
}

#position-1_subsection .moduletable li a {
    text-decoration: none;
    color: #333;
}




#position-3-1 h3 {
    font-weight: lighter;
}



#position-4-4, #position-4-3, #position-4-2, #position-4-1, #position-4-5 {
    transition: box-shadow 0.3s ease-in-out 0s, transform 0.3s ease-in-out 0s;
    -webkit-transition: box-shadow 0.3s ease-in-out 0s, transform 0.3s ease-in-out 0s;
    -moz-transition: box-shadow 0.3s ease-in-out 0s, transform 0.3s ease-in-out 0s;
    -o-transition: box-shadow 0.3s ease-in-out 0s, transform 0.3s ease-in-out 0s;
}


#position-4_subsection .moduletable {
    text-align: center;
}

#logo_menu_subsection {

}

/**************************************** menu **********************************************************/
.ml-menu-fixed {
    top: 0;
    position: fixed;
    z-index: 999999;
    opacity: 1;
    margin-top: 0px;
    border-radius: 0px;
    width: 100%;
    left: 0;
    /*padding: 0 15px 0 30px;*/
}

.append-menu-slide {
    padding-left: 5px !important;
}

#ml-navigation-menu .nav,
#ml-navigation-menu-slide .nav {
    padding: 0;
    float: left;
    position: relative;
    list-style: none;
    margin: 0;
    height: 60px
}

#ml-navigation-menu .nav li,
#ml-navigation-menu-slide .nav li {
    float: left;
    list-style: none;
    position: relative;
    transition: background-color 0.1s ease-out 0s;
    -webkit-transition: background-color 0.1s ease-out 0s;
    -moz-transition: background-color 0.1s ease-out 0s;
    -o-transition: background-color 0.1s ease-out 0s;
}

#ml-navigation-menu .nav li > a,
#ml-navigation-menu .nav > li > span,
#ml-navigation-menu-slide .nav li > a,
#ml-navigation-menu-slide .nav > li > span {
    box-sizing: border-box;
    display: block;
    padding: 20px 12px;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    /*transition-delay: 0.5s !important ;*/
    cursor: pointer;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#ml-navigation-menu .nav li.deeper > a::before,
#ml-navigation-menu .nav li.deeper > span::before,
#ml-navigation-menu-slide .nav li.deeper > a::before,
#ml-navigation-menu-slide .nav li.deeper > span::before {
    content: "\f107";
    cursor: pointer;
    float: right;
    font-family: var(--template-font-awe);
    font-weight: 900;
    text-align: right;
    width: 13px;
}

#ml-navigation-menu .nav li ul li.deeper > a::before {
    color: #424852;
    content: "\f105";
    cursor: pointer;
    float: right;
    font-family: var(--template-font-awe);
    font-weight: 900;
    text-align: right;
    width: 13px;
}

#ml-navigation-menu .nav ul,
#ml-navigation-menu-slide .nav ul {
    color: #555555;
    left: -1px;
    opacity: 0;
    position: absolute;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    visibility: hidden;
    z-index: 9999999;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.15);
    padding-left: 5px;
    padding-top: 8px;
    padding-bottom: 5px;
    top: 84%;
    list-style: outside none none;
    min-width: 195px;
    position: absolute;
    text-align: left;
    visibility: hidden;
    z-index: 2147483647;
}

#ml-navigation-menu .nav ul ul,
#ml-navigation-menu-slide .nav ul ul {
    border-top: 3px solid #fff;
    left: 101% !important;
    position: absolute;
    top: -10px;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

#ml-navigation-menu .nav > li > ul > li > a,
#ml-navigation-menu-slide .nav > li > ul > li > a {
    border-left: medium none;
    cursor: pointer;
    display: block;
    float: none;
    height: auto;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: nowrap;
    padding: 7px 28px;
    min-width: 190px;
}

#ml-navigation-menu .nav ul li ul li a,
#ml-navigation-menu .nav ul li ul li span,
#ml-navigation-menu-slide .nav ul li ul li a,
#ml-navigation-menu-slide .nav ul li ul li span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: block;
    padding: 7px 28px;
    min-width: 195px;
    text-decoration: none;
    text-transform: none;
}

#ml-navigation-menu .nav > li > ul li:hover ul, #ml-navigation-menu-slide .nav > li > ul li:hover ul {
    opacity: 1;
    transition: opacity 0.6s linear 0s;
    -webkit-transition: opacity 0.6s linear 0s;
    -moz-transition: opacity 0.6s linear 0s;
    -o-transition: opacity 0.6s linear 0s;
    visibility: visible;
}

#ml-navigation-menu .nav ul.menu > li > ul > li > ul,
#ml-navigation-menu-slide .nav ul.menu > li > ul > li > ul {
    left: 102%;
    position: absolute;
    top: -13px;
}

#ml-navigation-menu .nav > li:hover > ul, #ml-navigation-menu-slide .nav > li:hover > ul {
    opacity: 1;
    transform: translateY(9px);
    webkit-transform: translateY(9px);
    -moz-transform: translateY(9px);
    -o-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transition: transform 0.2s linear 0s, opacity 250ms linear 0s, visibility 250ms linear 0s;
    -webkit-transition: transform 0.2s linear 0s, opacity 250ms linear 0s, visibility 250ms linear 0s;
    -moz-transition: transform 0.2s linear 0s, opacity 250ms linear 0s, visibility 250ms linear 0s;
    -o-transition: transform 0.2s linear 0s, opacity 250ms linear 0s, visibility 250ms linear 0s;
    visibility: visible;
}

/************************************ menu finish **********************************************/
/************************************ accordmenu **********************************************/
.moduletable_accordion li ul {
    display: none;
    padding: 8px;
    text-indent: 5px;
}
.moduletable_accordion a,.moduletable_accordion span {
    display: block;
    position: relative;
}
/*.moduletable_accordion{*/
/*    padding: 8px;*/
/*}*/
.moduletable_accordion .yr-parent-accordion ul {
    width: 100%;
    margin-top: 5px;
}

.moduletable_accordion ul {
    text-indent: 2px;
}

.moduletable_accordion ul.menu li ul li a {
    background-image: none;
}

.moduletable_accordion ul.menu li ul li a:before,
.moduletable_accordion ul.menu li ul li ul li a:before {
    background-image: none;
    content: "\f105";
    display: inline;
    font-family: var(--template-font-awe);
    font-weight: 900;
    font-size: 14px;
    margin-right: 11px;
    line-height: 26px;
}

.moduletable_accordion .nav > li.deeper > a::before,
.moduletable_accordion .nav > li.deeper > span::before {
    border-radius: 50%;
    content: "\f107";
    cursor: pointer;
    font-family: var(--template-font-awe);
    font-weight: 900;
    font-size: 17px;
    text-align: center;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    z-index: 1;
    margin-right: 12px;
    float: right;
}
.moduletable_accordion ul.menu li ul li a {
    text-decoration: none;
}

.moduletable_accordion .nav ul li {
    border-top: 0 none;
    list-style: outside none none;
    margin: 0;
}

.moduletable_accordion ul.menu > li {
    cursor: pointer;
}
.nav > li > a {
    padding: 0;
}

.moduletable_accordion .nav > li,
#left .moduletable ul.menu li a,
#left .moduletable ul.menu li a:visited,
#right .moduletable ul.menu li a,
#right .moduletable ul.menu li a:visited,
#left .moduletable ul.menu li span,
#right .moduletable ul.menu li span,
.moduletable_left ul.menu li a,
.moduletable_left ul.menu li a:visited,
.moduletable_right ul.menu li a,
.moduletable_right ul.menu li a:visited,
.moduletable_left ul.menu li span,
.moduletable_right ul.menu li span {
    border: medium none;
    box-shadow: none;
    padding: 10px 11px !important;
}

#left .moduletable ul.menu li, #right .moduletable ul.menu li {
    margin: 0 0 5px;
}
.moduletable_accordion li:last-child {
    margin: 0;
}

.moduletable_accordion .nav > li > a {

    padding: 0 !important;
}

.moduletable_accordion .nav > li {
    border-bottom: 1px solid #e3e3e3;
    display: block;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}
.moduletable_accordion h3 {
    padding-bottom: 10px;
}

.moduletable_accordion .nav > .current > a,
.moduletable_accordion .nav > a,
.moduletable_accordion .nav > .current > span {
    text-shadow: none;
}

.moduletable_accordion ul.menu li.deeper > a::before,
.moduletable_accordion ul.menu li.deeper > span::before {
    border-radius: 50%;
    content: "\f107";
    cursor: pointer;
    font-family: var(--template-font-awe);
    font-weight: 900;
    font-size: 17px;
    text-align: center;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    z-index: 1;
    margin-right: 12px;
    float: right;
}

.moduletable_accordion .nav ul li a::before,
.moduletable_accordion .nav ul li .item::before,
.moduletable_accordion .nav ul li .separator::before {
    display: inline;
    font-family: var(--template-font-awe);
    font-weight: 900;
}

.moduletable_accordion .nav ul li ul li a::before,
.moduletable_accordion .nav ul li ul li .item::before,
.moduletable_accordion .nav ul li ul li .separator::before {
    content: "\f107";
    display: inline;
    font-family: var(--template-font-awe);
    font-weight: 900;
    font-size: 1em;
    margin-right: 11px;
    text-indent: 70px;
}

.moduletable_accordion .nav ul li a:hover,
.moduletable_accordion .nav ul li span:hover,
.moduletable_accordion .nav li a:hover,
.moduletable_accordion .nav li span:hover,
#left .moduletable .nav li span:hover,
#right .moduletable .nav li span:hover,
#left .moduletable ul li a:hover,
#right .moduletable ul li a:hover,
.moduletable .category-module li a:hover,
.moduletable .mostread li a:hover,
.moduletable .category-module li span:hover,
.moduletable .mostread li span:hover,
.moduletable_left ul.menu li a:hover,
.moduletable_left ul.menu li .item:hover,
.moduletable_left ul.menu li.deeper > span:hover,
.moduletable_left ul.menu li span:hover,
.moduletable_right ul.menu li span:hover,
.moduletable_right ul.menu li a:hover {

    text-decoration: none;
    cursor: pointer;
}

/************************************ accordmenu finish **********************************************/


/************************************ menu classic **********************************************/

#left .moduletable, #right .moduletable,
#left .moduletable_accordion, #right .moduletable_accordion
.moduletable_left, .moduletable_right {
    transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    display: block;
    padding: 8px;
    position: relative;
    text-decoration: none;
    width: auto !important;
}

#left .moduletable ul.menu li a,
#left .moduletable ul.menu li a:visited,
#right .moduletable ul.menu li a,
#right .moduletable ul.menu li a:visited,
#left .moduletable ul.menu li span,
#right .moduletable ul.menu li span,
.moduletable_left ul.menu li a,
.moduletable_left ul.menu li a:visited,
.moduletable_right ul.menu li a,
.moduletable_right ul.menu li a:visited,
.moduletable_left ul.menu li span,
.moduletable_right ul.menu li span,
.moduletable .category-module li,
.moduletable .mostread li {
    position: relative;
    text-decoration: none;
    display: block;
    text-decoration: none;
}

.moduletable_left ul.menu li a:before,
.moduletable_left ul.menu li .item:before,
.moduletable_left ul.menu li.deeper > span::before,
.moduletable_left ul.menu li span:before,
.moduletable_right ul.menu li span:before,
.moduletable_right ul.menu li a:before,
.moduletable_right ul.menu li .item:before,
#left .moduletable ul.menu li a:before,
#left .moduletable ul.menu li .item:before,
#left .moduletable ul.menu li.deeper > span::before,
#left .moduletable ul.menu li span:before,
#right .moduletable ul.menu li span:before,
#right .moduletable ul.menu li a:before,
#right .moduletable ul.menu li .item:before {
    display: inline;
    content: "\f105";
    cursor: pointer;
    font-family: var(--template-font-awe);
    font-weight: 900;
    font-size: 13px;
    margin-right: 5px;
    font-weight: 900;
}

.moduletable_left ul.menu ul li,
.moduletable_right ul.menu ul li,
#left .moduletable ul.menu ul li,
#right .moduletable ul.menu ul li {
    display: block;
    margin-bottom: 3px;
    padding: 0;
}

#left .moduletable ul.menu li ul,
.moduletable_left ul.menu li ul {
    display: none;
    left: 92%;
    list-style: none outside none;
    margin-top: -41px;
    min-width: 180px;
    padding: 0;
    position: absolute;
    text-align: left !important;
    text-transform: none;
    white-space: nowrap;
    width: auto;
    z-index: 99999;
}

#left .moduletable ul.menu li ul li ul,
.moduletable_left ul.menu li ul li ul {
    padding: 1.2px;
}

#right .moduletable ul.menu li ul li ul,
.moduletable_right ul.menu li ul li ul {
    padding: 1.2px;
}

#left .moduletable ul.menu li ul li a,
#right .moduletable ul.menu li ul li a,
.moduletable_left ul.menu li ul li a,
.moduletable_right ul.menu li ul li a {
    border-bottom: none;
    border-top: none;
    box-shadow: none;
}

.moduletable_left ul.menu li:hover ul ul,
.moduletable_left ul.menu li:hover ul li:hover ul ul,
.moduletable_right ul.menu li:hover ul ul,
.moduletable_right ul.menu li:hover ul li:hover ul ul,
#left .moduletable ul.menu li:hover ul ul,
#left .moduletable ul.menu li:hover ul li:hover ul ul,
#right .moduletable ul.menu li:hover ul ul,
#right .moduletable ul.menu li:hover ul li:hover ul ul {
    display: none;
}

.moduletable_left ul.menu li:hover ul,
.moduletable_left ul.menu li:hover ul li:hover ul,
.moduletable_left ul.menu li:hover ul li:hover ul li:hover ul,
.moduletable_right ul.menu li:hover ul,
.moduletable_right ul.menu li:hover ul li:hover ul,
.moduletable_right ul.menu li:hover ul li:hover ul li:hover ul,
#left .moduletable ul.menu li:hover ul,
#left .moduletable ul.menu li:hover ul li:hover ul,
#left .moduletable ul.menu li:hover ul li:hover ul li:hover ul,
#right .moduletable ul.menu li:hover ul,
#right .moduletable ul.menu li:hover ul li:hover ul,
#right .moduletable ul.menu li:hover ul li:hover ul li:hover ul {
    display: block;
}

.moduletable_left li:last-child a,
.moduletable_right li:last-child a,
#left .moduletable li:last-child a,
#right .moduletable li:last-child a {
    box-shadow: none;
}

#right .moduletable ul.menu li ul,
.moduletable_right ul.menu li ul {
    border-image: none;
    display: none;
    right: 93%;
    list-style: none outside none;
    margin-top: -41px;
    min-width: 180px;
    padding: 0;
    position: absolute;
    text-align: left !important;
    text-transform: none;
    white-space: nowrap;
    width: auto;
    z-index: 99999;
}

.moduletable_left ul.menu li:hover > ul,
.moduletable_right ul.menu li:hover > ul,
#left .moduletable ul.menu li:hover > ul,
#right .moduletable ul.menu li:hover > ul {
    display: block !important;
}

.moduletable_right ul.menu ul,
.moduletable_left ul.menu ul,
#right .moduletable ul.menu ul,
#left .moduletable ul.menu ul {
    display: none;
}

.moduletable_left ul.menu li,
.moduletable_right ul.menu li,
#left .moduletable ul.menu li,
#right .moduletable ul.menu li {
    display: block;
    list-style: none outside none;
    z-index: 100;
}

.moduletable_right ul.menu li:hover ul,
.moduletable_left ul.menu li:hover ul li:hover ul,
#right .moduletable ul.menu li:hover ul,
#left .moduletable ul.menu li:hover ul li:hover ul {
    display: block;
}

.moduletable_right ul.menu li:hover > ul,
.moduletable_left ul.menu li:hover > ul,
#right .moduletable ul.menu li:hover > ul,
#left .moduletable ul.menu li:hover > ul {
    display: none;
}


/************************************ classicmenu finish **********************************************/
.icon {
    font-size: 22px;
    line-height: 32px;
    position: absolute;
    padding-top: 9px;
}

.icon .glyphicon::after {
    box-shadow: 0 0 0 3px;
    -webkit-box-shadow: 0 0 0 3px;
    -moz-box-shadow: 0 0 0 3px;
}

.icon .glyphicon::after {
    box-shadow: 0 0 0 3px #333;
    -webkit-box-shadow: 0 0 0 3px #333;
    -moz-box-shadow: 0 0 0 3px #333;
    left: -4px;
    opacity: 0;
    padding: 4px;
    top: -4px;
    transform: scale(0.8);
    webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    -webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    -moz-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    -o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}

.icon .glyphicon::after {
    border-radius: 50%;
    box-sizing: content-box;
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
}

#incontent-1 .icon,
#incontent-2 .icon,
#incontent-3 .icon,
#incontent-4 .icon {
    height: 54px;
    position: absolute;
    width: 54px;
    background-color: transparent;
    border: 3px solid #868e9b;
    border-radius: 50%;
    text-align: center;
    color: #868e9b;
}

#incontent-1 h2,
#incontent-2 h2,
#incontent-3 h2,
#incontent-4 h2 {
    font-weight: bold;
}

#incontent-1 h3,
#incontent-2 h3,
#incontent-3 h3,
#incontent-4 h3 {
    font-weight: bold;
}

#incontent-1 p, #incontent-2 p,
#incontent-3 p, #incontent-4 p {
    font-size: 14px;
}

#copyrightcontainer_subsection {
    padding-top: 50px;
    padding-bottom: 50px;
}

#footer_section p,
#footer_section a,
#footer_section li {

    font-weight: lighter;
}

.moduletable .category-module li::before,
.moduletable .mostread li::before {
    content: "\f105";
    font-family: var(--template-font-awe);
    font-weight: 900;
    font-size: 12px;
    height: 20px;
    color: #a6adb3;
    position: absolute;
    width: 20px;
    display: block;
    top: 0;
    left: 0;

}

.footer1, .footer2 {

    line-height: 25px;
}

#position-6_subsection p {
    line-height: 26px;
}

.moduletable .random-image {
    text-align: center;
}

/*.moduletable .categories-module {*/
/*    padding-left: 13px;*/
/*    line-height: 27px;*/
/*    padding-top: 4px;*/
/*    padding-bottom: 4px;*/
/*}*/

.latestnews li, .mostread li,.categories-module li {
    list-style-type: none;
    line-height: 22px;
    padding-bottom: 6px;
}

.leftbg {
    background: #fff;
    padding: 10px;
}

/************************************ icons**********************************************/
.bs-glyphicons li {
    font-size: 12px;
    width: 12.5%;
}

.bs-glyphicons li {
    background-color: #f1f1f1;
    border: 1px solid #fff;
    float: left;
    font-size: 10px;
    height: 110px;
    line-height: 1.4;
    padding: 10px;
    text-align: center;
    width: 10%;
}

@media (min-width: 0px) and (max-width: 733px) {
    .bs-glyphicons li {
        font-size: 18px;
        height: 90px;
        padding: 15px;
        text-align: center;
        width: 100%;
    }
}

.bs-glyphicons {
    margin: 0 -10px 20px;
    overflow: hidden;
}

.bs-glyphicons-list {
    list-style: outside none none;
    padding-left: 0;
}

.bs-glyphicons .glyphicon {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.glyphicon {
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: relative;
    top: 1px;
}

.bs-glyphicons .glyphicon-class {
    display: block;
    overflow-wrap: break-word;
    text-align: center;
}

.bs-glyphicons span {
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
}

.bs-glyphicons li:hover {
    cursor: pointer;
}

/************************************ finish icons***********************************/


/************************************ btn***********************************/
.btn-info-theme, .btn-success-theme, .btn-primary-theme, .btn-danger-theme, .btn-default-theme, .btn-warning-theme {
    border: medium none;
    border-radius: 27px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.8px;
    padding: 13px 29px;
    text-transform: uppercase;
    margin-bottom: 7px;
    text-align: center;
}

.btn-info-theme {
    background: #53b6ff;
}

.btn-primary-theme {
    background: #237cd7;
}
.btn-success-theme {
    background: #407907;
}
.btn-warning-theme {
    background: #fdd307;
}
/*.btn-warning {*/
/*    background: #f2bc00 !important;*/
/*}*/
/*.btn-warning:hover {*/
/*    background: #fac306 !important;*/
/*}*/
.btn-danger-theme {
    background: #da4733;
}

.btn-default-theme {
    background: #acb5bb;
}

.btn-info-theme:hover {
    background: #2a90d9;

}

.btn-success-theme:hover {
    background: #86bb1b;
}

.btn-primary-theme:hover {
    background: #206ebe;
}

.btn-warning-theme:hover {
    background: #fddb03;
}

.btn-danger-theme:hover {
    background: #eb2b11;
    color: #fff;
}

.btn-default-theme:hover {
    background: #9eafbb;
}

.btn1content {
    text-align: left;
}

.btn1-default, .btn1-primary, .btn1-success,
.btn1-info, .btn1-warning, .btn1-danger{
    -moz-user-select: none;
    background-image: none;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin: 0 8px 8px 0;
    padding: 13px 35px;
    text-align: center;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: none;
    transition: all 300ms ease-in 0s !important;
    -webkit-transition: all 300ms ease-in 0s !important;
    -moz-transition: all 300ms ease-in 0s !important;
    -o-transition: all 300ms ease-in 0s !important;
}

.btn1-default:hover, .btn1-primary:hover, .btn1-success:hover, .btn1-info:hover,
.btn1-warning:hover, .btn1-danger:hover{

    text-decoration: none;
    color: #fff;
    transition: all 300ms ease-in 0s !important;
    -webkit-transition: all 300ms ease-in 0s !important;
    -moz-transition: all 300ms ease-in 0s !important;
    -o-transition: all 300ms ease-in 0s !important;
}

.btn1-default{
    border: 2px solid #da4733;
    color: #da4733;
}
.btn1-default:hover{
    background: #da4733;
    border: 2px solid #da4733;
    color: #ffffff;
}
.btn1-primary{
    border: 2px solid #215ac6;
    color: #2759bd;
}
.btn1-primary:hover{
    background: #215ac6;
    color: #ffffff;
}
.btn1-success{
    border: 2px solid #447114;
    color: #427411;
}
.btn1-success:hover{
    background: #447114;
    color: #ffffff;
}
.btn1-info{
    border: 2px solid #2eb3e7;
    color: #2eb3e7;
}
.btn1-info:hover{
    background: #2eb3e7;
    color: #ffffff;
}
.btn1-warning{
    border: 2px solid #e77411;
    color: #e77411;
}
.btn1-warning:hover{
    background: #f37b13;
    color: #ffffff;
}
.btn1-danger{
    border: 2px solid #c40000;
    color: #c40000;
}
.btn1-danger:hover{
    background: #c40000;
    color: #ffffff;
}



.blockbtn, pre code, .btn1content{
    line-height: 27px;
    font-size: 17px;
    font-family: arial;
}
/*.blockbtn .btn{*/
/*    text-align: center;*/
/*    margin-bottom: 10px;*/
/*}*/
/************************************ finish btn***********************************/
.titlh2 h2::after {
    border-bottom: 2px solid #555;
    content: "";
    display: block;
    height: 10px;
    margin: 10px auto 0;
    width: 11%;
}
.titlh2 h2{
    text-align:center;
}

.imground img {
    border: 1px solid #f6f6f6;
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    text-align: center;
}

.imground span {
    text-transform: uppercase;
    font-size: 22px;
}

.imgshow img {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.8);
    margin-bottom: 20px;
    text-align: center;
}

/*#position-5-2 .moduletable,*/
/*#position-5-3 .moduletable,*/
/*#position-5-4 .moduletable,*/
/*#position-5-6 .moduletable,*/
/*#position-5-7 .moduletable,*/
/*#position-5-9 .moduletable,*/
/*#position-5-10 .moduletable,*/
/*#position-5-11 .moduletable,*/
/*#position-5-12 .moduletable,*/
/*#position-5-13 .moduletable {*/

/*    text-align: center;*/

/*}*/

/************************************ effect image***********************************/

.titlefour {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.titlefour figure {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

figure.boxtre a {
    color: #ddd;
    font-size: 14px;
    margin-top: 55%;
    opacity: 0;
    text-decoration: none;
    text-transform: uppercase;
    transform: translate3d(0px, 100%, 0px);
    webkit-transform: translate3d(0px, 100%, 0px);
    -moz-transform: translate3d(0px, 100%, 0px);
    -o-transform: translate3d(0px, 100%, 0px);
    -ms-transform: translate3d(0px, 100%, 0px);
    transition: transform 0.35s ease 0s;
    -webkit-transition: transform 0.35s ease 0s;
    -moz-transition: transform 0.35s ease 0s;
    -o-transition: transform 0.35s ease 0s;
}

figure.boxtre:hover a {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    webkit-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    color: #fff;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
}

figure.boxtre img {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    opacity: 1;
    transition: all 0.7s ease-in-out 0s;
    -webkit-transition: all 0.7s ease-in-out 0s;
    -moz-transition: all 0.7s ease-in-out 0s;
    -o-transition: all 0.7s ease-in-out 0s;
    -ms-transition: all 0.7s ease-in-out 0s;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
}

figure.boxtre:hover img {
    background: #222;
    opacity: 0.8;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0.8)";
    filter: alpha(opacity=0.8);
}

.titlefour figure img {
    position: relative;
    display: block;
    opacity: 0.9;
}

.titlefour figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.titlefour figure figcaption::before,
.titlefour figure figcaption::after {
    pointer-events: none;
}

.titlefour figure figcaption,
.titlefour figure a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.titlefour figure.boxtre h3 {
    margin: 19% 0 10px;
    transform: translate3d(0px, 100%, 0px);
    -moz-transform: translate3d(0px, 100%, 0px);
    -ms-transform: translate3d(0px, 100%, 0px);
    -webkit-transform: translate3d(0px, 100%, 0px);
    -o-transform: translate3d(0px, 100%, 0px);
    transition: transform 0.35s ease 0s;
    -webkit-transition: transform 0.35s ease 0s;
    -moz-transition: transform 0.35s ease 0s;
    -o-transition: transform 0.35s ease 0s;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    position: relative;
}

.titlefour figure.boxtre:hover h3::after {
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    /*-ms-transition: translate3d(0px, 0px, 0px);*/
}

.titlefour figure.boxtre h3::after {
    background: #f7f7f7;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: translate3d(-100%, 0px, 0px);
    transition: transform 0.45s ease 0s;
    -webkit-transition: transform 0.45s ease 0s;
    -moz-transition: transform 0.45s ease 0s;
    -o-transition: transform 0.45s ease 0s;
    -ms-transition: transform 0.45s ease 0s;
    width: 100%;
}

@media (min-width: 0) and (max-width: 430px) {
    .titlefour figure.boxtre h3 {
        margin: 4% 0 10px;
    }

    .titlefour figure.boxtre p {
        font-size: 12px;
    }

    .titlefour figure.boxtre a {
        font-size: 12px;
        margin-top: 15px;
    }
}

@media (min-width: 0) and (max-width: 630px) {

    .titlefour figure.boxtre img {
        width: 100%;
    }
}

.titlefour figure h3 span {
    font-weight: 800;
}

.titlefour figure h3,
.titlefour figure p {
    margin: 0;
}

.titlefour figure p {
    bottom: 8em;
    color: #fff;
    font-size: 16px;
    opacity: 0;
    padding: 1em;
    text-transform: none;
    transition: opacity 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s;
    -moz-transition: opacity 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s;
}

figure.boxtre figcaption {
    padding: 1.5em;
    transition: background-color 0.35s;
    -webkit-transition: background-color 0.35s;
    -moz-transition: background-color 0.35s;
    -o-transition: background-color 0.35s;
}

figure.boxtre h3 {
    opacity: 0;
    margin: 20% 0 10px 0;
    transition: transform 0.35s;
    -webkit-transition: transform 0.35s;
    -moz-transition: transform 0.35s;
    -o-transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
}

figure.boxtre figcaption::before,
figure.boxtre p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -moz-transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, -webkit-transform 0.35s;
    transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
}

figure.boxtre:hover h3 {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}

figure.boxtre:hover figcaption::before,
figure.boxtre:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
}

figure.boxtre:hover figcaption {
    background-image: -moz-linear-gradient(transparent 0%, transparent 0%, rgba(0, 0, 0, 0.5) 56%, rgba(0, 0, 0, 0.6) 93%, rgba(0, 0, 0, 0.69) 100%); /* firefox */
    background-image: -webkit-linear-gradient(transparent 0%, transparent 0%, rgba(0, 0, 0, 0.5) 56%, rgba(0, 0, 0, 0.6) 93%, rgba(0, 0, 0, 0.69) 100%);
    background-image: -ms-linear-gradient(transparent 0%, transparent 0%, rgba(0, 0, 0, 0.5) 56%, rgba(0, 0, 0, 0.6) 93%, rgba(0, 0, 0, 0.69) 100%);
    background-image: -o-linear-gradient(transparent 0%, transparent 0%, rgba(0, 0, 0, 0.5) 56%, rgba(0, 0, 0, 0.6) 93%, rgba(0, 0, 0, 0.69) 100%);
    background-image: linear-gradient(transparent 0%, transparent 0%, rgba(0, 0, 0, 0.5) 56%, rgba(0, 0, 0, 0.6) 93%, rgba(0, 0, 0, 0.69) 100%);
    background-image: -webkit-linear-gradient(transparent 0%, transparent 0%, rgba(0, 0, 0, 0.5) 56%, rgba(0, 0, 0, 0.6) 93%, rgba(0, 0, 0, 0.69) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222', endColorstr='#555', GradientType=0); /* ie */
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    width: 100%;
    z-index: 3;
}

.detail {
    text-transform: none;
    font-size: 15px;

}

figure {
    padding: 0;
}

/************************************ finish effect***********************************/

.favth-img-left {
    float: left;
    margin: 0 30px 10px 0;
}

.favth-img-right,
.favth-img-left,
.favth-img-rounded {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

#position-5-17,
#position-5-18,
#position-5-19,
#position-5-20,
#position-5-21,
#position-5-22 {
    text-align: center;
}

#position-5-17 img,
#position-5-18 img,
#position-5-19 img,
#position-5-20 img,
#position-5-21 img,
#position-5-22 img {
    opacity: 0.6;
    transition: all 0.44s ease 0s;
    -webkit-transition: all 0.44s ease 0s;
    -moz-transition: all 0.44s ease 0s;
    -o-transition: all 0.44s ease 0s;
    width: auto;
}

#position-5-17 img:hover,
#position-5-18 img:hover,
#position-5-19 img:hover,
#position-5-20 img:hover,
#position-5-21 img:hover,
#position-5-22 img:hover {
    opacity: 1;
    cursor: pointer;
}

#position-6-1 h3,
#position-6-2 h3,
#position-6-3 h3,
#position-6-4 h3 {
    font-weight: bold;
}

.form-horizontal .control-label {
    text-align: left;
    margin-bottom: 3px;
}

/************************************contacts***********************************/
#content .contact h3 {
    padding-bottom: 10px;
}

#contact-form label, #contact-form legend {
    font-size: 16px;
    font-weight: normal;
    color: #707884;
}
#contact-form .checkboxes span{
    font-size: 16px;
}
#contact-form  #jformlastname{
    display:none;
}
#contact-form legend {
  display: none;
}
.modal{
    z-index:999999;
}
#contact-form label{
margin-top: 6px;
margin-left: 5px;
}

#contact-form #jform_contact_name,
#contact-form #jform_contact_email,
#contact-form #jform_contact_emailmsg,
#contact-form #jform_contact_message, #contact-form input, input {
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
    border-radius: 5px;
    padding: 13px;
    font-size: 16px;
    font-family: 'Abel', sans-serif;
    color: #5E6472;
    outline: none;
    transition: 0.2s linear;
    cursor: auto;
}

@media (min-width: 0px) and (max-width: 432px) {
    #contact-form #jform_contact_name,
    #contact-form #jform_contact_email,
    #contact-form #jform_contact_emailmsg,
    #contact-form #jform_contact_message, #contact-form input, input,
    #login-form .ml-loginmodule-register .btn-login-module {
        width: auto;

    }
}

#contact-form #jform_contact_name:focus,
#contact-form #jform_contact_email:focus,
#contact-form #jform_contact_emailmsg:focus,
#contact-form #jform_contact_message:focus {
    background: #fff;
    border: 1px solid #9acd32;
    color: #5071b1;
    cursor: pointer;
}

@media (min-width: 0px) and (max-width: 992px) {
    #contact-form #jform_contact_name,
    #contact-form #jform_contact_email,
    #contact-form #jform_contact_emailmsg, #contact-form #jform_contact_message {
        width: 99%;
    }
}

/*.moduletable .btn-inverse,*/
/*.login .btn-primary, .contact-form .btn-primary,*/
/*#user-registration .btn-primary,*/
/*#member-registration .btn-primary {*/
/*    background: #da4733;*/
/*    border: medium none;*/
/*    color: #ffffff;*/
/*    display: inline-block;*/
/*    font-size: 12px;*/
/*    padding: 9px 20px;*/
/*    text-transform: uppercase;*/
/*    margin-bottom: 2px;*/
/*}*/
/*.contact-form .btn-primary{*/
/*    margin-top: 10px;*/
/*    margin-bottom: 10px;*/
/*}*/
/*#user-registration .btn-primary,*/
/*#member-registration .btn-primary {*/
/*    margin-top: 10px;}*/
/*.moduletable .btn-inverse:hover,*/
/*.login .btn-primary:hover,*/
/*.contact-form .btn-primary:hover,*/
/*#user-registration .btn-primary:hover,*/
/*#member-registration .btn-primary:hover{*/
/*    background: #eb2b11;*/
/*    color: #fff;*/
/*}*/
/*@media (min-width:909px) and (max-width:1208px) {*/
/*    .moduletable .btn-inverse, .login .btn-primary,*/
/*    .contact-form .btn-primary, #user-registration .btn-primary,*/
/*    #member-registration .btn-primary,*/
/*    #login-form .ml-loginmodule-register .btn-login-module{*/
/*        padding: 10px 15px;*/
/*        min-width: 65px !important;}*/
/*}*/
.alert-heading {
    text-align: center;
    display: none;
}

joomla-alert[type="danger"] {
    padding: 20px;
}

/************************************loginform***********************************/
#login-form #form-login-password input,
#login-form #form-login-username input {
    padding-left: 32px;
}

#login-form .login-button {
    margin-top: -27%;
    color: #626d79;
}

@media (min-width: 321px) and (max-width: 1108px) {


    #ml-mobile-menu .btn, #ml-mobile-menu {
        margin-right: -8px !important;
    }
}

@media (min-width: 305px) and (max-width: 324px) {
    #login-form .login-button {
        margin-top: -22%;
    }
}

@media (min-width: 325px) and (max-width: 349px) {
    #login-form .login-button {
        margin-top: -21%;
    }
}

@media (min-width: 350px) and (max-width: 405px) {
    #login-form .login-button {
        margin-top: -18%;
    }
}

@media (min-width: 406px) and (max-width: 485px) {
    #login-form .login-button {
        margin-top: -15%;
    }
}

@media (min-width: 486px) and (max-width: 680px) {
    #login-form .login-button {
        margin-top: -20%;
    }
}

@media (min-width: 681px) and (max-width: 991px) {
    #login-form .login-button {
        margin-top: -18%;
    }
}

@media (min-width: 991px) and (max-width: 1010px) {
    #login-form .login-button {
        margin-top: -28%;
    }
}

#login-form label {
    font-weight: normal;
    color: #333;
}

/*#login-form .form-login-remember .btn-inverse {*/
/*    background: #56c2e1;*/
/*    border: 1px solid #46b3d3;*/
/*    border-radius: 27px;*/
/*    box-shadow: 0 0 2px rgba(255, 255, 255, 0.75) inset;*/
/*    -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.75) inset;*/
/*    -moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.75) inset;*/
/*    color: #fff;*/
/*    cursor: pointer;*/
/*    float: right;*/
/*    font-weight: 300;*/
/*    padding: 14px 25px !important;*/
/*    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);*/
/*}*/
#login-form .form-login-remember .login-button-margin:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
}

#login-form .ml-loginmodule-register .btn-login-module {
    background: #47505e;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    color: #fff;
    cursor: pointer;
    font-weight: 300;
    border-radius: 7px;
    font-size: 11px;
    padding: 10px 20px;
    text-transform: uppercase;
    min-width: 100px;
    float: right;
}

#ml-loginmodule-register {
    text-align: center;
}

#login-form .ml-loginmodule-register .btn-login-module:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
}

.moduletable #login-form {
    height: auto;
    border-radius: 5px;
    margin: 2% auto;
    box-shadow: 0px 2px 3px rgba(138, 138, 138, 0.57);
    -webkit-box-shadow: 0px 2px 3px rgba(138, 138, 138, 0.57);
    -moz-box-shadow: 0px 2px 3px rgba(138, 138, 138, 0.57);
    padding: 2%;
    background-image: linear-gradient(-225deg, #f0f2f2 50%, #e3e7ea 50%);
}

.moduletable #login-form .userdata {
    padding: 20px 9px 20px;
}

#modlgn-username, #modlgn-passwd {
    width: 100%;
}

/************************************ search***********************************/
.moduletable .search {
    background: #eaf8fc linear-gradient(to top, #d2d8df 0%, #fff 100%);
    background: -webkit-linear-gradient(to top, #d2d8df 0%, #fff 100%);
    background: -ms-linear-gradient(to top, #d2d8df 0%, #fff 100%);
    background: -o-linear-gradient(to top, #d2d8df 0%, #fff 100%);
    background: linear-gradient(to top, #d2d8df 0%, #fff 100%);
    background: -webkit-linear-gradient(to top, #d2d8df 0%, #fff 100%);
    border-color: #bdc1c7;
    border-radius: 35px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    padding: 10px;
}

.moduletable .search #mod-search-searchword {
    background: #f1f1f1;
    border: 1px solid #a4c3ca;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgb(255, 255, 255);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgb(255, 255, 255);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgb(255, 255, 255);

}

/*.moduletable .search .btn,*/
/*.moduletable .finder .btn{*/
/*    background: #da4733;*/
/*    border-color: #7a0e00;*/
/*    border-style: solid;*/
/*    border-width: 1px;*/
/*    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;*/
/*    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;*/
/*    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;*/
/*    color: #fff;*/
/*    cursor: pointer;*/
/*    padding: 9px 10px;*/
/*    text-shadow: 0 1px 0 #000;*/
/*    border-radius: 3px;*/
/*}*/

.advanced-search-tip p:first-child,
#finder-search .word label:first-child {
    font-weight: bold;
    font-size: 150%;
}

.advanced-search-tip p:first-child {
    text-decoration: underline;
}

#finder-search select {
    min-width: 200px;
}

#finder-search .finder-selects {
    margin-left: 10px;
    margin-bottom: 20px;
}

#search-form .chzn-container {
    margin-bottom: 10px;
}

.result-title {
    font-weight: bold;
}

#finder-filter-window {
    overflow: inherit;
    height: auto;
}

@media (min-width: 0px) and (max-width: 300px) {
    .moduletable .search #mod-search-searchword {
        width: 55% !important;
    }
}

@media (min-width: 301px) and (max-width: 349px) {
    .moduletable .search .btn {
        width: 25% !important;
    }
}

@media (min-width: 350px) and (max-width: 408px) {
    .moduletable .search .btn {
        width: 30% !important;
    }

    .moduletable .search .form-inline {
        margin-left: 10%;
    }

    .moduletable .search #mod-search-searchword {
        width: 66% !important;
    }
}

@media (min-width: 350px) and (max-width: 408px) {
    .moduletable .search .btn {
        width: 30% !important;
    }

    .moduletable .search #mod-search-searchword {
        width: 65% !important;
    }
}

@media (min-width: 409px) and (max-width: 508px) {
    .moduletable .search .btn {
        width: 33% !important;
    }

    .moduletable .search .form-inline {
        margin-left: 5%;
    }

    .moduletable .search #mod-search-searchword {
        width: 65% !important;
    }
}

@media (min-width: 509px) and (max-width: 708px) {
    .moduletable .search .btn {

    }

    .moduletable .search .form-inline {

    }

    .moduletable .search #mod-search-searchword {
        width: 65% !important;
    }
}

/*.moduletable .search .btn:hover{*/
/*    background: #eb2b11;*/
/*}*/
.ml-loginmodule-register .btn-login-module {
    color: #333;
}

#form-login-remember {
    width: 100%;
}

#form-login-remember label {
    max-width: 67%;
    float: left;
    margin-right: 3%;
}

#form-login-remember input {
    max-width: 30%;
}

/*.reset .btn-primary{*/
/*    background: #da4733;*/
/*    border: medium none;*/
/*    color: #ffffff;*/
/*    display: inline-block;*/
/*    font-size: 12px;*/
/*    margin-top: 8px;*/
/*    letter-spacing: 0.8px;*/
/*    padding: 14px 33px;*/
/*    text-transform: uppercase;*/
/*}*/
/*.reset .btn-primary:hover{*/
/*    background: #eb2b11;*/
/*    color: #fff;*/
/*}*/
.alert-notice {
    background: #d7eaf3;
}

#right .moduletable dt,
#left .moduletable dt {
    font-size: 17px;
    font-weight: normal;
    line-height: 28px;
    text-transform: uppercase;
}

#right .moduletable dl,
#left .moduletable dl {
    margin-bottom: 10px;
}

.alert h4, .alert-danger, .alert-error {
    text-align: center;
    font-size: 18px;
}

.dl-horizontal dd {
    margin-left: 50px;
}

.dl-horizontal dt {
    width: auto;
    float: left;
    margin-right: 10px;
}

.contact .contact-address {
    padding: 15px;
}

.contact .well, .login .well,
.contact #basic-details,
.contact .contact-address {
    border: 1px solid #e3e3e3;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
}

.nav-tabs > li > a,
#myTabTabs > li > a {
    color: #333333;
    padding: 8px;
}

.panelbox .panel-body {
    padding: 10px;
    background: #f7f7f7;
}

.panel-head dt {
    color: #fff;
    display: block;
    font-size: 27px;
    font-weight: 500;
    line-height: 44px;
    margin: 0;
    padding: 15px 0 20px;
    text-align: center;
    text-transform: uppercase;
}

.panel-info {
    border-color: #fff;
}

.panel-head dt small {
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
}

.panel-head {
    background: #2b363c;
}

.panel-footer {
    background: #fff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.panel-info ul {
    border: 0 none;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.panel-info ul li {
    border: 0 none;
    font-size: 16px;
    padding: 20px 0;
}

.panel-info ul li:nth-child(2n+1) {
    background: #fff;
}

.panel-info ul li:nth-child(2n) {
    background: #e3ebef;
}

.panel-body {

}

.panel-body h4 {
    font-size: 42px;
}

.panel-info .btn1 {
    margin: 0;
}

.panelbox {
    margin-top: 40px;
    margin-bottom: 40px;
}

/****************************************menumobile **********************************************************/


#ml-mobile-menu .icon-th-list {
    margin-top: 2px !important;
}

#ml-mobile-menu-box ul li ul li a,
#ml-mobile-menu-box ul li ul li span {
    line-height: 35px !important;
    padding-top: 5px !important;
    width: auto !important;
}

.menumobile-block {
    padding-left: 5px !important;
    overflow: visible;
    padding-top: 10px !important;
}

.menumobile-block ul {
    margin-top: 15px;
}

#ml-mobile-menu .btn, #ml-mobile-menu {
    cursor: pointer;
    float: right !important;
    height: 55px !important;
    margin-right: 10px !important;
    margin-top: -50px !important;
    position: relative !important;
    padding-top: 10px;

}

#ml-mobile-menu .btn-large:hover {
    border-radius: 0 !important;
    box-shadow: none !important;
}

#ml-mobile-menu .btn-large span {
    visibility: hidden !important;

}

.navigation-mobile {
    width: 100% !important;
    position: relative !important;
    display: block !important;
    clear: both !important;
}

#ml-mobile-menu .btn-large {
    max-width: 300px !important;
    perspective: 1000px !important;
    perspective-origin: 50% 200% !important;
    position: relative !important;
}

#ml-mobile-menu ul.menu li a,
#ml-mobile-menu ul.menu li span {
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;

}
#ml-mobile-menu .mod-menu > li > a,
#ml-mobile-menu .mod-menu > li > span
{
    color: #bfbfbf;
    position: relative;
    display: block;
}
#ml-mobile-menu .mod-menu > li ul li a,
#ml-mobile-menu .mod-menu > li ul li span{
    position: relative;
    display: block;
}
#ml-mobile-menu .mod-menu > li.current > a,
#ml-mobile-menu .mod-menu > li.active > span,
#ml-mobile-menu .mod-menu > li > a:hover,
#ml-mobile-menu .mod-menu > li > span:hover{
    color: #fff;

}

#ml-mobile-menu .moduletable_accordion .nav li:hover > a,


#ml-mobile-menu .moduletable_accordion .nav li.current, .moduletable_accordion.nav > li.current,
#ml-mobile-menu .moduletable_accordion .nav .active, .moduletable_accordion .nav > .active
{
    color: #b41010 !important;

}
.menumobile-block .nav > li {
    background: #424852 !important;
    border-bottom: 1px solid #32373e;
    border-top: 1px solid #32373e;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
}
#ml-mobile-menu-box {
    background: #424852 !important;
    position: fixed;
    z-index: 2147483647;
    height: 100%;
    backface-visibility: hidden;
    left: 0;
    top: -1px;
    transform: translate3d(-100%, 0px, 0px);
    webkit-transform: translate3d(-100%, 0px, 0px);
    -ms-transform: translate3d(-100%, 0px, 0px);
    overflow-y: scroll;
    width: 100% !important;
    padding: 0 !important;
    cursor: pointer;
}
.menumobile-block .nav > li > a,
.menumobile-block .nav > li > span {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 !important;
    letter-spacing: 1px;
}
.menumobile-block .mod-menu li ul, .menumobile-block .mod-menu .nav > li ul {
    background: #363c47 !important;
}
#ml-mobile-menu-box ul li ul li a, #ml-mobile-menu-box ul li ul li span {
    color: #969696 !important;
}
#ml-mobile-menu-box ul.menu li ul {
    background: #d2d8df !important;
    color: #333 !important;
    border: none !important;
    margin-top: 15px;
}

#ml-mobile-menu-box > ul > li > a,
#ml-mobile-menu-box > ul > li > span {
    font-size: 120% !important;
}

#ml-mobile-menu-box ul li ul li a, #ml-mobile-menu-box ul li ul li span {
    text-transform: uppercase !important;
}

#ml-mobile-menu .dropdown-toggle {
    background: none !important;
    box-shadow: none !important;
}

#ml-mobile-menu .glyphicon-menu-hamburger::before,
#ml-mobile-menu .icon-menu-hamburger::before {
    display: block !important;
    font-size: 32px !important;
    margin-right: 23px !important;
    margin-top: 37px !important;
}

.menumobile-block .nav > li {
    background: #424852 !important;
}

.menumobile-block .nav {
    display: block;
}

.menumobile-block .nav ul li:last-child,
.menumobile-block .nav > li:last-child,
.menumobile-block .nav > li > span:last-child {
    border-bottom: medium none !important;
}

#ml-mobile-menu-box .menumobile-block ul.menu li.parent span:hover,
#ml-mobile-menu-box .menumobile-block ul.menu li a:hover,
#ml-mobile-menu-box .menumobile-block ul.menu li span:hover {
    box-shadow: none !important;
    transition: all 200ms ease-in 0s !important;
    -webkit-transition: all 200ms ease-in 0s !important;
    -moz-transition: all 200ms ease-in 0s !important;
    -o-transition: all 200ms ease-in 0s !important;
}

#ml-mobile-menu-box .menumobile-block .nav ul li a {
    padding-top: 0 !important;
    font-size: 16px !important;
    padding-top: 0 !important;
    text-transform: none !important;
}

#ml-mobile-menu-button {

    font-size: 29px;
    padding: 5px;
}

.element-invisible {
    display: none !important;
}

#logo-mobile-menu img {
    width: auto !important;
}

#close-marlev-mobile-box {
    text-align: right;
    font-size: 30px;
    color:#ccc;
}

.biged {
    text-align: left;
    padding: 10px;
}

/************************************cookie***********************************/
.cookie-black-trasparent {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    color: #cfcfcf;
}

.cookie-black {
    background: #111;
    color: rgba(255, 255, 255, 0.3);
}

.cookie-white {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    color: #333;
}

.cookie-gray {
    background: #4d545e;
    color: #fff;
    opacity: 0.9;
}

.cookie-red {
    background: #bf3e2d;
    color: #fff;
}

.cookie-blue {
    background: #235180;
    color: #fff;
}

.cookie-green {
    background: #1c4300;
    color: #ddd;
    opacity: 0.9;
}

.btncooki {
    margin-top: 10px;
}

.btncooki .button-cookie-accept {
    background: #363d47 linear-gradient(to bottom, #4a5361, #363d47) repeat scroll 0 0;
    background: -webkit-linear-gradient(to bottom, #4a5361, #363d47); /* webkit */
    background: -ms-linear-gradient(to bottom, #4a5361, #363d47);
    background: -o-linear-gradient(to bottom, #4a5361, #363d47);
    background: linear-gradient(to bottom, #4a5361, #363d47);
    background: -webkit-linear-gradient(to bottom, #4a5361, #363d47);
    border-color: #272c33 #242930 #22272d;
    box-sizing: border-box;
    color: #fff;
    padding: 8px 21px;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
    overflow: hidden;
}

.btncooki .button-cookie-accept:hover,
.btncooki .readmore:hover {
    color: #fff;
    background: #2c3239;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.2) inset,
    0 1px 3px rgba(0, 0, 0, 0.3) inset,
    0 0 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.2) inset,
    0 1px 3px rgba(0, 0, 0, 0.3) inset,
    0 0 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.2) inset,
    0 1px 3px rgba(0, 0, 0, 0.3) inset,
    0 0 2px rgba(0, 0, 0, 0.4);
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
}

.btncooki .readmore {
    background: #57626d;
    border-radius: 3px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    color: #fff;
    padding: 8px 14px;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    width: 100px;
    margin-left: 5px;
    transition: all 300ms ease-in 0s;
    -webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
}

.cookie-block {
    position: fixed;
    width: 100%;
    z-index: 9999999;
    animation-duration: 0.5s !important;
    text-align: center;
    line-height: 29px;
    padding: 20px;
}

.cookie-block.top {
    top: 0;
}

.cookie-block.bottom {
    bottom: 0;
}

/************************************artikli**********************************/
.item-content .readmore {
    width: 100%;
    text-align: right;
}

.cat-children h3:before {
    font-family: var(--template-font-awe);
    font-weight: 900;
    content: "\f07c";
}

.counter {
    color: #777;
    /*float: none !important;*/
}

.chzn-container-single .chzn-single {
    border: 1px solid #bcc9da;
    height: 32px;
    line-height: 30px;

}

.chzn-container-single .chzn-single div b {
    margin-top: 5px;
}

.tag-category .btn-toolbar .inputbox {
    width: 66%;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-outline-radius: 3px;
    background: white;
    border-color: #ccc #d1d1d1 #ddd;
    border-image: none;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16) inset;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16) inset;
    color: #404040;
    height: 37px;
    padding: 0 10px;
}

.badge {
    background-color: #d2dbe0;
    border-radius: 25px;
    color: #4c4e5a;
    padding: 7px 13px;
}

.table, .row-striped {
    margin-top: 10px;
    border: 2px solid #d8e3e8;
    background: #e3ebef;
    padding: 15px;
}

.cat-list-row0 .list-title > a,
.cat-list-row1 .list-title > a {
    font-weight: bold;
    font-size: 16px;
}

.row-striped .cat-list-row0 {
    background: #ebf2f5;
    border: 2px solid #fff;
    padding: 15px;
    margin-bottom: 10px;
}

.row-striped .cat-list-row1 {
    background: #ebf2f5;
    border: 2px solid #fff;
    padding: 15px;
}

.table thead, .category thead {
    background: #d2dbe0;
}

.cat-list-row0 td > dl {
    margin: 0;

}

.category td, .category th,
#contactList td {
    padding-bottom: 12px !important;
    padding-top: 12px !important;
}

.table-striped > tbody > tr:nth-of-type(2n+1),
.category-striped > tbody > tr:nth-of-type(2n+1) {
    background: #fff;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td,
.category-bordered > thead > tr > th, .category-bordered > tbody > tr > th,
.category-bordered > tfoot > tr > th, .category-bordered > thead > tr > td,
.category-bordered > tbody > tr > td, .category-bordered > tfoot > tr > td,
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td,
.category > caption + thead > tr:first-child > th,
.category > colgroup + thead > tr:first-child > th, .category > thead:first-child > tr:first-child > th,
.category > caption + thead > tr:first-child > td, .category > colgroup + thead > tr:first-child > td,
.category > thead:first-child > tr:first-child > td {
    border: 1px solid #bec8cd;
    text-indent: 8px;
    color: #475465 !important;
}

.alert-danger, .alert-error {
    border-radius: 5px;
    padding: 20px;
    text-align: center;
}

.blog-featured,
.contact-category,
.categories-list,
.newsfeed-category,
#contentcontainer_subsection .search,
.finder {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    padding: 25px;

}

.contact h3 {
    color: #4b4f57;
    font-size: 32px;
}

#searchForm .phrases legend,
#searchForm .only legend {
    margin-top: 20px;
    color: #4b4f57;
    font-size: 27px;
    padding-bottom: 8px;
}

.input-prepend .login-button-secret .icon-star {
    display: none !important;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
    float: right;
    margin-left: 3px;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    float: right;
    border-radius: 0;
}

.tag-category p {
    margin-top: 5px;
}

#user-registration p {
    color: #465361;
    font-size: 17px;
}

.article-info dd {
    display: none;
}

.article-info-term i {
    margin-top: -3px;
}

.article-info-term .btn {
    padding: 1px 5px;
}

.pager {
    display: none;
}

#toup {
    position: fixed;
    z-index: 999;
    right: -70px;
    bottom: 10%;
    width: 70px;
    height: 50px;
    border-radius: 5px 0px 0px 5px;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 48px;
    cursor: pointer;
    z-index: 99999999;
}

#toup i {
    opacity: 0.5;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

#toup:hover i {
    opacity: 1;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

/************************************artikli finish**********************************/


/************************************breadcrumb**********************************/

#breadcrumbs .moduletable {
    margin-bottom: 10px;
}

.breadcrumb {
    overflow: hidden;
    width: auto !important;
    margin: 0;
    padding: 0;
}

.breadcrumb li {
    float: left;
    line-height: 35px;
}

.breadcrumb li:first-child a {
    border-radius: 5px 0 0 5px;
    padding-left: 1em;
}

.breadcrumb span:before, .breadcrumb span:after {
    color: #a4adb0;
    content: var(--breadcrumb-divider, "/");
    float: left;
    padding-right: .1rem;
}

.breadcrumb a:hover:after {
    border-left-color: #dedede;
}

.breadcrumb .current, .breadcrumb .current:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-weight: bold;
}

.breadcrumb .current:after, .breadcrumb .current:before {
    content: normal;
}

.breadcrumb li, .breadcrumb li span {
    list-style: outside none none;
    color: rgb(68, 68, 68);
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}



/*table responsive*/


@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    .table-responsive > .table {
        margin-bottom: 0;
    }

    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }

    .table-responsive > .table-bordered {
        border: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

.move-toleft input {
    margin-right: 10px;
}

.move-toleft input, .move-toleft label {
    float: left;
    display: inline-block;
}

.calendar-container table {
    margin: 0 auto;
}

#slide-contact {
    background: #f7f7f7;
    border-radius: 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    padding: 16px;
}

#slide-contact .accordion-heading a {
    font-size: 17px;
    color: #566579;
    line-height: 45px;
}

#slide-contact .accordion-heading a:hover {
    color: #3a424e;
    cursor: pointer;
}

/*.page-header h2{*/

/*    text-align: center;*/
/*}*/
#content .page-header h2::after {
    border-bottom: 1px dashed #5e6472;
    content: "";
    display: block;
    height: 7px;
    margin: auto 0;
    width: 40%;
    max-width: 150px;
}

#position-5-16 .moduletable h2 {
    font-weight: bold;
}

#position-3-1 .moduletable p {
    line-height: 28px;
}


/*Socials styles*/


.marlev-socials img, .marlev-socials i,
.ml-social-fixed.socialright img,
.ml-social-fixed.socialright i,
.ml-social-fixed.socialleft img,
.ml-social-fixed.socialleft i {
    opacity: 0.6;
    transition: opacity 0.6s linear 0s;
    -webkit-transition: opacity 0.6s linear 0s;
    -moz-transition: opacity 0.6s linear 0s;
    -o-transition: opacity 0.6s linear 0s;
}

.marlev-socials img:hover, .marlev-socials i:hover,
.ml-social-fixed.socialright img:hover, .ml-social-fixed.socialright i:hover,
.ml-social-fixed.socialleft img:hover,
.ml-social-fixed.socialleft i:hover,
.ml-social-fixed.socialleft > div:hover i,
.ml-social-fixed.socialleft > div:hover img,
.ml-social-fixed.socialright > div:hover i,
.ml-social-fixed.socialright > div:hover img {
    opacity: 1;
    transition: opacity 0.6s linear 0s;
    -webkit-transition: opacity 0.6s linear 0s;
    -moz-transition: opacity 0.6s linear 0s;
    -o-transition: opacity 0.6s linear 0s;
}

.marlev-socials i {
    margin-left: 10px;
}

.ml-social-fixed img .ml-social-fixed i {
    vertical-align: middle;
}

/*#member-registration .btn{*/
/*    margin-top:10px;*/
/*}*/

/*start for right social only*/
.socialright .socialborder_first {
    border-radius: 5px 0px 0px 0px;
}

.socialright .social_border {
    border-radius: 5px 0px 0px 5px !important;
}

.socialright .socialborder_last {
    border-radius: 0px 0px 0px 5px;
}

.socialright > div {
    right: -100px;
    position: fixed;
    text-align: center;
}

/*end for right social only*/

/*start for left social only*/
.socialleft .socialborder_first {
    border-radius: 0px 5px 0px 0px;
}

.socialleft .social_border {
    border-radius: 0px 5px 5px 0px !important;
}

.socialleft .socialborder_last {
    border-radius: 0px 0px 5px 0px;
}

.socialleft > div {
    left: -100px;
    position: fixed;
    text-align: center;
}

/*#content{
    min-height: 300px;
}*/
/*end for left social only*/


/*End Social styles*/

.fa-navicon::before, .fa-reorder::before, .fa-bars::before {

    color: #b1b1b1;
}

#header_section {
    position: relative;
}

.extendible-ul-background-white li {
    font-size: 14px;
}

.extendible-ul-background-white {
    padding-left: 0px;
}

.extendible-ul-background-white .fa-check {
    color: green;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: relative;
    margin-left: 20px;
}

#searchForm {
    padding: 15px;

}

----------------------------------------------------------------------------
.controls .btn-inverse {
    margin: 1em 0 !important;
}

img {
    height: auto;
    max-width: 100%;
}

#user-registration legend {
    font-size: 15px;
}

meter {
    width: 100%;
}

.breadcrumb {
    margin-bottom: 15px;
}

#content {
    padding-top: 45px;
}

#contact-form #jform_contact_name, #contact-form #jform_contact_email,
#contact-form #jform_contact_emailmsg, #contact-form #jform_contact_message, #contact-form input, input {
    box-shadow: none;
}

joomla-alert[type="success"] {
    padding: 12px;
}

dl.dl-horizontal dd {

    margin-bottom: 0;
    padding: 0 0 0 1em;
}

fieldset {
    /*margin-bottom: 2em;*/
    margin-top: 5px;
}

/*.btn {*/
/*    align-self: center;*/
/*    border-radius: .25rem;*/
/*    cursor: pointer;*/
/*    display: inline-block;*/
/*    font-weight: 400;*/
/*    line-height: 1.5;*/
/*    padding: .7rem 1rem;*/
/*    text-align: center;*/
/*    text-decoration: none;*/
/*    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
/*    -webkit-user-select: none;*/
/*    -moz-user-select: none;*/
/*    -ms-user-select: none;*/
/*    user-select: none;*/
/*    vertical-align: middle;*/
/*}*/

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #22262a;
    display: block;
    font-weight: 400;
    line-height: 1.5;
    padding: .4rem 0.1rem;
    text-indent: 13px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
    border:1px solid #ced4da;

}

.input-group {
    align-items: stretch;
    display: flex !important;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -2px;
}

#searchForm .btn-toolbar .btn {
    background: #da4733;
    border: medium none;
    border-radius: 27px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.8px;
    padding: 14px 28px;
    text-transform: uppercase;
}

/*#searchForm .btn-toolbar .btn:hover{*/
/*    background: #eb2b11;}*/

/*#search-form .btn {*/
/*    border: medium none;*/
/*    color: #333;*/
/*    display: inline-block;*/
/*    font-size: 12px;*/
/*    letter-spacing: 0.8px;*/
/*    padding: 10px 21px;*/
/*    text-transform: uppercase;*/
/*    margin-top: 2px;*/
/*}*/

#searchForm .btn-toolbar #search-searchword,
.search-query, #finder-search .inputbox {
    -moz-outline-radius: 3px;
    background: #f1f1f1;
    border: 1px solid #a4c3ca;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgb(255, 255, 255);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgb(255, 255, 255);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgb(255, 255, 255);
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    color: #404040;
    padding: 0 10px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-left: 1px;
    margin-top: 2px;
}

.form-search label, .form-inline label,
.form-search .btn-group, .form-inline .btn, .form-inline input {
    margin-bottom: 0;
    margin-right: 3px;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 3px;
    margin-top: 3px;
}

.custom-select, .form-select {
    background: url(../images/select-bg.svg) no-repeat 100%/116rem;
    background-color: rgba(0, 0, 0, 0);
    background-color: #eaedf0;
    border: 1px solid #ced4da;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
    cursor: pointer;
    max-width: 100%;
}

p {
    line-height: 24px;
}

legend {
    font-size: 14px;
    margin-bottom: 20px !important;
}

.control-group {
    margin: 3px;
}

.custom-select, .form-select {
    -moz-padding-start: calc(1rem - 3px);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 116rem;
    border-radius: .25rem;
    color: #22262a;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    padding: .6rem 3rem .6rem 1rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    /*padding: .6rem 3rem .6rem 1rem;*/
    height: auto;
}

.filter-branch .control-group{
    padding-top: 2px;
    margin:0px;
}

.chosen-container-single .chosen-single span {
    font-size: 15px;
}

.mod-login-logout .login-greeting {

    margin-bottom: 8px;
}

.pagination > li > a, .pagination > li > span {
    float: none !important;
}


/*BLOG*/
.blog-items[class*=" masonry-"] .blog-item, .blog-items[class^="masonry-"] .blog-item {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 1em;
    page-break-inside: avoid;
}
.blog-items.columns-1 > div {
    width: 100%;

}

@media (min-width: 576px) {
    .blog-items[class*=" columns-"] > div {
        width: 100%;

    }
    .blog-items[class*=" masonry-"] > div {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .blog-items[class*=" columns-"] > div {
        width: 100%;
    }
    .blog-items[class*=" masonry-"] > div {
        width: 100%;
        float:left;
    }
}
.blog-items[class*=" masonry-"], .blog-items[class^="masonry-"] {
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    display: block;
}
@media (min-width: 992px) {
    .blog-items[class*=" columns-"] > div:first-child {
        margin-left: 0%;
    }

    .blog-items.columns-2 > div {
        width: 49%;
        float: left;
        margin-left: 1%;
    }

    .blog-items.columns-3 > div {
        width: 32.33%;
        float: left;
        margin-left: 1%;
    }

    .blog-items.columns-4 > div {
        width: 24%;
        float: left;
        margin-left: 1%;
    }

    .blog-items.columns-5 > div {
        width: 19%;
        float: left;
        margin-left: 1%;
    }

    .blog-items.columns-6 > div {
        width: 15.66%;
        float: left;
        margin-left: 1%;
    }


    .blog-items.masonry-2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .blog-items.masonry-3 {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
    .blog-items.masonry-4 {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
    .blog-items.masonry-5 {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }
    .blog-items.masonry-6 {
        -webkit-column-count: 6;
        -moz-column-count: 6;
        column-count: 6;
    }
}

.blog-items[class*=" columns-"] {
    clear: both;
    /*float: left;*/
}

.cat-children {
    width: 100%;
    float: left;
}

.cat-children:before {
    border-top: 1px dashed #5e6472;
    content: "";
    display: block;
    height: 7px;
    margin: auto 0;
    width: 100%;

}

/*.blog-items.columns-2 {*/
/*    -webkit-column-count: 2;*/
/*    -moz-column-count: 2;*/
/*    column-count: 2;*/
/*}*/
/*.blog-items[class*=" columns-"], .blog-items[class^="columns-"] {*/
/*    -webkit-column-gap: 1em;*/
/*    -moz-column-gap: 1em;*/
/*    column-gap: 1em;*/
/*    display: block;*/
/*}*/
/*.blog-items {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    margin-bottom: 1em;*/
/*    margin-left: -.5em;*/
/*    margin-right: -.5em;*/
/*    padding: 0;*/
/*    width: 100%;*/
/*}*/
/*.blog-items.columns-3 {*/
/*    -webkit-column-count: 3;*/
/*    -moz-column-count: 3;*/
/*    column-count: 3;*/
/*}*/
/*.blog-items[class*=" columns-"], .blog-items[class^="columns-"] {*/
/*    -webkit-column-gap: 1em;*/
/*    -moz-column-gap: 1em;*/
/*    column-gap: 1em;*/
/*    display: block;*/
/*}*/
/*.blog-items {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    margin-bottom: 1em;*/
/*    margin-left: -.5em;*/
/*    margin-right: -.5em;*/
/*    padding: 0;*/
/*    width: 100%;*/
/*}*/
/*.blog-items.columns-4 {*/
/*    -webkit-column-count: 4;*/
/*    -moz-column-count: 4;*/
/*    column-count: 4;*/
/*}*/
/*.blog-items[class*=" columns-"], .blog-items[class^="columns-"] {*/
/*    -webkit-column-gap: 1em;*/
/*    -moz-column-gap: 1em;*/
/*    column-gap: 1em;*/
/*    display: block;*/
/*}*/

#blockrandom {
    border: 1px solid #ddd;
}

.choices[data-type*="select-multiple"] .choices__inner, .choices[data-type*="select-one"] .choices__inner {
    -webkit-padding-end: 3rem;
    background: url(../../../images/select-bg.svg) no-repeat 100%/116rem;
    background-color: rgba(0, 0, 0, 0);
    background-color: #eaedf0;
    cursor: pointer;
    padding-inline-end: 3rem;
}

.custom-select, .form-select {
    background-color: #eaedf0;
    border: 1px solid #ced4da;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
    cursor: pointer;
    max-width: 100%;
}

.tox .tox-edit-area__iframe {
    padding: 10px;
}

.choices__list--multiple .choices__item {
    -webkit-margin-end: 2px;
    background-color: #396b92;
    border: 0;
    border-radius: .25rem;
    margin: 2px;
    margin-inline-end: 2px;
    position: relative;
}

.choices__button_joomla {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    color: inherit;
    cursor: pointer;
    opacity: .5;
    padding: 0 10px;
    position: relative;
    text-indent: -9999px;
}

.choices__button_joomla::before {
    bottom: 0;
    content: "×";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-indent: 0;
    top: 0;
}

.buttons-wrapper .btn {
    border: #fff;
    padding: 5px 16px;
}

.card-body #blockrandom-128 {
    border: 1px solid #ccc;
}

.calendar-container .calendar-head-row td {
    cursor: pointer;
}

/*************************************************************/

.nav {
    display: block !important;
}

.contact .well,
.login .well, .contact #basic-details,
.contact .contact-address {
    padding: 20px;
}

.breadcrumb {
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header {
    background: none !important;
    border-bottom: none !important;
}

/*.float-end {*/
/*    float: none !important;*/
/*}*/

/************************************pagination***********************************/

.pagination {
    font-size: 13px;
    list-style: outside none none;
    padding: 0;
    text-align: center;
    justify-content:center;

}

.pagination li {
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
    font-size: 13px;
}

.page-item.active .page-link {
    color: #fff !important;
    background-color: #313234 !important;
    border-color: #262525 !important;
}

.pagination > li > a, .pagination > li > span {
    color: #313234;
}

.page-link {
    display: initial !important;
}

/*.page-link:hover {*/
/*    z-index: 2;*/
/*    color: #ffffff !important;*/
/*    background-color: #313234 !important;*/
/*    border-color: #262828 !important;*/
/*}*/
/************************************pagination finish***********************************/

.table > :not(:first-child) {
    border-top: 2px solid #fff !important;
}

joomla-field-media .field-media-preview {
    margin-bottom: 5px;
}

.mb-2 {
    margin-top: 10px;
}

.btn-warning {
    color: #fff !important;
}

label {
    color: #707884;
}

joomla-tab > joomla-tab-element {
    padding: 25px;
}

.control-group {
    padding-top: 10px;
}

.dl-horizontal dd {
    margin-left: 10px !important;
}

/*
//
#
#
JOOMLA 4
#
#
3
*/
/*.icon-eye:after{*/
/*    border-radius: 50%;*/
/*    content: "\f06e";*/
/*    cursor: pointer;*/
/*    font-family: var(--template-font-awe); font-weight: 900;*/
/*    text-align: center;*/
/*    transition: all 0.5s ease 0s;*/
/*    -webkit-transition: all 0.5s ease 0s;*/
/*    -moz-transition: all 0.5s ease 0s;*/
/*    -o-transition: all 0.5s ease 0s;*/
/*    z-index: 1;*/
/*    float: right;*/
/*}*/
/*.icon-eye-slash:after{*/
/*    border-radius: 50%;*/
/*    content: "\f070";*/
/*    cursor: pointer;*/
/*    font-family: var(--template-font-awe); font-weight: 900;*/
/*    text-align: center;*/
/*    transition: all 0.5s ease 0s;*/
/*    -webkit-transition: all 0.5s ease 0s;*/
/*    -moz-transition: all 0.5s ease 0s;*/
/*    -o-transition: all 0.5s ease 0s;*/
/*    z-index: 1;*/
/*    float: right;*/
/*}*/
.moduletable_accordion .nav > li > ul > li, .moduletable_accordion .nav > li > span ul > li {
    text-transform: none;

}

.breadcrumb-item + .breadcrumb-item::before {
    content: none !important;
}

/*.btn {*/
/*    font-size: 14px !important;*/
/*}*/

.login {
    margin-bottom: 10px;
}

.profile {
    background: #f7f7f7;
    padding: 40px;
}

[role="tooltip"]:not(.show) {

    display: none;
}

#adminForm {
    margin-bottom: 5px;
}

/*.chosen-container-single .chosen-single span {*/
/*    color: #444;*/
/*    min-width: 120%;*/
/*}*/

.moduletable_accordion .card-body {
    padding-left: 0px;
    padding-right: 0px;
}

#menutype_chosen, #alt {
    margin-bottom: 10px;
}

textarea {
    padding: 20px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
}

.chosen-container,
.js-stools-field-filter {
    margin-top: 10px;
}

.table-sm > :not(caption) > * > * {
    color: #666;
}

.modal.show .modal-dialog {
    margin-top: 4%;
}

.container-popup .btn, #toolbar .btn,
.modal-footer .btn {
    margin-right: 10px;
}

/*.icon-address:before {*/
/*    content: "\f2b9";*/
/*}*/
/*.icon-address:after{*/
/*    border-radius: 50%;*/
/*    content: "\f2bc";*/
/*    cursor: pointer;*/
/*    font-family: var(--template-font-awe); font-weight: 900;*/
/*    text-align: center;*/
/*    transition: all 0.5s ease 0s;*/
/*    -webkit-transition: all 0.5s ease 0s;*/
/*    -moz-transition: all 0.5s ease 0s;*/
/*    -o-transition: all 0.5s ease 0s;*/
/*    z-index: 1;*/
/*    float: right;*/
/*}*/
.breadcrumb-item + .breadcrumb-item {
    padding-left: .2rem;
}

.article-info dd {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.invalid .form-control-feedback {
    margin-left: 5px;
    color: #890d0d;
}

.child-row-padding-0 .card-body,
.child-row-padding-0 .card-header,
.child-row-padding-0 .row > * {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.imgbox {
    display: inline-block;
    overflow: hidden; /* Скрываем всё за контуром */
}

.imgbox img {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    display: block;
}

.imgbox img:hover {
    transform: scale(1.2); /* Увеличиваем масштаб */
}

/*#content h1, #content h2,#content h3{*/
/*  text-align: center;*/
/*}*/

.login {
    margin-bottom: 10px !important;
    overflow: hidden;
    background-color: #F0F2F2;
    padding: 40px 30px 30px 30px;
    border-radius: 10px;
    width: 470px;
    box-shadow: 1px 1px 3px 1px rgba(56, 61, 62, 0.33);
    -webkit-transform: translate(-1%, 1%);
    -moz-transform: translate(-1%, 1%);
    -ms-transform: translate(-1%, 1%);
    -o-transform: translate(-1%, 1%);
    transform: translate(-1%, 1%);
    -webkit-transition: -webkit-transform 300ms, box-shadow 300ms;
    -moz-transition: -moz-transform 300ms, box-shadow 300ms;
    transition: transform 300ms, box-shadow 300ms;
    margin: 0 auto;
}

@media (min-width: 0px) and (max-width: 482px) {
    .login {
        margin-bottom: 10px;
        padding: 30px 20px 20px 20px;
        width: 90%;
        -webkit-transform: translate(-1%, 1%);
        -moz-transform: translate(-1%, 1%);
        -ms-transform: translate(-1%, 1%);
        -o-transform: translate(-1%, 1%);
        transform: translate(-1%, 1%);
        -webkit-transition: -webkit-transform 300ms, box-shadow 300ms;
        -moz-transition: -moz-transform 300ms, box-shadow 300ms;
        transition: transform 300ms, box-shadow 300ms;
        margin-left: 6%;
    }

    .nav-tabs > li > a, #myTabTabs > li > a {
        margin-left: 25px;
    }

    .nav-tabs {

        margin-bottom: 10px;
    }
}

.login::before, .login::after {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    border-top-left-radius: 40%;
    border-top-right-radius: 45%;
    border-bottom-left-radius: 35%;
    border-bottom-right-radius: 40%;
    z-index: -1;
}

.form-search label {
    display: none;
}

#form-login-password, #form-login-username {
    line-height: 50%;
}

@-webkit-keyframes wawes {
    from {
        -webkit-transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes wawes {
    from {
        -moz-transform: rotate(0);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes wawes {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#login-form #form-login-password input,
#login-form #form-login-username input {
    text-indent: 7px;
}

#login-form .login-button {
    position: relative;
    color: #626d79;
}

#login-form label {
    margin-bottom: 5px;
    font-weight: normal;
    color: #757c85;
    font-size: 11px;
}

#login-form .form-login-remember .btn-inverse {
    background: #56c2e1;
    border: 1px solid #46b3d3;
    border-radius: 27px;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.75) inset;
    -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.75) inset;
    -moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.75) inset;
    color: #fff;
    cursor: pointer;
    float: right;
    font-weight: 300;
    padding: 14px 25px !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

#login-form .form-login-remember .login-button-margin:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
}

#login-form .ml-loginmodule-register .btn-login-module {
    background: #47505e;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    color: #fff;
    cursor: pointer;
    display: block;
    float: right;
    font-weight: 300;
    border-radius: 27px;
    display: inline-block;
    font-size: 11px;
    padding: 10px 20px;
    text-transform: uppercase;
    margin-bottom: 3px;
    min-width: 100px;
}

#login-form .ml-loginmodule-register .btn-login-module:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
}

.ml-loginmodule-register input {
    display: inline-block;
    color: #252537;
    padding: 10px 85px;
    background: #fff;
    border-radius: 5px;
    outline: none;
    border: none;
    cursor: pointer;
    text-align: center;
    margin: 7% auto;
    letter-spacing: 0.05em;
    transition: all 0.5s;
    position: relative;
    border: 3px solid #fff;
}

.ml-loginmodule-register input:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s;
    border: 3px solid #fff;
}

.moduletable #login-form .userdata {
    padding: 30px 15px 20px;
}

#modlgn-username, #modlgn-passwd {
    width: 100%;
}

.form-control:disabled, .form-control[readonly] {
    background: #fff;
}



.nav-stacked {
    margin: auto;
    text-align: center;
}

/*UPDATES*/
.card-body {
    padding-top: 1px;
}

.categories-module li,.latestnews li {
    list-style-type: none;
    position:relative;
}
.categories-module li:before {
    font-family: var(--template-font-awe);
    font-weight: 900;
    content: "\f07c";
    font-size: 12px;
    color: #a6adb3;
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    top: 0;
    left: 0;
}

.latestnews li:before {
    font-family: var(--template-font-awe);
    font-weight: 900;
    content: "\f518";
    font-size: 12px;
    color: #a6adb3;
    position: absolute;
    width: 20px;
    height: 30px;
    display: block;
    top: 0;
    left: 0;
}

ul.latestnews, ul.mostread,ul.mod-articlescategory,ul.categories-module {
    padding-left: 6px;
}
ul.mod-articlescategory li > ul {
    padding-left: 2px;
}
ul.mostread li,ul.mod-articlescategory li {
    padding-left: 9px;
}
ul.latestnews li,ul.categories-module li{
    padding-left: 16px;
}

.moduletable .navbar-expand-md .navbar-collapse {
    display: block !important;
}

@media (min-width: 576px) {
    .article-info dd{
        margin-right: 0px;
    }
}

@media (min-width: 1024px) {
    .article-info-term {
        display: none;
    }
    .article-info dd{
        margin-right: 5px;
    }
    .article-info dd {
        display: inline-block;

    }
}
.article-info .icon-fw{
    text-align: right;
}
.moduletable h3,.moduletable_accordion h3 {
    text-transform: uppercase;
}

.article-info-term {
    margin-bottom: 15px;
}
.mod-finder .awesomplete {
    width: 60%;
    max-width: 300px;
}
dl, ol, ul{
    margin-bottom: 0.7rem;
}
.content-links li {
    list-style-type: none;
}
.content-links li::before{
    font-family: var(--template-font-awe);
    font-weight: 900;
    content: "\f35d";
    font-size: 15px;
    color: #0082d3;
}
/*List styles*/
.check-angle li,
.check-doubleangle li,
.check-arrowcircle li,
.check-arrow li,
.check-caret li,
.check-folder li,
.check-link li,
.check-circle li{
    position: relative;
    text-decoration: none;
    display: block;
    text-decoration: none;
    padding-left: 13px;
    line-height: 25px;
}
.check-red li:before{
    color: red !important;
}
.check-green li:before{
    color: green !important;
}
.check-blue li:before{
    color: blue !important;
}
.check-black li:before{
    color: black !important;
}
.check-orange li:before{
    color: orange !important;
}
.check-caret li:before {
    content: "\f0da";
    font-family: var(--template-font-awe);
    font-weight: 900;
    font-size: 13px;
    height: 20px;
    color: #a6adb3;
    position: absolute;
    width: 20px;
    display: block;
    top: 0;
    left: 0;
}
.check-circle li:before {
    content: "\f138";
    font-family: var(--template-font-awe);
    font-weight: 900;
    font-size: 13px;
    height: 20px;
    color: #a6adb3;
    position: absolute;
    width: 20px;
    display: block;
    top: 0;
    left: -7px;
}
.check-link li:before {
    content: "\f35d";
    font-family: var(--template-font-awe);
    font-weight: 900;
    font-size: 13px;
    height: 20px;
    color: #a6adb3;
    position: absolute;
    width: 20px;
    display: block;
    top: 0;
    left: -7px;
}
.check-folder li:before {
    content: "\f07c";
    font-family: var(--template-font-awe);
    font-weight: 900;
    font-size: 13px;
    height: 20px;
    color: #a6adb3;
    position: absolute;
    width: 20px;
    display: block;
    top: 0;
    left: -7px;
}
.check-angle li:before {
    content: "\f105";
    font-family: var(--template-font-awe);
    font-weight: 900;
    font-size: 13px;
    height: 20px;
    color: #a6adb3;
    position: absolute;
    width: 20px;
    display: block;
    top: 0;
    left: 0;
}
.check-arrowcircle li:before {
    content: "\f0a9";
    font-family: var(--template-font-awe);
    font-weight: 900;
    font-size: 13px;
    height: 20px;
    color: #a6adb3;
    position: absolute;
    width: 20px;
    display: block;
    top: 0;
    left: -5px;
}
.check-arrow li:before {
    content: "\f061";
    font-family: var(--template-font-awe);
    font-weight: 900;
    font-size: 13px;
    height: 20px;
    color: #a6adb3;
    position: absolute;
    width: 20px;
    display: block;
    top: 0;
    left: -5px;
}
.check-doubleangle li:before {
    content: "\f101";
    font-family: var(--template-font-awe);
    font-weight: 900;
    font-size: 13px;
    height: 20px;
    color: #a6adb3;
    position: absolute;
    width: 20px;
    display: block;
    top: 0;
    left: -5px;
}






.numbercheck {
    counter-reset: li;
    list-style: none;
    *list-style: decimal;
    padding: 0;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.numbercheck .numbercheck-title{
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #ddd;
    color: #444;
    text-decoration: none;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.numbercheck .numbercheck-title:hover{
    background: #d3d1d1;
}
.numbercheck .moduletable li .numbercheck-title, .numbercheck .moduletable li span {

    display: block !important;
}
.numbercheck .numbercheck-title:hover:before{
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.numbercheck .numbercheck-title:before{
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    height: 35PX;
    width: 35PX;
    line-height: 24px !important;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-size: 17px !important;
}

.check-red .numbercheck-title:before{
    background: #f88e4f;
}

.check-blue .numbercheck-title:before{
    background: #2876ca;
    color: #fff;
}
.check-gray .numbercheck-title:before{
    background: #d7d9dd;
    color: #0c0c0c;
}
.check-black .numbercheck-title:before{
    background: #252526;
    color: #ffffff;
}

.check-green .numbercheck-title:before{
    background: #4d8429;
    color: #ffffff;
}
/*End list styles*/
.js-stools-container-bar {
    padding: 10px 20px;
}
.js-stools-container-bar .btn-toolbar {
    justify-content: flex-end;
}
.js-stools-container-bar .btn-toolbar > * {
    margin: 4px 0;
    -webkit-margin-end: 8px;
    margin-inline-end: 8px;
}
.js-stools-container-bar .btn-toolbar .js-stools-btn-clear {
    background-color: #30638d;
    border: 0;
}
.js-stools-container-bar .ordering-select {
    display: flex;
}

.js-stools-container-filters {
    display: none;
    padding: 0 20px;
    margin-bottom: 20px;
}
.js-stools-container-filters-visible {
    display: grid;
    padding: 10px;
    background-color: white;
}
.js-stools-container-filters > * {
    margin: 4px 0;
    -webkit-margin-end: 8px;
    margin-inline-end: 8px;
}

.js-stools-field-list + .js-stools-field-list {
    -webkit-margin-start: 8px;
    margin-inline-start: 8px;
}
.js-stools-field-selector .form-select {
    max-width:200px;
}
.js-stools-field-list select{

    width:auto;
}
.ml-effect-true {
    visibility:hidden;
}