#omc-main{
padding:0 25px 0 25px;
}
.work-detail-thumb {
    float: left;
    width: 600px;
}
#work-slider {
    position: relative;
    width: 600px;
}

.work-detail-description {
    float: left;
    margin-left: 30px;
    width: 280px;
}
.work-detail-description h3 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.work-detail-description .taxonomy {
    color: #999999;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    font-style: italic;
    line-height: 16px;
    margin-bottom: 20px;
}
.work-detail-description p {
    margin-bottom: 20px;
}
#filters {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #FFFFFF;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    margin-bottom: 30px !important;
    margin-left: 0px !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
}
#filters li {
    display: block;
    float: left;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 20px !important;
    margin-top: 0 !important;
}
#filters li a {
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #EFEFEF;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: 400;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 20px;
    padding-top: 0;
    text-transform: uppercase;
}
#filters li:last-child a {
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: medium;
}
#filters li a:hover {
    color: #EC7100;
}
#work-slider .slides {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}
.work-item {
    background-color: #FFFFFF;
    border-bottom-color: #D3D3D3;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
    float: left;
    height: 275px !important;
    margin-bottom: 25px;
    margin-right: 6px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    text-align: center;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.2s, 0.2s, 0.2s;
    transition-property: background-color, border, color;
    transition-timing-function: ease, ease, ease;
    width: 200px !important;
}
.work-item .prettyPhoto .zoom {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("framework/images/zoom.png");
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 140px;
    left: -200px;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 200px;
}
.work-item .video .zoom {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("framework/images/zoom-video.png");
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 140px;
    left: -200px;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 200px;
}
.work-item .pic .zoom {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("framework/images/zoom-pic.png");
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 140px ;
    left: -200px;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 200px ;
}
.work-item:hover {
    background-color: #FFFFFF;
    border-bottom-color: #EC7100;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #EC7100;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #EC7100;
    border-top-color: #EC7100;
}
.work-item:hover h3 a {
    color: #EC7100;
}
.work-item:hover img {
    border-bottom-color: #EC7100;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #EC7100;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #EC7100;
    border-top-color: #EC7100;
   
}
.work-item img {
    border-bottom-color: #E4E4E4;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.2s, 0.2s, 0.2s;
    transition-property: background-color, border, color;
    transition-timing-function: ease, ease, ease;
     height: 215px;
    width: 215px;
}
.work-item h3 {
    font-size: 15px !important;
    font-weight: 400;
    margin-bottom: 2px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}
.work-item .work-description span {
    color: #999999;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 12px;
    font-style: italic;
    line-height: 16px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
}
#content-full div:nth-child(4n) .work-item {
    margin-right: 0;
}
.isotope, .isotope .isotope-item {
    transition-duration: 0.8s;
}
.isotope {
    transition-property: height;
}
.isotope .isotope-item {
    transition-property: transform, opacity;
}