Domain: lemmonlines.com
Server Adress: 208.122.217.104

privdayz.com

/home/httpd/html/verobeach.marketing/public_html/
Dosya Yükle :
Current File : /home/httpd/html/verobeach.marketing/public_html/gallery.css

div#gallery-thumbs {
		/*background-color: #E1E1E1;*/
		/*width: 960px;*/
		/*height: 600px;*/
		/*clear: both;*/
        position: relative;
        /*top: 30px;
        left: 1px;*/
    	margin-top:70px;
		margin: 0 auto;
	}

    div#gallery-thumbs div {
		float: left;
		width: 160px;
		height: 90px;
		/*border: 1px solid #000000;*/
        position: relative;
		margin: 0;
		/*overflow: hidden;*/
        box-sizing:border-box;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
	}

        div#gallery-thumbs div span.view {
            opacity: 0;
            -moz-opacity: 0;
            filter:alpha(opacity=0);
            position: absolute;
            left:50%;
            top:50%;
            margin-top: -9px;
            margin-left: -9px;
            background:#000;
            background:rgba(000,000,000,.8);
            border-radius:4px;
            color:#fff;
            padding:3px 4px 4px 4px;
            z-index:3;
            width:auto;
            min-height:auto !important;
            height:25px !important;
            transition:opacity .25s;
            -webkit-transition:opacity .25s;
            -moz-transition:opacity .25s;
        }

/*
        div#gallery-thumbs .photo-thumb .content.meta img{
            height: 72px;
            max-width: 72px;
            position: absolute;
            bottom: 10px;
            left: 10px;
            overflow: hidden;
            border-radius: 0 0 0 2px;
        }
*/
            div#gallery-thumbs div span.view img,
            div#gallery-thumbs div.photo-thumb.double div.inner span.view img {
                width:18px;
                min-height:20px;
                max-height:20px;
                height:20px;
                float: left;
                position: relative;
            }

            div#gallery-thumbs div.photo-thumb:hover span.view {
                opacity: 1;
                -moz-opacity: 1;
                filter:alpha(opacity=100);
                transition:opacity .25s;
                -webkit-transition:opacity .25s;
                -moz-transition:opacity .25s;
            }

        div#gallery-thumbs div.photo-thumb div.inner .via {
            position: absolute;
            top: auto;
            bottom:4px;
            left: 4px;
            min-height: 0 !important;
            height: 15px !important;
            width: 15px !important;
            min-width: 0;
            opacity: 0;
            transition:all .15s linear;
            -webkit-transition:all .15s linear;
            -moz-transition:all .15s linear;
            -ms-transition:all .15s linear;
            -o-transition:all .15s linear;
		}

            div#gallery-thumbs div.photo-thumb:hover div.inner .via {
                opacity: 1;
            }

            div#gallery-thumbs div.photo-thumb div.inner .via[title="via Twitter"] {
                height: 14px !important;
                width: 19px !important;
            }

        div#gallery-thumbs div.photo-thumb div.inner {
            float: left;
            width: 160px;
            height: 90px;
            position: absolute;
            top:0;
            left:0;
            overflow:hidden;
        }

            div#gallery-thumbs div.photo-thumb.quote-link div.inner {

            }

        div#gallery-thumbs div.double {
            width:320px;
            height:180px;
            position: relative;
            overflow:visible;
            z-index:1;
        }
        div#gallery-thumbs div.triple {
            width:480px;
            height:270px;
            position: relative;
            overflow:visible;
            z-index:1;
        }

            div#gallery-thumbs div.empty.double {
                z-index:0;
            }


        div#gallery-thumbs div.photo-thumb.double div.inner {
            width:320px;
            height:180px;
            position: absolute;
            top:0;
            left:0;
            overflow:hidden;
        }
        div#gallery-thumbs div.photo-thumb.triple div.inner {
            width:480px;
            height:270px;
            position: absolute;
            top:0;
            left:0;
            overflow:hidden;
        }

            div#gallery-thumbs div.photo-thumb.triple div.inner img,
            div#gallery-thumbs div.photo-thumb.double div.inner img {
                width:100%;
                /*min-height:100%;*/
            }

            div#gallery-thumbs div.photo-thumb.video div.inner span.play, span.stickyMedia.play  {
                position: absolute;
                width:59px;
                height:58px;
                background:url(/images/eventfeed/splash-sprite-a1.png) -1003px -373px no-repeat;
                left:50%;
                    margin-left:-29px;
                top:50%;
                    margin-top:-29px;
                z-index:1;
                opacity: .6;
                -moz-opacity: .6;
                filter:alpha(opacity=60);
                cursor: pointer;
                -webkit-transition:opacity .2s linear;
                -moz-transition:opacity .2s linear;
                transition:opacity .2s linear;
            }

                div#gallery-thumbs div.photo-thumb div.inner span.play.audio, span.stickyMedia.play.audio {
                    background:url(/images/eventfeed/splash-sprite-a1.png) -1061px -373px no-repeat;
                }

                div#gallery-thumbs div.photo-thumb:hover div.inner span.play {
                    opacity: 1;
                    -moz-opacity: 1;
                    filter:alpha(opacity=100);
                    -webkit-transition:opacity .2s linear;
                    -moz-transition:opacity .2s linear;
                    transition:opacity .2s linear;
                }

        div#gallery-thumbs div:hover {
            position: relative;
            z-index: 2;
            box-shadow: none;
            opacity: 1;
            -moz-opacity: 1;
            filter:alpha(opacity=100);
            transition:none;
            -webkit-transition:none;
            -moz-transition:none;
        }

		.ui-draggable-dragging { z-index: 12; }
            div#gallery-thumbs div.photo-thumb:hover div.inner {
                float: left;
                width: 168px;
                height: 98px;
                overflow:hidden;
                top:-4px;
                left:-4px;
            }

            div#gallery-thumbs div.adjust:hover {
                margin-top:-94px;
            }

            /*div#gallery-thumbs div.double:hover {
                margin:0;
                width:320px;
                height:180px;
                box-shadow:none;
            }*/

            div#gallery-thumbs div.double:hover div.inner {
                box-shadow: 0 0 15px #000;
                width:328px;
                height:188px;
                top:-4px;
                left:-4px;
            }
            div#gallery-thumbs div.triple:hover div.inner {
                box-shadow: 0 0 15px #000;
                width:488px;
                height:278px;
                top:-4px;
                left:-4px;
            }

            /*div#gallery-thumbs div:hover img {
                width:100%;
                border-radius: 100px;
                opacity: 1;
                -moz-opacity: 1;
                filter:alpha(opacity=100);
            }*/

			div#gallery-thumbs div.quote-link:hover{
				color:#03e1ff !important;
				cursor:pointer;
			}
			div#gallery-thumbs div.quote-link:hover h2{
				color:#03e1ff !important;
				text-shadow:none !important;
            }

			div#gallery-thumbs div.quote-link:hover .source-url{
				display:block;
			}

			.source-url{
				background-color:#000000;
				font-family:Arial;
				font-weight:bold;
				color:#ffffff;
				padding:4px 0px;
				font-size:12px;
				text-align:center;
				height:15px !important;
				width:100% !important;
			}

    /* the new gallery */

	div#gallery-thumbs div img {
        top:0;
        min-width:100%;
        /*min-height:100%;*/
    }


            div#gallery-thumbs > div,
            div#gallery-thumbs > div:hover {
                margin:4px;
                /*border:2px solid #ccc;
                border:2px solid rgba(0,0,0,0.1);*/
            }

            div#gallery-thumbs div,
            div#gallery-thumbs div:hover,
            div#gallery-thumbs div.photo-thumb div.inner,
            div#gallery-thumbs div.photo-thumb:hover div.inner {
                padding:0;
                border-radius:0;
                top:0;
                left:0;
                /*background:#eee;*/
                cursor: pointer;
            }


            #gallery-container div.inner .username{
                float:right;
            }

            #gallery-container.column4 #gallery-thumbs div .inner.loaded{
                background: #ffffff;
            }

			/*div#gallery-thumbs div, div#gallery-thumbs div:hover, div#gallery-thumbs div.photo-thumb div.inner, div#gallery-thumbs div.photo-thumb:hover div.inner {*/
				/*width: 176px;*/
                /*height: 132px;*/
			/*}*/
            /*div#gallery-thumbs div.double, div#gallery-thumbs div.double:hover, div#gallery-thumbs div.photo-thumb.double div.inner, div#gallery-thumbs div.photo-thumb.double:hover div.inner {*/
                /*width: 360px;*/
                /*height: 272px;*/
            /*}*/
            /*div#gallery-thumbs div.triple, div#gallery-thumbs div.triple:hover, div#gallery-thumbs div.photo-thumb.triple div.inner, div#gallery-thumbs div.photo-thumb.triple:hover div.inner {*/
                /*width: 544px; height:412px;*/
            /*}*/

			/******************************************
			 * This is the 5 column default
			 * */
			/*#gallery-container #gallery-thumbs {*/
				/*width: 960px;*/
			/*}*/
			/*/* get this w by (containerWidth/5)-8*/
			   /*get this h by w*0.75 */*/
			/*#gallery-container #gallery-thumbs div,*/
			/*#gallery-container #gallery-thumbs div:hover,*/
			/*#gallery-container #gallery-thumbs div.photo-thumb div.inner,*/
			/*#gallery-container #gallery-thumbs div.photo-thumb:hover div.inner {*/
				/*width: 184px; height: 138px;*/
			/*}*/
			/*/* get this w by (singleWidth*2)+(8*1)*/
			   /*get this h by (singleHeight*2)+(8*1) */*/
            /*#gallery-container #gallery-thumbs .double,*/
			/*#gallery-container #gallery-thumbs div.double:hover,*/
			/*#gallery-container #gallery-thumbs div.photo-thumb.double div.inner,*/
			/*#gallery-container #gallery-thumbs div.photo-thumb.double:hover div.inner {*/
                /*width: 376px; height: 284px;*/
            /*}*/
			/*/* get this w by (singleWidth*3)+(8*2)*/
			   /*get this h by (singleHeight*3)+(8*2) */*/
            /*#gallery-container #gallery-thumbs .triple,*/
			/*#gallery-container #gallery-thumbs div.triple:hover,*/
			/*#gallery-container #gallery-thumbs div.photo-thumb.triple div.inner,*/
			/*#gallery-container #gallery-thumbs div.photo-thumb.triple:hover div.inner {*/
                /*width: 568px; height:430px;*/
            /*}*/
			/*/* End the 5 column default*/
			/*[>****************************************<]*/


            div#gallery-thumbs div:hover,
            div#gallery-thumbs div.photo-thumb:hover div.inner {
                box-shadow:none;
            }

            div#gallery-thumbs div img {
                width:100%;
                /*min-height: 100%;*/ /* NOOOOOOOOOOOOOO - this breaks the thumbnail sizing... distoring the images.. */
            }
			/* This is the loader height fixy */
            div#gallery-thumbs div img[lazy-src] {
				height:100% !important;
				margin-top:0 !important;
			}

            table.quote-table tr td h2 {
                color: #333;
                text-shadow: none;
                font-family: helvetica;
                letter-spacing: -.04em;
            }

            table.quote-table tr td h4 {
                text-shadow:none;
                font-family:vinyl;
            }

            div#gallery div.photos div.photo.quote span.caption {
                font-family:vinyl, helvetica, sans-serif;
            }

            div#gallery div.photos div.photo.quote span.credit {
                font-family:vinyl, helvetica, sans-serif;
                color:#fff;
                font-size: 19px;
                float: left;
                width: 100%;
                text-align: left;
            }

            div#gallery-thumbs div.quote-link {
                background: #fff;
            }



    .photo-thumb .nu-quote-table {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        text-shadow:none !important;
    }

        .photo-thumb .nu-quote-table .content {
            position: absolute !important;
            top: 0 !important;
            margin-bottom: 0 !important;
            text-align: center !important;
            font: normal 16px/1em 'gibsonRegular';
            left: 0 !important;
            width: 100% !important;
            height: 60% !important;
            overflow: hidden !important;
            z-index: 0 !important;
        }

            .photo-thumb .nu-quote-table .content:before {
                content: '' !important;
                height: 100% !important;
                display: inline-block !important;
                margin-right: -0.02em !important;
                vertical-align: middle !important;
            }

            .photo-thumb .nu-quote-table .content .inner {
                display: inline-block !important;
                vertical-align: middle !important;
                height: auto !important;
                position: relative !important;
                width: 85% !important;
                margin: 0 auto !important;
                float: none !important;
                font: normal 16px/1em 'gibsonLight';
            }

            .photo-thumb .nu-quote-table .content.meta {
                top: auto !important;
                bottom: 1px !important;
                height: 40% !important;
            }

                .photo-thumb .nu-quote-table .content.meta .meta-inner {
                    position: absolute !important;
                    left: 10px !important;
                    bottom: 5px !important;
                    width: 90% !important;
                    height: 90% !important;
                    text-align: left !important;
                }

                .photo-thumb .nu-quote-table .content.meta .thepoint {
                    display: inline-block;
                    position: relative;
                    padding-top: 5px !important;
					/*
                    height: auto !important;
                    width: auto !important;
					*/
                    border-radius: 1000px !important;
                    float: left !important;
					width:47px !important; height:47px !important;
					overflow:hidden;
                    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8), 0 0 0 3px #CCC !important;
                    margin: 0 0 0 2% !important;
					text-align:center !important;
                }

                .photo-thumb .nu-quote-table .content.meta .thepoint img {
                    /*min-width: 0 !important;
                    max-height: 90% !important;
					*/
                    height: 47px !important;
					width: auto !important;
					max-width: none !important;
					min-width: 0 !important;
					float:none !important;
                }

                .photo-thumb .nu-quote-table .content.meta div {
                    width: auto !important;
                }

                    .photo-thumb .nu-quote-table .content.meta .username {
                        height: 100% !important;
                    }

                        .photo-thumb .nu-quote-table .content.meta .username:before {
                            content: '';
                            height: 100%;
                            vertical-align: middle;
                            margin-right: -0.02em;
                            display: inline-block;
                        }

                    .photo-thumb .nu-quote-table .content.meta .username .inner {
                        display: inline-block !important;
                        vertical-align: middle !important;
                        position: relative !important;
                        height: auto !important;
                    }

                    .photo-thumb .nu-quote-table .content.meta div span {
                        display: block;
                        text-align: left;
                    }
                        .photo-thumb .nu-quote-table .content.meta div span:first-child {
                            font-family: 'gibsonSemiBold';
                            /*margin:  15% 0 4px 0;*/
                        }

    /* tweet colors */

    .nu-quote-table {
        background: #eee;
        color: #000;
    }

    .photo-thumb .nu-quote-table .content.quote,
    .photo-thumb:hover .nu-quote-table .content.quote {
        background: #fff !important;
        box-shadow: 0 5px 0 #eee inset, 5px 0 0 #eee inset, -5px 0 0 #eee inset,
                    0 6px 0 #03deef inset, 6px 0 0 #03deef inset, -6px 0 0 #03deef inset,
                    0 -1px 0 #03deef inset !important;
    }

    .photo-thumb .nu-quote-table .content.meta .thepoint:before,
    .photo-thumb .nu-quote-table .content.meta .thepoint:after {
        content: '' !important;
        position: absolute !important;
        top: -38px !important;
        left: 50% !important;
        margin-left: -45px;
        border-top: 45px solid #fff !important;
        border-right: 45px solid transparent !important;
        border-left: 45px solid transparent !important;
        z-index: 2;
    }

        .photo-thumb .nu-quote-table .content.meta .thepoint:after {
            border-top: 45px solid #03deef !important;
            top: -37px !important;
            z-index: 0;
        }

    /* end tweet colors */

    /* font-size for different block sizes */
    .photo-thumb.single .nu-quote-table .content .inner {
        font:normal 12px/1em 'gibsonLight';
    }

    .photo-thumb.triple .nu-quote-table .content .inner {
        font:normal 22px/1em 'gibsonLight';
    }


	div#gallery-thumbs ul li.flow-ctrl{
		width: 518px;
		height: 321px;
        border:none;
        display: none;
	}

    .loadMoreThumbsWrap {
        /*margin-top:27px;*/
        float:left;
        width: 100%;
        clear: both;
        text-align:center;
    }

        .loadMoreThumbsWrap #loadMoreThumbs {
            margin-left:2px;
            display: block;
    		text-align: center;
            color:#444;
            font-size:30px;
            font-weight:bold;
            text-shadow:1px 1px 0 #fff;
            padding:30px 20px 28px 70px;
            /*border:1px solid #fff;*/
            border-bottom-right-radius:6px;
            border-bottom-left-radius:6px;
            background:#aaa;
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e95c0', endColorstr='#1e86b1',GradientType=0 );
            box-shadow:0 6px 14px -2px #555 inset;
            transition:background .4s;
            -webkit-transition:background .4s;
            -moztransition:background .4s;
        }

            .loadMoreThumbsWrap #loadMoreThumbs:hover {
                background:#1e86b1;
                background: -moz-linear-gradient(top, #43b5e4 0%, #1e86b1 100%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#43b5e4), color-stop(100%,#1e86b1));
                background: -o-linear-gradient(top, #43b5e4 0%,#1e86b1 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43b5e4', endColorstr='#1e86b1',GradientType=0 );
                color:#fff;
                text-shadow:1px 1px 0 #333;
                transition:background .4s;
                -webkit-transition:background .4s;
                -moztransition:background .4s;
            }
	.backToTop {
		float: right;
		clear: both;
		margin-top: 15px;
	}

	div#gallery {
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		z-index: 10;
	}

    div#gallery h1 {
        z-index: 5;
        position: absolute;
        top: 8%;
        left: 20px;
        opacity: .2;
        -moz-opacity: .2;
        filter:alpha(opacity=20);
		pointer-events: none;
    }

        div#gallery div.photo-count {
            position: absolute;
            right:30px;
            bottom:30px;
            z-index:5;
            color:#fff;
            color:rgba(255, 255, 255, .8);
            font-size:16px;
        }

    div.maskWrap {
        width:200% !important;
        height:200% !important;
        top:-50% !important;
        left:-50% !important;
        margin-left:0 !important;
        background:none !important;
        overflow: hidden;
        background-color:#000 !important;
        position: fixed;
    }

	div#gallery .mask img {
		/*width: 100%;
		height: 100%;
		background: #000000;
        background-size: 100% auto;
        position: absolute;
    	top: 0px;
    	left: 0px;
        z-index: 3;*/

        position:absolute !important;
        top:0 !important;
        left:0 !important;
        right:0 !important;
        bottom:0 !important;
        margin:auto !important;
        min-width:50% !important;
        min-height:50% !important;
        background: no-repeat;
        background-size: 100% 100%;
	}
	div#gallery.secondary .mask img {
		z-index: 2;
	}

        div#gallery .mask.primary img {
            z-index: 3;
        }

        div#gallery .mask-below {
            width:100%;
            height:100%;
            background-color: #000;
            position: absolute;
            top:0;
            left:0;
    		z-index: 4;
            opacity: 0.85;
        }

	div#gallery .actions {
		position: absolute;
		top: 0;
		right: 0;
        padding:10px 20px 5px 10px;
        z-index: 10;
        font-variant:small-caps;
        font-size:14px;
        color:#fff;
        color:rgba(255, 255, 255, .7);
        background:#000;
        background:rgba(000, 000, 000, 1);
        -webkit-transition-property:color, background;
        -webkit-transition-duration:.20s, .20s;
        -webkit-transition-property:linear;
        -moz-transition-property:color, background;
        -moz-transition-duration:.20s, .20s;
        -moz-transition-property:linear;
        transition-property:color, background;
        transition-duration:.20s, .20s;
        transition-property:linear;
        border-bottom-left-radius:4px;
        /*border-bottom:1px solid rgba(255,255,255,.2);
        border-left:1px solid rgba(255,255,255,.2);*/
	}

        div#gallery .actions a {
            color: #fff;
        }

        div#gallery .actions .playPause {
            cursor: pointer;
        }

            div#gallery .actions .playPause:hover {
                color:#fff;
                color:rgba(255, 255, 255, 1);
            }

        div#gallery .actions a.prev,
        div#gallery .actions a.next {
            border-top:5px solid transparent;
            border-bottom:5px solid transparent;
            margin:0 8px 0 8px;
            float:left;
            opacity: 0.7;
            -moz-opacity: 0.7;
            filter:alpha(opacity=70);
        }

            div#gallery .actions a.prev:hover,
            div#gallery .actions a.next:hover {
                opacity: 1;
                -moz-opacity: 1;
                filter:alpha(opacity=100);
            }

        div#gallery .actions a.next {
            border-left:5px solid #fff;
        }

        div#gallery .actions a.prev {
            border-right:5px solid #fff;
        }

        div#gallery .actions .close {
            margin-left:50px;
            cursor: pointer;
            font-size: 20px;
            margin-top: -6px;
            display: inline-block;
            position: relative;
            top: 1px;
        }

            div#gallery .actions .close .close-x {
                background-color: #fff;
                color:#000;
                opacity: 0.3;
                -moz-opacity: 0.3;
                filter:alpha(opacity=30);
                border-radius:10px;
                padding: 3px 4px 0 4px;
                font-weight: bold;
                font-size: 12px;
                margin-top: -16px;
                float: right;
                margin-left: 6px;
                cursor:pointer;
            }

            div#gallery .actions .close .close-x:hover {
                opacity: 1;
                -moz-opacity: 1;
                filter:alpha(opacity=100);
            }

    .gall-ctrl {
        width: 100%;
        position: absolute;
        z-index:10;
        top: 50%;
        height: 0px;
        opacity: 0.5;
        -moz-opacity: 0.5;
        filter:alpha(opacity=50);
    }
    span.gall-ctrl-right,
    span.gall-ctrl-left {
        margin-top: -40px;
        border-top:40px solid transparent;
        border-bottom:40px solid transparent;
        cursor: pointer;
    }
        span.gall-ctrl-right {
            border-left:40px solid #fff;
            margin-right: 20px;
            float: right;
        }

        span.gall-ctrl-left {
            border-right:40px solid #fff;
            margin-left: 20px;
            float: left;
        }

	div#gallery div.photos {
		position: absolute;
		top:0;
        left:0;
		width: 100%;
        height: 100%;
		text-align: center;
        z-index: 8;
        overflow: auto;
	}
	div#gallery div.photos div.photo {
        background-color: none;
        border:none;
        border-radius:4px;
	    top: 0px;
		min-width: 350px;
		min-height: 300px;
        overflow: hidden;
        text-align:center;
        display: none;
	}

    div#gallery div.photos div.photo div.innerWrapping {
        display: inline-block;
        position: relative;
        /*overflow: hidden;*/
        /*width:80%;*/
        /* height: 80%; */
		width:100%;max-width:100%;
		height: 100%;max-height:100%;
        background: #000;
    }

	div#gallery div.photos div.photo img {
		height: 100%;
        opacity: 0;
        -moz-opacity: .3;
        filter:alpha(opacity=30);
        border-radius:4px 4px 0 0;
		max-width: none;
	}

        div#gallery div.photos div.photo.sized {
		width: auto; overflow: visible;
	}
        div#gallery div.photos div.photo:hover {
        	/*border: 1px solid #fff;
        	border:1px solid rgba(255, 255, 255, 1);*/
	}

        div#gallery div.photos div.active,
        div#gallery div.photos div.active:hover {
    		/*width: auto; overflow: visible;
            border: 1px solid #fff;
            border:1px solid rgba(255, 255, 255, 1);
            box-shadow:0 3px 20px #000;
    		position: relative;
    		display: inline-block;
    		margin: auto;
    		top:auto;
    		left: auto;*/
            border:none;
            background: none;
            top:0;
            left: 0;
            text-align: center;
            display: inline-block;
        }

            div#gallery div.photos:before {
                content: '';
                display: inline-block;
                height: 100%;
                vertical-align: middle;
                /*margin-right: -0.25em;*/
            }

            div#gallery div.photos div.photo {
                vertical-align: middle;
            }

        div#gallery div.photos div.active img,
        div#gallery div.photos div.active:hover img {
            opacity: 1;
            -moz-opacity: 1;
            filter:alpha(opacity=100);

            box-shadow: 0 4px 12px rgba(0,0,0,.4);

            border:none;
            background: none;
            display: inline-block;
            vertical-align: middle;
        }

            div#gallery div.photos div.photo.active.landscape img,
            div#gallery div.photos div.photo.active.landscape:hover img {
                /*min-width:80%;*/
                /*max-width:80%;*/
                height: auto;
            }

                /*div#gallery div.photos div.photo.active.landscape .innerWrapping {
                    width: 80%;
                }*/

            div#gallery div.photos div.photo.active.portrait img,
            div#gallery div.photos div.photo.active.portrait:hover img {
                min-height:80%;
                max-height:80%;
                width: auto;
                /*max-width: 80%;*/
            }

                /*div#gallery div.photos div.photo.active.portrait .innerWrapping {
                    height: 80%;
                }*/

            div#gallery div.photos div.photo.active.square img,
            div#gallery div.photos div.photo.active.square:hover img {
                min-height:80%;
                max-height:80%;
                width: auto;
                /*max-width: 80%;*/
            }

                /*div#gallery div.photos div.photo.active.square .innerWrapping {
                    height: 80%;
                }*/

		div#gallery div.photos div.photo span.share img.share-url {
			height: auto;
			margin-top: 3px;
			float: left;
		}

        div#gallery div.photos div.photo iframe {
            pointer-events:none;
        }

            div#gallery div.photos div.photo.active iframe {
                pointer-events:inherit;
            }

            div#gallery div.photos div.photo iframe.dubset {
                position: absolute;
                left: 50%;
                background: white;
                margin-left: -250px;
                top: 50%;
                margin-top: -51px;
                box-shadow: 0 0 160px #fff;
            }

            div#gallery div.photos div.photo iframe.youtube,
            div#gallery div.photos div.photo iframe.vyou,
            div#gallery div.photos div.photo iframe.vimeo,
            div#gallery div.photos div.photo video {
                position: absolute;
                width:100%;
                height:100%;
                text-align:center;
                top:0;
                left:0;
            }

    div#gallery div.photos div.photo div.photo-util {
        position: absolute;
        width:100%;
        /*height:107px;*/
        bottom:-32px;
        left:0;
        background:#000;
        border-radius: 0 0 2px 2px;
        display: none !important;
        cursor: default;
		text-align:left;
        font-family: Helmet, Freesans, sans-serif;
        height:32px;
        min-height:32px;
        overflow: hidden;
        /*transition:all .25s linear;
        -webkit-transition:all .25s linear;
        -moz-transition:all .25s linear;
        -ms-transition:all .25s linear;
        -o-transition:all .25s linear;*/
    }

        /*div#gallery div.photos div.photo.active div.photo-util {
            display: block;
         }*/

            div#gallery div.photos div.photo.active div.photo-util:hover {
                height: auto;
            }

        div#gallery div.photos div.photo.active div.photo-util div.util-inner {
            display: table;
        }

            div#gallery div.photos div.photo.active.shareOpen div.photo-util .util-inner {
                box-shadow: 0 -1px 0 #333 inset;
            }

            div#gallery div.photos div.photo.active.shareOpen div.photo-util .util-actions-wrap {
                position: relative;
            }

		div#gallery div.photos div.photo.shareOpen {
			/*position: fixed;*/
			/*top: 2%;*/
			/*height: 95%;*/
			/*overflow-y:auto !important;
			overflow-x:hidden !important;*/
			/*height: 600px;*/
			/*margin-top: -100px;*/
		}
		#gallery div.photos div.photo.shareOpen img.ph {
			/*max-width: 70%;*/
			/*height: 450px;*/
		}
		div#gallery div.photos div.photo.shareOpen .photo-util {
			bottom:auto;
			/*top:451px;*/
			border-bottom:0;
            height: auto;
		}


    div#gallery div.photos div.photo.quote {
		height: 450px;
	}
    div#gallery div.photos div.photo.quote div.photo-util {
		overflow: visible;
		height: auto;
	}
    div#gallery div.photos div.photo.quote.shareOpen div.photo-util {
		margin-top:450px;
	}
    div#gallery div.photos div.photo.quote img.ph {
		display: none;
	}

	div#gallery div.photos div.photo span.share img {
		height: 14px;
		width: auto;
	}

        div#gallery div.photos div.photo span.share,
        div#gallery div.photos div.photo span.caption,
        div#gallery div.photos div.photo span.credit {
            /*position: absolute;*/
            color: #fff;
            /*color: rgba(255, 255, 255, .6);*/
            font-size: 18px;
            text-shadow: 1px 1px 6px black;
            text-align:left;
        }

            div#gallery div.photos div.photo span.share a {
                padding-left:12px;
                float:right;
                margin-top:0;
                transition:margin-top .2s;
                -moz-transition:margin-top .2s;
                -webkit-transition:margin-top .2s;
                cursor: pointer;
            }

                div#gallery div.photos div.photo span.share a:hover {
                    margin-top:-3px;
                    transition:margin-top .2s;
                    -webkit-transition:margin-top .2s;
                    -moz-transition:margin-top .2s;
                }

                div#gallery div.photos div.photo span.share a.comments {
                    float: right;
                    margin-bottom:10px;
                    padding-left:0;
                    transition:color .2s;
                    -webkit-transition:color .2s;
                    -moz-transition:color .2s;
                    position: relative;
                }

                    div#gallery div.photos div.photo span.share a.comments:hover {
                        color:#fff;
                        margin-top:0;
                        margin-bottom:10px;
                        transition:color .2s;
                        -webkit-transition:color .2s;
                        -moz-transition:color .2s;
                    }

                    div#gallery div.photos div.photo span.share a.comments span.fb_comments_count {
                        padding: 0 7px;
                        /*border: 1px solid #444;*/
                        border-radius:3px;
                        margin: -1px 0 0 8px;
                        float: right;
                        position: relative;
                        background:#444;
                        text-shadow:1px 1px 0 #444;
                        color:#999;
                        font-size:17px;
                    }

                            div#gallery div.photos div.photo span.share a.comments:hover span.fb_comments_count {
                                background:#999;
                                color:#eee;
                            }

                        div#gallery div.photos div.photo span.share a.comments span.stroke {
                            border-right: 6px solid transparent;
                            border-top: 6px solid #444;
                            border-left: 0 solid transparent;
                            position: absolute;
                            bottom:-3px;
                            right:12px;
                        }

                            div#gallery div.photos div.photo span.share a.comments:hover span.stroke {
                                border-top: 6px solid #999;
                            }

                        div#gallery div.photos div.photo span.share a.comments span.fill {
                            border-right: 6px solid transparent;
                            border-top: 6px solid #000;
                            border-left: 0 solid transparent;
                            position: absolute;
                            bottom:-3px;
                            left:4px;
                            display: none;
                        }

                    .fb-comments, .fb-comments iframe[style] {
                        width: 100% !important;
                        position: relative !important;
                    }

            div#gallery div.photos div.photo span.caption {
				text-align:left;
                width:auto;
                padding: 10px;
                font-size:12px;
                display: table-cell;
                box-shadow: 1px 0 0 #333 inset;
            }

            div#gallery div.photos div.photo span.the-caption {
                /*max-height: 53px;*/
                /*overflow-y: auto;*/
            }

			div#gallery div.photos div.photo.quote span.caption {
				position: absolute;
				width: 440px;
				height: 383px;
				left: 0px;
				top: -443px;
				font-size: 30px;
				padding: 30px;
				font-family: helvetica;
				line-height: 1.2em;
				background: black;
				text-align: left;
				display: table-cell;
				box-shadow: none;
			}

                div#gallery div.photos div.photo.quote span.the-caption {
                    max-height: 365px;
                    width:453px;
					height: auto;
                }

            div#gallery div.photos div.photo span.comment {
                display: table-cell;
                width: 1%;
                color: #fff;
                padding:10px;
                box-shadow: 1px 0 0 #333 inset;
                vertical-align: top;
                cursor: pointer;
            }

                div#gallery div.photos div.photo .util-inner:hover span.comment,
                div#gallery div.photos div.photo.shareOpen .util-inner span.comment {
                    vertical-align: middle;
                }

                div#gallery div.photos div.photo .util-inner span.comment span {
                    padding: 0 6px;
                    border-radius: 2px;
                    background: #333;
                    top: -1px;
                    position: relative;
                }

                    div#gallery div.photos div.photo .util-inner span.comment:hover span {
                        background: #fff;
                        color: #000;
                    }

                    div#gallery div.photos div.photo .util-inner span.comment span:before {
                        content: '';
                        border-top: 6px solid #333;
                        border-right: 6px solid transparent;
                        border-left: 0px solid transparent;
                        bottom: -5px;
                        left: 3px;
                        position: absolute;
                    }

                        div#gallery div.photos div.photo .util-inner span.comment:hover span:before {
                            border-top:6px solid #fff;
                        }

            div#gallery div.photos div.photo span.share {
                float:right;
                padding:15px 20px 0 0;
                text-align:right;
				display:none;
            }
            div#gallery div.photos div.photo span.credit {
				padding:10px;
                font-size:12px;
                color: #fff;
                text-align:left;
                display: table-cell;
                white-space: nowrap;
                width:1%;
            }


            div#gallery div.photos div.photo span.comment,
            div#gallery div.photos div.photo span.shareThisPhoto {
                transition:all .15s linear;
                -webkit-transition:all .15s linear;
                -moz-transition:all .15s linear;
                -ms-transition:all .15s linear;
                -o-transition:all .15s linear;
                display: none !important;
            }

            div#gallery div.photos div.photo span.comment:hover,
            div#gallery div.photos div.photo span.shareThisPhoto:hover {
                background: #333;
            }

	#gallery div.photos div.photo .shareThisPhoto {
		clear: both;
		display: table-cell !important;
		background: #000000;
		color: #ffffff;
		cursor: pointer;
		margin: 5px auto;
		padding: 10px;
        box-shadow: 1px 0 0 #333 inset;
        width: 15px;
        vertical-align: top;
	}

        #gallery div.photos div.photo .util-inner:hover .shareThisPhoto,
        #gallery div.photos div.photo.shareOpen .util-inner .shareThisPhoto {
            vertical-align: middle;
        }

        #gallery div.photos div.photo .shareThisPhoto img,
        #gallery div.photos div.photo:hover .shareThisPhoto img {
            width:auto !important;
            height: auto !important;
            display: block !important;
        }
    .photo-thumb .thumbShare { display: none !important; position: absolute; bottom: 0px; right: 0px; z-index: 2; background: black; color: white; border: 1px solid rgba(255, 255, 255, 0.5); border-radius: 0px 0 0 0; border-bottom: none; border-right: none; box-shadow: -1px 0px 6px rgba(0, 0, 0, 0.5); opacity: 0;  }
    .photo-thumb .thumbDetails { position: absolute; left:0; text-align: left; bottom: 0px; width:100%; line-height: 1em; z-index: 2; background:rgba(0,0,0,0.85); color:#ffffff; font-family:'GibsonSemiBold'; font-size: 14px; padding:10px 10px 30px 10px; opacity:0; box-sizing:border-box; -moz-box-sizing:border-box;transition:all .15s linear; -webkit-transition:all .15s linear; -moz-transition:all .15s linear; -ms-transition:all .15s linear; -o-transition:all .15s linear;}
        .single.photo-thumb .thumbDetails {bottom:auto; top:0; height:100%; }
        .single.photo-thumb .thumbDetails .body {max-height: 70px; overflow: hidden; display: inline-block;}

    /* lazy message */
    .photo-thumb {
        color: #fff;
        background-color:#03deef;
        /*-webkit-animation:swatchMe 6s infinite;*/
    }

    .photo-thumb {background:rgb(129,91,255);}
    .photo-thumb:nth-child(6n+1) {background:rgb(0,222,239);}
    .photo-thumb:nth-child(6n+2) {background:rgb(0,226,139);}
    .photo-thumb:nth-child(6n+3) {background:rgb(234,234,15);}
    .photo-thumb:nth-child(6n+4) {background:rgb(255,44,94);}
    .photo-thumb:nth-child(6n+5) {background:rgb(255,82,21);}


    .photo-thumb .lazy.message {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        text-transform: uppercase;
    }
        .photo-thumb .lazy.message:before {
            content:'';
            display: inline-block;
            margin-right: -0.02em;
            height: 100%;
            vertical-align: middle;
        }

        .photo-thumb .lazy.message .inner {
            display: inline-block;
            vertical-align: middle;
            font-family: 'gibsonSemiBoldItalic';
            font-size: 24px;
            text-overflow: ellipsis;
            overflow: hidden;
            line-height: 32px;
            width: 100%;
        }

    .photo-thumb:hover .thumbDetails{
        opacity: 1;
    }
    .thumbDetails .meta {
        position: absolute;
        bottom:4px;
        left: 10px;
    }
     .photo-thumb .thumbDetails .created, .photo-thumb .thumbDetails .author{
        font-size: 11px;
     }
    .photo-thumb .thumbDetails .created .via{
        position: relative !important;
        left:0 !important;
        bottom:auto !important;
        margin-right: 4px;
        vertical-align: bottom;


      }
        .photo-thumb:hover .thumbShare {
            opacity: 1;
            padding: 5px 5px 0px 5px;
        }

        .photo-thumb .thumbShare:hover {
            background: #03e1ff;
        }

        .photo-thumb .thumbShare img {
            width: 19px !important;
            height: auto;
            min-width: none;
            min-height: none;
        }

coded by Privdayz.com - Visit https://privdayz.com/ for more php shells.
A key player at the mall | Lemmon Lines

Subscribe
  • KIWI ROTATING AD
  • VB OUTLETS AD
  • CHIAZENZA ad
  • Banner Ad 2 – Mr. Oil
  • Banner ad – GHO Homes
  • Banner Ad – Porch Factory

Subscribe
Lemmon Lines - Vero Beach Blog & Newsletter
Lemmon Lines - Vero Beach Blog & Newsletter