.flLeft{float:left;}
.flRight{float:right}

#colorbox, #cboxOverlay, #cboxWrapper
{
    position:absolute; 
    top:0; 
    left:0; 
    z-index:9999; 
    overflow:hidden;
}
#cboxWrapper{
    max-width:none;
}
#cboxOverlay{
    position:fixed; 
    width:100%; 
    height:100%;
    background: rgba(0,0,0,0.9);
}
#cboxMiddleLeft, #cboxBottomLeft{
    clear:left;
}
#cboxContent{
    position:relative;
    margin-top: 49px;
}
#cboxLoadedContent{
    overflow:auto; 
    -webkit-overflow-scrolling: touch;
    background:transparent;
    border-top: 0px solid #DDDDDD;
    padding: 10px 30px;
    box-sizing: border-box;
    margin: 0 auto;
}
#cboxTitle{
    margin:0;
    top:-45px;
    background:rgba(0,0,0,0.72);
    position: absolute;
    left: 0; 
    color: #ccc; 
    width: 100%;
}
#cboxLoadingOverlay{
    position:absolute; 
    top:0; 
    left:0; 
    width:100%; 
    height:100%;
}
#cboxLoadingGraphic{
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top:57%;
    margin-top: -100px;
    z-index: 9999;
    
}


#cboxClose{
    position: fixed;
    cursor:pointer;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    right: 15px;
    display: block;
    top: 10px;
    width: 24px;
    height: 24px;
    color:#fff;
    border: 0;
    background: transparent;
}
#cboxClose:before {
    content: "\f00d";
}

#cboxClose:hover{
        color: #DE6161;
}
.cboxPhoto{
    float:left; 
    margin:auto; 
    border:0; 
    display:block; 
    -ms-interpolation-mode:bicubic;
    border:solid 1px rgba(221, 221, 221, 0.18);
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.cboxIframe{
    width:100%; 
    height:100%; 
    display:block; 
    border:0; 
    padding:0; 
    margin:0;
    background: #fff; 
}
#colorbox, #cboxContent{
    box-sizing:content-box; 
    -moz-box-sizing:content-box; 
    -webkit-box-sizing:content-box;
}
#cboxLoadedContent { 
    background: transparent; 
}



#cboxCurrent { 
    position: absolute; 
    top: -20px; 
    right: 0px; 
    color: #ccc; 
    text-indent: -9999px; 
    display:none;
}
#cboxSlideshow { 
    position: absolute; 
    top: -20px; 
    right: 90px; 
    color: #fff; 
}

#cboxContent #cboxPrevious,#cboxContent #cboxNext{
    display: none;
}
#cboxContent:hover #cboxPrevious,#cboxContent:hover #cboxNext{
    display: block;
}

#cboxPrevious, #cboxNext{
    cursor:pointer;
    font: normal normal normal 42px/1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    background: transparent;
    border: none;
    color:#fff;
}

#cboxPrevious{
   
    border-radius: 3px 0 0 3px;
    height: 31px;
    left: 10px;
    margin-top: -32px;
    position: absolute;
    
    top: 50%;
    width: 31px;
    min-width : 35px;
    
    
}
#cboxPrevious:before {
    content: "\f104";
}
#cboxNext{

    border-radius: 3px 0 0 3px;
    height: 31px;
    margin-top: -32px;
    position: absolute;
    right: 10px;
   
    top: 50%;
    width: 31px;
    min-width : 35px;
}
#cboxNext:before {
    content: "\f105";
}


#colorbox,#cboxWrapper { 
    background:transparent;
    border-radius:0; 
}
#colorbox:focus {
    outline: none;
}
#cboxLoadingOverlay {
    background: transparent !important;
    box-shadow:none !important;
}

#colorbox .fullScreen:hover, #colorbox .normalScreen:hover{
    opacity: 1;
    cursor: pointer;
}
#cboxTitle .zpc-ppPopupheading{
    color:#ddd;
    font-size:18px;
    margin:5px 0;
}
#cboxTitle .zp-popupHeader{
   
    background:transparent;
    border:0;
    padding: 10px 20px ;
    overflow:hidden;
}



.zp-imaDownload{
    margin:0px;
    margin-right: 20px;
    list-style: none;
    margin-top:4px;
}
.zp-imaDownload li{margin-right: 15px;position: relative;}
.zp-imaDownload li a {padding:0;line-height: 24px;color:#ffffff;text-shadow: none;border-radius: 2px;margin-top: 0px;font-size: 0.97em;padding: 0px;margin-right:0px;background-color: transparent;border: 0px solid #D8D8D8;font-weight:normal;opacity:0.9;}
.zp-imaDownload li a:hover{ color:#67CEB9; text-decoration:none;}




#cboxContent {
    margin-top:44px;

}

#cboxLoadingGraphic:before,
#cboxLoadingGraphic:after,
#cboxLoadingGraphic {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.1s infinite ease-in-out;
  animation: load7 1.1s infinite ease-in-out;
}
#cboxLoadingGraphic {
  color:#47C7AE;
  font-size: 7px;
  position: absolute;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
#cboxLoadingGraphic:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
#cboxLoadingGraphic:after {
  left: 3.5em;
}
#cboxLoadingGraphic:before,
#cboxLoadingGraphic:after {
  content: '';
  position: absolute;
  top: 0;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}


