blog-list-proplugin .cover-emptydata {
  margin: 20vh auto;
  text-align: center;
}
blog-list-proplugin .loader-circles {
  width: 60px;
  height: 60px;
  margin: 20vh auto;
  position: relative;
}
blog-list-proplugin .loader-circles .circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
blog-list-proplugin .loader-circles .circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: circleFadeDelay 1.2s infinite ease-in-out both;
  animation: circleFadeDelay 1.2s infinite ease-in-out both;
}
blog-list-proplugin .loader-circles .circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
blog-list-proplugin .loader-circles .circle12:before {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
blog-list-proplugin .loader-circles .circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
blog-list-proplugin .loader-circless .circle11:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
blog-list-proplugin .loader-circles .circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
blog-list-proplugin .loader-circles .circle10:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
blog-list-proplugin .loader-circles .circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
blog-list-proplugin .loader-circles .circle9:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
blog-list-proplugin .loader-circles .circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
blog-list-proplugin .loader-circles .circle8:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
blog-list-proplugin .loader-circles .circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
blog-list-proplugin .loader-circles .circle7:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
blog-list-proplugin .loader-circles .circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
blog-list-proplugin .loader-circles .circle6:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
blog-list-proplugin .loader-circles .circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
blog-list-proplugin .loader-circles .circle5:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
blog-list-proplugin .loader-circles .circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
blog-list-proplugin .loader-circles .circle4:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
blog-list-proplugin .loader-circles .circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
blog-list-proplugin .loader-circles .circle3:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
blog-list-proplugin .loader-circles .circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
blog-list-proplugin .loader-circles .circle2:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
blog-list-proplugin .loader-circles .circle1 {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
blog-list-proplugin .loader-circles .circle1:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
@-webkit-keyframes circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

blog-list-proplugin .btn-load-more {
    outline: none;
    padding: 10px 15px;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    font-size: 14px;
    font-weight: normal
}
blog-list-proplugin ._blog_type_name {
    float: left;
    width: 100%;
    margin: 20px 0
}
blog-list-proplugin ._blog_type_name a {
    margin-right: 15px;
    font-size: 16px;
    text-decoration: none;
    color: #636363 !important;
    font-weight: 600;
    transition: all .3s;
    text-transform: uppercase
}
blog-list-proplugin ._blog_type_name a.active {
    color: #000 !important;
    opacity: 1 !important
}
blog-list-proplugin ._blog_type_name a:hover {
    color: #636363 !important;
    opacity: .7 !important
}
blog-list-proplugin ._blog_tag_name {
    margin: 0 auto;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 24px;
    color: #e13b26;
    font-weight: bold;
    padding: 20px 0;
    text-transform: uppercase
}
blog-list-proplugin ._blogList ._bl_loading {
    margin: 40px 0;
    width: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    height: auto;
    text-align: center;
    color: #4e4e4e
}
blog-list-proplugin ._blogList ._bl_container {
    float: left;
    width: 100%;
    height: auto;
    margin: 20px 0
}
blog-list-proplugin ._blogList ._bl_container ._bl_items {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}
blog-list-proplugin ._blogList ._bl_container ._bl_items *:not(.fa) {
    font-family: inherit
}
blog-list-proplugin ._blogList ._bl_container .grid2Row {
    margin-right: 15px;
    margin-left: -15px
}
blog-list-proplugin ._blogList ._bl_container._type_grid_1 ._bl_items {
    background-color: #dcdcdc;
    width: 100%;
    height: auto
}
blog-list-proplugin ._blogList ._bl_container._type_grid_1 ._bl_items:hover ._bl_i_info {
    background-color: rgba(253, 213, 17, 0.7)
}
blog-list-proplugin ._blogList ._bl_container._type_grid_1 ._bl_items:hover ._bl_i_info ._bl_i_name {
    color: #000;
    height: 80px;
    background: none
}
blog-list-proplugin ._blogList ._bl_container._type_grid_1 ._bl_items a {
    outline: none
}
blog-list-proplugin ._blogList ._bl_container._type_grid_1 ._bl_items a *:not(.fa) {
    text-decoration: none;
    color: inherit
}
blog-list-proplugin ._blogList ._bl_container._type_grid_1 ._bl_items ._bl_i_cover {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    padding: 100% 0 0;
    z-index: 1
}
blog-list-proplugin ._blogList ._bl_container._type_grid_1 ._bl_items ._bl_i_info {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: transparent;
    color: #fdd511;
    top: 0;
    transition: all .3s
}
blog-list-proplugin ._blogList ._bl_container._type_grid_1 ._bl_items ._bl_i_info ._bl_i_name {
    height: 60px;
    bottom: 0;
    width: 100%;
    color: #ff0;
    padding: 10px 20px;
    position: absolute;
    transition: all .3s;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    background: -moz-linear-gradient(top, rgba(27, 26, 25, 0) 0, #1b1a19 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(27, 26, 25, 0)), color-stop(100%, #1b1a19));
    background: -webkit-linear-gradient(top, rgba(27, 26, 25, 0) 0, #1b1a19 100%);
    background: -o-linear-gradient(top, rgba(27, 26, 25, 0) 0, #1b1a19 100%);
    background: -ms-linear-gradient(top, rgba(27, 26, 25, 0) 0, #1b1a19 100%);
    background: linear-gradient(to bottom, rgba(27, 26, 25, 0) 0, #1b1a19 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001b1a19', endColorstr='#1b1a19', GradientType=0)
}
blog-list-proplugin ._blogList ._bl_container._type_grid_2 ._bl_outer_container {
    background-color: #fff;
    display: block;
    float: left;
    padding: 20px 0;
    width: 100%
}
blog-list-proplugin ._blogList ._bl_container._type_grid_2 ._unactive {
    display: none
}
blog-list-proplugin ._blogList ._bl_container._type_grid_2 ._active {
    display: block
}
blog-list-proplugin ._blogList ._bl_container._type_grid_2 ._bl_items {
    width: 100%;
    height: auto;
    height: 450px;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #e4e1e1
}
blog-list-proplugin ._blogList ._bl_container._type_grid_2 ._bl_items:hover ._bl_items_cover ._absolute_info {
    background-color: rgba(0, 0, 0, 0.5)
}
blog-list-proplugin ._blogList ._bl_container._type_grid_2 ._bl_items ._bl_items_cover {
    width: 100%;
    height: 233px;
    overflow: hidden
}
blog-list-proplugin ._blogList ._bl_container._type_grid_2 ._bl_items ._bl_items_cover ._absolute_info {
    z-index: 0;
    height: 233px;
    top: 0;
    width: calc(70%);
    position: absolute;
    margin: 0 auto;
    text-align: center;
    transition: all .3s;
    background-color: transparent
}
blog-list-proplugin ._blogList ._bl_container._type_grid_2 ._bl_items ._bl_items_cover ._absolute_info span {
    color: #fff;
    width: 100%;
    transition: all .3s;
    transform: translate3d(0, 150px, 0);
    display: inline-block;
    font-size: 2em;
    opacity: 0
}
blog-list-proplugin ._blogList ._bl_container._type_grid_2 ._bl_items ._bl_items_cover ._normal_info {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 233px;
    z-index: 1
}
blog-list-proplugin ._blogList ._bl_container._type_grid_2 ._bl_items ._bl_items_info {
    background-color: #fff;
    width: 100%;
    height: auto;
    padding: 30px
}
blog-list-proplugin ._blogList ._bl_container._type_grid_2 ._bl_items ._bl_items_info * {
    font-family: inherit
}
blog-list-proplugin ._blogList ._bl_container._type_grid_2 ._bl_items ._bl_items_info a:hover {
    text-decoration: none !important
}
blog-list-proplugin ._blogList ._bl_container._type_grid_2 ._bl_items ._bl_items_info ._bl_date_post {
    font-size: 14px;
    font-weight: bold;
    color: #999;
    padding-bottom: 7px
}
blog-list-proplugin ._blogList ._bl_container._type_grid_2 ._bl_items ._bl_items_info h3, blog-list-proplugin ._blogList ._bl_container._type_grid_2 ._bl_items ._bl_items_info p {
    padding: 0;
    margin: 0
}
blog-list-proplugin ._blogList ._bl_container._type_grid_2 ._bl_items ._bl_items_info h3 {
    line-height: 1.2;
    margin: 0 0 15px 0;
    color: #191919;
    font-size: 17px;
    word-break: break-word;
    font-weight: 600;
    max-height: 40px;
    overflow: hidden
}
blog-list-proplugin ._blogList ._bl_container._type_grid_2 ._bl_items ._bl_items_info p {
    font-size: 14px;
    margin: 7px 0 0 0;
    color: #333;
    line-height: 1.4;
    max-height: 53px;
    overflow: hidden
}
blog-list-proplugin ._blogList ._bl_container._type_grid_2 ._bl_items ._bl_items_info ._bl_line {
    margin-right: auto !important;
    margin-left: 0 !important;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    display: inline-block;
    border-top: 1px solid #eaeaea
}
blog-list-proplugin ._blogList ._bl_container._type_grid_2 ._bl_items ._bl_items_info ._bl_author i {
    color: #808080
}
blog-list-proplugin ._blogList ._bl_container._type_grid_2 ._bl_items ._bl_items_info ._bl_author span {
    color: #000;
    font-weight: 500;
    font-size: 13px;
    padding-left: 10px
}
blog-list-proplugin ._blogList .clear_xs {
    clear: both;
    margin-bottom: 30px;
    width: 100%;
    display: block
}
blog-list-proplugin ._bl_container._type_grid_2.extend_5 ._bl_items {
    height: 440px
}
blog-list-proplugin ._bl_container._type_grid_2.extend_5 ._bl_items ._bl_items_info h3 {
    line-height: 1.6 !important;
    max-height: 50px
}
blog-list-proplugin ._bl_container._type_grid_2.extend_5 ._bl_items ._bl_items_info p {
    max-height: 70px;
    color: #777
}
blog-list-proplugin .extend_6 {
    margin-bottom: 40px
}
blog-list-proplugin .extend_6 #columns {
    column-width: 350px;
    column-gap: 15px;
    width: 100%;
    margin: 0 auto
}
blog-list-proplugin .extend_6 div#columns figure {
    margin-bottom: 20px;
    display: inline-block;
    column-break-inside: avoid
}
blog-list-proplugin .extend_6 div#columns figure .background-cover {
    background-color: #dcdcdc;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all .3s
}
blog-list-proplugin .extend_6 div#columns figure img {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 5px;
    visibility: hidden
}
blog-list-proplugin .extend_6 div#columns figure figcaption {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    height: 120px;
    padding: 20px 20px;
    margin-top: -20px
}
blog-list-proplugin .extend_6 div#columns figure figcaption .type {
    font-size: 12px;
    color: #fff;
    margin-bottom: 10px;
    font-family: sans-serif
}
blog-list-proplugin .extend_6 div#columns figure figcaption h3 {
    margin: 0 !important;
    font-size: 17px !important;
    line-height: 24px !important;
    color: #fff !important
}
blog-list-proplugin .extend_6 div#columns small {
    font-size: 1rem;
    float: right;
    text-transform: uppercase;
    color: #aaa
}
blog-list-proplugin .extend_6 div#columns small a {
    color: #666;
    text-decoration: none;
    transition: .4s color
}
@media screen and (max-width:750px) {
    blog-list-proplugin .extend_6 #columns {
        column-gap: 0
    }
    blog-list-proplugin .extend_6 #columns figure {
        width: 100%
    }
}
blog-list-proplugin .extend_7 {
    padding: 0;
    margin: 0;
    margin-bottom: 40px
}
blog-list-proplugin .extend_7 .row, blog-list-proplugin .extend_7 .col-item {
    padding: 0;
    margin: 0
}
blog-list-proplugin .extend_7 .cover_container {
    overflow: hidden
}
blog-list-proplugin .extend_7 .cover_container .cover_image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100% 0 0;
    transition: all .3s
}
blog-list-proplugin .extend_7 .overlay_container {
    position: absolute;
    top: 0;
    transition: all .3s
}
blog-list-proplugin .extend_7 .overlay_container .table-first {
    transition: all .3s
}
blog-list-proplugin .extend_7 .overlay_container .display-table {
    width: 100%
}
blog-list-proplugin .extend_7 .overlay_container .info {
    width: 100%;
    height: 150px
}
blog-list-proplugin .extend_7 .overlay_container .info .display-table {
    width: 100%
}
blog-list-proplugin .extend_7 .overlay_container .info .display-table .display-table-cell {
    height: 150px;
    text-align: center;
    padding: 0 10px
}
blog-list-proplugin .extend_7 .overlay_container .info .display-table .display-table-cell h3, blog-list-proplugin .extend_7 .overlay_container .info .display-table .display-table-cell .type {
    text-align: center;
    opacity: 0;
    transition: all .3s;
    color: #fff !important
}
blog-list-proplugin .extend_7 .overlay_container .info .display-table .display-table-cell h3 {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.2px
}
blog-list-proplugin .extend_7 a {
    color: #fff !important
}
blog-list-proplugin .extend_7 a:hover {
    text-decoration: none
}
blog-list-proplugin .extend_7 a:hover .cover_image {
    transform: scale(1.1)
}
blog-list-proplugin .extend_7 a:hover .overlay_container {
    background-color: rgba(29, 29, 29, 0.9)
}
blog-list-proplugin .extend_7 a:hover .overlay_container .table-first {
    transform: scale(.9)
}
blog-list-proplugin .extend_7 a:hover .overlay_container h3, blog-list-proplugin .extend_7 a:hover .overlay_container .type {
    opacity: 1 !important
}
blog-list-proplugin .extend_8 {
    margin-bottom: 40px
}
blog-list-proplugin .extend_8 a {
    color: inherit
}
blog-list-proplugin .extend_8 a:hover {
    outline: none;
    text-decoration: none;
    color: inherit
}
blog-list-proplugin .extend_8 #columns {
    column-width: 350px;
    column-gap: 15px;
    width: 100%;
    margin: 0 auto
}
blog-list-proplugin .extend_8 div#columns figure {
    margin-bottom: 20px;
    display: inline-block;
    column-break-inside: avoid;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #e4e1e1
}
blog-list-proplugin .extend_8 div#columns figure .background-image {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left
}
blog-list-proplugin .extend_8 div#columns figure .background-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    visibility: visible;
    padding: 0;
    margin: 0
}
blog-list-proplugin .extend_8 div#columns figure .info {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px
}
blog-list-proplugin .extend_8 div#columns figure .info .type {
    font-size: 12px;
    color: #000
}
blog-list-proplugin .extend_8 div#columns figure .info h3 {
    font-size: 17px !important;
    text-transform: uppercase;
    color: #000
}
blog-list-proplugin .extend_8 div#columns figure .info p {
    font-size: 14px;
    line-height: 24px;
    color: #868484
}
blog-list-proplugin .extend_8 div#columns figure img {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 5px;
    visibility: hidden
}
blog-list-proplugin .extend_8 div#columns figure figcaption {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    height: 120px;
    padding: 20px 20px;
    margin-top: -20px
}
blog-list-proplugin .extend_8 div#columns figure figcaption .type {
    font-size: 12px;
    color: #fff;
    margin-bottom: 10px;
    font-family: sans-serif
}
blog-list-proplugin .extend_8 div#columns figure figcaption h3 {
    margin: 0 !important;
    font-size: 17px !important;
    line-height: 24px !important;
    color: #fff !important
}
blog-list-proplugin .extend_8 div#columns small {
    font-size: 1rem;
    float: right;
    text-transform: uppercase;
    color: #aaa
}
blog-list-proplugin .extend_8 div#columns small a {
    color: #666;
    text-decoration: none;
    transition: .4s color
}
@media screen and (max-width:750px) {
    blog-list-proplugin .extend_8 #columns {
        column-gap: 0
    }
    blog-list-proplugin .extend_8 #columns figure {
        width: 100%
    }
}
blog-list-proplugin .extend_9 {
    margin-bottom: 40px
}
blog-list-proplugin .extend_9 a {
    color: inherit;
    outline: none;
    margin-bottom: 20px;
    float: left;
    width: 100%
}
blog-list-proplugin .extend_9 a:hover {
    outline: none;
    text-decoration: none;
    color: inherit
}
blog-list-proplugin .extend_9 a:hover .blog_container .background-image-container {
    background-color: #f00
}
blog-list-proplugin .extend_9 a:hover .blog_container .background-image-container .background-image {
    transform: scale(1.1)
}
blog-list-proplugin .extend_9 a:hover .blog_container .background-overlay {
    background-color: rgba(0, 0, 0, 0.4)
}
blog-list-proplugin .extend_9 .blog_container {
    float: left;
    width: 100%;
    height: auto
}
blog-list-proplugin .extend_9 .blog_container .background-image-container {
    height: auto;
    overflow: hidden;
    transition: all .3s
}
blog-list-proplugin .extend_9 .blog_container .background-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100% 0 0;
    width: 100%;
    transition: all .3s
}
blog-list-proplugin .extend_9 .blog_container .background-image img {
    visibility: hidden;
    display: none
}
blog-list-proplugin .extend_9 .blog_container .background-overlay {
    padding: 100% 0 0;
    margin-top: -100%;
    transition: all .5s;
    position: absolute
}
blog-list-proplugin .extend_9 .blog_container .info h3 {
    font-size: 17px !important;
    color: #000;
    text-align: center
}
blog-list-proplugin .extend_10 {
    margin-bottom: 40px
}
blog-list-proplugin .extend_10 .blog-container {
    margin-bottom: 50px;
    float: left;
    width: 100%
}
blog-list-proplugin .extend_10 .blog-container h3 {
    font-weight: normal !important;
    margin: 0;
    margin-bottom: 10px;
    color: #303133
}
blog-list-proplugin .extend_10 .blog-container p {
    color: #777;
    line-height: 25px;
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 400
}
blog-list-proplugin .extend_10 .blog-container .author {
    color: #000;
    font-size: 11px;
    font-weight: normal
}
blog-list-proplugin .extend_10 .blog-container .line {
    margin: 15px 0;
    border-top: 1px solid #eee;
    width: 100%
}
blog-list-proplugin .extend_10 .blog-container .span {
    font-size: 11px !important;
    color: #777;
    margin-right: 13px;
    float: left
}
blog-list-proplugin .extend_10 .blog-container .span a {
    color: inherit;
    font-size: inherit
}
blog-list-proplugin .extend_10 .blog-container .span a:hover {
    text-decoration: none;
    color: #000
}
blog-list-proplugin .extend_11 {
    margin-bottom: 40px
}
blog-list-proplugin .extend_11 a {
    color: inherit
}
blog-list-proplugin .extend_11 a:hover {
    outline: none;
    text-decoration: none;
    color: inherit
}
blog-list-proplugin .extend_11 #columns {
    column-width: 350px;
    column-gap: 15px;
    width: 100%;
    margin: 0 auto
}
blog-list-proplugin .extend_11 div#columns figure {
    margin-bottom: 20px;
    display: inline-block;
    column-break-inside: avoid;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #e4e1e1
}
blog-list-proplugin .extend_11 div#columns figure .background-image {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left
}
blog-list-proplugin .extend_11 div#columns figure .background-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    visibility: visible;
    padding: 0;
    margin: 0
}
blog-list-proplugin .extend_11 div#columns figure .info {
    width: 100%;
    height: auto;
    float: left;
    padding: 75px
}
blog-list-proplugin .extend_11 div#columns figure .info .type {
    font-size: 12px;
    color: #000
}
blog-list-proplugin .extend_11 div#columns figure .info h3 {
    font-size: 24px !important;
    text-transform: uppercase;
    color: #000
}
blog-list-proplugin .extend_11 div#columns figure .info p {
    font-size: 16px;
    line-height: 27px;
    color: #868484
}
blog-list-proplugin .extend_11 div#columns figure .info .line {
    margin: 15px 0;
    border-top: 1px solid #eee;
    width: 100%
}
blog-list-proplugin .extend_11 div#columns figure .info .author {
    font-size: 11px;
    color: #000;
    padding-top: 5px
}
blog-list-proplugin .extend_11 div#columns figure img {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 5px;
    visibility: hidden
}
blog-list-proplugin .extend_11 div#columns figure figcaption {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    height: 120px;
    padding: 20px 20px;
    margin-top: -20px
}
blog-list-proplugin .extend_11 div#columns figure figcaption .type {
    font-size: 12px;
    color: #fff;
    margin-bottom: 10px;
    font-family: sans-serif
}
blog-list-proplugin .extend_11 div#columns figure figcaption h3 {
    margin: 0 !important;
    font-size: 17px !important;
    line-height: 24px !important;
    color: #fff !important
}
blog-list-proplugin .extend_11 div#columns small {
    font-size: 1rem;
    float: right;
    text-transform: uppercase;
    color: #aaa
}
blog-list-proplugin .extend_11 div#columns small a {
    color: #666;
    text-decoration: none;
    transition: .4s color
}
@media screen and (max-width:750px) {
    blog-list-proplugin .extend_11 #columns {
        column-gap: 0
    }
    blog-list-proplugin .extend_11 #columns figure {
        width: 100%
    }
}
blog-list-proplugin .extend_12 .blog-container {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 80px
}
blog-list-proplugin .extend_12 .blog-container a {
    color: inherit
}
blog-list-proplugin .extend_12 .blog-container a:hover {
    color: inherit;
    text-decoration: none
}
blog-list-proplugin .extend_12 .blog-container .background-image img {
    margin: 0;
    width: 100%;
    height: auto
}
blog-list-proplugin .extend_12 .blog-container h3 {
    margin: 0
}
blog-list-proplugin .extend_12 .blog-container p {
    font-size: 14px;
    line-height: 25px;
    color: #777
}
blog-list-proplugin .extend_12 .blog-container .line {
    margin: 15px 0;
    border-top: 1px solid #eee;
    width: 100%
}
blog-list-proplugin .extend_12 .blog-container .cate {
    font-size: 11px;
    color: #000
}
blog-list-proplugin .extend_12 .blog-container .cate .fa {
    font-size: 14px
}
blog-list-proplugin .extend_13 {
    float: left;
    width: 100%;
    height: auto;
    display: block
}
blog-list-proplugin .extend_13 .blog-container {
    float: left;
    width: 100%;
    height: auto
}
blog-list-proplugin .extend_13 .blog-container a:hover {
    text-decoration: none
}
blog-list-proplugin .extend_13 .blog-container .overlay {
    position: absolute;
    top: 0;
    background-color: #ed1967;
    color: #fff;
    line-height: 25px;
    font-size: 12px;
    padding: 3px 10px;
    text-align: center;
    min-width: 100px
}
blog-list-proplugin .extend_13 .blog-container .cover {
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100% 0 0
}
blog-list-proplugin .extend_13 .blog-container .cover.no {
    background-color: #eee
}
blog-list-proplugin .extend_13 .blog-container .info-container {
    float: left;
    width: 100%;
    height: auto;
    margin: 10px 0
}
blog-list-proplugin .extend_13 .blog-container .info-container ._name {
    margin: 5px 0;
    font-size: 14px;
    color: #000;
    line-height: 22px
}
blog-list-proplugin .extend_13 .blog-container .info-container ._date {
    margin: 5px 0;
    font-size: 13px;
    color: #8e8c8c
}
@media (max-width:991px) {
    blog-list-proplugin .extend_13 .blog-container {
        margin-bottom: 15px
    }
}
blog-list-proplugin .extend_13 .inline-container {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 10px
}
blog-list-proplugin .extend_13 .inline-container a:hover {
    text-decoration: none
}
blog-list-proplugin .extend_13 .inline-container a:hover .icon svg {
    fill: #c91558
}
blog-list-proplugin .extend_13 .inline-container .icon {
    float: left;
    margin-right: 10px
}
blog-list-proplugin .extend_13 .inline-container .icon svg {
    width: 30px;
    height: 30px
}
blog-list-proplugin .extend_13 .inline-container .name {
    float: left;
    line-height: 30px
}
blog-list-proplugin .extend_13 .inline-container .name a {
    color: #000;
    font-size: 14px
}
blog-list-proplugin .side-container {
    float: left;
    width: 100%
}
blog-list-proplugin .side-container .items {
    margin-bottom: 40px;
    float: left;
    height: auto;
    width: 100%
}
blog-list-proplugin .side-container .items .head {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px
}
blog-list-proplugin .side-container .items .line {
    margin: 25px 0 25px;
    border-top: 1px solid #eee;
    width: 100%
}
blog-list-proplugin .side-container .items .lists-post ul {
    padding-left: 15px
}
blog-list-proplugin .side-container .items .lists-post ul.icon {
    padding-left: 0
}
blog-list-proplugin .side-container .items .lists-post ul.icon li {
    list-style: none;
    margin-bottom: 12px
}
blog-list-proplugin .side-container .items .lists-post ul.icon li .fa {
    padding-right: 0;
    font-size: 12px
}
blog-list-proplugin .side-container .items .lists-post ul li a {
    font-size: 14px;
    color: #000
}
blog-list-proplugin .side-container .items .lists-post ul li a:hover {
    text-decoration: none;
    color: inherit
}
blog-list-proplugin .side-container .items .lists-post ul li span {
    display: block;
    font-size: 12px;
    color: #777;
    padding-bottom: 10px
}
blog-list-proplugin .side-container form .block-input {
    float: left;
    width: 100%
}
blog-list-proplugin .side-container form .block-input input {
    width: 100%;
    height: 40px;
    outline: none;
    padding-left: 10px;
    font-size: 12px;
    color: #000
}
blog-list-proplugin .side-container form .block-input .fa {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 15px;
    transform: translate3d(0, -40px, 0);
    cursor: pointer;
    transition: all .3s;
    opacity: .5;
    outline: none
}
blog-list-proplugin .side-container form .block-input .fa:hover {
    opacity: 1
}
@media (max-width:767px) {
    blog-list-proplugin ._blogList ._bl_container .col-xs-12 {
        margin-bottom: 30px
    }
    blog-list-proplugin ._blogList ._bl_container._type_grid_2 ._bl_items ._bl_items_cover ._absolute_info {
        padding: 100% 0 0
    }
}
@media (max-width:991px) {
    blog-list-proplugin ._blogList ._bl_container._type_grid_2 ._bl_items:hover ._bl_items_cover ._absolute_info {
        display: none
    }
}
@media (min-width:992px) {
    .animateSlideFromRight {
        transition: all .5s;
        opacity: 0;
        transform: translate3d(60px, 0, 0)
    }
    .animateSlideFromRight.animateEnded {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}
.animteZoomToNormal {
    transition: all 1s;
    transform: scale(0)
}
.animteZoomToNormal.animateEnded {
    transform: scale(1)
}