#main_visual_other{display:none !important;}
.fallart{
    margin-bottom: 48px;
}
.fallart .btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgb(214, 21, 24);
    border-radius: 4px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -ms-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.fallart .btn:hover{
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 3px 3px 0 rgb(114, 0, 0);
    box-shadow: 3px 3px 0 rgb(114, 0, 0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.fallart .btn .ico{
    margin-right: 4px;
    max-width: 22px;
    max-height: 22px;
}
.fallart .btn .ico img{
    display: block;
    width: 100%;
}
.fallart .btn .btn-text{
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    font-weight: bold;
}
.fallart .top-banner{
    height: 160px;
    margin: 0 -9px 19px;
}
.fallart .top-banner img{
    display: block;
    width: 100%;
}
.fallart .content-block h2{
    position: relative;
    padding: 12px 13px;
    margin-bottom: 16px;
    background: rgb(103, 63, 35);
    text-align: left;
    color: #fff;
    font-size: 12px;
    line-height: 15px;
}
.fallart .content-block h2:before{
    position: absolute;
    content: '';
    width: 21px;
    height: 24px;
    top: -8px;
    left: 1px;
    background: url('/common/smart/design/img/fallart/red-leaf-top.png') no-repeat;
    background-size: cover;
}
.fallart .content-block h2:after{
    position: absolute;
    content: '';
    width: 21px;
    height: 24px;
    bottom: -8px;
    right: 1px;
    background: url('/common/smart/design/img/fallart/red-leaf-bottom.png') no-repeat;
    background-size: cover;
}
.fallart .content-block .text{
    font-size: 11px;
    line-height: 15px;
}
.fallart .content-block .text p a{
    text-decoration:underline;
    color:rgb(0, 155 ,253);
}
.fallart .content-block .arts-gallery{
    padding: 18px 13px;
    margin-bottom: 26px;
    background: url('/common/smart/design/img/fallart/gallery-bg.png') no-repeat;
    background-size: cover;
}
.fallart .content-block .arts-gallery h3{
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: rgb(210, 208, 10);
    font-weight: 800;
}
.fallart .content-block .arts-gallery .gallery-text{
    margin-bottom: 24px;
    font-size: 11px;
    line-height: 15px;
    color: #fff;
}
.fallart .content-block .arts-gallery .gallery-text p{
    margin-bottom: 19px;
}
.fallart .content-block .arts-gallery .gallery{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.fallart .content-block .arts-gallery .gallery li{
    width: 40%;
    margin-bottom: 17px;
}
.fallart .content-block .arts-gallery .gallery a,
.fallart .content-block .arts-gallery .gallery span{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 10px;
    line-height: 14px;
}
.fallart .content-block .arts-gallery .gallery .image{
    margin-bottom: 6px;
}
.fallart .content-block .arts-gallery .gallery img{
    display: block;
    width: 100%;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.fallart .content-block .arts-gallery .gallery a:hover{
    opacity: 0.8;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.fallart .content-block .arts-gallery .gallery .underline{
    display: inline-block;
    position: relative;
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 15px;
}
.fallart .content-block .arts-gallery .gallery .underline:after{
    position: absolute;
    content: '';
    bottom: -2px;
    left: 0;
    right: 0;
    height: 1px;
    background: rgb(171, 167, 163);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.fallart .content-block .arts-gallery .gallery a:hover .underline:after{
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.fallart .content-block .arts-gallery .filter{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 6px;
}
.fallart .content-block .arts-gallery .filter li{
    margin-bottom: 14px;
    width: 46%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.fallart .content-block .arts-gallery .filter li:hover{
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    border-radius: 3px;
    -webkit-box-shadow: 3px 3px 0 #000;
    box-shadow: 3px 3px 0 #000;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.fallart .content-block .arts-gallery .filter a{
    display: block;
    height: 33px;
    text-align: center;
    font-size: 10px;
    line-height: 33px;
    background: url('/common/smart/design/img/fallart/button-filter.png') no-repeat;
    background-size: 100% 100%;
}
.fallart .content-block .arts-gallery .see-more .btn{
    padding: 14px;
}
.fallart .content-block .items{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.fallart .content-block .items li{
    width: 46%;
    margin-bottom: 18px;
}
.fallart .content-block .items a{
    display: block;
    height: 100%;
}
.fallart .content-block .items .item-image{
    border: 2px solid rgb(213, 213, 213);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.fallart .content-block .items .item-image:hover{
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    border-radius: 3px;
    -webkit-box-shadow: 3px 3px 0 rgb(223, 223, 223);
    box-shadow: 3px 3px 0 rgb(223, 223, 223);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.fallart .content-block .items .item-image img{
    display: block;
    width: 100%;
}
.fallart .content-block .items .description{
    margin-top: 6px;
    font-size: 10px;
    line-height: 14px;
    color: rgb(0, 155 ,253);
    text-align: center;
}
.fallart .content-block .items .description span{
    display: inline-block;
    position: relative;
    padding: 0 1px;
    margin-bottom: 2px;
}
.fallart .content-block .items .description span:after{
    position: absolute;
    content: '';
    bottom: -2px;
    left: 0;
    right: 0;
    height: 1px;
    background: rgb(163, 209 ,254);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.fallart .content-block .items a:hover .description span:after{
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.fallart .content-block .items-2 .subtitle{
    font-size: 10px;
    line-height: 13px;
    text-align: center;
    margin-bottom: 10px;
}
.fallart .content-block .items-2 .title{
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    font-weight: bold;
}
.fallart .content-block .items-2 a:hover .title,
.fallart .content-block .items-2 a:hover .subtitle{
    text-decoration: underline;
}
.fallart .content-block .items-2{
    margin-bottom: 23px;
}
.fallart .content-block .items-2 li{
    width: 100%;
    margin-bottom: 11px;
}
.fallart .content-block .items-2 .block{
    border: 2px solid rgb(213, 213, 213);
    position: relative;
    padding: 8px 0 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.fallart .content-block .items-2 .image{
    cursor: pointer;
    position: relative;
}
.fallart .content-block .items-2 .titles,
.fallart .content-block .items-2 .image{
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 19px;
}
.fallart .content-block .items-2 a{
    display: block;
    height: 100%;
}
.fallart .content-block .items-2 .image:after{
    position: absolute;
    content: '';
    height: 21px;
    width: 25px;
    background: url('/common/smart/design/img/fallart/loop-icon.png') no-repeat;
    background-size: cover;
    bottom: 5px;
    right: 13px;
}
.fallart .content-block .buttons{
    margin-top: 26px;
}
.fallart .content-block .buttons .btn{
    padding: 8px;
    margin-bottom: 12px;
    min-height: 52px;
}
.fallart .content-block .buttons .btn:last-child{
    margin-bottom: 0;
}
.modal_form {
    width: 80%;
    height: auto;
    border-radius: 5px;
    border: 3px #000 solid;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    opacity: 0;
    z-index: 80;
    padding: 20px 10px;
}
.modal_form .image{
    margin-top: 20px;
}
.modal_form img{
    display: block;
    width: 100%;
}
.modal_form .modal_close {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: block;
}
#overlay {
    z-index:75;
    position:fixed;
    background-color:#000;
    opacity:0.8;
    -moz-opacity:0.8;
    filter:alpha(opacity=80);
    width:100%;
    height:100%;
    top:0;
    left:0;
    cursor:pointer;
    display:none;
}
