.product select{
    text-align: center;
    text-align-last: center;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px;
    line-height: 1.0em;
    height: inherit;
}

.sidebar .progress{

}

.sidebar .progress-bar{
    background-color: #c6eac5;
    border-radius: 0;
}

.criteria{
    background-color: #D3D3D3;
    min-height: 110px;
    margin: 20px 0px;
    padding-bottom: 5px;
}


.content{
    margin-top: 15px;
}

.thumbnail{
    /* background-color: #EEE; */
    min-height: 265px;
    border-radius: 0;
    min-height: 300px;
}

.label{
    border-radius: 0;
}

.caption .detail{
    margin-top: 15px;
}

.caption .field{
    font-weight: bold;
    float: left;
    width: 65px;
}

.caption h4{
    color: #b22222;
    min-height: 45px;
}

.field-row{
    display: block;
}

.movie{
    margin-bottom: 20px;
    padding-right: 5px;
}

.movie h4{
    margin-top: 15px;
    margin-bottom: -5px;
    border-bottom: 1px solid #A9A9A9;
    padding-bottom: 7px;
}

.rating{
    float: right;
    font-size: 14px;
    margin-top: -5px;
    margin-right: -5px;
    background-color: #222;
}

.rating .glyphicon{
    vertical-align: middle;
    color: #fff;
    margin-top: -5px;
}

.first{
    margin-top: 10px;
}

.collection{
    margin-right: 1px;
}

.outline {
    display: block;
    position: absolute;
    left: 15px;
    height: auto;
    background: rgba(255, 255, 255, .5);
    opacity: 0;
    -webkit-transition: opacity .25s ease-in;
    -ms-transition: opacity .25s ease-in;
    -moz-transition: opacity .25s ease-in;
    -o-transition: opacity .25s ease-in;
    transition: opacity .25s ease-in;
    margin-top: 5px;
    margin-right: 5px;
    padding: 5px 15px;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 200;
}

.caption:hover .outline{
    opacity: 1;
}

.caption:hover .detail{
    opacity: 0;
}

.runtime, .open-close{
    display: block;
    margin-top: 10px;
    font-weight: 500;
    font-size: 15px;
    color: #222;
}

.runtime .glyphicon{
    vertical-align: middle;
    margin-right: 3px;
}

.open-close .glyphicon{
    margin-right: 3px;
}


.ui-widget-header{
    background: none;
    background-color: #222;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-state-foucs{
    background-color: #000;
    border: 1px black solid;
}

.slider{
    margin: 0 20px;
}

.slider-label{
    display: block;
    text-align: center;
    font-weight: 200;
}

.search-icon{
    position: relative;
    margin-top: -25px;
    display: inline-block;
    width: 28px;
    height: 14px;
    line-height: 14px;
    vertical-align: middle;
    background-color: transparent;
    font-size: 20px;
    color: #222;
    float: right;
}

.products-pagination{
    text-align: center;
}

.products-pagination li a{
    color: #000;
}

.products-pagination li.active a{
    background-color: #AAA;
    border-color: #AAA;
}


@keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

.products{margin-bottom: 20px;}
.sidebar .searchwrapper {position: relative;}
.sidebar .search-icon {position: absolute; margin-top: 0; right: 5px; top: 18px; float: inherit;}
.sidebar {margin-bottom: 20px;}
.sidebar label.sr-only {display: none;}
.sidebar legend {font-size: 22px; border-bottom: 1px solid #e9e9e9; margin-bottom: 10px; width: 100%; display: block; padding-bottom: 15px;}
.sidebar .well {border: 1px solid #ddd; padding: 20px;}
.sidebar fieldset {border: none; padding: 0;}
.sidebar .progress {margin-bottom: 20px; position: relative;}
.sidebar .progress .progress-bar {padding: 5px; -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;}

.sidebar .progress .progress-bar:before{
    content: "";
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background-image: linear-gradient(
            -45deg,
            rgba(255, 255, 255, .2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, .2) 50%,
            rgba(255, 255, 255, .2) 75%,
            transparent 75%,
            transparent
    );
    z-index: 1;
    background-size: 50px 50px;
    animation: move 2s linear infinite;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}

#per_page select {margin: 0;}
#pagination nav {width: inherit; float: none;}
.products-pagination .pagination {padding: 0; margin: 0}
.products-pagination {text-align: left;}
.products-pagination li {text-align: center;}
.products-pagination li a{padding: 16px; background: #e9e9e9; border-color: #e9e9e9;}
.products-pagination li.active a {background: #eee; border-color: #eee;}
.product {border-bottom: 1px solid #eee; margin: 20px 0;}
.product ul.specifications li {padding-bottom: 5px;}
.product ul.specifications li div{ background: #e9e9e9; display: inline-block; padding: 4px 20px; width: 150px; margin-right: 10px; font-weight: 700;}