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

/*.logo {
    filter: invert(70%);
}*/

/******************************************
FrameStyle and buyBtn color should be the same               
******************************************/
/*.frameStyle {
    background-color: #aeaeae;
}
*/
/*.buyBtn {
    color: #311f17;
}*/

/*.svgStroke {
    stroke: #6b0000;
}

h1,
.subContentStyle,
.contentStyle,
.divider,
.dividerExtra,
.bodyStyle,
.linkStyle,
.copyright {
    color: #6b0000;
}

.linkStyle {
    border-bottom: 1px dotted #6b0000;
}
*/
/*.buyBtn {
    background-color: #ff8900;
}
*/
/*.imageColor {
  filter: invert(100%);
  -webkit-filter: invert(100%);
}
*/

/*::selection {
    color: #ffe671;
}

:: -moz-selection {
    color: #ffe671;
}*/
/*    .imgColumnR*/
/*.imgColumnL{
    width: 30%;
}
*/
/******************************************
 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:200px;
    position: absolute;
    text-indent: 0;
}

    #slide1 {
        background-image: url(../img/portfolio/work/NickFlicks/S/NickFlicks_01.jpg);
    }
    #slide2 {
        background-image: url(../img/portfolio/work/NickFlicks/S/NickFlicks_02.jpg);
    }
    #slide3 {
        background-image: url(../img/portfolio/work/NickFlicks/S/NickFlicks_03.jpg);
    } 

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


/******************************************
/* MEDIA QUERY                   
/******************************************/


@media only screen and (min-width: 500px) {
.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 (min-width:800px){
  .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/NickFlicks/L/NickFlicks_01_L.jpg);
    }
    #slide2 {
        background-image: url(../img/portfolio/work/NickFlicks/L/NickFlicks_02_L.jpg);
    }
    #slide3 {
        background-image: url(../img/portfolio/work/NickFlicks/L/NickFlicks_03_L.jpg);
    }  
    


}
@media only screen and (min-width:900px){
    .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;*/
    
} 