html, body {
    min-height: 100%;
    overflow-x: hidden;
}

body {
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    color: #000;
    height: 100%;
    min-width:100%;
}

.container {
    margin: 0 auto;
}

h1, h2 {
    color: #0062a1;
}

a.btn, a.btn:hover {
    text-decoration: none;
    color: #fff !important;
}

.info {
    color: #ff0000;
    font-size: 11px;
    margin-top: -10px;
    position: absolute;
}

.required {
    margin-top: 5px;
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: #0062a1;
}

.link {
    text-decoration: none;
    color: #0062a1;
    cursor: pointer;
}


.bg-circle:after {
    background-color: #022169;
    border-radius: 100px;
    content: "";
    display: block;
    height: 150px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 150px;
    z-index: -1;
}

.bg-circle {
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    margin-left: 80px;
    position: relative;
    vertical-align: middle;
    text-align: center;
}


@media (min-width: 768px) {
    .navbar-sd .container-fluid, .navbar-sd .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-nav {
        width: 100%;
    }

    .navbar .navbar-nav > li {
        width: 12.5%;
    }

        .navbar .navbar-nav > li:after {
            content: '';
            border-right: 1px solid #fff;
            height: 100%;
            position: absolute;
            right: 0;
            top: 0;
        }

        .navbar .navbar-nav > li:last-child:after {
            border-right: none;
        }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    /*iPad*/
    body {
        zoom: 1.2;
    }
}

.site-logo {
    margin: 5px auto;
    padding: 25px 0 0 0;
    width: 100%;
    text-align:center;
}

.site-logo-img {
    position: relative;
    width: 98%;
    top: 0 !important;
    z-index: 10;
}

.program-logo {
    position: absolute;
    display: block;
    right: 10px;
    z-index: 10;
    margin: 0 auto;
    padding: 20px 0 0 0;
}

.program-logo-img {
    position: absolute;
    right: 10px;
    top: 20px !important;
    width: 150px;
    z-index: 10;
}

.bluebanner {
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: middle;
    color: #fff;
    position: absolute;
    height: 50px;
    width: 100%;
    top: 95px;
    background: rgba(22,33,106,1);
    background: -moz-linear-gradient(left, rgba(22,33,106,1) 0%, rgba(49,141,222,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(22,33,106,1)), color-stop(100%, rgba(49,141,222,1)));
    background: -webkit-linear-gradient(left, rgba(22,33,106,1) 0%, rgba(49,141,222,1) 100%);
    background: -o-linear-gradient(left, rgba(22,33,106,1) 0%, rgba(49,141,222,1) 100%);
    background: -ms-linear-gradient(left, rgba(22,33,106,1) 0%, rgba(49,141,222,1) 100%);
    background: linear-gradient(to right, rgba(22,33,106,1) 0%, rgba(49,141,222,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16216a', endColorstr='#318dde', GradientType=1 );
}

    .bluebanner table {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

.MenuTable, .searchbar {
    position: absolute;
    top: 0 !important;
    transform: none !important;
}

.primaryContent {
    width: 100%;
    height: 65%;
    text-align: center;
    font-size:35px;
}

.certs_table {
    font-size: 35px;
    text-align: center;
    vertical-align: middle;
    display: inline;
}

.QuestionTable {
    z-index: 0;
}

.textContent {
    font-size: 35px;
}

.darkBlue {
    color: #16216a;
}

.lightBlue {
    color: #318dde;
}

.largeFont {
    font-size: 16pt;
}

.tableDescription {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 35px;
    color: #16216a;
    height: 20px;
    vertical-align: middle;
}

.tableInput {
    font-family: Arial, Helvetica, sans-serif;
    height: 20px;
    vertical-align: middle;
}

.round-button, .round-button50 {
    width: 22%;
}

.round-button-circleDark {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 50%;
    border: 10px solid #30588e;
    overflow: hidden;
    background: #4679BD;
    box-shadow: 0 0 3px gray;
}

    .round-button-circleDark:hover {
        background: #cfdcec;
    }

.round-button-circle {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 50%;
    overflow: hidden;
    background: #318dde;
    box-shadow: 0 0 3px gray;
}

    .round-button-circle:hover {
        background: #30588e;
    }

    .round-button-circle a {
        display: block;
        float: left;
        width: 100%;
        padding-top: 50%;
        padding-bottom: 50%;
        line-height: 1em;
        margin-top: -0.5em;
        vertical-align: middle;
        text-align: center;
        color: #fff;
        font-size: 1.3em;
        text-decoration: none;
        font-weight: 200;
        text-transform: uppercase;
    }

.round-button50 a {
    display: block;
    float: left;
    width: 100%;
    padding-top: 50%;
    padding-bottom: 50%;
    line-height: 1em;
    margin-top: -0.5em;
    vertical-align: middle;
    text-align: center;
    color: #e2eaf3;
    font-family: Verdana;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
}

.modalBackground {
    background-color: #808080;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #ffffdd; /* light yellow */
    border: 0 none; /* dark brown */
    padding: 3px;
    width: 250px;
    text-align: center;
}

.modalPopupHandle {
    border: 0 solid #CC0000; /* dark brown */
    background-color: #CCCCCC; /* camel */
    color: #16216a; /* dark brown */
    padding: 3px;
    margin-bottom: 15px;
    cursor: move;
    text-align: center;
    font-size: 12pt;
    font-family: Arial;
}

.modalPopupCommands {
    margin-top: 15px;
    margin-bottom: 5px;
    text-align: center;
}

.modalPopupResult {
    border: 1px solid #CC0000;
    background-color: #CCCCCC;
    padding: 5px;
    margin: 5px 0px 5px 0px;
    font-weight: bold;
    text-align: center;
}


.floatTopRight {
    position: absolute;
    right: 150px;
    top: 0;
}

.twoThirdsWidth {
    width: 40%;
}

.scheckbox {
    font-family: Arial, Helvetica, sans-serif;
}

.fullWidth {
    width: 90%;
}

.boldItalic {
    font-weight: bold;
    font-style: italic;
}

.bold {
    font-weight: bold;
}


.textInput {
    margin-left: 20px;
    height: 17px;
    width: 100px;
}

.searchImage {
    left: 120px;
    height: 17px;
}

.greyTopBar {
    position: relative;
    top: 0;
    left: 0;
    background-color: #EEEDED;
    background-size: 100% 100%;
    height: 100px;
    width: 100%;
    z-index: 10;
    font-size:35px;
}

.BlueStrip {
    position: relative;
    top: 220px;
    left: 0;
    background-color: #002266;
    background-size: 100% 100%;
    height: 35px;
    width: 100%;
    right: 0;
    z-index: 10;
}

.BlueStripH {
    left: 0;
    background-color: #002266;
    background-size: 100% 100%;
    right: 0;
    z-index: 10;
    margin-bottom: 10px;
    color: white;
    font-size: 60px;
    vertical-align: middle;
    text-align: center;
    padding-bottom:;
    padding: 2%;
}

#nav ul {
    list-style: none;
    font-size: 35px;
}

#nav li {
    float: left;
    border-bottom-width: 0;
    margin: 0;
    height: 25px;
    padding-right: 10px;
    padding-left: 10px;
}

#nav a {
    text-decoration: none;
    display: block;
    background: #fff;
    color: #002266;
    padding-right: 5%;
    height: 100%;
    padding-top: 5px;
    text-align: center;
    width: 100%;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}

    #nav a:hover {
        color: #fff;
        background: #002266;
    }

#nav #selected {
    color: #fff;
}

    #nav #selected a {
        background: #002266;
        color: white;
    }

.loginInfo {
    position: absolute;
    right: 35px;
    color:black;
    top: 50%;
    transform: translateY(-50%);
}

.round-button-circleSubmit {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 50%;
    overflow: hidden;
    background: #318dde;
    box-shadow: 0 0 3px gray;
}

    .round-button-circleSubmit:hover {
        background: #30588e;
    }

    .round-button-circleSubmit a {
        display: block;
        float: left;
        width: 100%;
        padding-top: 50%;
        padding-bottom: 50%;
        line-height: 1em;
        margin-top: -0.5em;
        vertical-align: middle;
        text-align: center;
        color: #fff;
        font-size: 1.2em;
        text-decoration: none;
        font-weight: 200;
        text-transform: uppercase;
    }

.round-button-circleCancel {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 50%;
    overflow: hidden;
    background: darkgray;
    box-shadow: 0 0 3px gray;
}

    .round-button-circleCancel:hover {
        background: gray;
    }

    .round-button-circleCancel a {
        display: block;
        float: left;
        width: 100%;
        padding-top: 50%;
        padding-bottom: 50%;
        line-height: 1em;
        margin-top: -0.5em;
        vertical-align: middle;
        text-align: center;
        color: #fff;
        font-size: 1.2em;
        text-decoration: none;
        font-weight: 200;
        text-transform: uppercase;
    }

.round-button-circleDashboard2Lines {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 50%;
    overflow: hidden;
    background: #318dde;
    box-shadow: 0 0 3px #318dde;
}

    .round-button-circleDashboard2Lines:hover {
        background: #30588e;
    }

    .round-button-circleDashboard2Lines a {
        float: left;
        width: 100%;
        padding-top: 45%;
        padding-bottom: 50%;
        line-height: 1em;
        margin-top: -0.5em;
        vertical-align: middle;
        text-align: center;
        color: #fff;
        text-decoration: none;
        font-weight: 200;
        text-transform: uppercase;
        font-size: 35px;
    }

.round-button-circleDashboard1Line {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 50%;
    overflow: hidden;
    background: #318dde;
    box-shadow: 0 0 3px #318dde;
}

    .round-button-circleDashboard1Line:hover {
        background: #30588e;
    }

    .round-button-circleDashboard1Line a {
        display: block;
        float: left;
        width: 100%;
        padding-top: 50%;
        padding-bottom: 50%;
        line-height: 1em;
        margin-top: -0.5em;
        vertical-align: middle;
        text-align: center;
        color: #fff;
        text-decoration: none;
        font-weight: 200;
        text-transform: uppercase;
    }

.round-button-circleGray {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 50%;
    overflow: hidden;
    background: darkgray;
    box-shadow: 0 0 3px darkgray;
}

    .round-button-circleGray:hover {
        background: gray;
    }

    .round-button-circleGray a {
        display: block;
        float: left;
        width: 100%;
        padding-top: 45%;
        padding-bottom: 50%;
        line-height: 1em;
        margin-top: -0.5em;
        vertical-align: middle;
        text-align: center;
        color: #fff;
        text-decoration: none;
        font-weight: 200;
        text-transform: uppercase;
    }


.bluebutton {
    font-family: Arial;
    letter-spacing: 1px;
    position: relative;
    width: 90%;
    color: white !important;
    text-align: center;
    vertical-align: middle;
    background: #30588e;
    background-size: 100% 100%;
    height: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .bluebutton A {
        color: white !important;
        position: relative;
        transform: translateY(-50%);
    }

.searchbar {
    position: absolute;
    right: 30px;
    top: 140px !important;
    z-index: 110;
}

    .searchbar a {
        color: #022169;
        font-size: 12px;
        font-weight: bold;
        text-decoration: underline;
    }

.smallFont {
    font-size: 10pt;
}

.menuitem {
}

    .menuitem img {
        width: 40px;
        height: 40px;
    }

article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, summary, audio, video, details, address {
    display: block;
}

.footer {
    clear: both;
    max-width: 1352px;
    margin: 0 auto;
    padding: 33px 10px 27px;
    font-family: "gothamhtf-book";
}

    .clear::after, .row::after, .upper-content::after, .lower-content::after, .header-wrap::after, .header-inner::after, .content::after, .news-content::after, .depression-article::after, .footer::after, .social-inner::after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

.footer-wrap {
    clear: both;
    position: relative;
    left: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    background: #022169;
}

.main-wrap {
    float: left;
    width: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, samp, small, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, object, iframe {
    margin: 0;
    padding: 0;
    border: 0;
}

.sitemap {
    float: left;
    width: 610px;
}

.footer-social {
    float: left;
    width: auto;
}

.copyright {
    float: right;
    width: auto;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    padding-right: 15px;
}

.AppLogo {
    position: absolute;
    right: 20px;
    bottom: 10px;
    width: 20px;
    text-align: center;
    font-size: 8px;
    color: #fff;
}

a {
    text-decoration: none;
    outline: none;
}

.sitemap li a, .copyright a {
    text-decoration: none;
    color: #fff;
}

a img {
    border: 0;
}

.footer-social img {
    float: left;
    width: auto;
    margin-right: 6px;
}

.sitemap ul {
    float: left;
    width: 100%;
    list-style: none;
}

.sitemap li {
    float: left;
    width: auto;
    background: url(/images/site-map-li.jpg) no-repeat 0 4px;
    font-size: 14px;
    line-height: 20px;
    padding: 0 5px;
}

    .sitemap li:first-child {
        background: none;
    }

.content-bottom {
    width: 100%;
    position: relative;
    left: 0;
    bottom: 0;
    z-index: -99;
    pointer-events: none;
}

    .content-bottom img {
        float: left;
        width: 100%;
    }

.ULeditions {
    width: 100%;
    display: block;
}


/* ----------- Galaxy S3 ----------- */

/* Portrait and Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
}

/* Portrait */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
}

/* Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
}

/* ----------- Galaxy S4 ----------- */

/* Portrait and Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
}

/* Portrait */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
}

/* Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
}

/* ----------- Galaxy S5 ----------- */

/* Portrait and Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
    #shell, #shell1 {
        zoom: 2.75;
    }

    .smallFont {
        font-size: 16pt;
    }

    .largeFont {
        font-size: 18pt;
    }

    #content1 p {
        font-size: 18pt;
    }
}

/* Portrait */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
}

/* Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
}

input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1); /* IE */
    -moz-transform: scale(1); /* FF */
    -webkit-transform: scale(1); /* Safari and Chrome */
    -o-transform: scale(1); /* Opera */
    padding: 40px;
    margin: 40px;
    min-height: 80px;
    min-width: 80px;
}
.modules {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    font-size:35px;
}

#cph1_avail {
    vertical-align: middle;
    display: inline;
}

.subscriptions {
    display: inline-block;
    width: 96%;
    vertical-align: middle;
}

.contactDetails{
    font-size:35px;
    list-style:none;
}

.contactDetails > ul {
    list-style:none;
}

.contactDetails > ul li {
    padding:1%;
}

.contactDetails > h1 {
    margin-top:3%;
    margin-bottom:1%;
    font-size:50px;
}

.IconList {
    font-size: 35px;
}
.labelM{
    font-size:35px;
}

    .LabelM span {
        font-size:35px;
    }

.RadMenuPopup_BlackMetroTouch .rmItem {
    border-color: black !important;
}

.isotope-grid-wrapper {
    margin: 0;
}

.isotope-grid {
    position: relative;
    width: 95%;
}


/* Style 2 - 3 */
.gallery-grid-item-style-2 .grid-item .work-item .video-marker,
.gallery-grid-item-style-3 .grid-item .work-item .video-marker {
    top: auto;
    left: auto;
    right: 20px;
    bottom: 20px;
}

.grid-item.wide,
.grid-item.large {
    width: 50%;
}

.grid-item {
    position: relative;
    overflow: hidden;
}

    .grid-item > * {
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .grid-item .work-item {
        position: relative;
        overflow: hidden;
    }

        .grid-item .work-item img {
            width: 100%;
            height: auto;
        }

        .grid-item .work-item .video-marker {
            position: absolute;
            z-index: 2;
            top: calc(50% - 25px);
            left: 0;
            right: 0;
            text-align: center;
            font-size: 35px;
            opacity: 1;
            visibility: visible;
            color: #fff;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .grid-item .work-item a.mfp-image {
            width: 100%;
            height: 100%;
            background-color: transparent;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 26;
        }

        .grid-item .work-item a.mfp-iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 26;
        }

        .grid-item .work-item .title {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 25;
            text-align: center;
            background-color: rgba(28, 28, 28, 0.7);
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            transform: translateY(-100%);
            -webkit-transition: all 0.3s cubic-bezier(0.5, 0.72, 0.24, 0.94);
            -moz-transition: all 0.3s cubic-bezier(0.5, 0.72, 0.24, 0.94);
            -ms-transition: all 0.3s cubic-bezier(0.5, 0.72, 0.24, 0.94);
            -o-transition: all 0.3s cubic-bezier(0.5, 0.72, 0.24, 0.94);
            transition: all 0.3s cubic-bezier(0.5, 0.72, 0.24, 0.94);
        }

            .grid-item .work-item .title .inner {
                position: relative;
                top: 50%;
                left: 50%;
                padding: 0 15px;
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

                .grid-item .work-item .title .inner h2 {
                    font-style: italic;
                    color: #fff;
                    margin-top: 0;
                    margin-bottom: 35px;
                }

                .grid-item .work-item .title .inner span {
                    color: #d8a942;
                    font-size: 20px;
                }

        .grid-item .work-item:hover .video-marker {
            opacity: 0;
            visibility: hidden;
        }

        .grid-item .work-item:hover .title {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }

.filters {
    font-family: "Droid Serif", serif !important;
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
    font-size: 0;
}

    .filters > li {
        display: inline-block;
    }

        .filters > li > a {
            font-family: "Droid Serif", serif !important;
            color: #202020;
            margin: 0 20px;
            padding: 0 10px;
            font-size: 20px;
            cursor: pointer;
            border-bottom: 2px solid transparent;
        }

            .filters > li > a:hover,
            .filters > li > a.current {
                color: #d8a942;
            }

            .filters > li > a.current {
                border-bottom: 2px solid #d8a942;
            }

/* GALLERY Effect Fade hover
**********/
.gallery-effect-fadehover .grid-item .work-item:after {
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.8)));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='rgba(0, 0, 0, 0.8)',GradientType=0 );
    /* IE6-9 */
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    z-index: 1;
}

.gallery-effect-fadehover .grid-item .work-item .video-marker {
    top: auto;
    left: auto;
    right: 20px;
    bottom: 15px;
    height: 20px;
    font-size: 16px;
    margin-bottom: 4px;
}

.gallery-effect-fadehover .grid-item .work-item .title {
    background-color: transparent;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    padding: 0;
}

    .gallery-effect-fadehover .grid-item .work-item .title .inner {
        top: 100%;
    }

        .gallery-effect-fadehover .grid-item .work-item .title .inner h2 {
            margin-bottom: 0;
            bottom: 20px;
            position: absolute;
            left: 20px;
        }

        .gallery-effect-fadehover .grid-item .work-item .title .inner span {
            position: absolute;
            right: 20px;
            bottom: 20px;
            opacity: 0;
            visibility: visible;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

.gallery-effect-fadehover .grid-item .work-item:hover .title {
    background-color: rgba(28, 28, 28, 0.7);
}

    .gallery-effect-fadehover .grid-item .work-item:hover .title span {
        opacity: 1;
        visibility: visible;
    }


