/* --- Pellicule Font Face Definiion --- */

@font-face {
	font-family: 'pellicule';
	src:url('font/pellicule.eot?-q12ze5');
	src:url('font/pellicule.eot?#iefix-q12ze5') format('embedded-opentype'),
		url('font/pellicule.woff?-q12ze5') format('woff'),
		url('font/pellicule.ttf?-q12ze5') format('truetype'),
		url('font/pellicule.svg?-q12ze5#pellicule') format('svg');
	font-weight: normal;
	font-style: normal;
}


p.pathOfPellicule
{
	display: none;
}

/* --- Bottom of Post Galleries UI --- */

div#galeryOfThisPost
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
	border: none;

	
	padding: 0px 0px 0px 0px;
	margin: 50px 0px 0px 0px;
}

h1.postGalleries
{
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 1.5em;
	
	color: #303a42;
	
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px -10px;
	
	background-color: #ffffff;
	
	display: inline-block;
	position: absolute;
	width: 700px;
	position: relative;
    
    cursor:pointer;
}

h1.postGalleries:before
{
	content: '';
	position: absolute;
	
	width: 0;
	height: 0;
	top: 21px;
	right: 20px;
	
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

h1.postGalleries:hover:before
{
	-webkit-animation: h1BeforeArrow 0.2s; 
    animation: h1BeforeArrow 0.2s;
	
	top: 19px;
	right: 22px;

	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 12px solid #272727;
    border-bottom: 0px solid transparent;
}

h1.postGalleries:after
{
	content: '';
	position: absolute;
	
	width: 0;
	height: 0;
	top: 20px;
	right: 22px;
	
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 0px solid #ffffff;
}

h1.postGalleries:hover:after
{
	-webkit-animation: h1AfterArrow 0.2s; 
    animation: h1AfterArrow 0.2s;
	
	top: 18px;
	right: 24px;

	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 10px solid #ffffff;
}

div#pelliculeContainerOfThisPost
{
	padding: 33px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* --- Bottom of Post Galleries Animation --- */

/* Standard syntax */
@keyframes h1BeforeArrow {
    from
	{
		top: 21px;
		right: 20px;
	
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
		border-top: 8px solid #272727;
	}
	to
	{
		top: 19px;
		right: 22px;

		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 12px solid #272727;
	}
}

@keyframes h1AfterArrow {
    from
	{
		top: 20px;
		right: 22px;
	
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 6px solid #ffffff;
	}
	to
	{
		top: 18px;
		right: 24px;

		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 10px solid #ffffff;
	}
}

/* Chrome, Safari, Opera */
@-webkit-keyframes h1BeforeArrow {
    from
	{
		top: 21px;
		right: 20px;
	
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
		border-top: 8px solid #272727;
	}
	to
	{
		top: 19px;
		right: 22px;

		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 12px solid #272727;
	}
}

@-webkit-keyframes h1AfterArrow {
    from
	{
		top: 20px;
		right: 22px;
	
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 6px solid #ffffff;
	}
	to
	{
		top: 18px;
		right: 24px;

		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 10px solid #ffffff;
	}
}

/* --- UI of Each Gallery --- */

div#galeryOfThisPost
{
	
}

div.pelliculeRoll
{	
	width: 215px;
	/* height: 210px; */
	
	background-image: url('img/gallery.png');
	background-repeat: no-repeat;
	
	display: inline-block;
	
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 20px 15px;
}

h1.pelliculeRollTitle
{	
	font-family: 'Advent Pro', sans-serif;
	font-size: 1.5em;
	font-weight: 300;
	font-style: normal;
	
	color: #272727;
	
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
	
	text-align: center;
    
    height: 60px;
    overflow: hidden;
}

img.pelliculeRollCover
{
	width: 180px;
	margin: 20px 0px 0px 18px;
    padding: 0px;
}

ul.pelliculeRollContent
{	
	display: none;
}

ul.pelliculeRollContent li
{	
	
}

ul.pelliculeRollContent li img
{	
	width : 100px;
}

/* --- Ui of Each Gallery In Post --- */
div.pelliculeRollInPost
{	
	width: 215px;
	/* height: 210px; */
	
	background-image: url('img/gallery.png');
	background-repeat: no-repeat;
	
	display: inline-block;
	float: left;
	
	padding: 0px 0px 0px 0px;
	margin: -9px 15px 10px 15px;
}

div.pelliculeRollInPost p
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

h1.pelliculeRollTitleInPost
{	
	font-family: 'Advent Pro', sans-serif;
	font-size: 1.5em;
	font-weight: 300;
	font-style: normal;
	
	color: #272727;
	
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
	
	text-align: center;
}

img.pelliculeRollCoverInPost
{
	width: 180px;
	margin: 20px 0px 0px 18px;
    padding: 0px;
}

ul.pelliculeRollContentInPost
{	
	display: none;
}

/* --- UI of Each Gallery In Page --- */

div.pelliculeRollInGalleriesPage
{
	width: 200px;
	
	background-color: #303A42;
	
	display: inline-block;
	float: left;
	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 25px 25px;
}

div.firstPelliculeOfGalleries
{
	width: 875px;
}

div.pelliculeRollInGalleriesPage img.pelliculeRollCover
{
	width: 200px;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

div.firstPelliculeOfGalleries img.pelliculeRollCover
{
	width: 875px;
}

div.pelliculeRollInGalleriesPage h1.pelliculeRollTitle
{
	font-family: 'Oswald',sans-serif;
	font-size: 1.3em;
	font-weight: 400;
	font-style: normal;
	
	color: #ffffff;
	
	padding: 10px 0px 10px 20px;
	margin: 0px 0px 0px 0px;
	
	text-align: left;
    
    height: 30px;
}

div.firstPelliculeOfGalleries h1.pelliculeRollTitle
{
	padding-left: 20px;
	
	text-align: left;
}



/* --- UI of Pellicule Display --- */

div.pelliculeContainer
{
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	
	width : 100%;
	height : 100%;
	
	background: -moz-radial-gradient(center, ellipse cover,  rgba(117,117,117,0.8) 0%, rgba(33,33,33,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(117,117,117,0.8)), color-stop(100%,rgba(33,33,33,0.8))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(117,117,117,0.8) 0%,rgba(33,33,33,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(117,117,117,0.8) 0%,rgba(33,33,33,0.8) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(117,117,117,0.8) 0%,rgba(33,33,33,0.8) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(117,117,117,0.8) 0%,rgba(33,33,33,0.8) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc757575', endColorstr='#cc212121',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
	
}
img.temporaryImageContainer
{
	display: none;
}

div.pelliculeDisplayer
{
	position: fixed;
    top: 0px;
		
	background-color: transparent; /* --- #ed234a; --- */
	color: #272727;
	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
    

}

img.onAir
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
    border: 12px solid white;
}

img#displayedImage_Loader
{
    margin: 10px 7px 10px 7px;
}

div.pictureDescription
{
    top : 0px; 
    
	font-family: 'Indie Flower',cursive;
    
	font-size: 1.12em;
	font-weight: 300;
	font-style: normal;
	line-height: 1.8em;
    letter-spacing:  0.02em;
	
	color: #244c96;
	
	padding: 16px 15px 12px 15px;
	margin: -400px 0px 0px 12px;
	
	text-align: center;
    
    background-color: #ffffff;


}

div.rightArrow, div.leftArrow
{
	position: relative;
	overflow: hidden;
	width: 60px;
	height: 60px;
	
	font-family: 'pellicule';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;

	font-size: 3.5em;
	line-height: 1.05em;
	
	color: #ffffff;
	
	-webkit-transition: all .35s ease-out;
	-moz-transition: all .35s ease-out;
	-ms-transition: all .35s ease-out;
	-o-transition: all .35s ease-out;
	transition: all .35s ease-out;
	
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
}

div.rightArrow:hover, div.leftArrow:hover
{
	
}

div.rightArrow:before
{
	content: '\e600';
}

div.leftArrow:before
{
	content: '\e601';
}

div.rightArrow:before, div.leftArrow:before
{
	opacity: .8;
	position: absolute;
	top: 0px;
	left: 0px;
	
	-webkit-transition: all .35s ease-out;
	-moz-transition: all .35s ease-out;
	-ms-transition: all .35s ease-out;
	-o-transition: all .35s ease-out;
	transition: all .35s ease-out;
}


div.rightArrow:after
{
	content: '\e602';
}
	
div.leftArrow:after
{
	content: '\e603';
}
	
div.rightArrow:after, div.leftArrow:after
{

	opacity: 1;
	position: absolute;
	top: 0px;
	left: 2px;
	color: #ffffff;
	opacity: 0;
	
	-webkit-transition: all .35s ease-out;
	-moz-transition: all .35s ease-out;
	-ms-transition: all .35s ease-out;
	-o-transition: all .35s ease-out;
	transition: all .35s ease-out;
}

div.rightArrow:hover:after, div.leftArrow:hover:after
{
	opacity: .8;
}

div.rightArrow:hover:before, div.leftArrow:hover:before
{
	content: '\e600';
	opacity: 0;
	

}

img.nextImgIcon
{
	width: 160px;
	position: absolute;
	top: 0px;
	left: 2px;
	
	opacity: 0;
	
	
		
	transform: translateX(-50%) translateY(-50%) rotate(0deg) scale(2);
	
	-webkit-transition: all .35s ease-out;
	-moz-transition: all .35s ease-out;
	-ms-transition: all .35s ease-out;
	-o-transition: all .35s ease-out;
	transition: all .35s ease-out;
}

div.rightArrow:hover img.nextImgIcon, div.leftArrow:hover img.nextImgIcon
{
	opacity: 1;
	transform: translateX(-50%) translateY(-50%) rotate(0deg) scale(1);
}

/* --- HD Button --- */

div#HDButton
{
    position: absolute;
    bottom: 20px;
    right: 20px;
    
    width: 50px;
    height: 50px;
    border-radius: 50px;
    
    font-family: 'Roboto', sans-serif;
	font-size: 1.4em;
    line-height: 2.1em;
	font-weight: 600;
	font-style: normal;
	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
    
    text-align: center;
}

div#HDButton.HDButtonOff, div#HDButton.HDButtonOn:hover
{
    background-color: #ffffff;
    color: #309dc6;
}

div#HDButton.HDButtonOff:hover, div#HDButton.HDButtonOn
{
    background-color: #309dc6;
    color: #ffffff;
}


/* div.imageStillLoading
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    
    background-color: #363636;
    opacity: 0.6;
}

div.imageStillLoading:after
{
    content: '';
    
    -webkit-animation: bottomLoader 7s infinite;
    animation: bottomLoader 7s infinite;
    
    width: 1%;
    height: 0px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    border-top: 7px solid red;
    border-left: solid red;
    
    color: red;
} */


/* --- Image Loader animation part --- */

/* Chrome, Safari, Opera */
@-webkit-keyframes bottomLoader {
    from
	{
		width: 1%;
	}
	to
	{
		width: 99%;
	}
}

/* Standard syntax */
@keyframes bottomLoader {
    from
	{
		width: 1%;
	}
	to
	{
		width: 99%;
	}
}

/* --- New Image Loader animation part --- */

div.imageStillLoading
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    
    text-align: center;
    margin : 0px auto 0px auto;
    
    background-color: rgba(54, 54, 54, 0.35);
}

div.imageStillLoading > div 
{
    width: 18px;
    height: 18px;
    background-color: #ac1e28;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;

    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

div.imageStillLoading .bounce1 
{
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
    
    background-color: #f53340;
}

div.imageStillLoading .bounce2 
{
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    
    background-color: #e42735;
}

@-webkit-keyframes bouncedelay 
{
    0%, 80%, 100% 
    {
        -webkit-transform: scale(0.0)
    }
    40%
    {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bouncedelay 
{
    0%, 80%, 100% 
    { 
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 
    40% 
    { 
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}


/* --- Counter & Thumbs displayer style part --- */

div.counter
{
    position: absolute;
    bottom: 20px;
    left: 20px;
    
    width: 50px;
    height: 50px;
    border-radius: 50px;
    
    background-color: #ffffff;
	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
    
    text-align: center;
}

div.counter:hover
{
    color: #ffffff;
    background-color: #303A42;
}

div.counter:before
{
    content: '';
    background-color: #565a5f;
    height: 1px;
    width: 32px;
    
    position: absolute;
    top: 30px;
    left: 10px;
    
}

div.counter:hover:before
{
    opacity: 0;    
}

div.counter img#thumbnailsPreview
{
    -webkit-animation: unshowThumbs 0.1s; 
    animation: unshowThumbs 0.1s;
    
    position: absolute;
    
    top: -25px;
    left: -25px;
    
    zoom: 150%;
    opacity: 0;
    
    -ms-transform: rotate(-45deg); 
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

div.counter:hover img#thumbnailsPreview
{
    -webkit-animation: showThumbs 0.2s; 
    animation: showThumbs 0.2s;
    
    top: 0px;
    left: 0px;
    zoom: 100%;
    opacity: 1;
    
    -ms-transform: rotate(0eg); 
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}


div.counter p
{
    font-family: 'Roboto', sans-serif;
	font-size: 1em;
    line-height: 0.9em;
	font-weight: 200;
	font-style: normal;
    color: #000000;
    
    padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
    
    -ms-transform: scale(1); 
    -webkit-transform: scale(1); 
    transform: scale(1);
    opacity: 1;
}

div.counter:hover p
{
    -webkit-animation: unshowCounters 0.1s; 
    animation: unshowCounters 0.1s;
    
    color: #ffffff;
    
    -ms-transform: scale(2,4); 
    -webkit-transform: scale(2,4);
    transform: scale(2,4);
    opacity: 0;
}

div.counter p#picDisplayed
{
    font-size: 1.4em;
    color: #000000;
    
    padding: 0px 0px 0px 0px;
	margin: 7px 0px 0px 0px;
}

div.counter p#totalOfPics
{
    font-size: 0.8em;
    color: #000000;
    
    padding: 0px 0px 0px 0px;
	margin: 7px 0px 0px 0px;
}

/* --- Thumbs Button animation part --- */

/* Chrome, Safari, Opera */
@-webkit-keyframes showThumbs
{
   from
	{
		top: -25px;
        left: -25px;
        zoom: 150%;
        opacity: 0;
        -ms-transform: rotate(-45deg); 
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
	}
	to
	{
		top: 0px;
        left: 0px;
        zoom: 100%;
        opacity: 1;
        -ms-transform: rotate(0deg); 
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
	}
}

@-webkit-keyframes  unshowThumbs 
{
   from
	{
		top: 0px;
        left: 0px;
        zoom: 100%;
        opacity: 1;
        -ms-transform: rotate(0deg); 
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
	}
	to
	{
		top: -25px;
        left: -25px;
        zoom: 150%;
        opacity: 0;
        -ms-transform: rotate(-45deg); 
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);		top: 0px;
        left: 0px;
        zoom: 100%;
        opacity: 1;
        -ms-transform: rotate(0deg); 
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
	}
}

@-webkit-keyframes unshowCounters
{
    from
	{
		-ms-transform: scale(1); 
        -webkit-transform: scale(1); 
        transform: scale(1);
        opacity: 1;
	}
	to
	{
		-ms-transform: scale(2,4); 
        -webkit-transform: scale(2,4);
        transform: scale(2,4);
        opacity: 0;
	}
}

/* Standard syntax */
@keyframes showThumbs 
{
   from
	{
		top: -25px;
        left: -25px;
        zoom: 150%;
        opacity: 0;
        -ms-transform: rotate(-45deg); 
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
	}
	to
	{
		top: 0px;
        left: 0px;
        zoom: 100%;
        opacity: 1;
        -ms-transform: rotate(0deg); 
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
	}
}

@keyframes unshowThumbs 
{
   from
	{
		top: 0px;
        left: 0px;
        zoom: 100%;
        opacity: 1;
        -ms-transform: rotate(0deg); 
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
	}
	to
	{
		top: -25px;
        left: -25px;
        zoom: 150%;
        opacity: 0;
        -ms-transform: rotate(-45deg); 
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);		top: 0px;
        left: 0px;
        zoom: 100%;
        opacity: 1;
        -ms-transform: rotate(0deg); 
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
	}
}

@keyframes unshowCounters 
{
    from
	{
		-ms-transform: scale(1); 
        -webkit-transform: scale(1); 
        transform: scale(1);
        opacity: 1;
	}
	to
	{
		-ms-transform: scale(2,4); 
        -webkit-transform: scale(2,4);
        transform: scale(2,4);
        opacity: 0;
	}
}

/* --- Style part for thumbs display --- */

.thumbsDisplayedNow
{
    display: none;
}

div.forThumbsDisplay
{
    background-color: #303A42;
    overflow: scroll;
}

ul.thumbsList
{
    list-style: none;
    
    margin: 0px 0px 20px 0px;
    padding: 7px 0px 0px 7px;
}

li.thumbElement
{
    display: inline-block;
    
    background-color: #ffffff;
    
    width: 220px;
    height : 212px;
    
    margin: 10px 12px 16px 12px;
    padding: 0px 0px 0px 0px;
}

li.thumbElement img
{
    width: 200px;
    
    margin: 10px 0px 0px 10px;
    padding: 0px 0px 0px 0px;
}

li.thumbElement div.captionOfTheThumbs
{

    margin: 7px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

li.thumbElement div.captionOfTheThumbs p
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    
    text-align: center;
    color: #244c96;
    font-family: "Indie Flower",cursive;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    
    height : 22px;
    text-overflow: ellipsis;    
    overflow: hidden;
}