#bannerHighlights{
    width: 100%;
    position: relative;
    height: auto;
    margin-bottom: 98px;
    overflow: hidden;
}
.imgDesktop{
    width: 100%;
    position: relative;
    display: block;

}
.slick-dots {
    bottom: 60px !important; 
    
}
.slick-dots li button:before { 
    border: 2px solid #CCC5C5;
    border-radius: 100px;
    width: 15px;
    height: 15px;
    background-color: #CCC5C5;
    color: transparent;
    opacity: 0.5;
    font-size: 0px;
    content:"" !important;
}
.slick-dots li.slick-active button:before {
    border: 2px solid #F6921C;
    background-color: #F6921C;
    opacity: 1;
}
.imgMobile{
    height: auto;
    width: 100%;
    position: relative;
    display: none;
        
}

#bannerAuxFiles{
    width: 75%;
    position: relative;
    height: auto;
    margin: 0 auto;
}

.imgBannerDesktop{
    width: 100%;
    position: relative;
    display: block;
    border-radius: 17px;
}
.imgBannerMobile{
    height: auto;
    width: 100%;
    position: relative;
    display: none;
    border-radius: 17px;
}
.conceptImg{
    margin-bottom: 35px;
}
@media (max-width: 800px) {
  /* CSS that should be displayed if width is equal to or less than 800px goes here */
  
  .imgDesktop{
      display: none;
  }  
  .imgMobile{
      display: block;
  }    
  .imgBannerDesktop{
      display: none;
  }
  .imgBannerMobile{
      display: block;
  }
}

#products{
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    background: white;
}

#productsTitle{
    text-align: center;
    margin-top: 50px;
    font-size: 24px;
    color: #636363;
    line-height: 1.1;
    margin-bottom: 63px;
}

.addressText{
    margin-bottom: 0px;
}

.centrarIconos{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.columnText{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: lighter;
    line-height: 23px;
    color: #272727;
    margin: 0 0 10px;
}

#specialOffersTitle {
    position: relative;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 5px;
    color: #84cdc4;
    letter-spacing: 2px;
    text-transform: lowercase;
    font-size: 18px;
    font-family: 'Montserrat-Bold', sans-serif;
}

#playButton{
    width: 83px;
    height: 85px;
    background-image: url('/images/site/playButton.png');
    margin: 0 auto;
    margin-top:30px;
    display:block;
    opacity: 0.9;
}
#playButton:hover{
    cursor: pointer;
    opacity: 1;
}
#indexDummyHeader{
    height:200px;
    width:100%;
    position:relative;
}

.downloadLinks{
    position: relative;
    width: 100%;
    margin-top: 90px;
    height: auto;
    overflow: hidden;
}
.downloadText{
    font-size: 18px;
    width: auto;
    text-align: center;
}
.redText{
    color: orange;
    font-style: italic;
    font-weight: bold;
}
.greenText{
    color: green;
    font-weight: bold;
    font-style: italic;
}
.donwloadLinksImg{
    width: auto;
    margin: 0 auto;
    position: relative;
    text-align: center;
    height: 40px;
    margin-top: 31px;
}
.storeLinkDownload{
    margin: 10px;
}
.topStoreDownloadImg{
    position: relative;
    height: 100%;
    width: auto;
}

#storeImage{
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 200;
    margin-bottom: -20px;
    margin-top: 2px;
    width: 100%;
    height: auto;
/*    background-image: url(/files/slide-kinko.jpg);*/
/*    background-image: url(/files/kinko-banner25.jpg);*/

/*    background-position: center right;
    background-repeat: no-repeat;*/
}

.kinkoLogoInText{
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.greenTextBottom{
    color: green;
    font-weight: bold;
    font-style: italic;
    display: inline-block;
    vertical-align: middle;
}

.contactIcons .col-sm-4{
    min-height: 330px;
}

#popupContainer{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1000;
}
#popupContainerBackground{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity:0.8;
}
#closePopup{
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 40px;
    cursor: pointer;
    color: white;
}
#popupImage{ 
    position: absolute;
    top:0px;
    left:0px;
    margin: 0 auto;
    overflow: hidden;
}


