

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

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

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

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

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

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

.creative-gallery-container li.visible {
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4);
    -ms-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4);
    -o-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4);
	border: 0px solid rgba(0,0,0,0.95);
	border-radius: 50% ;
	-webkit-transition: all 0.932s;
    -moz-transition: all 0.932s;
    -ms-transition: all 0.932s;
    -o-transition: all 0.932s;
    transition: all 0.932s;
}

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

.creative-gallery-container li.visible.current {
	border-radius: 0% ;
	border-color: rgba(255,255,255,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: 0% ;
	border-color: rgba(255,255,255,1);
}


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

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

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

.creative-gallery-container .creative-gallery-text {
	display : none;
	-webkit-text-shadow:  1px 1px 0px rgba(0,0,0,0.5);
	-moz-text-shadow:  1px 1px 0px rgba(0,0,0,0.5);
	-ms-text-shadow:  1px 1px 0px rgba(0,0,0,0.5);
	-o-text-shadow:  1px 1px 0px rgba(0,0,0,0.5);
	text-shadow:  1px 1px 0px rgba(0,0,0,0.5);
    letter-spacing: 0px;
    word-spacing: 0px;
    line-height: 160%;
    color:  rgba(153,55,153,1);
    font-size: 12px;
    direction:  rtl;
    unicode-bidi: bidi-override;
    text-decoration: underline;
    text-transform: capitalize;
}





/*Icon Styles*/

.creative-gallery-container .creative-gallery-icon {
    display: block;
    position: absolute;
	cursor: pointer;
	background-repeat: no-repeat;
    background-position: center center;
	width: 40px;
    height: 40px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.6) ;
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.6) ;
    -ms-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.6) ;
    -o-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.6) ;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.6) ;
    border: 1px outset rgba(0,0,0,0.55); 
    border-radius: 29%;
    background-color: rgba(0,0,0,0.55);
    background-size: 55%;
    -webkit-transition: all 0.932s;
    -moz-transition: all 0.932s;
    -ms-transition: all 0.932s;
    -o-transition: all 0.932s;
    transition: all 0.932s;
}

.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("/components/com_creativegallery/assets/images/image_icons/zoom8.png");
    top: -253px;
    left: -64px;
    ;

}

.creative-gallery-container .creative-gallery-icon-link {
		background-image: URL("/components/com_creativegallery/assets/images/image_icons/link11.png");
    top: 213px;
    left: 5px;
    ;



}

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

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

/*Tags Styles*/

.creative-gallery-container .creative-gallery-tag {
	display : inline-block;
	cursor : pointer;
	margin: 0 0px 0;
	padding: 0px 0px ;
	background-color: rgba(255,255,255,0);
	border: 0px inset rgba(255,255,255,0); 
	border-radius: 0px;
	-webkit-box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,0) ;
	-moz-box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,0) ;
	-ms-box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,0) ;
	-o-box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,0) ;
	box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,0) ;
	-webkit-text-shadow:  0px 0px 0px rgba(255,255,255,0);
	-moz-text-shadow:  0px 0px 0px rgba(255,255,255,0);
	-ms-text-shadow:  0px 0px 0px rgba(255,255,255,0);
	-o-text-shadow:  0px 0px 0px rgba(255,255,255,0);
	text-shadow:  0px 0px 0px rgba(255,255,255,0);
	letter-spacing: 0px;
	word-spacing: 0px;
	color:  rgba(255,255,255,0);
	line-height: 100%;
	font-size: 5px;
	direction:  ltr;
	unicode-bidi: normal;
	text-decoration: none;
	text-transform: none;
	transition: all 0.168s;
	-webkit-transition: all 0.168s;
	-moz-transition: all 0.168s;
	-ms-transition: all 0.168s;
	-o-transition: all 0.168s;
}

/*Tags Styles Hover*/

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

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

