/* Common style */
.course_offer_content_two figure {
    position: relative;
    float: left;
    overflow: hidden;
    min-width: 384px;
    max-width: 384px;
    max-height: 377px;
    width: 39%;
    background: #2a3f74;
    text-align: center;
    cursor: pointer;
}

.course_offer_content_two figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.course_offer_content_two figure figcaption {
    padding:10px 0 0 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.course_offer_content_two figure figcaption::before,
.course_offer_content_two figure figcaption::after {
    pointer-events: none;
}

.course_offer_content_two figure figcaption,
.course_offer_content_two figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	color:#ffffff;
}

/* Anchor will cover the whole item by default */

/*---------------*/
/***** Zoe *****/
/*---------------*/

figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding:1px 0 0 0;
    height:10px;
    background: #fff;
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

figure.effect-zoe h2 {
    float: left;
	padding:0 0 0 0;
	margin:0;
}

figure.effect-zoe p.icon-links a {
    float: right;
    color: #3c4a50;
    font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
    color: #252d31;
}

figure.effect-zoe p.description {
    position: absolute;
    bottom: 8em;
    padding: 2em;
    color: #fff;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,200%,0);
    transform: translate3d(0,200%,0);
}

figure.effect-zoe p.icon-links a span::before {
    display: inline-block;
    padding: 8px 10px;
    font-family: 'feathericons';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
    content: '\e000';
}

.icon-paper-clip::before {
    content: '\e001';
}

.icon-heart::before {
    content: '\e024';
}

figure.effect-zoe h2 {
    display: inline-block;
}

figure.effect-zoe:hover p.description {
    opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}


/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
    background: #9e5406;
}

figure.effect-bubba img {
    opacity: 0.7;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
    opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    position: absolute;
    top: 250px;
    right: 30px;
    bottom: 20px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
		background:#2a3f74;
}

figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
	
}

figure.effect-bubba h2 {
    padding-top:68%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
	font-family: 'Roboto', sans-serif;
	
}

figure.effect-bubba p {
    padding: 20px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	
}

/*---------------*/
@media only screen and (min-width:240px) {
.course_offer_content_two figure {
    min-width: 220px;
    max-width: 220px;

}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    top: 100px;	
}			
}

@media only screen and (min-width:320px) {
.course_offer_content_two figure {
    min-width: 280px;
    max-width: 280px;

}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    top: 170px;	
}			
}

@media only screen and (min-width:360px) {
.course_offer_content_two figure {
    min-width: 320px;
    max-width: 320px;
}	
}
@media only screen and (min-width:400px) {
.course_offer_content_two figure {
    min-width: 354px;
    max-width: 354px;
}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    top: 230px;
}	
}

@media only screen and (min-width:460px) {
.course_offer_content_two figure {
margin-left:5%;
}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    top: 235px;
}
}

@media only screen and (min-width:500px) {
.course_offer_content_two figure {
margin-left:10%;
width:35%;
}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    top: 235px;
}
}
@media only screen and (min-width:560px) {
.course_offer_content_two figure {
margin-left:14%;
width:33%;
}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    top: 235px;
}
}


@media only screen and (min-width:600px) {
.course_offer_content_two figure {
margin-left:15%;
width:30%;
}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    top: 235px;
}
}

@media only screen and (min-width:720px) {
.course_offer_content_two figure {
margin-left:1%;
width:39%;
float:left;
    min-width: 300px;
    max-width: 300px;
}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    top: 195px;
}
}

@media only screen and (min-width:768px) {
.course_offer_content_two figure {
margin-left:1%;
width:39%;
float:left;
    min-width: 330px;
    max-width: 330px;
}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    top: 195px;
}
}

@media only screen and (min-width:900px) {
.course_offer_content_two figure {
margin-left:0;
width:39%;
float:left;
    min-width: 374px;
    max-width: 374px;
}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    top: 230px;
}
}

@media only screen and (min-width:990px) {
.course_offer_content_two figure {
margin-left:0;
width:39%;
float:left;
    min-width: 384px;
    max-width: 384px;
}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    top: 240px;
}
}

