@charset "UTF-8";

/* Isotope */

/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: -o-transform, opacity;
        transition-property: transform, opacity;
    }

        /**** disabling Isotope CSS3 transitions ****/

        .isotope.no-transition,
        .isotope.no-transition .isotope-item,
        .isotope .isotope-item.no-transition {
            -webkit-transition-duration: 0s;
            -moz-transition-duration: 0s;
            -ms-transition-duration: 0s;
            -o-transition-duration: 0s;
            transition-duration: 0s;
        }

/**** Body CSS Starts ****/

#container2 {
    height: 100%;
    width: 100%;
    /*position: absolute;*/
}

#grid-wrapper {
    position: relative;
    z-index: 50;
    /*background: #333b42;*/
	background: #fff;
    min-width: 980px;
    /*margin-top: 1500px;*/
}

.grid-header {
    position: relative;
    top: 0;
    text-align: center;
    color: #fff;
    width: 100%;
    min-width: 980px;
    padding: 0px 0px 28px 0px;
    z-index: 70;
    display: table;
    border-bottom: 10px solid #333b42;
    /*background: url(/Content/images/bg2.png);*/
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

#grid-container {
    /*padding-bottom: 120px;*/
    min-height: 300px;
    /*margin-top: 80px;*/
}

.single {
    float: left;
    height: auto;
    background: #fff;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

    .single.gridItem {
    }


.single .item-thumb, .single .video-thumb, .single .question-thumb, .single .poster-thumb, .single .instruct-thumb {
    position: absolute;
}

.single.gridItem .item-thumb {
    border-radius: 0%;
    border: 0px solid #fff;
    overflow: hidden;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition-: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

    .single.gridItem .item-thumb:hover,
    .single.gridItem .item-thumb.over {
        border-radius: 60%;
        border: 30px solid #fff;
    }

.ie8 .single.gridItem .item-thumb {
    border: 0px solid #333b42;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
}


.ie8 .single.gridItem .item-thumb:hover,
.ie8 .single.gridItem .item-thumb.over {
}

.single.gridPoster .poster-thumb {
    overflow: hidden;
    -moz-transition: all 0.15s 0 ease-out;
    -webkit-transition: all 0.15s 0 ease-out;
    -o-transition: all 0.15s 0 ease-out;
    transition: all 0.15s 0 ease-out;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.ch-info {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    bottom: 0;
    margin: -75px auto 0 auto;
    color: #333b42;
    text-align: center;
    font-size: 1em;
    display: table;
    font-family: 'futura-pt', sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    width: 150px;
    height: 150px;
	line-height: 26px;
}

.ie .ch-info {
    position: absolute;
    left: 50%;
    top: 50%;
    right: 0;
    bottom: 0;
    margin-top: -75px;
    margin-left: -75px;
    color: #333b42;
    text-align: center;
    font-size: 1em;
    display: table;
    font-family: 'futura-pt', sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    width: 150px;
    height: 150px;
    z-index: 60;
}

.single.gridItem .ch-info {
    background: #fff;
    border-radius: 50%;
    /*overflow: hidden;*/
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -ms-transform: scale(0,0);
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
}

    .single.gridItem .ch-info.sold-out {
        background: #fff;
        color: #333b42;
        border-radius: 50%;
        overflow: hidden;
        opacity: 0;
        -moz-transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
        -ms-transform: scale(0,0);
        -webkit-transform: scale(0,0);
        -moz-transform: scale(0,0);
        -o-transform: scale(0,0);
        transform: scale(0,0);
    }

.ie8 .single.gridItem .ch-info {
    background: #fff;
    border-radius: 50%;
    /*overflow: hidden;*/
    /*display: none;*/
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.ch-info-txt {
    margin-top: 42px;
    padding: 0px 15px;
    height: auto;
}

.sold-out .ch-info-txt {
    display: table-cell;
    vertical-align: middle;
    margin-top: 0px;
    padding: 0px 15px;
}

.ie8 .sold-out .ch-info-txt {
    display: table-cell;
    margin: auto;
    vertical-align: middle;
}

.ch-info-txt .color-blue {
    font-size: 1.3em;
    line-height: 1.5em;
}

.single.gridItem:hover .ch-info {
    opacity: 1;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.ie8 .single.gridItem:hover .ch-info {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.single.gridPoster:hover .ch-info {
    opacity: 1;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.ie8 .single.gridPoster:hover .ch-info {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}