<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* DELIMITER */
.mythemes-delimiter{
    padding-top: 18px;
    padding-bottom: 18px;
    margin-bottom: 60px;
}
.mythemes-delimiter div.delimiter-item{
    height: 1px;
    background: #eeeeee;
}
.mythemes-delimiter.no-padding{
    padding-top: 0px;
    padding-bottom: 0px;
}


aside.mythemes-header-items.hidden + div.row{
    display: none;
}


/* CLASSIC POST VIEW */
.mythemes-classic .post-thumbnail a.valign-cell-wrapper{
    background-image: url( ../img/overflow-bkg.png);

    opacity: 0;
    filter: alpha(opacity=0);

    -webkit-transition: all 0.5s linear;
       -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
         -o-transition: all 0.5s linear;
            transition: all 0.5s linear;
}
.mythemes-classic .post-thumbnail:hover a.valign-cell-wrapper{
    opacity: 1;
    filter: alpha(opacity=100);
}

/* DEFAULT GALLERY */
body div.gallery img{
    border: none !important;
}
body div.gallery dd.gallery-caption{
    font-style: italic;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* mythemes GALLERY */
/* GENERAL */
.mythemes-gallery {
    position: relative;
    margin-left: -5px;
    margin-right: -5px;
}
.mythemes-gallery figure.mythemes-item {
    position: relative;
    float: left;
    overflow: hidden;
    padding: 0px 5px;
    margin: 5px 0px;
    text-align: center;
    cursor: pointer;
}
.mythemes-gallery figure.mythemes-item,
.mythemes-gallery figure.mythemes-item::before,
.mythemes-gallery figure.mythemes-item::after,
.mythemes-gallery figure.mythemes-item:before,
.mythemes-gallery figure.mythemes-item:after {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

/* GALLERY COLUMNS SIZE */
.mythemes-gallery.colls-1 figure {
    width: 100%;
}
.mythemes-gallery.colls-2 figure {
    width: 50%;
}
.mythemes-gallery.colls-3 figure {
    width: 33.33333333%;
}
.mythemes-gallery.colls-4 figure {
    width: 25%;
}
.mythemes-gallery.colls-5 figure {
  width: 20%;
}
.mythemes-gallery.colls-6 figure {
  width: 16.66666667%;
}
.mythemes-gallery.colls-7 figure {
  width: 14.28571428%;
}
.mythemes-gallery.colls-8 figure {
  width: 12.5%;
}
.mythemes-gallery.colls-9 figure {
  width: 11.11111111%;
}

/* GENERAL SETTINGS */
.mythemes-gallery figure.mythemes-item div.mythemes-thumbnail {
    background: #3085a3;
    position: relative;
    overflow: hidden;
}
.mythemes-gallery figure.mythemes-item div.mythemes-thumbnail img {
    position: relative;
    display: block;
    opacity: 0.8;
}
.mythemes-gallery figure.mythemes-item div.mythemes-thumbnail figcaption {
    color: #ffffff;
    text-transform: uppercase;

    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
         -o-backface-visibility: hidden;
            backface-visibility: hidden;
}
.mythemes-gallery figure.mythemes-item div.mythemes-thumbnail figcaption::before,
.mythemes-gallery figure.mythemes-item div.mythemes-thumbnail figcaption::after {
    pointer-events: none;
}
.mythemes-gallery figure.mythemes-item div.mythemes-thumbnail figcaption,
.mythemes-gallery figure.mythemes-item div.mythemes-thumbnail figcaption &gt; a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mythemes-gallery figure.mythemes-item div.mythemes-thumbnail figcaption &gt; a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
}
.mythemes-gallery figure.mythemes-item div.mythemes-thumbnail figcaption h2,
.mythemes-gallery figure.mythemes-item div.mythemes-thumbnail figcaption p {
    color: #ffffff;
}
.mythemes-gallery figure.mythemes-item div.mythemes-thumbnail figcaption h2 {
    word-spacing: 0.25em;
    margin: 0px;
}
.mythemes-gallery figure.mythemes-item div.mythemes-thumbnail figcaption h2 span {
    font-weight: 800;
}
.mythemes-gallery figure.mythemes-item div.mythemes-thumbnail figcaption p {
    font-family: "Roboto", sans-serif, Arial, serif;
    letter-spacing: 1px;
    font-weight: 200;
}




/* EFFECT APOLLO */
.mythemes-gallery figure.mythemes-item.effect-apollo div.mythemes-thumbnail {
    background: #000000;
}
.mythemes-gallery figure.mythemes-item.effect-apollo div.mythemes-thumbnail img {
    opacity: 0.95;
    filter: alpha(opacity=95);

    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
       -moz-transition: opacity 0.35s, -moz-transform 0.35s;
        -ms-transition: opacity 0.35s, -ms-transform 0.35s;
         -o-transition: opacity 0.35s, -o-transform 0.35s;
            transition: opacity 0.35s, transform 0.35s;

    -webkit-transform: scale3d(1.05, 1.05, 1);
       -moz-transform: scale3d(1.05, 1.05, 1);
        -ms-transform: scale3d(1.05, 1.05, 1);
         -o-transform: scale3d(1.05, 1.05, 1);
            transform: scale3d(1.05, 1.05, 1);
}
.mythemes-gallery figure.mythemes-item.effect-apollo div.mythemes-thumbnail figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';

    -webkit-transition: -webkit-transform 0.6s;
       -moz-transition: -moz-transform 0.6s;
        -ms-transition: -ms-transform 0.6s;
         -o-transition: -o-transform 0.6s;
            transition: transform 0.6s;

    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -115%, 0);
       -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -115%, 0);
        -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -115%, 0);
         -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -115%, 0);
            transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -115%, 0);
}
.mythemes-gallery figure.mythemes-item.effect-apollo div.mythemes-thumbnail p {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 1em;
    max-width: 100%;
    border-right: 4px solid #fff;
    text-align: right;

    opacity: 0;
    filter: alpha(opacity=0);

    -webkit-transition: opacity 0.35s;
       -moz-transition: opacity 0.35s;
        -ms-transition: opacity 0.35s;
         -o-transition: opacity 0.35s;
            transition: opacity 0.35s;
}
.mythemes-gallery figure.mythemes-item.effect-apollo div.mythemes-thumbnail h2 {
    text-align: left;
}
.mythemes-gallery figure.mythemes-item.effect-apollo div.mythemes-thumbnail:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);

    -webkit-transform: scale3d(1, 1, 1);
       -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
         -o-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
}
.mythemes-gallery figure.mythemes-item.effect-apollo div.mythemes-thumbnail:hover figcaption::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
       -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
        -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
         -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
            transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
}
.mythemes-gallery figure.mythemes-item.effect-apollo div.mythemes-thumbnail:hover p {
    opacity: 1;
    filter: alpha(opacity=100);

    -webkit-transition-delay: 0.1s;
       -moz-transition-delay: 0.1s;
        -ms-transition-delay: 0.1s;
         -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
}


/* FIGCAPTION */
.mythemes-gallery.colls-1 figure figcaption {
    padding: 55px;
}
.mythemes-gallery.colls-2 figure figcaption {
    padding: 45px;
}
.mythemes-gallery.colls-3 figure figcaption {
    padding: 35px;
}
.mythemes-gallery.colls-4 figure figcaption {
    padding: 25px;
}
.mythemes-gallery.colls-5 figure figcaption {
    padding: 15px;
}

/* HEADLINE */
.mythemes-gallery.colls-1 figure figcaption h2 {
    font-size: 26px;
    line-height: 30px;
}
.mythemes-gallery.colls-2 figure figcaption h2 {
    font-size: 22px;
    line-height: 26px;
}
.mythemes-gallery.colls-3 figure figcaption h2 {
    font-size: 18px;
    line-height: 22px;
}
.mythemes-gallery.colls-4 figure figcaption h2 {
    font-size: 16px;
    line-height: 18px;
}
.mythemes-gallery.colls-5 figure figcaption h2 {
    font-size: 14px;
    line-height: 16px;
}

/* PARAGRAPHS */
.mythemes-gallery.colls-1 figure figcaption p {
    font-size: 14px;
    line-height: 16px;
    margin: 55px;
}
.mythemes-gallery.colls-2 figure figcaption p {
    font-size: 13px;
    line-height: 15px;
    margin: 45px;
}
.mythemes-gallery.colls-3 figure figcaption p {
    font-size: 12px;
    line-height: 14px;
    margin: 35px;
}
.mythemes-gallery.colls-4 figure figcaption p {
    font-size: 11px;
    line-height: 13px;
    margin: 25px;
}
.mythemes-gallery.colls-5 figure figcaption p {
    font-size: 10px;
    line-height: 12px;
    margin: 15px;
}

/* FULL */
.content-border.full .mythemes-gallery.colls-1 figure figcaption {
    padding: 60px;
}
.content-border.full .mythemes-gallery.colls-2 figure figcaption {
    padding: 50px;
}
.content-border.full .mythemes-gallery.colls-3 figure figcaption {
    padding: 40px;
}
.content-border.full .mythemes-gallery.colls-4 figure figcaption {
    padding: 30px;
}
.content-border.full .mythemes-gallery.colls-5 figure figcaption {
    padding: 20px;
}

/* HEADLINE */
.content-border.full .mythemes-gallery.colls-1 figure figcaption h2 {
    font-size: 30px;
    line-height: 36px;
}
.content-border.full .mythemes-gallery.colls-2 figure figcaption h2 {
    font-size: 24px;
    line-height: 30px;
}
.content-border.full .mythemes-gallery.colls-3 figure figcaption h2 {
    font-size: 20px;
    line-height: 24px;
}
.content-border.full .mythemes-gallery.colls-4 figure figcaption h2 {
    font-size: 16px;
    line-height: 20px;
}
.content-border.full .mythemes-gallery.colls-5 figure figcaption h2 {
    font-size: 14px;
    line-height: 18px;
}

/* PARAGRAPHS */
.content-border.full .mythemes-gallery.colls-1 figure figcaption p {
    font-size: 16px;
    line-height: 18px;
    margin: 60px;
}
.content-border.full .mythemes-gallery.colls-2 figure figcaption p {
    font-size: 14px;
    line-height: 16px;
    margin: 50px;
}
.content-border.full .mythemes-gallery.colls-3 figure figcaption p {
    font-size: 13px;
    line-height: 15px;
    margin: 40px;
}
.content-border.full .mythemes-gallery.colls-4 figure figcaption p {
    font-size: 11px;
    line-height: 13px;
    margin: 30px;
}
.content-border.full .mythemes-gallery.colls-5 figure figcaption p {
    font-size: 10px;
    line-height: 12px;
    margin: 20px;
}


@media (min-width: 1200px ){
    .mythemes-gallery.colls-6 figure figcaption h2,
    .mythemes-gallery.colls-7 figure figcaption h2,
    .mythemes-gallery.colls-8 figure figcaption h2,
    .mythemes-gallery.colls-9 figure figcaption h2,
    .mythemes-gallery.colls-6 figure figcaption p,
    .mythemes-gallery.colls-7 figure figcaption p,
    .mythemes-gallery.colls-8 figure figcaption p,
    .mythemes-gallery.colls-9 figure figcaption p{
        display: none;
    }
    .mythemes-gallery.colls-6 figure figcaption a,
    .mythemes-gallery.colls-7 figure figcaption a,
    .mythemes-gallery.colls-8 figure figcaption a,
    .mythemes-gallery.colls-9 figure figcaption a{
        background-image: url( ../img/zoom.png);
        background-position: center center;
        background-repeat: no-repeat;

        opacity: 0;
        filter: alpha(opacity=0);
    }

    .mythemes-gallery.colls-6 figure:hover figcaption a,
    .mythemes-gallery.colls-7 figure:hover figcaption a,
    .mythemes-gallery.colls-8 figure:hover figcaption a,
    .mythemes-gallery.colls-9 figure:hover figcaption a{
        opacity: 1;
        filter: alpha(opacity=100);   
    }
}
@media ( min-width: 992px ) and (max-width: 1199px ){

    /* COLUMNS LENGTH */
    .mythemes-gallery.colls-1 figure {
        width: 100%;
    }
    .mythemes-gallery.colls-2 figure {
        width: 50%;
    }
    .mythemes-gallery.colls-3 figure,
    .mythemes-gallery.colls-4 figure,
    .mythemes-gallery.colls-5 figure,
    .mythemes-gallery.colls-6 figure,
    .mythemes-gallery.colls-7 figure,
    .mythemes-gallery.colls-8 figure,
    .mythemes-gallery.colls-9 figure {
        width: 33.33333333%;
    }

    .content-border.full .mythemes-gallery.colls-4 figure,
    .content-border.full .mythemes-gallery.colls-5 figure,
    .content-border.full .mythemes-gallery.colls-6 figure,
    .content-border.full .mythemes-gallery.colls-7 figure,
    .content-border.full .mythemes-gallery.colls-8 figure,
    .content-border.full .mythemes-gallery.colls-9 figure {
        width: 25%;
    }

    /* FIGCAPTIONS SPACE */
    .mythemes-gallery.colls-1 figure figcaption {
        padding: 60px;
    }
    .mythemes-gallery.colls-2 figure figcaption {
        padding: 30px;
    }
    .mythemes-gallery.colls-3 figure figcaption,
    .mythemes-gallery.colls-4 figure figcaption,
    .mythemes-gallery.colls-5 figure figcaption,
    .mythemes-gallery.colls-6 figure figcaption,
    .mythemes-gallery.colls-7 figure figcaption,
    .mythemes-gallery.colls-8 figure figcaption,
    .mythemes-gallery.colls-9 figure figcaption {
        padding: 25px;
    }

    .content-border.full .mythemes-gallery.colls-2 figure figcaption {
        padding: 40px;
    }
    .content-border.full .mythemes-gallery.colls-3 figure figcaption{
        padding: 30px;   
    }

    /* HEADLINE */
    .mythemes-gallery.colls-1 figure figcaption h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .mythemes-gallery.colls-2 figure figcaption h2 {
        font-size: 22px;
        line-height: 24px;
    }
    .mythemes-gallery.colls-3 figure figcaption h2,
    .mythemes-gallery.colls-4 figure figcaption h2,
    .mythemes-gallery.colls-5 figure figcaption h2,
    .mythemes-gallery.colls-6 figure figcaption h2,
    .mythemes-gallery.colls-7 figure figcaption h2,
    .mythemes-gallery.colls-8 figure figcaption h2,
    .mythemes-gallery.colls-9 figure figcaption h2 {
        font-size: 16px;
        line-height: 18px;
    }

    /* FULL WIDTH HEADLINE */
    .content-border.full .mythemes-gallery.colls-3 figure figcaption h2 {
        font-size: 18px;
        line-height: 22px;
    }

    /* PARAGRAPHS */
    .mythemes-gallery.colls-1 figure figcaption p {
        font-size: 16px;
        line-height: 18px;
        margin: 60px;
    }
    .mythemes-gallery.colls-2 figure figcaption p {
        font-size: 13px;
        line-height: 15px;
        margin: 30px;
    }
    .mythemes-gallery.colls-3 figure figcaption p,
    .mythemes-gallery.colls-4 figure figcaption p,
    .mythemes-gallery.colls-5 figure figcaption p,
    .mythemes-gallery.colls-6 figure figcaption p,
    .mythemes-gallery.colls-7 figure figcaption p,
    .mythemes-gallery.colls-8 figure figcaption p,
    .mythemes-gallery.colls-9 figure figcaption p {
        font-size: 10px;
        line-height: 12px;
        margin: 25px;
    }

    /* FULL WIDTH PATAGRAPHS */
    .content-border.full .mythemes-gallery.colls-2 figure figcaption p {
        font-size: 14px;
        line-height: 16px;
        margin: 40px;
    }
    .content-border.full .mythemes-gallery.colls-3 figure figcaption p {
        font-size: 13px;
        line-height: 15px;
        margin: 30px;
    }
    .content-border.full .mythemes-gallery.colls-4 figure figcaption p,
    .content-border.full .mythemes-gallery.colls-5 figure figcaption p,
    .content-border.full .mythemes-gallery.colls-6 figure figcaption p,
    .content-border.full .mythemes-gallery.colls-7 figure figcaption p,
    .content-border.full .mythemes-gallery.colls-8 figure figcaption p,
    .content-border.full .mythemes-gallery.colls-9 figure figcaption p {
        font-size: 11px;
        line-height: 13px;
    }

}
@media ( min-width: 768px ) and ( max-width: 991px ){
    /* COLUMNS LENGTH */
    .mythemes-gallery.colls-1 figure {
        width: 100%;
    }
    .mythemes-gallery.colls-2 figure,
    .mythemes-gallery.colls-3 figure,
    .mythemes-gallery.colls-4 figure,
    .mythemes-gallery.colls-5 figure,
    .mythemes-gallery.colls-6 figure,
    .mythemes-gallery.colls-7 figure,
    .mythemes-gallery.colls-8 figure,
    .mythemes-gallery.colls-9 figure {
        width: 50%;
    }

    .content-border.full .mythemes-gallery.colls-3 figure,
    .content-border.full .mythemes-gallery.colls-4 figure,
    .content-border.full .mythemes-gallery.colls-5 figure,
    .content-border.full .mythemes-gallery.colls-6 figure,
    .content-border.full .mythemes-gallery.colls-7 figure,
    .content-border.full .mythemes-gallery.colls-8 figure,
    .content-border.full .mythemes-gallery.colls-9 figure {
        width: 33.33333333%;
    }

    /* FIGCAPTIONS SPACE */
    .mythemes-gallery.colls-1 figure figcaption {
        padding: 30px;
    }
    .mythemes-gallery.colls-2 figure figcaption,
    .mythemes-gallery.colls-3 figure figcaption,
    .mythemes-gallery.colls-4 figure figcaption,
    .mythemes-gallery.colls-5 figure figcaption,
    .mythemes-gallery.colls-6 figure figcaption,
    .mythemes-gallery.colls-7 figure figcaption,
    .mythemes-gallery.colls-8 figure figcaption,
    .mythemes-gallery.colls-9 figure figcaption {
        padding: 15px;
    }

    .content-border.full .mythemes-gallery.colls-1 figure figcaption{
        padding: 50px;
    }
    .content-border.full .mythemes-gallery.colls-2 figure figcaption{
        padding: 35px;
    }
    .content-border.full .mythemes-gallery.colls-3 figure figcaption,
    .content-border.full .mythemes-gallery.colls-4 figure figcaption,
    .content-border.full .mythemes-gallery.colls-5 figure figcaption,
    .content-border.full .mythemes-gallery.colls-6 figure figcaption,
    .content-border.full .mythemes-gallery.colls-7 figure figcaption,
    .content-border.full .mythemes-gallery.colls-8 figure figcaption,
    .content-border.full .mythemes-gallery.colls-9 figure figcaption {
        padding: 25px;
    }


    /* HEADLINE */
    .mythemes-gallery.colls-1 figure figcaption h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .mythemes-gallery.colls-2 figure figcaption h2,
    .mythemes-gallery.colls-3 figure figcaption h2,
    .mythemes-gallery.colls-4 figure figcaption h2,
    .mythemes-gallery.colls-5 figure figcaption h2,
    .mythemes-gallery.colls-6 figure figcaption h2,
    .mythemes-gallery.colls-7 figure figcaption h2,
    .mythemes-gallery.colls-8 figure figcaption h2,
    .mythemes-gallery.colls-9 figure figcaption h2 {
        font-size: 16px;
        line-height: 18px;
    }

    /* FULL WIDTH HEADLINE */
    .content-border.full .mythemes-gallery.colls-1 figure figcaption h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .content-border.full .mythemes-gallery.colls-2 figure figcaption h2 {
        font-size: 24px;
        line-height: 30px;
    }


    /* PARAGRAPHS */
    .mythemes-gallery.colls-1 figure figcaption p {
        font-size: 14px;
        line-height: 16px;
        margin: 30px;
    }
    .mythemes-gallery.colls-2 figure figcaption p,
    .mythemes-gallery.colls-3 figure figcaption p,
    .mythemes-gallery.colls-4 figure figcaption p,
    .mythemes-gallery.colls-5 figure figcaption p,
    .mythemes-gallery.colls-6 figure figcaption p,
    .mythemes-gallery.colls-7 figure figcaption p,
    .mythemes-gallery.colls-8 figure figcaption p,
    .mythemes-gallery.colls-9 figure figcaption p {
        font-size: 11px;
        line-height: 13px;
        margin: 15px;
    }

    /* FULL WIDTH PATAGRAPHS */
    .content-border.full .mythemes-gallery.colls-1 figure figcaption p {
        font-size: 16px;
        line-height: 18px;
        margin: 50px;
    }
    .content-border.full .mythemes-gallery.colls-2 figure figcaption p {
        font-size: 13px;
        line-height: 15px;
        margin: 35px;
    }

    .content-border.full .mythemes-gallery.colls-3 figure figcaption p,
    .content-border.full .mythemes-gallery.colls-4 figure figcaption p,
    .content-border.full .mythemes-gallery.colls-5 figure figcaption p,
    .content-border.full .mythemes-gallery.colls-6 figure figcaption p,
    .content-border.full .mythemes-gallery.colls-7 figure figcaption p,
    .content-border.full .mythemes-gallery.colls-8 figure figcaption p,
    .content-border.full .mythemes-gallery.colls-9 figure figcaption p {
        font-size: 11px;
        line-height: 15px;
        margin: 25px;
    }
}
@media ( min-width: 481px ) and ( max-width: 767px ){
    /* COLUMNS LENGTH */
    .mythemes-gallery.colls-1 figure{
        width: 100%;
    }
    .mythemes-gallery.colls-2 figure,
    .mythemes-gallery.colls-3 figure,
    .mythemes-gallery.colls-4 figure,
    .mythemes-gallery.colls-5 figure,
    .mythemes-gallery.colls-6 figure,
    .mythemes-gallery.colls-7 figure,
    .mythemes-gallery.colls-8 figure,
    .mythemes-gallery.colls-9 figure {
        width: 50%;
    }

    /* FIGCAPTIONS SPACE */
    .mythemes-gallery.colls-1 figure figcaption{
        padding: 35px;
    }
    .mythemes-gallery.colls-2 figure figcaption,
    .mythemes-gallery.colls-3 figure figcaption,
    .mythemes-gallery.colls-4 figure figcaption,
    .mythemes-gallery.colls-5 figure figcaption,
    .mythemes-gallery.colls-6 figure figcaption,
    .mythemes-gallery.colls-7 figure figcaption,
    .mythemes-gallery.colls-8 figure figcaption,
    .mythemes-gallery.colls-9 figure figcaption {
        padding: 20px;
    }

    /* HEADLINE */
    .mythemes-gallery.colls-1 figure figcaption h2{
        font-size: 24px;
        line-height: 30px;
    }
    .mythemes-gallery.colls-2 figure figcaption h2,
    .mythemes-gallery.colls-3 figure figcaption h2,
    .mythemes-gallery.colls-4 figure figcaption h2,
    .mythemes-gallery.colls-5 figure figcaption h2,
    .mythemes-gallery.colls-6 figure figcaption h2,
    .mythemes-gallery.colls-7 figure figcaption h2,
    .mythemes-gallery.colls-8 figure figcaption h2,
    .mythemes-gallery.colls-9 figure figcaption h2 {
        font-size: 18px;
        line-height: 22px;
    }

    /* PARAGRAPHS */
    .mythemes-gallery.colls-1 figure figcaption p{
        font-size: 14px;
        line-height: 18px;
        margin: 35px;
    }
    .mythemes-gallery.colls-2 figure figcaption p,
    .mythemes-gallery.colls-3 figure figcaption p,
    .mythemes-gallery.colls-4 figure figcaption p,
    .mythemes-gallery.colls-5 figure figcaption p,
    .mythemes-gallery.colls-6 figure figcaption p,
    .mythemes-gallery.colls-7 figure figcaption p,
    .mythemes-gallery.colls-8 figure figcaption p,
    .mythemes-gallery.colls-9 figure figcaption p {
        font-size: 11px;
        line-height: 15px;
        margin: 20px;
    }
}
@media ( max-width: 480px ){
    .mythemes-gallery.colls-1 figure,
    .mythemes-gallery.colls-2 figure,
    .mythemes-gallery.colls-3 figure,
    .mythemes-gallery.colls-4 figure,
    .mythemes-gallery.colls-5 figure,
    .mythemes-gallery.colls-6 figure,
    .mythemes-gallery.colls-7 figure,
    .mythemes-gallery.colls-8 figure,
    .mythemes-gallery.colls-9 figure {
        width: 100%;
    }

    .mythemes-gallery.colls-1 figure figcaption h2,
    .mythemes-gallery.colls-2 figure figcaption h2,
    .mythemes-gallery.colls-3 figure figcaption h2,
    .mythemes-gallery.colls-4 figure figcaption h2,
    .mythemes-gallery.colls-5 figure figcaption h2,
    .mythemes-gallery.colls-6 figure figcaption h2,
    .mythemes-gallery.colls-7 figure figcaption h2,
    .mythemes-gallery.colls-8 figure figcaption h2,
    .mythemes-gallery.colls-9 figure figcaption h2,

    .mythemes-gallery.colls-1 figure figcaption p,
    .mythemes-gallery.colls-2 figure figcaption p,
    .mythemes-gallery.colls-3 figure figcaption p,
    .mythemes-gallery.colls-4 figure figcaption p,
    .mythemes-gallery.colls-5 figure figcaption p,
    .mythemes-gallery.colls-6 figure figcaption p,
    .mythemes-gallery.colls-7 figure figcaption p,
    .mythemes-gallery.colls-8 figure figcaption p,
    .mythemes-gallery.colls-9 figure figcaption p{
        display: none;
    }

    .mythemes-gallery.colls-1 figure figcaption a,
    .mythemes-gallery.colls-2 figure figcaption a,
    .mythemes-gallery.colls-3 figure figcaption a,
    .mythemes-gallery.colls-4 figure figcaption a,
    .mythemes-gallery.colls-5 figure figcaption a,
    .mythemes-gallery.colls-6 figure figcaption a,
    .mythemes-gallery.colls-7 figure figcaption a,
    .mythemes-gallery.colls-8 figure figcaption a,
    .mythemes-gallery.colls-9 figure figcaption a{
        background-image: url( ../img/zoom.png);
        background-position: center center;
        background-repeat: no-repeat;

        opacity: 0;
        filter: alpha(opacity=0);
    }

    .mythemes-gallery.colls-1 figure:hover figcaption a,
    .mythemes-gallery.colls-2 figure:hover figcaption a,
    .mythemes-gallery.colls-3 figure:hover figcaption a,
    .mythemes-gallery.colls-4 figure:hover figcaption a,
    .mythemes-gallery.colls-5 figure:hover figcaption a,
    .mythemes-gallery.colls-6 figure:hover figcaption a,
    .mythemes-gallery.colls-7 figure:hover figcaption a,
    .mythemes-gallery.colls-8 figure:hover figcaption a,
    .mythemes-gallery.colls-9 figure:hover figcaption a{
        opacity: 1;
        filter: alpha(opacity=100);   
    }
}</pre></body></html>