.boxscroll2 .item:nth-child(1) {
    display: block;
}
.boxscroll2 {
    max-height: 650px;
    overflow: auto;
}
body::-webkit-scrollbar,
.boxscroll2::-webkit-scrollbar {
    width: 1em;
}
body::-webkit-scrollbar-track,
.boxscroll2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb,
.boxscroll2::-webkit-scrollbar-thumb {
    background-color: #850f16;
    outline: 1px solid slategrey;
}
.boxscroll2 span {
    font-size: 12px;
}
.boxscroll2 p.title {
    margin: 1px;
}
.right {
    text-align: left !important;
    line-height: 1.3em;
}
.content-wrapper {
    padding: 0vw 0 0 0 !important
}
.post-wrapper .text-post {
    width: 70%;
}
.item:nth-child(1) {
    display: none;
}
.jarallax:after {
    content: '';
    position: absolute;
    bottom: -webkit-calc(100% - 22vw);
    bottom: calc(100% - 22vw);
    left: 0;
    width: 100%;
    height: 50px;
    pointer-events: none;
    z-index: 100;
    background: url(../img/bg-menu.png) repeat-x center bottom;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.enter {
    margin: auto;
    width: 60%;
    border: 0px solid #ffffffab;
    padding: 10px;
    position: relative; 
    top: 7vw;
    text-align: center;
    z-index: 2;
}
.enter span {
    display: inline-block;
    border: 1px solid #850f162;
    padding: 20px 24px;
    margin: 0px;
    cursor: pointer;
    color: #850f16;
    background: #ffffffab;
}
.entDetail a {
    text-decoration: none;
      color: #fff; 
}
.entDetail a:hover {
    text-decoration: underline;
}
.comTitleTop {
    display: inline-block;
    border: 0px solid #850f162b;
    border-left: 0px solid #850f16;
    padding: 0px 0px 17px 0px!important;
    font-size: 22px;
    margin: 2px;
     
    color: #414243;
    background: none!important;
    line-height: 1.5em;
    text-align: left;
}
.comTitleTop2 {
    display: inline-block;
    border: 0px solid #850f162b;
    border-left: 0px solid #850f16;
    padding: 0px!important;
    font-size: 16px;
    margin: 2px;
    font-weight: 300; 
   color: #313131!important;
    background: none!important;
    line-height: 1.5em;
    text-align: left;
}
.comTitle {
    display: inline-block;
    border: 1px solid #850f162b;
    border-left: 3px solid #850f16;
    padding: 17px 24px;
    margin: 2px;
    cursor: pointer;
    color: #414243;
    background: #ffffffab;
    text-align: justify;
    line-height: 1.3em;
}
.entDetail {
    background: #850f16!important;
    text-decoration: none;
    color: white!important;
     text-align: center;
}
.enter .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.enter .btn {
    border: 2px solid gray;
    color: gray;
    background-color: white;
    padding: 8px 50px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
}
.enter .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.design .item .image {
    width: 30%;
    height: 70%;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
@media only screen and (min-width: 1025px) {
    .design .blog-wrapper .item {
        margin: 0 10vw 1vw 0;
    }
    .design .blog-wrapper .item:nth-child(2n+3) {
        margin: 0 0 1vw 0;
    }
}
.design .blog-wrapper .item:nth-child(5):after,
.design .blog-wrapper .item:nth-child(6):after,
.design .blog-wrapper .item:nth-child(11):after,
.design .blog-wrapper .item:nth-child(15):after,
.design .blog-wrapper .item:nth-child(16):after{
    background: none;
}
.design .blog-wrapper .item:nth-child(5) .image:before,
.design .blog-wrapper .item:nth-child(6) .image:before,
.design .blog-wrapper .item:nth-child(11) .image:before,
.design .blog-wrapper .item:nth-child(15) .image:before,
.design .blog-wrapper .item:nth-child(16) .image:before{
    background: url(../pictures/blog/img-map-left-white.png) no-repeat, url(../pictures/blog/img-map-right-white.png) no-repeat;
    background-position: left center, right center;
}
.design .blog-wrapper .item:nth-child(5) .image:after,
.design .blog-wrapper .item:nth-child(6) .image:after,
.design .blog-wrapper .item:nth-child(11) .image:after,
.design .blog-wrapper .item:nth-child(15) .image:after,
.design .blog-wrapper .item:nth-child(16) .image:after{
    background: url(../pictures/blog/img-map-top-white.png) no-repeat, url(../pictures/blog/img-map-bottom-white.png) no-repeat;
    background-position: top center, bottom center;
}
.expandTop {
    padding: 1vw 0 0 0 !important
}
.home-image img {
    width: calc(100% - 50px);
}
.blogToCatalog {
    text-align: center;
}
.blogToCatalog a {
    margin: 20px 0px;
    cursor: pointer;
    background: #850f16;
    display: inline-block;
    padding: 10px 24px 11px;
    color: white;
    text-decoration: none;
    font-size: 18px;
}
.like {
    display: block;
    float: right;
    border: 0px solid #b6b6b6;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin: 0 0 3vh 0;
    background: url(/img/social-like.svg) no-repeat center;
    background-size: auto 18px;
}
.head1 {
    margin: 0px 0px 1vw;
}
.design .post-wrapper .item:nth-child(3):after,
.design .post-wrapper .item:nth-child(5):after {
    background: none !important
}
.design .post-wrapper .blog-post-wrap .items .item:nth-child(3) .wrap .image:after,
.design .post-wrapper .blog-post-wrap .items .item:nth-child(5) .wrap .image:after {
    background: url(../pictures/blog/img-map-left-white.png) no-repeat, url(../pictures/blog/img-map-right-white.png) no-repeat;
    background-position: left center, right center;
}
.design .post-wrapper .blog-post-wrap .items .item:nth-child(3) .wrap .image:before,
.design .post-wrapper .blog-post-wrap .items .item:nth-child(5) .wrap .image:before {
    background: url(../pictures/blog/img-map-top-white.png) no-repeat, url(../pictures/blog/img-map-bottom-white.png) no-repeat;
    background-position: top center, bottom center;
}
.design small {
    font-size: 60%;
    color: #afafaf;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.owl-text .owl-nav {
    position: inherit;
    font-size: 0;
}
.owl-text .owl-nav > div {
    position: absolute;
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 100%;
    border: 1px solid #850f16;
    color: transparent;
    font-size: 16px;
    margin: 0 -55px;
}
#owl-demo .owl-nav {
    top: -190px;
}
#owl-demo2 {
   margin-left: -50px; 
}
#owl-demo2 .owl-nav {
    top: -360px;
}
#owl-demo2 .owl-nav > div{
   margin: 0 25px;
}

@media only screen and (max-width: 1025px) {
    #owl-demo .owl-nav {
        top: -140px;
    }
    #owl-demo2 .owl-nav {
        top: -400px;
    }
}
.about {
    margin: 80px 10px 1vw 0;
    font-size: 14px;
    color: #414243;
    /*#850f16;*/
    position: relative;
    top: 0px
}
.about span,
.about table {
    display: inline-block;
    width: 100%;
    padding: 0px 0px 15px;
    margin: 0px
}
.about table tr td:first-child {
    font-weight: 400;
}
.about table tr td {
    padding: 6px 0 6px 12px;
    vertical-align: top;
}
.about h2 {
    margin-left: 13px;
}
.about span a,
.about span a:hover {
    font-size: 14px;
    color: #850f16;
}
/*
.about:after {
    content: '';
    position: absolute;
    top: -112px;
    left: -40px;
    width: -webkit-calc(100% + 980px);
    width: calc(100% + 1100px);
    height: -webkit-calc(100% + 250px);
    height: calc(100% + 250px);
    z-index: -1;
    background: url(../pictures/blog/img3Desig.png) no-repeat center/contain;
}
*/
.home-image***:after {
    content: '';
    position: absolute;
    top: 38px;
    left: -webkit-calc(58.33333% + 150px);
    left: calc(58.33333% + 150px);
    width: -webkit-calc(100% + 980px);
    width: calc(100% + 1100px);
    height: -webkit-calc(100% + 250px);
    height: calc(100% - 20px);
    z-index: -1;
    background: url(../pictures/blog/img3Desig.png) no-repeat center/contain;
}

.home-image:after {
    content: '';
    position: absolute;
    top: 16px;
    left: -webkit-calc(58.33333% + 150px);
    left: calc(58.33333% + 269px);
    width: -webkit-calc(100% + 980px);
    width: calc(100% + 1196px);
    height: -webkit-calc(100% + 250px);
    height: calc(100% - -132px);
    z-index: -1;
    background: url(../pictures/blog/img3Desig.png) no-repeat center/contain;
}
.editor-style li {
    margin: 8px 5px;
    line-height: 175%;
    list-style-type: none;
    text-align: center;
}
.owl-prev {}
.owl-next {
    right: 0px;
}
.owl-nav > div:after {
    content: '';
    position: absolute;
    top: 16px;
    width: 10px;
    height: 10px;
    border: 1px solid;
}
.owl-text .owl-nav > div.owl-next:after {
    left: 14px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: #850f16 #850f16 transparent transparent;
}
.owl-text .owl-nav > div.owl-prev:after {
    left: 19px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-color: #850f16 transparent transparent #850f16;
}
.blog-page .item {
    position: relative;
    width: 100%;
    margin: 0 0 35px 0;
}