 .regridart-art {
    margin: 0 !important;
    padding: 0;
    text-align: justify;
    overflow: visible;
    display: block;
    vertical-align: baseline;
}

.regridart-art:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.regridart-art .mix {
    display: none;
    width: 23%;
    max-width: 23%;
    vertical-align: top;
    margin-bottom: 3%;
    background: none;
    border: 0;
    list-style: none;
    overflow: hidden;
}

.regridart-art .upper-mix {
    position: relative;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
    
    
    
}

.regridart-art .mix img {
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
    border-bottom: none !important;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;

    
}

.regridart-art.mix-list .mix {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.regridart-art.mix-list .upper-mix {
    max-width: 40%;
    float: left;
    width: auto;
    margin-right: 20px;
}

.regridart-art .inner-mix {
    border-bottom: 4px double #dcdcdc;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    color: #777;
    padding: 10px;
    text-align: left;
}

.mix-list .inner-mix {
    overflow: hidden;
}

.regridart-art .inner-mix h3 {
    margin: 10px 0;
    font-size: 20px;
    line-height: 1.5;
}

.regridart-art .gap {
    display: inline-block;
    list-style: none;
    margin: 0;
}



/* Sorting and Filters */



.mix-sorts {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.mix-filters {
    display: inline-block;
    vertical-align: top;
    text-align: right;
}

.mix-controls {
    margin: 15px 0;
}

.mix-controls .button.active,

.inner-mix .button.active {
    background: none repeat scroll 0 0 #F33900;
}

.mix-controls .button,

.inner-mix .button {
    background: none repeat scroll 0 0 #C3BDB8;
    border-radius: 3px;
    color: #F9F6F0;
    cursor: pointer;
    display: inline-block;
    height: 31px;
    line-height: 30px;
    margin: 0 4px 5px 0;
    padding: 0 8px;
    text-transform: none;
    border: 0;
    box-shadow: none;
    text-shadow: none;
    font-size: 14px;
}

.justify {
    text-align: justify;
}

.justify::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
}

.mix-sorts .button.active,

.inner-mix .button.active {
    background: #F33900;
}

.mix-sorts .button i.toggle_layout {
    position: relative;
    display: inline-block;
    background: #f9f6f0;
    width: 17px;
    height: 17px;
    margin: 0;
    top: 3px;
}

.mix-sorts .button span {
    padding: 0 0 0 7px;
    margin: 0;
}

.mix-sorts .button i.toggle_layout:before,

.mix-sorts .button i.toggle_layout:after {
    content: '';
    position: absolute;
    display: block;
    background: #c3bdb8;
}

.ToGrid i.toggle_layout:before,

.ToGrid i.toggle_layout:after {
    width: 100%;
    height: 3px;
    top: 7px;
}

.ToGrid i.toggle_layout:after {
    width: 3px;
    height: 100%;
    top: 0;
    left: 7px;
}

.ToList i.toggle_layout:before,

.ToList i.toggle_layout:after {
    width: 100%;
    height: 4px;
    top: 3px;
}

.ToList i.toggle_layout:after {
    top: 10px;
}

.mix-sorts .button.active i.toggle_layout:before,

.mix-sorts .button.active i.toggle_layout:after {
    background: #F33900;
}

.mix-filters .drop_down {
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 0;
    -moz-user-select: none;
    height: 32px;
    position: relative;
    width: 170px;
    vertical-align: middle;
    text-align: left;
}

.drop_down .label {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D7D7D7;
    border-radius: 3px;
    right: 0;
    max-height: 31px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    text-align: left;
}

.mix-filters .drop_down.expanded .label {
    border-radius: 3px 3px 0 0;
    background: #F33900;
    border-color: #F33900;
}

.drop_down .label div {
    padding: 8px 10px 8px;
    color: #666;
    text-shadow: none;
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    cursor: pointer;
    display: inline-block;
}

.drop_down .label:hover div {
    color: #F33900;
}

.mix-filters .drop_down ul {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D7D7D7;
    border-radius: 0 0 3px 3px;
    right: 0;
    max-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 1;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.mix-filters .drop_down.expanded ul {
    border-top-color: #F33900;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.mix-filters .drop_down li:first-of-type {
    border-radius: 2px;
    position: relative;
}

.mix-filters .drop_down li {
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 14px;
    padding: 8px 10px;
    list-style-type: none;
}

.mix-filters .drop_down li:hover {
    background: #f5f5f5;
}

.mix-filters .drop_down.expanded ul {
    max-height: 170px;
    opacity: 1;
    transition: all 0.3s ease 0s;
}

.drop_down li.active {
    color: #F33900;
}

.mix-filters .drop_down.expanded .label div {
    color: #fff;
}

.drop_down i.fa {
    color: #666;
    line-height: 13px;
    font-size: 13px;
    padding: 8px 0 8px 8px;
    text-shadow: none;
}

.mix-filters .drop_down.expanded i.fa {
    color: #fff;
}

.drop_down .label:hover i.fa {
    color: #F33900;
}

.mix-filters .drop_down.expanded .label:hover i.fa {
    color: #fff;
}

.btn.btn-reset {
    line-height: 14px;
    color: #666;
    border: 1px solid #d7d7d7;
    display: inline-block;
    margin: 0 0 5px 10px;
    padding: 8px 10px 7px;
    vertical-align: top;
}

.btn.btn-reset:hover {
    color: #F33900;
    background: #f5f5f5;
    border: 1px solid #d7d7d7;
}

.btn.btn-reset:focus {
    background: #fff;
    border: 1px solid #d7d7d7;
    outline: none;
}



/* Mix Filters Buttons - Categories */



.mix_category_buttons {
    text-align: right;
}

.mix-filters .button,

.inner-mix .button {
    text-transform: none;
    margin: 0 0 5px 4px;
    font-size: 14px;
    line-height: 30px;
}



/* Sort buttons */



.mix-controls .mix-sorts .button span {
    padding: 0 7px 0 0;
}



/* General theme */

.mix-title {
    font-weight: 300;
}

.mix-date {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.2;
    margin: 0 0 5px;
}

.mix-introtext {
    font-weight: 300;
    color: #555;
    line-height: 1.4;
    margin: 0 0 8px;
}

.mix-extra {
    font-size: 13px;
    line-height: 1.2;
    margin: 0 0 10px;
}

.mix-category, .mix-author {
    line-height: 1.2;
    margin: 0 0 5px;
}

.mix-hits {
    margin: 5px 0 10px;
}



/* Minimal Theme */



.theme_minimal.mix-list .mix {
    margin-top: 0;
    margin-bottom: 2%;
    padding-bottom: 2%;
    border-bottom: 1px solid #e5e5e5;
}

.theme_minimal.mix-list .inner-mix {
    padding-top: 0;
    padding-bottom: 0;
}

.theme_minimal.mix-list .inner-mix h3 {
    margin-top: 0;
}



/* Elegant Theme */



.theme_elegant .mix {
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
    border-radius: 0;
    overflow: hidden;
    background: #fff;
}

.theme_elegant.mix-grid .inner-mix {
    background: none;
    border: 1px solid #e5e5e5;
    border-top: 0;
    border-radius: 0;
    border-bottom: 4px double #dcdcdc;
}

.theme_elegant.mix-list .inner-mix {
    background: none;
    border: 0;
    border-top: 0;
    border-radius: 0;
}

.theme_elegant.mix-list .mix {
    border: 1px solid #e5e5e5;
    margin-bottom: 2%;
}



/* Fancy Theme */



.theme_fancy.mix-grid .inner-mix {
    box-sizing: border-box;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.65);
    bottom: 0;
    color: #bbb;
    overflow: hidden;
    padding: 0 15px;
    position: absolute;
    transition: all 0.2s ease-out 0s;
    width: 100%;
}

.theme_fancy.mix-grid .inner-mix h3 {
    text-align: left;
    line-height: 1.2;
}

.theme_fancy.mix-grid .inner-mix a {
    color: #eee;
}

.darkhover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-out 0s;
    width: 100%;
}

.theme_fancy.mix-grid .mix {
}

.theme_fancy.mix-grid .mix:hover .darkhover {
    background: rgba(0,0,0,0.65);
}

.theme_fancy.mix-grid .mix .mix-introtext-outer {
    height: 0;
    transition: all 0.4s ease-out 0s;
    overflow: hidden;
    margin-bottom: 10px;
}

.theme_fancy.mix-list .mix {
    margin-bottom: 2%;
    padding-bottom: 2%;
    border-bottom: 1px solid #e5e5e5;
}

.theme_fancy.mix-list .mix .mix-introtext-outer {
    height: auto !important;
}

.theme_fancy.mix-grid .mix .mix-introtext {
    color: #d5d5d5;
    font-size: 13px;
    text-align: left;
}

.theme_fancy.mix-grid .mix .mix-title {
    color: #eee;
    font-size: 16px;
}

.theme_fancy.mix-grid .right-mix,

.theme_fancy.mix-grid .upper-mix-hover {
    display: none;
}

.theme_fancy.mix-list .right-mix {
    padding: 0 10px;
}

.theme_fancy.mix-list .bottom-mix,

.theme_fancy.mix-list .darkhover {
    display: none;
}



/* Hover Div */

	

.upper-mix-hover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.5);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

.upper-mix-hover:hover {
    -moz-opacity: 1;
    filter: alpha(opacity=1);
    opacity: 1;
}

.upper-mix-hover h3 {
    text-align: center;
    font-size: 14px;
    margin: 0;
    padding: 0 3%;
    position: absolute;
    bottom: 58%;
    width: 94%;
}

.upper-mix-hover h3 a {
    color: #fff;
    padding: 10px 0;
    display: block;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.8);
    text-decoration: none;
    line-height: 20px;
    transition: all 0.3s ease 0s;
}

.upper-mix-hover h3 a:hover {
    text-shadow: 1px 1px 6px rgba(0,0,0,0.7);
}

.upper-mix-link-ico, .upper-mix-fancy-ico {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    margin-top: -16px;
    margin-left: -15px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
}

.upper-mix-link-ico.notalone {
    margin-left: 14px;
}

.upper-mix-fancy-ico.notalone {
    margin-left: -32px;
}

.upper-mix-hover .upper-mix-link-ico,

.upper-mix-hover .upper-mix-fancy-ico {
    top: 65%;
    -webkit-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -ms-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    font-size: 24px;
}

.upper-mix-hover:hover .upper-mix-link-ico,

.upper-mix-hover:hover .upper-mix-fancy-ico {
    top: 50%;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

.upper-mix-hover:hover .upper-mix-fancy-ico {
    transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
 /* Firefox 4 */
    -webkit-transition-delay: 0.1s;
 /* Safari and Chrome */
    -o-transition-delay: 0.1s;
 /* Opera */;
}    