/* STG Work */
.tpse-image-block .flex-control-paging li a{ border-radius: 0; }

.tpse-image-block .caption{
    overflow: auto;
    padding: 9px 12px;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}
.tpse-image-block .caption span{
    padding: 6px 0;
}

.tpse-image-block .caption span a{
    color: #26211E;
}

.tpse-image-block .flex-caption-btn,
.tpse-image-block .flex-image-btn{
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #EA9018;
}

.tpse-image-block .flex-image-title{
    position: absolute;
    top: 40%;
    left: 10%;
    width: 40%;
    
    z-index: 10;
}

.tpse-image-block .flex-image-title .flex-image-caption a{
    font-size: 30px;
    color: white;
    line-height: 1.4em;
    padding: 12px;
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
}

.tpse-image-block .flex-direction-nav a{
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center !important;
}

.tpse-image-block .flexslider:hover .flex-prev{
    left: 0;
}

.tpse-image-block .flexslider:hover .flex-next{
    right: 0;
}

/* Responsive Video 
-------------------------------*/
.tpse-image-block .image-link{
    display: block;
    height: 100%;
}
/*
.tpse-image-block .image-link > div{
    height: 100%;
}*/

.tpse-image-block .responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.tpse-image-block .responsive-video iframe,  
.tpse-image-block .responsive-video object,  
.tpse-image-block .responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*Image Block URL Hack
------------------------------*/
.tpse-image-block .image-link[href="javascript:void(0)"],
.tpse-image-block .flex-caption-btn[href="javascript:void(0)"],
.tpse-image-block .flex-image-btn[href="javascript:void(0)"],
.tpse-image-block .caption span a[href="javascript:void(0)"],
.tpse-image-block .flex-image-title .flex-image-caption a[href="javascript:void(0)"]{
    cursor: default;
    pointer-events: none;
}

.tpse-image-block .image-link[href="javascript:void(0)"] object,
.tpse-image-block .image-link[href="javascript:void(0)"] embed,
.tpse-image-block .image-link[href="javascript:void(0)"] iframe{
    pointer-events: auto;
}

.progressbar-right ol.flex-control-nav.flex-control-paging{ text-align:right !important; }


@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev { opacity: 1; left: 0px;}
    .flex-direction-nav .flex-next { opacity: 1; right: 0px;}
}

@media screen and (min-width: 993px) and (max-width: 1199px){
    .tpse-image-block .flex-image-title{ top: 35%; }
    .tpse-image-block .flex-image-title .flex-image-caption a{ font-size: 24px; }
}

@media screen and (min-width: 768px) and (max-width: 992px){
    .tpse-image-block .flex-image-title{ top: 35%; }
    .tpse-image-block .flex-image-title .flex-image-caption a{ font-size: 28px; }
}

@media screen and (max-width: 767px){
    .tpse-image-block .flex-image-title{ left: 15%; top: 30%; }
    .tpse-image-block .flex-image-title .flex-image-caption a{ font-size: 18px; line-height: 1.2; }
}

/**** Admin Styles - Move to new style sheet */
.basic-items{
    display:none;
}
.advance-items{
    display:none;
}


#circleG{
    width:149.33333333333334px;
}

.circleG{
    background-color:#EEEEEE;
    float:left;
    height:32px;
    margin-left:17px;
    width:32px;
    -moz-animation-name:bounce_circleG;
    -moz-animation-duration:0.75s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:normal;
    -moz-border-radius:21px;
    -webkit-animation-name:bounce_circleG;
    -webkit-animation-duration:0.75s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:normal;
    -webkit-border-radius:21px;
    -ms-animation-name:bounce_circleG;
    -ms-animation-duration:0.75s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:normal;
    -ms-border-radius:21px;
    -o-animation-name:bounce_circleG;
    -o-animation-duration:0.75s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:normal;
    -o-border-radius:21px;
    animation-name:bounce_circleG;
    animation-duration:0.75s;
    animation-iteration-count:infinite;
    animation-direction:normal;
    border-radius:21px;
}

#circleG_1{
    -moz-animation-delay:0.15s;
    -webkit-animation-delay:0.15s;
    -ms-animation-delay:0.15s;
    -o-animation-delay:0.15s;
    animation-delay:0.15s;
}

#circleG_2{
    -moz-animation-delay:0.35s;
    -webkit-animation-delay:0.35s;
    -ms-animation-delay:0.35s;
    -o-animation-delay:0.35s;
    animation-delay:0.35s;
}

#circleG_3{
    -moz-animation-delay:0.45s;
    -webkit-animation-delay:0.45s;
    -ms-animation-delay:0.45s;
    -o-animation-delay:0.45s;
    animation-delay:0.45s;
}

@-moz-keyframes bounce_circleG{
    0%{
    }

    50%{
        background-color:#444444}

    100%{
    }

}

@-webkit-keyframes bounce_circleG{
    0%{
    }

    50%{
        background-color:#444444}

    100%{
    }

}

@-ms-keyframes bounce_circleG{
    0%{
    }

    50%{
        background-color:#444444}

    100%{
    }

}

@-o-keyframes bounce_circleG{
    0%{
    }

    50%{
        background-color:#444444}

    100%{
    }

}

@keyframes bounce_circleG{
    0%{
    }

    50%{
        background-color:#444444}

    100%{
    }

}