



figure {
	position: relative;
    overflow: hidden;
    margin: 10px 1%;
    background: #726FB9;
    text-align: center;
    cursor: pointer;
   
	brightness(50%)
}

figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;	
	padding:10px !important;
font-family: 'Roboto', sans-serif;
}




.ot-portfolio-item figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
	padding:10px !important;
 
}
.ot-portfolio-item figure figcaption, .ot-portfolio-item figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-style:solid;
    border-color:#333;
  border-width:1px;
  padding:10px !important;
  
}

figure.effect-bubba {
	background: #000;
	margin-bottom: 30px;
}

figure.effect-bubba img {
	opacity: 0.8;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {

}

figure.effect-bubba figcaption::after {

}

figure.effect-bubba h2 {
   

   color:white;
    font-size: 20px;
    font-weight: bolder;
    text-transform: uppercase;
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
font-family: 'Roboto', sans-serif;
}

figure.effect-bubba p {
    text-align:center;
	color: white;
    font-size: 20px;
    font-weight: 500;
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

------------------------------

. Modal
--------------------*/

.modal-content {
	border-radius: 0;
    top: 150px;
}
.modal-header .close {
	font-size: 30px;	
}
.modal-title, #Modal-label-1{    
	font-size: 30px;
    line-height: 1.1;
    line-height: 1.1;
    font-weight: 300;
    color: #333;
    text-transform: uppercase;
}

.modal-body {
	padding: 0;
}

.modal-body p {
	margin: 10px 20px;
	color: #2D2D2D;		
}

.modal-works h5{
    	margin: 10px 20px;
    
}

.modal-works {
font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
  padding-top: 20px;
  margin-top:5px;
   
}

.modal-works span {
	background-color: #FED136;
    margin-right: 15px;
    padding: 5px 5px;
}


.modalimage{
  
  align-content: center;
  height: 50%;
  width: 100%;
  border:medium solid #1C2833;
}

.ion-ios-eye-outline{
  
  font-size: 13px;
}

.btn-mod {
  color: #fff;
  outline: none;
  background: #FFC300  ; 
    

}

.btn-mod {
  background: #FFC300 ;
  border: none;
  color: #fff;
  padding: 10px 10px;
  margin-top: 15px;
  margin-left:5px;
  font-size: 13px;
  font-size: 13px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: normal;
  border-radius: 0;
}




----------------------------------------
