

.creative-gallery-container .creative-gallery-seperator {
	width: 100%;
	height: 0px;
	border-width: 0;
	border-top-width: 1px;
	border-style : dashed;
	border-color: rgba(0,0,0,1);
	margin: 17px 0px;
}

.creative-gallery-container .creative-gallery-seperator-vertical {
	width: 0px;
    border-width: 0;
	border-left-width: 1px;
	border-style : dashed;
	border-color: rgba(0,0,0,1);
	margin: 0px 17px;
    float: left;
}

.creative-gallery-container.creative-gallery-container {
    display: block;
    height: auto;
    background-color: rgba(255,255,255,1);
    padding: 12px ;
    border:  1px solid rgba(68,68,68,1);
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,17,255,0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,17,255,0);
    -ms-box-shadow: 0px 0px 0px 0px rgba(0,17,255,0);
    -o-box-shadow: 0px 0px 0px 0px rgba(0,17,255,0);
    box-shadow: 0px 0px 0px 0px rgba(0,17,255,0);
}

.creative-gallery-container .creative-gallery-image-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    /*border: 1px solid rgba(0,0,0,1);*/
    border-radius: 6% ;
    -webkit-transition: all 0.261s;
    -moz-transition: all 0.261s;
    -ms-transition: all 0.261s;
    -o-transition: all 0.261s;
    transition: all 0.261s;
    -webkit-mask: URL("/pmu2/components/com_creativegallery/assets/images/dummy.png") ;
}

.creative-gallery-container .creative-gallery-image-wrapper img {
    border-radius: 6% ;
    -webkit-transition: all 0.261s;
    -moz-transition: all 0.261s;
    -ms-transition: all 0.261s;
    -o-transition: all 0.261s;
    transition: all 0.261s;
}

.creative-gallery-container ul.gallery {
    -webkit-transition: all 0.261s;
    -moz-transition: all 0.261s;
    -ms-transition: all 0.261s;
    -o-transition: all 0.261s;
    transition: all 0.261s;
}

.creative-gallery-container li.visible {
    -webkit-box-shadow: 1px 0px 0px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 1px 0px 0px 0px rgba(0,0,0,0.15);
    -ms-box-shadow: 1px 0px 0px 0px rgba(0,0,0,0.15);
    -o-box-shadow: 1px 0px 0px 0px rgba(0,0,0,0.15);
    box-shadow: 1px 0px 0px 0px rgba(0,0,0,0.15);
	border: 1px solid rgba(0,0,0,1);
	border-radius: 6% ;
	-webkit-transition: all 0.261s;
    -moz-transition: all 0.261s;
    -ms-transition: all 0.261s;
    -o-transition: all 0.261s;
    transition: all 0.261s;
}

.creative-gallery-container li.visible:hover {
    border-radius: 3% ;
    border: 1px solid rgba(0,0,0,1);
    -webkit-box-shadow: inset 2px 1px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 2px 1px 0px 0px rgba(0,0,0,0.75);
    -ms-box-shadow: inset 2px 1px 0px 0px rgba(0,0,0,0.75);
    -o-box-shadow: inset 2px 1px 0px 0px rgba(0,0,0,0.75);
    box-shadow: inset 2px 1px 0px 0px rgba(0,0,0,0.75);    
}

.creative-gallery-container li.visible.current {
	border-radius: 3% ;
	border-color: rgba(0,0,0,1);
}



.creative-gallery-container .creative-gallery-image-wrapper .overlay {
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.creative-gallery-container li.visible:hover .creative-gallery-image-wrapper {
	border-radius: 3% ;
	border-color: rgba(0,0,0,1);
}


.creative-gallery-container li.visible:hover img {
    border-radius: 3% ;
}

.creative-gallery-container .creative-gallery-image-main-wrapper {
	border-radius: 6% ;
    overflow: hidden;
    -webkit-transition: all 0.261s;
    -moz-transition: all 0.261s;
    -ms-transition: all 0.261s;
    -o-transition: all 0.261s;
    transition: all 0.261s;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.creative-gallery-container li.visible:hover .creative-gallery-image-main-wrapper {
	border-radius: 3% ;
	
}

.creative-gallery-container .creative-gallery-text {
	display : none;
	-webkit-text-shadow:  0px 0px 0px rgba(0,0,0,1);
	-moz-text-shadow:  0px 0px 0px rgba(0,0,0,1);
	-ms-text-shadow:  0px 0px 0px rgba(0,0,0,1);
	-o-text-shadow:  0px 0px 0px rgba(0,0,0,1);
	text-shadow:  0px 0px 0px rgba(0,0,0,1);
    letter-spacing: 0px;
    word-spacing: 0px;
    line-height: 100%;
    color:  rgba(0,0,0,1);
    font-size: 5px;
    direction:  ltr;
    unicode-bidi: normal;
    text-decoration: none;
    text-transform: none;
}





/*Icon Styles*/

.creative-gallery-container .creative-gallery-icon {
    display: block;
    position: absolute;
	cursor: pointer;
	background-repeat: no-repeat;
    background-position: center center;
	width: 35px;
    height: 35px;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,1) ;
    -moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,1) ;
    -ms-box-shadow: 2px 2px 2px 0px rgba(0,0,0,1) ;
    -o-box-shadow: 2px 2px 2px 0px rgba(0,0,0,1) ;
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,1) ;
    border: 0px solid rgba(0,0,0,1); 
    border-radius: 1%;
    background-color: rgba(0,0,0,0.55);
    background-size: 50%;
    -webkit-transition: all 0.261s;
    -moz-transition: all 0.261s;
    -ms-transition: all 0.261s;
    -o-transition: all 0.261s;
    transition: all 0.261s;
}

.creative-gallery-container .creative-gallery-image-wrapper .creative-gallery-icon:hover {
    -webkit-transform: rotate(20deg) scale(1.2)!important;
    -ms-transform: rotate(20deg) scale(1.2)!important;;
    -o-transform: rotate(20deg) scale(1.2)!important;;
    transform: rotate(20deg) scale(1.2)!important;;
}

.creative-gallery-container .creative-gallery-icon-zoom {
		background-image: URL("/pmu2/components/com_creativegallery/assets/images/image_icons/zoom1.png");
    top: -137.5px;
    left: -141.5px;
    ;

}

.creative-gallery-container .creative-gallery-icon-link {
	display:none!important;	background-image: URL("/pmu2/components/com_creativegallery/assets/images/image_icons/link5.png");
    top: 102.5px;
    left: 127.5px;
    ;



}

.creative-gallery-container .creative-gallery-image-wrapper:hover .creative-gallery-icon-zoom {
    top:  -17.5px;
    left: -21.5px;
    ;
}

.creative-gallery-container .creative-gallery-image-wrapper:hover .creative-gallery-icon-link {
    top:  -17.5px;
    left: 7.5px;
    ;
}

/*Tags Styles*/

.creative-gallery-container .creative-gallery-tag {
	display : inline-block;
	cursor : pointer;
	margin: 0 12px 0;
	padding: 8px 14px ;
	background-color: rgba(194,194,194,0);
	border: 1px solid rgba(0,0,0,1); 
	border-radius: 1px;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0) ;
	-moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0) ;
	-ms-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0) ;
	-o-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0) ;
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0) ;
	-webkit-text-shadow:  1px 2px 1px rgba(0,0,0,0);
	-moz-text-shadow:  1px 2px 1px rgba(0,0,0,0);
	-ms-text-shadow:  1px 2px 1px rgba(0,0,0,0);
	-o-text-shadow:  1px 2px 1px rgba(0,0,0,0);
	text-shadow:  1px 2px 1px rgba(0,0,0,0);
	letter-spacing: 0px;
	word-spacing: 1px;
	color:  rgba(0,0,0,0.65);
	line-height: 101%;
	font-size: 16px;
	direction:  ltr;
	unicode-bidi: normal;
	text-decoration: none;
	text-transform: none;
	transition: all 0.46s;
	-webkit-transition: all 0.46s;
	-moz-transition: all 0.46s;
	-ms-transition: all 0.46s;
	-o-transition: all 0.46s;
}

/*Tags Styles Hover*/

.creative-gallery-container .creative-gallery-tag:hover {
    background-color: rgba(0,0,0,0.4);
    border: 1px solid rgba(0,0,0,1);
    border-radius: 0px;
    
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1) ;
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1) ;
    -ms-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1) ;
    -o-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1) ;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,1) ;
    
    -webkit-text-shadow:  0px 0px 0px rgba(0,0,0,1);
    -moz-text-shadow:  0px 0px 0px rgba(0,0,0,1);
    -ms-text-shadow:  0px 0px 0px rgba(0,0,0,1);
    -o-text-shadow:  0px 0px 0px rgba(0,0,0,1);
    text-shadow:  0px 0px 0px rgba(0,0,0,1);
    
    color:  rgba(0,0,0,1);
    text-decoration: none;
    text-transform: none;
}

.creative-gallery-container .creative-gallery-tag.selected {
    background-color: rgba(0,0,0,0.4);
    border: 1px solid rgba(0,0,0,1);
    border-radius: 0px;
    
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1) ;
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1) ;
    -ms-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1) ;
    -o-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1) ;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,1) ;
    
    -webkit-text-shadow:  0px 0px 0px rgba(0,0,0,1);
    -moz-text-shadow:  0px 0px 0px rgba(0,0,0,1);
    -ms-text-shadow:  0px 0px 0px rgba(0,0,0,1);
    -o-text-shadow:  0px 0px 0px rgba(0,0,0,1);
    text-shadow:  0px 0px 0px rgba(0,0,0,1);
    
    color:  rgba(0,0,0,1);
    text-decoration: none;
    text-transform: none;
}

