@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'codropsicons';
    src: url('../fonts/codropsicons/codropsicons.eot');
    src: url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'), url('../fonts/codropsicons/codropsicons.woff') format('woff'), url('../fonts/codropsicons/codropsicons.ttf') format('truetype'), url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.codrops-header {
    margin: 0 auto;
    padding: 2em;
    text-align: center;
    position: relative;
    margin: 0 40px 40px;
    background: #f7f7f7;
    height: calc(100% - 80px);
}

    .codrops-header h1 {
        margin: 0;
        font-size: 3em;
        font-weight: 300;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .codrops-header h1 span {
            display: block;
            padding: 0.2em 0 0.6em 0.1em;
            font-size: 0.6em;
            font-weight: 300;
            color: #92a1a4;
        }

            .codrops-header h1 span.info {
                text-transform: uppercase;
                font-size: 0.35em;
                font-weight: 400;
                letter-spacing: 1px;
                color: #566473;
                padding-top: 20px;
            }

                .codrops-header h1 span.info::after,
                .codrops-header h1 span.info::before {
                    content: '\2193';
                    padding: 0 20px;
                }


/* Top Navigation Style */

.codrops-top {
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    font-size: 0.69em;
    line-height: 3.5;
    padding: 0 30px;
}

    .codrops-top a {
        display: inline-block;
        padding: 0 10px;
        text-decoration: none;
        letter-spacing: 1px;
    }

    .codrops-top span.right {
        float: right;
    }

        .codrops-top span.right a {
            display: block;
            float: left;
        }

.codrops-icon:before {
    margin: 0 4px;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: 'codropsicons';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
    content: "\e001";
}

.codrops-icon-prev:before {
    content: "\e004";
}

section:not(.related)::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

section:not(.related)::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Related demos */

.related {
    padding: 5em 0;
    clear: both;
    background: #fff;
    height: auto;
}

    .related p {
        font-size: 1.5em;
    }

    .related > a {
        border: 1px solid #34495e;
        display: inline-block;
        text-align: center;
        margin: 20px 10px;
        padding: 25px;
    }

    .related a:hover {
        border-color: #566473;
        color: #566473;
    }

    .related a img {
        max-width: 100%;
        opacity: 0.8;
    }

    .related a:hover img,
    .related a:active img {
        opacity: 1;
    }

    .related a h3 {
        margin: 0;
        padding: 0.5em 0 0.3em;
        max-width: 300px;
        text-align: left;
    }


/* SVG wrap */

.svg-wrap {
    position: absolute;
    width: 0px;
    height: 0px;
    overflow: hidden;
}

@media screen and (max-width: 25em) {
    .codrops-header {
        font-size: 75%;
    }

    .codrops-icon span {
        display: none;
    }
}

.nav-doubleflip {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    direction: ltr;
}

.images-box {
    box-shadow: none !important;
}

#imageData {
    background: #fff !important;
}

.AlbumTitle {
    color: #333;
}

.pp_description {
    color: #333;
}

#lightbox a,
#lightbox a:hover {
    color: #333;
    /* text-decoration: underline; */
}

#lightbox {
    color: #333;
}

.noPadding {
    padding-left: 0;
    padding-right: 0;
}

.pictureReportMainDiv .downloadParrentSt2 {
    border-bottom: none;
    border-top: none;
}

    .pictureReportMainDiv .downloadParrentSt2 .btnLike {
        display: none;
    }

.pictureReportMainDiv .downloadParrentSt {
    border-bottom: none;
    border-top: none;
    display: none;
}


.pictureReportMainDiv .AlbumTitle {
    display: inline-block;
    margin-right: 4px;
}

.dateCss {
    margin-left: 0;
}

#imageContainerMain {
    padding-bottom: 10px;
}



.main-box {
    border-top: 1px solid #004a80;
}
