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


.loading::before {
    filter: invert(9%) sepia(87%) saturate(671%) hue-rotate(24deg) brightness(97%) contrast(102%);
}

.frameStyle {
    background-color: #b1b1b1;
}

/*.buyBtn {
    color: #311f17;
}*/

.svgStroke {
    stroke: #1f1c00;
}

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

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

/*::selection,
::-moz-selection {
    color: #fff;
}
*/
.imgColumnL,
.imgColumnR {
    width: 100%;
}

/******************************************
 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/cv8_web/S/Cv8_01.jpg);
    }
    #slide2 {
        background-image: url(../img/portfolio/work/cv8_web/S/Cv8_02.jpg);
    }
    #slide3 {
        background-image: url(../img/portfolio/work/cv8_web/S/Cv8_03.jpg);
    }  
    #slide4 {
        background-image: url(../img/portfolio/work/cv8_web/S/Cv8_04.jpg);
    }  
    #slide5 {
        background-image: url(../img/portfolio/work/cv8_web/S/Cv8_05.jpg);
    }  
    #slide6 {
        background-image: url(../img/portfolio/work/cv8_web/S/Cv8_06.jpg);
    }  

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


/******************************************
/* MEDIA QUERY                   
/******************************************/
@media only screen and (min-width:350px){
  .slide{
    height:210px;
}
@media only screen and (min-width:400px){
  .slide{
    height:300px;
}

@media only screen and (min-width:450px){
  .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:500px){
  .slide{
    width:100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height:330px;
    position: absolute;
    text-indent: 0;
    z-index: 0;
 } 
@media only screen and (min-width:600px){
  .slide{
    height:405px;
}
@media only screen and (min-width:700px){
  .slide{
    height:470px;
}


@media only screen and (min-width:800px){
  .slide{
    width:100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height:540px;
    position: absolute;
    text-indent: 0;
    z-index: 0;
} 
     #slide1 {
        background-image: url(../img/portfolio/work/cv8_web/L/Cv8_01.jpg);
    }
    #slide2 {
        background-image: url(../img/portfolio/work/cv8_web/L/Cv8_02.jpg);
    }
    #slide3 {
        background-image: url(../img/portfolio/work/cv8_web/L/Cv8_03.jpg);
    }  
    #slide4 {
        background-image: url(../img/portfolio/work/cv8_web/L/Cv8_04.jpg);
    }  
    #slide5 {
        background-image: url(../img/portfolio/work/cv8_web/L/Cv8_05.jpg);
    }  
    #slide6 {
        background-image: url(../img/portfolio/work/cv8_web/L/Cv8_06.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;*/
    
} 
@media only screen and (min-width:1000px){
  .slide{
    height:670px;
}
