/*
 * Title:   Custom Style File
 * Author:  http://themeforest.net/user/soaptheme
 */
 #html5-watermark {
    display:none !important;
}

.icon-lightbox-close {
		background: url(../js/html5lightbox/images/html5lightbox/lightbox-close.png) no-repeat;
		width: 30px;
		height: 30px;
}
.icon-lightbox {
	 display: inline-block;
	 vertical-align: middle;
}
.image {
	 position: relative;
	 width: 100%; /* for IE 6 */
}
 ._figure a img {
    transition: all 0.2s;
    -webkit-transition: all 0.4s;
    transform: scale(1);
    -webkit-transform: scale(1);
    max-width: 100%;
    width: 100%;
  }
  ._figure {
      margin: 0 0 60px;
 }
  ._figure a {
      color: #ffffff;
      display: block;
 }
 ._figure._gallery > a.img-border { display:none; }
 ._figure._gallery > a.img-border:first-child { display:block; }
 ._ficaption {
   width: 100%;
   height: 100%;
   position: absolute;
   left: 0;
   bottom: 0;
   -moz-box-shadow: inset 0 -130px 40px -40px rgba(0, 0, 0, 0.8);
   -webkit-box-shadow: inset 0 -130px 40px -40px rgba(255, 255, 255, 0.8);
   box-shadow: inset 0 -130px 40px -40px rgba(255, 255, 255, 0.8);
 }
  ._ficaption p {
     position: absolute;
     bottom: 0px;
     text-align: center;
     margin: 0;
     color: #000;
     width: 100%;
     z-index: 1;
     -moz-transition: bottom 0.2s;
     -webkit-transition: bottom 0.2s;
     transition: bottom 0.2s;
     padding: 10px 20px;
 }


 /* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
 .social-bar {
   position: fixed;
   bottom: 30px;
   /*-webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);*/
   z-index: 100;
 }

 /* Style the icon bar links */
 .social-bar a {
   display: block;
   text-align: center;
   padding: 16px;
   transition: all 0.3s ease;
   color: white;
 }

 /* Style the social media icons with color, if you want */
 .social-bar a:hover {
   /*background-color: #000;*/
   transform: scale(1.2);
 }

 .social-tel {
   background: #16b8eb;
   color: white;
 }

 .social-facebook {
   background: #3B5998;
   color: white;
 }

 .social-line {
   background: #04b320;
   color: white;
 }

 .social-instragram {
   background: #dd4b39;
   color: white;
 }

 .social-youtube {
   background: #bb0000;
   color: white;
 }

.sold {
  color: red;
}

.pdfobject-container {
  height: 1200px; border: 1rem solid rgba(0,0,0,.1); 
}
