
/******************************************
logo Inside invert            
******************************************/

.logoStyleIn {
    fill: #01a991;
}

/******************************************
Over write - Styles                
******************************************/


.frameStyle {
    background-color: #01a991;
}


.loading::before {
    filter: invert(90%) sepia(53%) saturate(498%) hue-rotate(66deg) brightness(104%) contrast(101%);
}

.logoColour {
    transition: fill 2.4s ease;
    fill: #f6ff6c;
}


.svgStroke {
    stroke: #f6ff6c;
}

h1,
.subContentStyle,
.contentStyle,
.divider,
.dividerExtra,
.bodyStyle,
.linkStyle,
.copyright {
    color: #f6ff6c;
}
.linkStyle {
    border-bottom: 1px dotted #f6ff6c;
}

/*.buyBtn{
    background-color: #666;
}

.imageColor {
  filter: invert(100%);
  -webkit-filter: invert(100%);
}
*/

::selection {
    color: #ffb200;
}


::-moz-selection {
      color: #ffb200;
}

.imgColumnL,
.imgColumnR {
    width: 49%;
}


/******************************************
 END OF Over write - Styles                      
******************************************/

/******************************************
 Cycle2 Slideshow               
******************************************/
.fit-vids-style {
    height: 0px;
}

.slider {
    width:100%;
    margin:0 auto;
    position: relative;
}

.slide {
    width:100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height:250px;
    position: absolute;
    text-indent: 0;
}

    #slide1 {
         background-image: url(../img/portfolio/work/SlimeFest/S/SlimeFest_StyleGuide_S.jpg);
    }
    #slide2 {
        background-image: url(../img/portfolio/work/SlimeFest/S/logo_nick_S.jpg);
    }
    #slide3 {
        background-image: url(../img/portfolio/work/SlimeFest/S/Screen-Shot_S.jpg);
    }  
    #slide4 {
         background-image: url(../img/portfolio/work/SlimeFest/S/InVenue_S.jpg);
    }  
    #slide5 {
        background-image: url(../img/portfolio/work/SlimeFest/S/SlimeMeter_S.jpg);
    }
    #slide6 {
    background-image: url(../img/portfolio/work/SlimeFest/S/Event_Delta_S.jpg);
 }  
/*    #slide7 {
        background-image: url(../img/portfolio/work/v8_supercar/S/v8_07.jpg);
    } 
*/
.slide02 {
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    position: absolute;
    text-indent: 0;
}

#slide02_1 {
    background-image: url(../img/portfolio/work/SlimeFest/BTS/Design_Dev-1024x576.jpg);
}

#slide02_2 {
    background-image: url(../img/portfolio/work/SlimeFest/BTS/icons_Dev-1024x576.jpg);
}

#slide02_3 {
    background-image: url(../img/portfolio/work/SlimeFest/BTS/icons_Dev02-1024x576.jpg);
}

#slide02_4 {
    background-image: url(../img/portfolio/work/SlimeFest/BTS/icons_Dev03-1024x576.jpg);
}


 /******************************************
 END OF cycle2 Slideshow               
*****************************************




/******************************************
/* MEDIA QUERY                   
/******************************************/
@media only screen and (max-device-width:551px) {
    .columnL,
    .columnR,
    .imgColumnL {
        width: 100%;
        float: left;
    }

    .imgColumnR,
    .columnR {
        width: 100%;
        margin-left: 0px;
    }
    .slide02 {
        height: 200px;
    }

    .slide {
        height: 200px;
    }

    @media only screen and (min-width: 500px) {
        .slide02 {
            height: 400px;
        }

        .slide {
            width: 100%;
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            height: 400px;
            position: absolute;
            text-indent: 0;
            z-index: 0;
        }


/*        @media only screen and (max-width: 600px) {
            .slide02 {
                height: 300px;
            }

            .slide {
                width: 100%;
                background-position: center center;
                background-size: cover;
                background-repeat: no-repeat;
                height: 300px;
                position: absolute;
                text-indent: 0;
                z-index: 0;
            }*/

         
         @media only screen and (min-width: 800px) {
                .slide02 {
                    height: 600px;
                }

                .slide {
                    width: 100%;
                    background-position: center center;
                    background-size: cover;
                    background-repeat: no-repeat;
                    height: 500px;
                    position: absolute;
                    text-indent: 0;
                    z-index: 0;
          }

                #slide1 {
                    background-image: url(../img/portfolio/work/SlimeFest/L/SlimeFest_StyleGuide_L.jpg);
                }

                #slide2 {
                    background-image: url(../img/portfolio/work/SlimeFest/L/logo_nick_L.jpg);
                }

                #slide3 {
                    background-image: url(../img/portfolio/work/SlimeFest/L/Screen-Shot_L.jpg);
                }

                #slide4 {
                    background-image: url(../img/portfolio/work/SlimeFest/L/InVenue_L.jpg);
                }

                #slide5 {
                    background-image: url(../img/portfolio/work/SlimeFest/L/SlimeMeter_L.jpg);
                }

                #slide6 {
                    background-image: url(../img/portfolio/work/SlimeFest/S/Event_Delta_L.jpg);
                }
                /*#slide7 {
    background-image: url(../img/portfolio/work/SlimeFest/L/v8_07_L.jpg);
    } */




                @media only screen and (min-width:900px) {

                    /*                .slide02 {
                    height: 576px;
                }
*/
                    .slide {
                        width: 100%;
                        background-position: center center;
                        background-size: cover;
                        background-repeat: no-repeat;
                        height: 600px;
                        position: absolute;
                        text-indent: 0;
                        z-index: 0;
                        /*transition: all .3s ease;*/
                    } 