/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
@import url(https://fonts.googleapis.com/css?family=Coda);

/* ============================== CUSTOM CSS ============================== */
/* ---------- TYPOGRAPHY ---------- */
div.white-icons {
    border-color: #333 !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

div.black-icons {
    border-color: rgba(0, 0, 0, 0.2) !important;
}

div.black-icons .link-icon[class*="jsn-icon-"] {
    color: #333;
}

/* ---------- GRID IMAGE ---------- */

.grid-img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 20px 0;
}

.grid-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ---------- MENU LEFT ---------- */

.sidebar li .current {
    width: 70% !important;
}

/* ---------- COLOR STYLES MENU CLASS SUFFIX ---------- */
.menu-iconmenu [class*="jsn-color-"]>a>span {
    background-image: url(../images/icons/icons-colors.png);
    background-repeat: no-repeat;
    background-size: 8px auto;
    padding-left: 16px;
}

.menu-iconmenu .jsn-color-blue>a>span {
    background-position: 0 5px;
}

.menu-iconmenu .jsn-color-red>a>span {
    background-position: 0 -57px;
}

.menu-iconmenu .jsn-color-green>a>span {
    background-position: 0 -114px;
}

.menu-iconmenu .jsn-color-orange>a>span {
    background-position: 0 -177px;
}

.menu-iconmenu .jsn-color-violet>a>span {
    background-position: 0 -238px;
}

.menu-iconmenu .jsn-color-cyan>a>span {
    background-position: 0 -301px;
}

body.jsn-direction-rtl .menu-iconmenu [class*="jsn-color-"]>a>span {
    padding-left: 0;
    padding-right: 16px;
}

body.jsn-direction-rtl .menu-iconmenu .jsn-color-blue>a>span {
    background-position: right 5px;
}

body.jsn-direction-rtl .menu-iconmenu .jsn-color-red>a>span {
    background-position: right -57px;
}

body.jsn-direction-rtl .menu-iconmenu .jsn-color-green>a>span {
    background-position: right -114px;
}

body.jsn-direction-rtl .menu-iconmenu .jsn-color-orange>a>span {
    background-position: right -177px;
}

body.jsn-direction-rtl .menu-iconmenu .jsn-color-violet>a>span {
    background-position: right -238px;
}

body.jsn-direction-rtl .menu-iconmenu .jsn-color-cyan>a>span {
    background-position: right -301px;
}

/* ---------- HOMEPAGE WELCOME ---------- */
div.homepage-welcome {
    text-align: center;
    margin-bottom: 30px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

div.welcome-text {
    font-family: Coda, "Open Sans", Arial, Verdana;
    font-size: 2em;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    text-transform: uppercase;
}

div.welcome-text span {
    font-size: 2.5em;
    color: #21a2a2;
    position: relative;
    bottom: -12px;
}

div.homepage-welcome .sep {
    height: 2px;
    width: 25%;
    margin: 10px auto;
    background-color: rgba(216, 85, 33, 0.6);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

div.homepage-welcome .intro-text {
    margin: 20px auto 40px;
    width: 60%;
    font-size: 1.25em;
}

/* ---------- CONTENT TOP SUB ---------- */
div.content-top-sub-welcome-wrapper {
    margin: 50px 0;
}

div.content-top-sub-welcome-wrapper div.grid-layout div.grid-col {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: inset 1px 0 0 #FFF, inset -1px 0 0 #FFF;
    -moz-box-shadow: inset 1px 0 0 #FFF, inset -1px 0 0 #FFF;
    -webkit-box-shadow: inset 1px 0 0 #FFF, inset -1px 0 0 #FFF;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

div.content-top-sub-welcome-wrapper div.grid-layout div.grid-col:first-child {
    box-shadow: inset 1px 0 0 transparent;
    border: none;
}

div.content-top-sub-welcome-wrapper div.grid-layout div.grid-col.grid-lastcol {
    box-shadow: inset -1px 0 0 transparent;
    border: none;
}

div.content-top-sub-welcome-wrapper div.grid-layout div.grid-col div.grid-col_inner {
    margin: 0 40px;
}

div.content-top-sub-welcome-wrapper div.grid-layout div.grid-col:first-child div.grid-col_inner {
    margin: 0 40px 0 0;
}

div.content-top-sub-welcome-wrapper div.grid-layout div.grid-col.grid-lastcol div.grid-col_inner {
    margin: 0 0 0 40px;
}

div.content-top-sub-welcome {
    text-align: center;
}

div.content-top-sub-welcome .img {
    min-height: 90px;
}

div.content-top-sub-welcome h1 {
    text-transform: uppercase;
    color: #339FCC;
}

div.content-top-sub-welcome p {
    text-align: left;
}

div.content-top-sub-welcome2-wrapper {
    text-align: center;
}

div.content-top-sub-welcome2-wrapper .small-intro {
    margin: 0 auto;
    height: 8px;
    position: relative;
    top: -23px;
}

div.content-top-sub-welcome2-wrapper {
    margin: 80px 0 40px;
}

div.content-top-sub-welcome2-wrapper .small-intro span {
    position: relative;
    top: -10px;
    font-size: 0.9em;
    color: #888;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding: 0 5px 0 16px;
    z-index: 1;
}

div.content-top-sub-welcome2-wrapper .big-intro {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 0 #FFF;
    -moz-box-shadow: inset 0 1px 0 #FFF;
    -webkit-box-shadow: inset 0 1px 0 #FFF;
}

div.content-top-sub-welcome2-wrapper .big-intro h1 {
    font-family: Voltaire, "Palatino Linotype", Palatino, serif;
    font-size: 4.5em;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    line-height: 45px;
    text-shadow: 1px 1px 0px #F2F2F2, 1px 2px 0px #B1B1B1;
    background-color: rgba(242, 242, 242, 0.9);
    position: relative;
    top: -22px;
}

/* ---------- CONTENT TOP DEMO ---------- */
h3.demo-heading-h3 {
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 10;
    margin: 0;
    padding: 10px 15px;
    background-color: #000;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

h3.demo-heading-h3 a {
    color: #FFF;
}

div.content-top-demo-wrapper:hover h3.demo-heading-h3 {
    background-color: #339FCC;
}

div.content-top-demo-wrapper .content-top-demo-img {
    display: block;
}

.content-top-demo-img img {
    max-width: 100%;
}

div.content-top-demo-wrapper .content-top-demo-img:before {
    content: "";
    display: block;
    position: absolute;
    width: 350px;
    height: 180px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

div.content-top-demo-wrapper:hover .content-top-demo-img:before {
    background-color: rgba(255, 255, 255, 0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

/* ---------- FRONTPAGE DEMO ARTICLE ---------- */
div.article-welcome-wrapper div.grid-col_inner {
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

div.article-welcome-wrapper .grid-lastcol div.grid-col_inner {
    margin-right: 0;
}

div.article-welcome .img {
    float: left;
}

div.article-welcome .img img {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

div.article-welcome .content {
    padding-left: 55px;
}

.grid-lastcol div.article-welcome .content {
    padding-left: 70px;
}

div.article-welcome:first-child .content p {
    padding-bottom: 20px;
    background: url(../images/dot.png) 0 bottom repeat-x;
}

/* ---------- CONTENT-BOTTOM-SUB ---------- */
.kit-remind {
    padding: 30px 0 0;
    margin: 30px 0 0 0 !important;
    font-size: 1.4em;
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 0 #FFF;
    -moz-box-shadow: inset 0 1px 0 #FFF;
    -webkit-box-shadow: inset 0 1px 0 #FFF;
}

.kit-remind a {
    font-style: italic;
}

/* ---------- JSN FACEBOOK BOX ---------- */
#jsn-fb-box {
    background-color: rgba(0, 0, 0, 0.3);
    float: right;
    border: 1px solid #010B11;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
}

#jsn-fb-box-inner {
    overflow: hidden;
    height: 232px;
    margin-bottom: 10px;
}

body.jsn-direction-rtl #jsn-fb-box {
    float: left;
}

/* ---------- FOOTER MODULES ---------- */
#jsn-footermodules small {
    color: rgba(255, 255, 255, 0.4);
    text-shadow: 0 1px 0 #000;
}

ul.contact-us li {
    margin: 8px 0 0;
}

body.jsn-specialfont h3 {
    line-height: 1.2em;
}

ul.contact-us li a.link-icon {
    background-image: url(../images/icons/icons-uni-white.png);
    margin: 6px 0;
}

ul.contact-us li a.link-icon.jsn-icon-mobile {
    color: #f09d45;
    font-weight: bold;
    font-size: 1.1em;
    letter-spacing: 1px;
}

.work-with-us {
    display: block;
    margin-top: 20px;
}

/* ----- SOCIAL CONNECT ----- */
div.social-connect-heading {
    margin-top: 50px;
}

div.social-connect-heading h3 {
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5), 1px 2px 0 rgba(2558, 255, 255, 0.25);
    padding: 0 10px;
    display: inline-block;
    color: #FFF;
    position: relative;
    width: 290px;
    top: -25px;
}

div.social-connect-inner>div>a span {
    background: url(../images/icons/icons-uni-white-2x.png) no-repeat;
}

body..jsn-textstyle-personal div.social-connect-heading h3,
body..jsn-textstyle-news div.social-connect-heading h3 {
    letter-spacing: normal;
}

body..jsn-textstyle-personal div.social-connect-heading h3 {
    text-transform: none;
    font-size: 2.8em;
}

body.jsn-textstyle-personal div.social-connect-heading h3:before,
body.jsn-textstyle-personal div.social-connect-heading h3:after {
    top: 22px;
}

div.social-connect-heading h3:before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    margin-left: -100%;
    height: 30px;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

div.social-connect-heading h3:after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    margin-left: 100%;
    height: 30px;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

div.social-connect {
    text-align: center;
    margin: 30px 0 65px;
}

div.social-connect-inner {
    margin: 0 auto;
}

div.social-connect-inner>div {
    display: inline-block;
    margin: 0 40px;
    position: relative;
}

div.social-connect-inner>div>a {
    display: block;
    height: 30px;
}

div.social-connect-inner>div>a span {
    background-size: 26px auto;
    display: block;
    height: 32px;
    width: 26px;
    position: relative;
    z-index: 2;
}

div.social-connect-inner>div>a:before {
    content: "■";
    color: transparent;
    position: absolute;
    z-index: 1;
    left: 8px;
    top: 8px;
    display: block;
    width: 12px;
    height: 12px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

div.social-connect-inner>div:hover>a:before {
    text-shadow: 0 0 30px #FFF, 0 0 30px #FFF, 0 0 40px #FFF, 0 0 55px #FFF, 0 0 70px #FFF, 0 0 80px #FFF, 0 0 80px #FFF, 0 0 80px #FFF, 0 0 80px #FFF, 0 0 90px #FFF, 0 0 90px #FFF, 0 0 90px #FFF, 0 0 90px #FFF, 0 0 120px #FFF;
}

div.social-connect-inner .twitter a span {
    background-position: 0 -3667px;
    background-size: 32px auto;
    width: 32px;
}

div.social-connect-inner .fb a span {
    background-position: 0 -2870px;
}

div.social-connect-inner .pinterest a span {
    background-position: 0 -3077px;
}

div.social-connect-inner .gplus a span {
    background-position: 0 -3184px;
}

div.social-connect-inner .youtube a span {
    background-position: 0 -3494px;
}

div.social-connect-inner .rss a span {
    background-position: 0 -1368px;
}

/* ---------- SMARTPHONE DISPLAY ---------- */
@media only screen and (max-width: 480px),
(max-device-width: 480px) {
    div.welcome-text {
        font-size: 1.2em;
    }

    div.homepage-welcome .sep {
        width: 60%;
    }

    div.homepage-welcome .intro-text {
        font-size: 1em;
        width: 75%;
    }

    div.homepage-welcome .link-button {
        margin-bottom: 10px;
    }

    div.content-top-sub-welcome-wrapper div.grid-layout div.grid-col {
        border: none;
        padding-bottom: 20px;
        margin-bottom: 30px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) !important;
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) !important;
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) !important;
    }

    div.content-top-sub-welcome-wrapper div.grid-layout div.grid-col.grid-lastcol {
        border: none !important;
        box-shadow: none !important;
        margin-bottom: 0;
    }

    div.content-top-sub-welcome-wrapper div.grid-layout div.grid-col div.grid-col_inner {
        margin: 0 !important;
    }

    div.article-welcome .content {
        padding-left: 70px;
    }

    div.social-connect-heading h3 {
        font-size: 1.5em;
    }

    div.social-connect-inner>div {
        margin: 0 5px;
    }

    #jsn-pos-content-bottom .jsn-modulecontainer.badge-cool .jsn-module-badge {
        display: none;
    }

    #jsn-fb-box {
        float: left;
    }
}

@media only screen and (max-width: 960px),
(max-device-width: 960px) {
    div.white-icons {
        display: none;
    }
}

.txt_center {
    text-align: center;
}

.other_expertiz {
    display: flex;
    justify-content: space-between;
}

.other_expertiz_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 33%;
    height: auto;
}


.link_img {
    display: block;
    width: 80%;
    margin: 0 auto;
}

.other_expertiz_img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.link_txt {
    margin: 10px auto;
    text-align: center;
}

.float_img {
    float: left;
    width: 40%;
    margin: 12px;
}

@media screen and (max-width: 767px) {
    .other_expertiz {
        flex-direction: column;
    }

    .other_expertiz_item {
        width: 100%
    }

    .float_img {
        float: none;
        width: 90%;

    }
}

.other_expertiz2 {
    display: flex;
    /*    justify-content: space-between;*/
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.other_expertiz_item2 {
    display: flex;
    flex-direction: column;

    width: 33%;
    height: auto;
    margin: 10px 0;
}

.link_img2 {
    display: block;
    width: 80%;
    margin: 0 auto;
}

.other_expertiz_img2 {
  width: 100%;
  height: 90%;
  max-height: 100px;
  object-fit: cover;
}

.link_txt span {
    color: #A66F2B;
}

.link_txt:hover span {
    color: #237da3;
}

.other_expertiz_img3 {
    width: 90%;
}

@media screen and (max-width: 767px) {
    .other_expertiz_item2 {

        width: 49%;

    }
}

.article-list__item {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.article-list__title {
    padding: 10px 0;
}

.article-list__content {
    display: flex;

}

.article-list__img {
    width: 190px;
    height: 160px;
    margin-right: 10px;
    object-fit: cover;
}

.article-list__text {
    margin: 0;
}

@media screen and (max-width: 512px) {
    .article-list__content {
        flex-direction: column;

    }

    .article-list__img {
        max-width: 100%;
        width: 100%;
        height: auto;
        margin: 0 0 10px 0;
    }
}

#jsn-pos-right .jsn-modulecontainer:first-child {
    display: none;
}

.article-img img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 12px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 60px;
    background-color: #A66F2B;
}

.article-title a {
    text-align: center;
}

@media(max-width:460px) {
    .swiper-button-prev {
        position: relative;
        top: 60px;
    }

    .swiper-button-next {
        margin-top: 35px;
    }
}
h1 {
    color: #a66f2b;
    font-weight: bold;
    margin: 10px 0 0;
    text-align: center !important;
    font-family: 'Palatino Linotype', Georgia, 'Times New Roman', Times, Serif;
    font-size: 26px;
    line-height: 35px;
}
a {
    color: #A66F2B !important;
}
.top-menu ul .parent:hover>ul li a{
    color: #2B1E11 !important;
}
.contacts p {
  margin-bottom: 20px;
}
ul.list-disc {
  margin-left: 5px;
  margin-top: 10px;
}
ul.list-disc li {
  list-style-type: none;
  margin-bottom: 5px;
}

.list-disc li {
    position: relative;
    padding-left: 20px;
}

ul.list-disc li::before {
  content: "– ";
  position: absolute;
  left: 0;
  top: 0;
}

.ul-color li {
    color: #A66F2B;
}
