/*******************************************************************************
/* STRIPE CSS
*******************************************************************************/
/* Globals
------------------------------------------*/
.gridItem, .stripeTextBlock .image, .stripeWrapper {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.stripeTitleWrapper{
    position: relative;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.stripeMainTitle {
    overflow: hidden;
    text-align: center;
}
.stripeMainTitle:before,
.stripeMainTitle:after {
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.stripeMainTitle:before {
    right: 1.5em;
    margin-left: -50%;
}
.stripeMainTitle:after {
    left: 1.5em;
    margin-right: -50%;
}
.line{
/*    border: 1px solid #00a8ff;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;*/
}
.stripeBtn {
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
    margin-bottom: 10px;
    opacity: 0.7;
    padding: 20px 40px 15px;
}
.stripeBtn:hover {
    opacity: 1;
}
.stripeWrapper, .stripeInside {
    display: inline-block;
    width: 100%;
}
.stripeWrapper .stripeInside img{
    max-width: 100%;
    height: auto;
}
.stripeBlocks{
    display: inline-block;
    width: 100%;
}
.caption {
    color: #ffffff;
    position: absolute;
    width: 90%;
    padding: 5%;
    bottom: 0;
    line-height: 1.1em;
    background: rgba(0,0,0,0.8);
    z-index: 1;
}
/* Stripe Text Block
------------------------------------------*/
.stripeTextBlock {
    width: 100%;
    display: block;
    margin: auto;
}
.stripeTextBlock .stripeTextBlockInside {
    margin: auto;
    display: block;
}
.stripeTextBlock .blockItem {
    margin: 20px 0;
    display: block;
    line-height: 1.2em;
}
.stripeTextBlock:not(.stripeImgTxt) .blockItem.image{
    width: 100%;
    height: 0;
    padding: 14% 0;
}
.stripeTextBlock.block3 .blockItem.image{
    padding: 18% 0;
}
.stripeTextBlock.block2 {
    width: 50%;
}
.stripeTextBlock.block3 {
    width: 33%;
}
/* Stripe Slideshow
------------------------------------------*/
.stripesSlideshow{
    height: 600px;
    position: relative;
}
.stripesSlideshow .slideNavWrapper{
    top: 200px;
}
.stripesSlideshow .caption {
    bottom: 20%;
    left: 8%;
    padding: 30px;
    position: absolute;
    width: 600px;
    z-index: 9;
}
.stripesSlideshow .caption h3{
    color: inherit; 
}
.stripesSlideshow .caption > h3, .stripesSlideshow .caption > div{
    margin: 15px 0;
}
/* Stripe Text / Image
------------------------------------------*/
.imageBlock, .textBlock {
    padding: 0 2.5%;
    width: 45%;
    float: left;
}
/* Stripe Stream
------------------------------------------*/
.streamBlock {
    float: left;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.streamBlock3 {
    width: 30%;
    padding: 13% 0;
    margin: 0 1.5%;
}
.streamBlock4{
    width: 23%;
    padding: 9% 0;
    margin: 0 1%;
}
.streamBlock a, .gridItem a {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

/* Stripe Gallery
------------------------------------------*/
.stripeGalleryItem{
    position: relative;
}
.stripeGallery .blockItem{
    margin-bottom: 20px;
}
.grid {
    width: 100%;
    display: inline-block;
}
.gridSizer {
    width: 8.33%;
}
.gridItem {
    margin: 1%;
}
.gridItem.w1 {width: 47.98%}
.gridItem.w2 {width: 31.32%}
.gridItem.w3 {width: 22.99%}
.gridItem.h1 {padding: 24% 0;}
.gridItem.h2 {padding: 16% 0;}
.gridItem.h3 {padding: 11.5% 0;}


/* RESPONSIVE
*******************************************************************************/
@media 
only screen and (max-width: 1200px) {
    
}
@media 
only screen and (max-width: 1024px) {
}
@media 
only screen and (max-width: 767px) {
    .stripeBlocks .block2, .stripeBlocks .block3{width: 100%;}
    .stripeBlocks .block2 .stripeTextBlockInside, .stripeBlocks .block3 .stripeTextBlockInside,.stripeTextImg .stripeImgTxt{width: 94%!important; padding: 3%!important; text-align: left!important;}
    .stripeGalleryItem{width: 94%!important;margin:20px 3%;padding: 40% 0!important;position: relative!important;}
    .stripesSlideshow .caption{bottom: 10%;left: 1%;padding: 5%;width: 88%;}
    .streamBlock3{width: 100%; padding:30% 0; margin: 2% 0;}
    .streamBlock4{width: 44%; padding:18% 0; margin: 3%;}
}
@media  
only screen and (max-width: 479px) {
    
}