div.mythemes-white{
    background-color: #ffffff;
}
div.mythemes-white div.content{
    padding-top: 75px;
    padding-bottom: 15px;
}
aside.mythemes-header-items.hidden + div.row{
    display: none;
}


/* CLASSIC POST VIEW */
.mythemes-classic .post-thumbnail{
    background-color: rgba( 0, 0, 0, 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 figcaption{
    font-weight: 300;
    line-height: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.mythemes-classic .post-thumbnail:hover{
    background-color: rgba( 0, 0, 0, 1.0 );
}
.mythemes-classic .post-thumbnail a.valign-cell-wrapper{
    background-color: rgba( 0, 0, 0, 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;
}

img {
  margin: 0px;
  padding: 0px;
  max-width: 100% !important;
  height: auto !important;
}
.parallax{
    background-attachment: fixed;
    background-position: center;

    -webkit-background-size: 0 0;
       -moz-background-size: 0 0;
        -ms-background-size: 0 0;
         -o-background-size: 0 0;
            background-size: 0 0;
}
.parallax img{
    max-width: none !important;
}
body .gm-style img,
body .mythemes-map-canvas img {
  max-width: none !important;
}
iframe {
  border: none;
  margin: 0px;
  padding: 0px;
}


/* 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: -10px;
}
.mythemes-gallery figure.mythemes-item {
    margin: -10px;
    padding: 10px;

    position: relative;
    margin: 0px;
    float: left;
    overflow: hidden;
    text-align: center;
    cursor: pointer;

    -webkit-transition: all 0.3s easy-out;
       -moz-transition: all 0.3s easy-out;
        -ms-transition: all 0.3s easy-out;
         -o-transition: all 0.3s easy-out;
            transition: all 0.3s easy-out;
}
.mythemes-gallery figure.mythemes-item > div{
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);

    -webkit-transition: all 0.3s easy-out;
       -moz-transition: all 0.3s easy-out;
        -ms-transition: all 0.3s easy-out;
         -o-transition: all 0.3s easy-out;
            transition: all 0.3s easy-out;
}
.mythemes-gallery figure.mythemes-item:hover > div{
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.22), 0 2px 15px 0 rgba(0, 0, 0, 0.18);
       -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.22), 0 2px 15px 0 rgba(0, 0, 0, 0.18);
            box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.22), 0 2px 15px 0 rgba(0, 0, 0, 0.18);
}
.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 > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mythemes-gallery figure.mythemes-item div.mythemes-thumbnail figcaption > 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.15em;
    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: "Open Sans", sans-serif, Arial, serif;
    letter-spacing: 1px;
}


/* HEADLINE */
.mythemes-gallery figure.mythemes-item figcaption h2{
    font-family: "Open Sans", Helvetica, Arial, sans-serif, serif;
}
.mythemes-gallery.colls-1 figure.mythemes-item figcaption h2 {
    font-size: 26px;
    line-height: 30px;
}
.mythemes-gallery.colls-2 figure.mythemes-item figcaption h2 {
    font-size: 22px;
    line-height: 26px;
}
.mythemes-gallery.colls-3 figure.mythemes-item figcaption h2 {
    font-size: 18px;
    line-height: 22px;
}
.mythemes-gallery.colls-4 figure.mythemes-item figcaption h2 {
    font-size: 16px;
    line-height: 18px;
}
.mythemes-gallery.colls-5 figure.mythemes-item figcaption h2 {
    font-size: 14px;
    line-height: 16px;
}

/* PARAGRAPHS */
.mythemes-gallery.colls-1 figure.mythemes-item figcaption p {
    font-size: 14px;
    line-height: 16px;
}
.mythemes-gallery.colls-2 figure.mythemes-item figcaption p {
    font-size: 13px;
    line-height: 15px;
}
.mythemes-gallery.colls-3 figure.mythemes-item figcaption p {
    font-size: 12px;
    line-height: 14px;
}
.mythemes-gallery.colls-4 figure.mythemes-item figcaption p {
    font-size: 11px;
    line-height: 13px;
}
.mythemes-gallery.colls-5 figure.mythemes-item figcaption p {
    font-size: 10px;
    line-height: 12px;
}


/* HEADLINE */
section.col-lg-9 .mythemes-gallery.colls-1 figure.mythemes-item figcaption h2 {
    font-size: 30px;
    line-height: 36px;
}
section.col-lg-9 .mythemes-gallery.colls-2 figure.mythemes-item figcaption h2 {
    font-size: 24px;
    line-height: 30px;
}
section.col-lg-9 .mythemes-gallery.colls-3 figure.mythemes-item figcaption h2 {
    font-size: 20px;
    line-height: 24px;
}
section.col-lg-9 .mythemes-gallery.colls-4 figure.mythemes-item figcaption h2 {
    font-size: 16px;
    line-height: 20px;
}
section.col-lg-9 .mythemes-gallery.colls-5 figure.mythemes-item figcaption h2 {
    font-size: 14px;
    line-height: 18px;
}

/* PARAGRAPHS */
section.col-lg-9 .mythemes-gallery.colls-1 figure.mythemes-item figcaption p {
    font-size: 16px;
    line-height: 18px;
}
section.col-lg-9 .mythemes-gallery.colls-2 figure.mythemes-item figcaption p {
    font-size: 14px;
    line-height: 16px;
}
section.col-lg-9 .mythemes-gallery.colls-3 figure.mythemes-item figcaption p {
    font-size: 13px;
    line-height: 15px;
}
section.col-lg-9 .mythemes-gallery.colls-4 figure.mythemes-item figcaption p {
    font-size: 11px;
    line-height: 13px;
}
section.col-lg-9 .mythemes-gallery.colls-5 figure.mythemes-item figcaption p {
    font-size: 10px;
    line-height: 12px;
}



@media (min-width: 1200px ){
    .mythemes-gallery.colls-6 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-7 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-8 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-9 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-6 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-7 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-8 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-9 figure.mythemes-item figcaption p{
        display: none;
    }
    .mythemes-gallery.colls-6 figure.mythemes-item figcaption a,
    .mythemes-gallery.colls-7 figure.mythemes-item figcaption a,
    .mythemes-gallery.colls-8 figure.mythemes-item figcaption a,
    .mythemes-gallery.colls-9 figure.mythemes-item 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.mythemes-item:hover figcaption a,
    .mythemes-gallery.colls-7 figure.mythemes-item:hover figcaption a,
    .mythemes-gallery.colls-8 figure.mythemes-item:hover figcaption a,
    .mythemes-gallery.colls-9 figure.mythemes-item:hover figcaption a{
        opacity: 1;
        filter: alpha(opacity=100);   
    }
}
@media ( min-width: 992px ) and (max-width: 1199px ){
    /* COLUMNS LENGTH */
    .mythemes-gallery.colls-1 figure.mythemes-item {
        width: 100%;
    }
    .mythemes-gallery.colls-2 figure.mythemes-item {
        width: 50%;
    }
    .mythemes-gallery.colls-3 figure.mythemes-item,
    .mythemes-gallery.colls-4 figure.mythemes-item,
    .mythemes-gallery.colls-5 figure.mythemes-item,
    .mythemes-gallery.colls-6 figure.mythemes-item,
    .mythemes-gallery.colls-7 figure.mythemes-item,
    .mythemes-gallery.colls-8 figure.mythemes-item,
    .mythemes-gallery.colls-9 figure.mythemes-item {
        width: 33.33333333%;
    }

    section.col-lg-9 .mythemes-gallery.colls-4 figure.mythemes-item,
    section.col-lg-9 .mythemes-gallery.colls-5 figure.mythemes-item,
    section.col-lg-9 .mythemes-gallery.colls-6 figure.mythemes-item,
    section.col-lg-9 .mythemes-gallery.colls-7 figure.mythemes-item,
    section.col-lg-9 .mythemes-gallery.colls-8 figure.mythemes-item,
    section.col-lg-9 .mythemes-gallery.colls-9 figure.mythemes-item {
        width: 25%;
    }

    /* HEADLINE */
    .mythemes-gallery.colls-1 figure.mythemes-item figcaption h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .mythemes-gallery.colls-2 figure.mythemes-item figcaption h2 {
        font-size: 22px;
        line-height: 24px;
    }
    .mythemes-gallery.colls-3 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-4 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-5 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-6 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-7 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-8 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-9 figure.mythemes-item figcaption h2 {
        font-size: 16px;
        line-height: 18px;
    }

    /* FULL WIDTH HEADLINE */
    section.col-lg-9 .mythemes-gallery.colls-1 figure.mythemes-item figcaption h2 {
        font-size: 30px;
        line-height: 36px;
    }
    section.col-lg-9 .mythemes-gallery.colls-2 figure.mythemes-item figcaption h2 {
        font-size: 22px;
        line-height: 24px;
    }
    section.col-lg-9 .mythemes-gallery.colls-3 figure.mythemes-item figcaption h2 {
        font-size: 18px;
        line-height: 22px;
    }

    section.col-lg-9 .mythemes-gallery.colls-4 figure.mythemes-item figcaption h2,
    section.col-lg-9 .mythemes-gallery.colls-5 figure.mythemes-item figcaption h2,
    section.col-lg-9 .mythemes-gallery.colls-6 figure.mythemes-item figcaption h2,
    section.col-lg-9 .mythemes-gallery.colls-7 figure.mythemes-item figcaption h2,
    section.col-lg-9 .mythemes-gallery.colls-8 figure.mythemes-item figcaption h2,
    section.col-lg-9 .mythemes-gallery.colls-9 figure.mythemes-item figcaption h2 {
        font-size: 16px;
        line-height: 18px;   
    }

    /* PARAGRAPHS */
    .mythemes-gallery.colls-1 figure.mythemes-item figcaption p {
        font-size: 16px;
        line-height: 18px;
    }
    .mythemes-gallery.colls-2 figure.mythemes-item figcaption p {
        font-size: 13px;
        line-height: 15px;
    }
    .mythemes-gallery.colls-3 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-4 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-5 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-6 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-7 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-8 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-9 figure.mythemes-item figcaption p {
        font-size: 10px;
        line-height: 12px;
    }

    /* FULL WIDTH PATAGRAPHS */
    section.col-lg-9 .mythemes-gallery.colls-2 figure.mythemes-item figcaption p {
        font-size: 14px;
        line-height: 16px;
    }
    section.col-lg-9 .mythemes-gallery.colls-3 figure.mythemes-item figcaption p {
        font-size: 13px;
        line-height: 15px;
    }
    section.col-lg-9 .mythemes-gallery.colls-4 figure.mythemes-item figcaption p,
    section.col-lg-9 .mythemes-gallery.colls-5 figure.mythemes-item figcaption p,
    section.col-lg-9 .mythemes-gallery.colls-6 figure.mythemes-item figcaption p,
    section.col-lg-9 .mythemes-gallery.colls-7 figure.mythemes-item figcaption p,
    section.col-lg-9 .mythemes-gallery.colls-8 figure.mythemes-item figcaption p,
    section.col-lg-9 .mythemes-gallery.colls-9 figure.mythemes-item figcaption p {
        font-size: 11px;
        line-height: 13px;
    }
}
@media ( min-width: 768px ) and ( max-width: 991px ){
    /* COLUMNS LENGTH */
    .mythemes-gallery.colls-1 figure.mythemes-item {
        width: 100%;
    }
    .mythemes-gallery.colls-2 figure.mythemes-item,
    .mythemes-gallery.colls-3 figure.mythemes-item,
    .mythemes-gallery.colls-4 figure.mythemes-item,
    .mythemes-gallery.colls-5 figure.mythemes-item,
    .mythemes-gallery.colls-6 figure.mythemes-item,
    .mythemes-gallery.colls-7 figure.mythemes-item,
    .mythemes-gallery.colls-8 figure.mythemes-item,
    .mythemes-gallery.colls-9 figure.mythemes-item {
        width: 50%;
    }

    section.col-lg-9 .mythemes-gallery.colls-3 figure.mythemes-item,
    section.col-lg-9 .mythemes-gallery.colls-4 figure.mythemes-item,
    section.col-lg-9 .mythemes-gallery.colls-5 figure.mythemes-item,
    section.col-lg-9 .mythemes-gallery.colls-6 figure.mythemes-item,
    section.col-lg-9 .mythemes-gallery.colls-7 figure.mythemes-item,
    section.col-lg-9 .mythemes-gallery.colls-8 figure.mythemes-item,
    section.col-lg-9 .mythemes-gallery.colls-9 figure.mythemes-item {
        width: 33.33333333%;
    }

    /* HEADLINE */
    .mythemes-gallery.colls-1 figure.mythemes-item figcaption h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .mythemes-gallery.colls-2 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-3 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-4 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-5 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-6 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-7 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-8 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-9 figure.mythemes-item figcaption h2 {
        font-size: 16px;
        line-height: 18px;
    }

    /* FULL WIDTH HEADLINE */
    section.col-lg-9 .mythemes-gallery.colls-1 figure.mythemes-item figcaption h2 {
        font-size: 30px;
        line-height: 36px;
    }

    section.col-lg-9 .mythemes-gallery.colls-2 figure.mythemes-item figcaption h2 {
        font-size: 24px;
        line-height: 30px;
    }

    section.col-lg-9 .mythemes-gallery.colls-3 figure.mythemes-item figcaption h2,
    section.col-lg-9 .mythemes-gallery.colls-4 figure.mythemes-item figcaption h2,
    section.col-lg-9 .mythemes-gallery.colls-5 figure.mythemes-item figcaption h2,
    section.col-lg-9 .mythemes-gallery.colls-6 figure.mythemes-item figcaption h2,
    section.col-lg-9 .mythemes-gallery.colls-7 figure.mythemes-item figcaption h2,
    section.col-lg-9 .mythemes-gallery.colls-8 figure.mythemes-item figcaption h2,
    section.col-lg-9 .mythemes-gallery.colls-9 figure.mythemes-item figcaption h2 {
        font-size: 16px;
        line-height: 18px;
    }


    /* PARAGRAPHS */
    .mythemes-gallery.colls-1 figure.mythemes-item figcaption p {
        font-size: 14px;
        line-height: 16px;
    }
    .mythemes-gallery.colls-2 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-3 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-4 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-5 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-6 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-7 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-8 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-9 figure.mythemes-item figcaption p {
        font-size: 11px;
        line-height: 13px;
    }

    /* FULL WIDTH PATAGRAPHS */
    section.col-lg-9 .mythemes-gallery.colls-1 figure.mythemes-item figcaption p {
        font-size: 16px;
        line-height: 18px;
    }
    section.col-lg-9 .mythemes-gallery.colls-2 figure.mythemes-item figcaption p {
        font-size: 13px;
        line-height: 15px;
    }

    section.col-lg-9 .mythemes-gallery.colls-3 figure.mythemes-item figcaption p,
    section.col-lg-9 .mythemes-gallery.colls-4 figure.mythemes-item figcaption p,
    section.col-lg-9 .mythemes-gallery.colls-5 figure.mythemes-item figcaption p,
    section.col-lg-9 .mythemes-gallery.colls-6 figure.mythemes-item figcaption p,
    section.col-lg-9 .mythemes-gallery.colls-7 figure.mythemes-item figcaption p,
    section.col-lg-9 .mythemes-gallery.colls-8 figure.mythemes-item figcaption p,
    section.col-lg-9 .mythemes-gallery.colls-9 figure.mythemes-item figcaption p {
        font-size: 11px;
        line-height: 15px;
    }
}
@media ( min-width: 481px ) and ( max-width: 767px ){
    /* COLUMNS LENGTH */
    .mythemes-gallery.colls-1 figure.mythemes-item{
        width: 100%;
    }
    .mythemes-gallery.colls-2 figure.mythemes-item,
    .mythemes-gallery.colls-3 figure.mythemes-item,
    .mythemes-gallery.colls-4 figure.mythemes-item,
    .mythemes-gallery.colls-5 figure.mythemes-item,
    .mythemes-gallery.colls-6 figure.mythemes-item,
    .mythemes-gallery.colls-7 figure.mythemes-item,
    .mythemes-gallery.colls-8 figure.mythemes-item,
    .mythemes-gallery.colls-9 figure.mythemes-item {
        width: 50%;
    }

    /* HEADLINE */
    .mythemes-gallery.colls-1 figure.mythemes-item figcaption h2{
        font-size: 24px;
        line-height: 30px;
    }
    .mythemes-gallery.colls-2 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-3 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-4 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-5 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-6 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-7 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-8 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-9 figure.mythemes-item figcaption h2 {
        font-size: 18px;
        line-height: 22px;
    }

    section.col-lg-9 .mythemes-gallery.colls-1 figure.mythemes-item figcaption h2{
        font-size: 24px;
        line-height: 30px;
    }
    section.col-lg-9 .mythemes-gallery.colls-2 figure.mythemes-item figcaption h2,
    section.col-lg-9 .mythemes-gallery.colls-3 figure.mythemes-item figcaption h2,
    section.col-lg-9 .mythemes-gallery.colls-4 figure.mythemes-item figcaption h2,
    section.col-lg-9 .mythemes-gallery.colls-5 figure.mythemes-item figcaption h2,
    section.col-lg-9 .mythemes-gallery.colls-6 figure.mythemes-item figcaption h2,
    section.col-lg-9 .mythemes-gallery.colls-7 figure.mythemes-item figcaption h2,
    section.col-lg-9 .mythemes-gallery.colls-8 figure.mythemes-item figcaption h2,
    section.col-lg-9 .mythemes-gallery.colls-9 figure.mythemes-item figcaption h2 {
        font-size: 18px;
        line-height: 22px;
    }

    /* PARAGRAPHS */
    .mythemes-gallery.colls-1 figure.mythemes-item figcaption p{
        font-size: 14px;
        line-height: 18px;
    }
    .mythemes-gallery.colls-2 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-3 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-4 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-5 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-6 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-7 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-8 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-9 figure.mythemes-item figcaption p {
        font-size: 11px;
        line-height: 15px;
    }
}
@media ( max-width: 480px ){
    .mythemes-gallery.colls-1 figure.mythemes-item,
    .mythemes-gallery.colls-2 figure.mythemes-item,
    .mythemes-gallery.colls-3 figure.mythemes-item,
    .mythemes-gallery.colls-4 figure.mythemes-item,
    .mythemes-gallery.colls-5 figure.mythemes-item,
    .mythemes-gallery.colls-6 figure.mythemes-item,
    .mythemes-gallery.colls-7 figure.mythemes-item,
    .mythemes-gallery.colls-8 figure.mythemes-item,
    .mythemes-gallery.colls-9 figure.mythemes-item {
        width: 100%;
    }

    .mythemes-gallery.colls-1 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-2 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-3 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-4 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-5 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-6 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-7 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-8 figure.mythemes-item figcaption h2,
    .mythemes-gallery.colls-9 figure.mythemes-item figcaption h2,

    .mythemes-gallery.colls-1 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-2 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-3 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-4 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-5 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-6 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-7 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-8 figure.mythemes-item figcaption p,
    .mythemes-gallery.colls-9 figure.mythemes-item figcaption p{
        display: none;
    }

    .mythemes-gallery.colls-1 figure.mythemes-item figcaption a,
    .mythemes-gallery.colls-2 figure.mythemes-item figcaption a,
    .mythemes-gallery.colls-3 figure.mythemes-item figcaption a,
    .mythemes-gallery.colls-4 figure.mythemes-item figcaption a,
    .mythemes-gallery.colls-5 figure.mythemes-item figcaption a,
    .mythemes-gallery.colls-6 figure.mythemes-item figcaption a,
    .mythemes-gallery.colls-7 figure.mythemes-item figcaption a,
    .mythemes-gallery.colls-8 figure.mythemes-item figcaption a,
    .mythemes-gallery.colls-9 figure.mythemes-item 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.mythemes-item:hover figcaption a,
    .mythemes-gallery.colls-2 figure.mythemes-item:hover figcaption a,
    .mythemes-gallery.colls-3 figure.mythemes-item:hover figcaption a,
    .mythemes-gallery.colls-4 figure.mythemes-item:hover figcaption a,
    .mythemes-gallery.colls-5 figure.mythemes-item:hover figcaption a,
    .mythemes-gallery.colls-6 figure.mythemes-item:hover figcaption a,
    .mythemes-gallery.colls-7 figure.mythemes-item:hover figcaption a,
    .mythemes-gallery.colls-8 figure.mythemes-item:hover figcaption a,
    .mythemes-gallery.colls-9 figure.mythemes-item:hover figcaption a{
        opacity: 1;
        filter: alpha(opacity=100);   
    }
}



/* EFFECT BUBBA */
.mythemes-gallery figure.mythemes-item.effect-bubba div.mythemes-thumbnail {
    background: #000000;
}
.mythemes-gallery figure.mythemes-item.effect-bubba div.mythemes-thumbnail img {
    opacity: 0.7;
    filter: alpha(opacity=70);

    -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-bubba div.mythemes-thumbnail:hover{
    background-color: #ffffff;
}
.mythemes-gallery figure.mythemes-item.effect-bubba div.mythemes-thumbnail:hover img {
    opacity: 0.3;
    filter: alpha(opacity=30);
}
.mythemes-gallery figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;

    valign: middle;
    vertical-align: central;
    vertical-align: middle;
    text-align: center;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.mythemes-gallery figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption div {
    text-align: center;
    width: 100%;
    valign: middle;
    vertical-align: central;
    vertical-align: middle;
}

.mythemes-gallery figure.mythemes-item.effect-bubba div.mythemes-thumbnail h2 {
    padding: 5px 15px;

    -webkit-transition: -webkit-transform 0.35s;
       -moz-transition: -moz-transform 0.35s;
        -ms-transition: -ms-transform 0.35s;
         -o-transition: -o-transform 0.35s;
            transition: transform 0.35s;

    -webkit-transform: translate3d(0, -20px, 0);
       -moz-transform: translate3d(0, -20px, 0);
        -ms-transform: translate3d(0, -20px, 0);
         -o-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
}
.mythemes-gallery figure.mythemes-item.effect-bubba div.mythemes-thumbnail p {
    padding: 3px 8px;

    padding-top: 1em;
    margin: 0px;

    font-weight: 400;

    opacity: 0;
    filter: alpha(opacity=0);

    -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: translate3d(0, 20px, 0);
       -moz-transform: translate3d(0, 20px, 0);
        -ms-transform: translate3d(0, 20px, 0);
         -o-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
}
.mythemes-gallery figure.mythemes-item.effect-bubba div.mythemes-thumbnail:hover h2,
.mythemes-gallery figure.mythemes-item.effect-bubba div.mythemes-thumbnail:hover p {

    color: #000000;

    opacity: 1;
    filter: alpha(opacity=100);

    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.mythemes-gallery.colls-1 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption {
    padding-left: 55px;
    padding-right: 55px;
}
.mythemes-gallery.colls-2 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption {
    padding-left: 40px;
    padding-right: 40px;
}
.mythemes-gallery.colls-3 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption {
    padding-left: 35px;
    padding-right: 35px;
}
.mythemes-gallery.colls-4 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption {
    padding-left: 20px;
    padding-right: 20px;
}
.mythemes-gallery.colls-5 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption {
    padding-left: 10px;
    padding-right: 10px;
}
.mythemes-gallery.colls-6 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
.mythemes-gallery.colls-7 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
.mythemes-gallery.colls-8 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
.mythemes-gallery.colls-9 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption {
    padding-left: 15px;
    padding-right: 15px;
}

.content-border.full .mythemes-gallery.colls-1 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption {
    padding-left: 65px;
    padding-right: 65px;
}
.content-border.full .mythemes-gallery.colls-2 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption {
    padding-left: 55px;
    padding-right: 55px;
}
.content-border.full .mythemes-gallery.colls-3 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption {
    padding-left: 40px;
    padding-right: 40px;
}
.content-border.full .mythemes-gallery.colls-4 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption {
    padding-left: 30px;
    padding-right: 30px;
}
.content-border.full .mythemes-gallery.colls-5 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption {
    padding-left: 20px;
    padding-right: 20px;
}
.content-border.full .mythemes-gallery.colls-6 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
.content-border.full .mythemes-gallery.colls-7 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
.content-border.full .mythemes-gallery.colls-8 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
.content-border.full .mythemes-gallery.colls-9 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption {
    padding-left: 10px;
    padding-right: 10px;
}


@media ( min-width: 992px ) and (max-width: 1199px ){
    .mythemes-gallery.colls-2 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption{
        padding-left: 45px;
        padding-right: 45px;
    }

    .mythemes-gallery.colls-3 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-4 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-5 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-6 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-7 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-8 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-9 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption {
        padding-left: 30px;
        padding-right: 30px;
    }

    .content-border.full .mythemes-gallery.colls-3 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption {
        padding-left: 45px;
        padding-right: 45px;
    }

    .content-border.full .mythemes-gallery.colls-4 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-5 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-6 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-7 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-8 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-9 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media ( min-width: 768px ) and ( max-width: 991px ){
    .mythemes-gallery.colls-1 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption {
        padding-left: 35px;
        padding-right: 35px;
    }
    .mythemes-gallery.colls-2 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-3 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-4 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-5 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-6 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-7 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-8 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-9 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption {
        padding-left: 20px;
        padding-right: 20px;
    }

    .content-border.full .mythemes-gallery.colls-2 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption {
        padding-left: 35px;
        padding-right: 35px;
    }

    .content-border.full .mythemes-gallery.colls-3 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-4 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-5 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-6 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-7 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-8 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-9 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media ( min-width: 481px ) and ( max-width: 767px ){
    .mythemes-gallery.colls-1 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption {
        padding-left: 35px;
        padding-right: 35px;
    }

    .mythemes-gallery.colls-2 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-3 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-4 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-5 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-6 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-7 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-8 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-9 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption

    .content-border.full .mythemes-gallery.colls-2 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-3 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-4 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-5 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-6 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-7 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-8 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-9 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media ( max-width: 480px ){

    .mythemes-gallery.colls-1 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-2 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-3 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-4 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-5 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-6 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-7 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-8 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .mythemes-gallery.colls-9 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption

    .content-border.full .mythemes-gallery.colls-1 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-2 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-3 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-4 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-5 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-6 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-7 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-8 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption,
    .content-border.full .mythemes-gallery.colls-9 figure.mythemes-item.effect-bubba div.mythemes-thumbnail figcaption {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media ( min-width: 992px ) and (max-width: 1199px ){}
@media ( min-width: 768px ) and ( max-width: 991px ){}
@media ( min-width: 481px ) and ( max-width: 767px ){}