﻿.helios-list-classes a {
	outline: none !important;
}
.helios-list-classes .helios-list-class:hover .caption {
    -webkit-transform: translateY(-0.75em);
    -moz-transform: translateY(-0.75em);
    -ms-transform: translateY(-0.75em);
    -o-transform: translateY(-0.75em);
    transform: translateY(-0.75em);
}
.helios-list-classes .caption-title {
    font-size: 1.6em;
    /** margin-bottom: .3em; **/
    color: white;
}
.helios-list-classes .caption-subtitle {
    font-size: .9em;
    color: white;
}
.helios-list-classes {
	text-transform: uppercase;
	letter-spacing: 0.045em;    
}
.helios-list-classes .caption {
    bottom: 2em;
    left: 2em;
    width: -webkit-calc(100% - 4em);
    width: -moz-calc(100% - 4em);
    width: calc(100% - 4em);

    position: absolute;
    bottom: 1em;
    left: 1em;
    z-index: 1;
    text-transform: uppercase;
    text-shadow: 0 0 10px #000;
    -webkit-transition: transform 0.75s cubic-bezier(0.29, 1.185, 1, 1);
    -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.29, 1.185, 1, 1);
    transition: -webkit-transform 0.75s cubic-bezier(0.29, 1.185, 1, 1);
    -o-transition: -o-transform 0.75s cubic-bezier(0.29, 1.185, 1, 1);
    -moz-transition: transform 0.75s cubic-bezier(0.29, 1.185, 1, 1),-moz-transform 0.75s cubic-bezier(0.29, 1.185, 1, 1);
    transition: transform 0.75s cubic-bezier(0.29, 1.185, 1, 1);
    transition: transform 0.75s cubic-bezier(0.29, 1.185, 1, 1),-webkit-transform 0.75s cubic-bezier(0.29, 1.185, 1, 1),-moz-transform 0.75s cubic-bezier(0.29, 1.185, 1, 1),-o-transform 0.75s cubic-bezier(0.29, 1.185, 1, 1);
}
.helios-list-classes .helios-list-class {
	/*background-size: cover;*/
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    display: inline-block;
    float: none;
    width: 100%;
    height: 0;
    /*margin: .5em 0;*/
    padding-bottom: 59.4%;
    text-align: left;
    position: relative;
    overflow: hidden;
    -webkit-transition: background-image 150ms ease;
    -o-transition: background-image 150ms ease;
    -moz-transition: background-image 150ms ease;
    transition: background-image 150ms ease;
}
.helios-list-classes .helios-list-class:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 102%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.9)), color-stop(10%, rgba(0,0,0,0.6)), color-stop(25%, transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.9) 0, rgba(0,0,0,0.6) 10%, transparent 25%);
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.9) 0, rgba(0,0,0,0.6) 10%, transparent 25%);
    background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.9) 0, rgba(0,0,0,0.6) 10%, transparent 25%);
    background-image: linear-gradient(to top, rgba(0,0,0,0.9) 0, rgba(0,0,0,0.6) 10%, transparent 25%);
}
.helios-list-class .lock-unlock {
	position: absolute;
    bottom: 10px;
    right: 1em;
    font-size: 20px;
    color: #929292;
    z-index: 1;

}
.helios-list-class .icon {
    position: absolute;
    right: 1em;
    top: 10px;
    height: 40px;
    width: 40px;
}
.helios-list-class .progress {
	bottom: -20px;
    right: 0;
    left: 0;
    height: 5px;
    background: #ccc;
    position: absolute;
    z-index: 1;
    border-radius: 0px;
}
.helios-list-class .progress .completed {
    background-color: #1bb394;
    height: 100%;
}


/*
    .helios-tile-item {}
*/

/* Begin Required Isotope Styles - see http://isotope.metafizzy.co for more info */
.isotope-item {
    width: 33%;
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
@media (max-width: 768px) {
    .isotope-item {
        width: 100%;        
    }
}
@media (min-width: 768px) {
    /**** 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;
    }
    /**/
}


.slick-center h3{
    -moz-transform:scale(1.08);
    -ms-transform:scale(1.08);
    -o-transform:scale(1.08);
    -webkit-transform:scale(1.08);
    color:#e67e22;
    opacity:1;
    transform:scale(1.08);
    opacity:0.8;transition:all 300ms ease;
}


/*Helios checkbox component styles*/
.helios-checkbox-container {
    display: inline-block;
    cursor: pointer;
}

    .helios-checkbox-container .helios-check-primary .check {
        color: #1ab394;
    }

    .helios-checkbox-container .helios-check-primary .uncheck {
        color: #dedede;
    }

    .helios-checkbox-container:hover .helios-check-primary {
        color: #18a689
    }

    .helios-checkbox-container.disabled .helios-check-primary {
        color: gray;
        cursor: not-allowed;
    }