* {
    margin: 0px;
    padding: 0px;
    outline: none;
    border: none;
}

html {
    height: 100%;
    width: 100%;
}

body {
    height: 100%;
    width: 100%;
    background-color: rgba(255,255,255,1);
    color: rgba(255,156,149,1);
    font-size: 1em;
    font-weight: 300;
}

#wrapper {
    width: 100%;
    min-height: 100%;
    position: relative;
}

a:link, a:visited {
    text-decoration: none;
    color: rgba(255,156,149,1);

    transition-property: color;
    transition-duration: 200ms;
    -webkit-transition-property: color;
    -webkit-transition-duration: 200ms;
}

a:hover, a:active {
    color: rgba(184,184,184,1);
}







/*======================*/
/*Home Page*/

.home .logo {
    width: 100%;
    position: absolute;
    top: 46%;
    left: 0%;
    z-index: 10;
}

    .home .logo img {
        width: 46%;
        height: auto;
        margin: auto;
        display: block;
        min-width: 650px;
    }

.home .dots {
    display: none !important;
    background-repeat: repeat;
    background-image: url('/images/dots.png');
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
}

.home .fullBG {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0;
}







/*======================*/
/*Left Nav*/

.grid .fixedCorner h2,
.info .fixedCorner h2,
.videoScroll .fixedCorner h2 {
    display: none;
}

.fixedCorner {
    position: fixed;
    top: 32px;
    left: 35px;
}

    .logo_fixed img {
        width: 140px;
    }

    .fixedCorner h2 {
        width: 140px;
        font-size: 80%;
        font-weight: 600;
        letter-spacing: .1em;
        margin-top: 12px;
        padding-top: 4px;
        text-align: center;
        display: block;
        /*border-top: 1px solid rgba(255,156,149,1);*/
        opacity: 1;

        transition: opacity 600ms;
        transition-delay: 500ms;
        -webkit-transition: opacity 600ms;
        -webkit-transition-delay: 500ms;
    }

    .scroll .fixedCorner h2 {
        margin-top: 22px;
    }

    .trigger:hover .fixedCorner h2,
    .fixedCorner h2.off {
        opacity: 0;
        transition: opacity 300ms;
        -webkit-transition: opacity 300ms;
    }

        .fixedCorner h2 span {
            display: block;
            font-weight: 100;
            font-size: 80%;
        }

.trigger {
    width: 210px;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
}

    #hidden {
        width: 210px;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 0;
/*      background-image: url('/images/menu_shadow_hidden.png');
        background-position: top left;
        background-size: 100%; */
        opacity: 1;

        transition-property: opacity, z-index;
        transition-duration: 250ms;
        transition-delay: 150ms;
        transition-property: opacity, z-index;
        transition-duration: 250ms;
        transition-delay: 150ms;
    }

        .trigger:hover #hidden,
        .trigger.ON #hidden {
            opacity: 0;
            z-index: 0;
        }

            #hidden .menuIcon {
                display: block;
                position: relative;
                top: 47%;
                left: 21px;
            }

                .menuIcon span {
                    display: inline-block;
                    *display: inline;
                    zoom: 1;
                    vertical-align: top;
                    width: 1px;
                    height: 23px;
                    margin-right: 1px;
                    background-color: rgba(255,156,149,1);
                }

        #leftNav {
            width: 140px;
            padding: 0px 35px;
            height: 100%;
            position: fixed;
            top: 0px;
            left: 0px;
            z-index: 90000;

            transition-property: left, z-index;
            transition-duration: 350ms;
            transition-timing-function: ease-in-out;
            transition-delay: 150ms;
            -webkit-transition-property: left, z-index;
            -webkit-transition-duration: 350ms;
            -webkit-transition-timing-function: ease-in-out;
            -webkit-transition-delay: 150ms;
        }

        .trigger #leftNav .menuBG {
            position: absolute;
            top: 0px;
            left: 0px;
            height: 100%;
            width: 100%;
            background-image: url('/images/menu_shadow.png');
            background-repeat: repeat-y;
            background-position: top left;
            z-index: -10;
            opacity: 0;

            transition: opacity, .5s;
            transition-delay: 0ms;
            -webkit-transition: opacity, .5s;
            -webkit-transition-delay: 0ms;
        }

        .trigger:hover #leftNav .menuBG,
        .trigger #leftNav .menuBG.on {
            opacity: 1;
            transition: opacity, .5s;
            transition-delay: 500ms;
            -webkit-transition: opacity, .5s;
            -webkit-transition-delay: 500ms;
        }

        .videoScroll #leftNav {
            position: absolute;
            left: -210px;
        }

        .trigger:hover #leftNav,
        .trigger.ON #leftNav {
            z-index: 10;
            left: 0px;
        }

            #leftNav .logo {
                display: block;
                margin-top: 32px;
            }

                #leftNav .logo img {
                    width: 140px;
                    height: auto;
                }

            #toggle {
                padding: 20px 0px 8px 0px;
                position: relative;;
                z-index: 900;
            }

            .scroll #toggle {
                padding: 60px 0px 8px 0px;
                position: relative;;
                z-index: 900;
            }

                #toggle img {
                    width: 14px;
                    height: auto;
                    display: inline-block;
                    *display: inline;
                    zoom: 1;
                    vertical-align: top;
                    margin-right: 6px;
                    cursor: pointer;
                    opacity: 1;

                    transition-property: opacity;
                    transition-duration: 200ms;
                    -webkit-transition-property: opacity;
                    -webkit-transition-duration: 200ms;
                }

                #toggle img:hover {
                    opacity: .7;
                }

            #leftNav ul {
                list-style-type: none;
            }

                #leftNav ul li.parent {
                    line-height: 1.3em;

                }

                    #leftNav ul li a {
                        display: inline-block;
                        zoom: 1;
                        font-size: 80%;
                        letter-spacing: .08em;
                        line-height: 1.2em;
                        margin-bottom: 7px;
                        margin-top: 5px;
                    }

                        #leftNav ul li ul.sub {
                            opacity: 0;
                            max-height: 0px;
                            overflow: hidden;

                            transition-property: max-height, opacity;
                            transition-duration: 450ms, 300ms;
                            transition-delay: 150ms;
                            transition-timing-function: ease-in-out, linear;
                            -webkit-transition-property: max-height, opacity;
                            -webkit-transition-duration: 450ms, 300ms;
                            -webkit-transition-delay: 150ms;
                            transition-timing-function: ease-in-out, linear;
                        }

                        #leftNav ul li ul.sub.open {
                            opacity: 1;
                            max-height: 240px;
                        }

                            #leftNav ul li ul.sub li a {
                                font-size: 70%;
                                font-weight: 600;
                                margin-bottom: 7px;
                                padding-left: 14px;
                            }

                            #leftNav ul li ul.sub li:last-of-type a {
                                margin-bottom: 14px;
                            }

            #footer {
                position: absolute;
                bottom: 32px;
                left: 35px;
                width: 140px;
                height: auto;
            }

                #leftNav #footer ul {
                    text-align: center;
                    font-size: 95%;
                    margin-bottom: 0px;
                }

                    #leftNav #footer ul li a {
                        margin-bottom: 0px;
                    }

                #leftNav #footer ul.social {
                    border-top: 1px solid rgba(255,156,149,1);
                    padding-top: 10px;
                    margin-top: 6px;
                }

                    #leftNav #footer ul.social a img {
                        width: 19px;
                        height: auto;
                        opacity: 1;

                        transition-property: opacity;
                        transition-duration: 200ms;
                        -webkit-transition-property: opacity;
                        -webkit-transition-duration: 200ms;
                    }

                    #leftNav #footer ul.social a:hover img {
                        opacity: .7;
                    }






    /*======================*/
    /*Scroll View*/
    /*As of Nov 2015, this is no more;
    replacing horizontal scroll with Slideshow view*/

    .scroll #content {
        margin-left: 0px;
    }

        .scroll #content table {
            height: 100%;
        }

            .scroll #content tr {
                height: 100%;
            }

                .scroll #content td {
                    position: relative;
                    height: 100%;
                    width: auto;
                }

                    .scroll #content td .caption {
                        position: absolute;
                        bottom: 20px;
                        right: 29px;
                        font-size: 80%;
                        font-weight: 100;
                        letter-spacing: .08em;
                        text-shadow: 1px 1px 1px rgba(0,0,0,.9);
                    }

                    .scroll #content td .photo {
                        width: auto;
                        margin-right: 3px;
						opacity: 0;
                    }

                    .scroll #content td:last-of-type .photo {
                        margin-right: 0px;
                    }







    /*======================*/
    /*Grid View*/

    #content {
        margin-left: 210px;
        height: 100%;
        position: relative;
    }

        .grid #content .inner {
            display: block;
            padding-top: 32px;
            padding-bottom: 25px;
        }

            .grid .cell {
                height: 210px;
                width: auto;
                display: inline-block;
                *display: inline;
                zoom: 1;
                vertical-align: top;
                margin-right: 6px;
                margin-bottom: 10px;
                position: relative;
                text-align: center;
            }

                .grid .cell .overlay {
                    opacity: 0;
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    background-color: rgba(255,255,255,.6);

                    transition-property: opacity;
                    transition-duration: .2s;
                    -webkit-transition-property: opacity;
                    -webkit-transition-duration: .2s;
                }

                    .grid .cell .overlay .aligner {
                        width: 0px;
                        height: 100%;
                        display: inline-block;
                        *display: inline;
                        zoom: 1;
                        vertical-align: middle;
                        margin-right: -4px;
                    }

                    .grid .cell .overlay .caption {
                        display: inline-block;
                        *display: inline;
                        zoom: 1;
                        vertical-align: middle;
                        margin-right: -4px;
                    }

                        .grid .cell .overlay .caption img {
                            width: 61px;
                            height: 61px;
                            position: relative;
                        }

                        .grid .cell .overlay .caption h2 {
                            padding: 0px 30px;
                            position: relative;
                            font-size: 80%;
                            line-height: 1.2em;
                            font-weight: 600;
                            text-transform: none;
                            letter-spacing: .08em;
                        }

                    .fill_link_BG {
                        /* this is just a blank <a> tag that fills up the grid cell, since wrapping a div in an <a> is not kosher yet */
                        position: absolute;
                        top: 0px;
                        left: 0px;
                        display: block;
                        width: 100%;
                        height: 100%;
                    }

                .grid .cell .photo {
                    height: 100%;
                }

                .grid .cell:hover .overlay {
                    opacity: 1;
                }




    /*======================*/
    /*Video Grid*/

                        .grid .video .cell .overlay .caption h2 {
                            padding: 12px 30px 0px 30px;
                        }





/* =======================
   === Video Slideshow ===
   ======================= */

body.videoScroll #wrapper {
    overflow: hidden;
}

    ._API_PLAYING_ .trigger {
        display: none;
    }

    ._API_PAUSED_ .trigger {
        display: block;
    }

    .work {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
    }

        #videoNav {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0%;
            left: 0%;
            text-align: center;
            opacity: 1;
            z-index: 50;

            transition-property: opacity;
            transition-duration: .2s;
            transition-timing-function: linear;
            transition-delay: .3s;
            -webkit-transition-property: opacity;
            -webkit-transition-duration: .2s;
            -webkit-transition-timing-function: linear;
            -webkit-transition-delay: .3s;
        }

        #videoNav.hidden {
            opacity: 0;
        }
        body._API_PLAYING_ #videoNav {
            opacity: 0;
            z-index: -999;
        }

        body._API_PAUSED_ #videoNav {
                    opacity: 1;
                    z-index: 50;
        }

        .arrowHolder {
            position: absolute;
            width: 100%;
            bottom: 35px;
            left: 0px;
            text-align: center;
        }

            #videoNav .prev,
            #videoNav .next {
                display: inline-block;
                zoom: 1;                /*IE fix*/
                *display: inline;       /*IE fix*/

                padding: 0px 4px;

                margin-right: -4px;
                vertical-align: middle;
                cursor: pointer;
            }

                #videoNav .prev img,
                #videoNav .next img {
                    width: 13px;
                    height: auto;
                    opacity: 1;

                    display: inline-block;
                    zoom: 1;                /*IE fix*/
                    *display: inline;       /*IE fix*/

                    margin-right: -4px;
                    vertical-align: middle;

                    transition: opacity .3s;
                    -webkit-transition: opacity .3s;
                }

                #videoNav .prev span,
                #videoNav .next span {
                    display: inline-block;
                    zoom: 1;                /*IE fix*/
                    *display: inline;       /*IE fix*/

                    padding: 0px 15px;
                    font-style: italic;
                    font-weight: 100;

                    margin-right: -4px;
                    vertical-align: middle;
                }


                .extraOverlay {
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    background-color: transparent;
                    z-index: 15;
                    cursor: pointer;
                }

            .centerThis {
                width: 100%;
                height: auto;
                position: absolute;
                top: 44%;
                left: 0%;
                text-align: center;

                opacity: 1;
                transition: opacity .2s;
                -webkit-transition: opacity .2s;
            }

                .centerThis .caption {
                    width: 60%;
                    margin: auto;
                    z-index: 20;
                    opacity: 1;
                    text-align: center;
                    font-size: 150%;
                    letter-spacing: .1em;
                    padding-bottom: 12px;
                    line-height: 1em;
                }

                .centralButton {
                    width: 65px;
                    height: 65px;
                    cursor: pointer;
                    position: relative;
                    margin: auto;
                }

                    .centralButton .play {
                        width: 100%;
                        height: 100%;
                        opacity: 1;
                        z-index: 40;

                        transition: opacity .3s;
                        -webkit-transition: opacity .3s;
                    }

                    .now_playing .centralButton .play {
                        opacity: 0;
                    }

                    ._API_PAUSED_ .centralButton .play {
                        opacity: 1;
                    }

                    .centralButton .pause {
                        position: absolute;
                        top: 0px;
                        left: 0px;
                        width: 100%;
                        height: 100%;
                        opacity: 0;
                        z-index: 40;

                        transition: opacity .3s;
                        -webkit-transition: opacity .3s;
                    }

                        .centralButton img {
                            width: 100%;
                            height: auto;
                            position: absolute;
                            top: 0px;
                            left: 0px;

                            transition: opacity .3s;
                            -webkit-transition: opacity .3s;
                        }

                        .centralButton img:hover {
                            opacity: .4;
                        }





        .projects {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            z-index: 30;
        }

            .projects .cell {
                position: absolute;
                top: 0px;
                left: 0px;
                width: 100%;
                height: 100%;
            }


			.projects .cell {
				display:block;
				width:100%;
				height:100%;
				position:absolute;
				top:0;
				left:0;
				/*visibility:hidden;*/
				background-size:cover;
				background-repeat:no-repeat;
				background-position:50% 50%;

				-webkit-transition-property: -webkit-transform, opacity !important;
				-webkit-transition-duration: .1s, .1s !important;
				-webkit-transition-delay: 0s, .0s !important;
				-webkit-transition-timing-function: linear, linear !important;
				-webkit-transform-origin: left top;
				/* -webkit-transform-style: preserve-3d; */
				/* -webkit-backface-visibility: hidden; */
					/* -webkit-filter:opacity(0); */
					/* -webkit-transform: scale(0); */

				-webkit-transform: translate3d(0%, 0%, 0);
				opacity:1;

				cursor:pointer;
				z-index:99;
			}
			.projects .cell._ON {
				display:block;
				z-index:100;
				visibility:visible;
				opacity:1;
				-webkit-transform: translate3d(0%, 0%, 0);

				-webkit-transition-property: -webkit-transform, opacity !important;
				-webkit-transition-duration: .5s, .25s !important;
				-webkit-transition-delay: 0s, .0s !important;
				-webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1), linear !important;

			}
			.projects .cell._OFF_LT,
			.projects .cell._OFF_RT {
				z-index:101;
				visibility:visible;
				/* -webkit-transform: translate3d(0%, 110%, 0) !important; */
				/* opacity:.1; add this for fadeout */
				opacity:1;

				-webkit-transition-property: -webkit-transform, opacity !important;
				-webkit-transition-duration: .5s, .25s !important;
				-webkit-transition-delay: 0s, .0s !important;
				-webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1), linear !important;

			}
			.projects .cell._OFF_LT {
				-webkit-transform: translate3d(110%, 0, 0) !important;
			}
			.projects .cell._OFF_RT {
				-webkit-transform: translate3d(-110%, 0, 0) !important;
			}







                .cell iframe {
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    width: 100%;
                    height: 100%;
                    z-index: 0;
                }

                .cell .stillFrame {
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    width: 100%;
                    height: 100%;
                    z-index: 10;
                    opacity: 1;

					/*
                    transition-property: opacity, z-index !important;
                    transition-duration: .2s, 0s !important;
                    transition-delay:.3s, .55s !important;
					*/

                    -webkit-transition-property: opacity, z-index !important;
                    -webkit-transition-duration: .2s, 0s !important;
                    -webkit-transition-delay: .3s, .55s !important;
                }

				/*
                .now_playing .cell .stillFrame {
                    opacity: 0;
                }
				*/
				._API_PLAYING_ .cell .stillFrame {
					opacity: 0;
					z-index: -999999999;
				}
                ._API_PAUSED_ .cell .stillFrame {
                    opacity: 1;
					z-index: 10 !important;

                    -webkit-transition-property: opacity, z-index !important;
                    -webkit-transition-duration: .3s, 0s !important;
                    -webkit-transition-delay: .1s, .0s !important;
                }

                    ._API_PLAYING_ .centerThis {
                        opacity: 0;
                    }
                    ._API_PAUSED_  .centerThis {
                        opacity: 1;
                    }

                    .cell .poster {
                        position: absolute;
                        top: 0px;
                        left: 0px;
                        width: 100%;
                        height: 100%;
                        background-size: cover;
                        background-position: 50% 50%;
                        background-repeat: no-repeat;
                    }
					/*
                    body._API_PLAYING_ .cell .poster {
                        position: absolute;
						bottom: 0px;
						left: 0px;
						width: 10%;
						height: 10%;
						background-image: url('../images/dots.png');
						background-repeat: repeat;
						background-position: top left;
						z-index: 15;
						border: 1px dotted red;
                    }
					*/
                    body._API_PAUSED_ .cell .poster {
                        opacity:1;
                    }


                    .videoScroll .cell .close {
                        position: absolute;
                        top: 20px;
                        right: 20px;
                        z-index: 10;
                        width: 18px;
                        height: 18px;
                    }








    /*======================*/
    /*Text Page*/

    .info #content .inner {
        display: block;
        position: absolute;
        bottom: 32px;
        right: 35px;
        text-align: right;
        width: 60%;
    }

        .info #leftNav #toggle {
            display: none;
        }

        .info #leftNav .inner {
            padding-top: 20px;
        }

        .info #content p {
            color: rgba(255,156,149,1);
            font-size: 90%;
            font-weight: 400;
            letter-spacing: .04em;
            padding-bottom: 18px;
        }

        .info #content h2 {
            font-size: 100%;
            letter-spacing: .07em;
            font-weight: 600;
            padding: 18px 0px 5px 0px;
        }

        .info #content h4 {
            font-size: 100%;
            letter-spacing: .1em;
            font-weight: 300;
        }









    /*======================*/
    /*Client login*/

    .loginOverlay {
        opacity: 0;
        z-index: -9999;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: rgba(255, 255, 255, 0.95);
        overflow: hidden;

        transition-property: z-index, opacity;
        transition-duration: 0ms, 400ms;
        -webkit-transition-property: z-index, opacity;
        -webkit-transition-duration: 0ms, 400ms;
    }

    .loginOverlay.ON {
        z-index: 300;
        opacity: 1;
        cursor: default;
    }


        .loginOverlay .close {
            width: 18px;
            height: auto;
            cursor: pointer;
            position: absolute;
            top: 32px;
            right: 35px;
            z-index: 100;
        }

        .loginOverlay form {
            width: 210px;
            height: 136px;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -68px;
            margin-left: -105px;
        }

            .loginOverlay input {
                width: 210px;
                background-color: rgba(54,54,54,1);
                border: 1px solid rgba(107, 107, 107, 0.27);
                display: block;
                width: 210px;
                height: 39px;
                margin-bottom: -1px;
                text-align: center;
                font-family: "futura-pt";
                font-weight: 300;
                font-size: 80%;
                letter-spacing: .05em;
                color: #fff;
            }

            ::-webkit-input-placeholder {color: #fff;}
            :-moz-placeholder {color: #fff;}
            ::-moz-placeholder {color: #fff;}
            :-ms-input-placeholder {color: #fff;}

            .loginOverlay input[type="submit"] {
                background-color: rgba(255,255,255,1);
                color: rgba(255,156,149,1);
                font-weight: 800;
                margin-top: 21px;
                cursor: pointer;
            }





    /*======================*/
    /*Client Area - Grid View*/

    .client.grid {

    }

        .client .menu {
            display: block;
            text-align: right;
            list-style-type: none;
            margin-bottom: 27px;
            margin-right: 37px;
        }

            .client .menu li {
                display: inline-block;
                *display: inline;
                zoom: 1;
                vertical-align: middle;

                padding-left: 15px;
                margin-left: 15px;
                color: #a7a7a7;
                border-left: 1px solid #a7a7a7;
                font-size: 80%;
                font-weight: 100;
                letter-spacing: .05em;
                line-height: 1em;
            }

            .client .menu li.download {
                border-left: none;
                background-image: url('../images/download.png');
                background-repeat: no-repeat;
                background-position: center left;
                background-size: 8px 10px;
            }

                .client .menu li a {
                    color: inherit;
                }

            .client .menu li.companyName {
                font-weight: 600;
                color: #fff;
            }

        .client.grid .caption .button {
            display: block;
            width: 47px;
            height: 47px;
            background-color: rgba(0,0,0,.5);
            position: relative;
            margin: 0px auto 10px auto;
            border-radius: 25px;
            cursor: pointer;
            z-index: 100;

            transition: background-color, .2s;
            -webkit-transition: background-color, .2s;
        }

            .client.grid .caption .button:before {
                content: '';
                display: block;
                position: absolute;
                top: 16px;
                left: 22px;
                width: 3px;
                height: 15px;
                background-color: #fff;
            }

            .client.grid .caption .button:after {
                content: '';
                display: block;
                position: absolute;
                top: 22px;
                left: 16px;
                width: 15px;
                height: 3px;
                background-color: #fff;
            }

        .client.grid .caption .button:hover {
            background-color: rgba(0,0,0,.7);
        }


    .client.grid .cell .notes {
        display: inline-block;
        *display:inline;
        zoom: 1;
        vertical-align: middle;
        margin-right: -4px;
    }

        .client.grid #content .inner .cell .notes .inner {
            padding-top: 0px;
            padding-bottom: 0px;
            border: 1px solid rgba(255,255,255,.2);
            padding: 25px 14px;
            width: 65%;
            margin: auto;
        }

            .client.grid .cell .notes h2 {
                padding: 0px 0px;
                position: relative;
                font-size: 70%;
                line-height: 1.2em;
                font-weight: 600;
                text-transform: none;
                letter-spacing: .08em;
                margin-bottom: 7px;
            }

            .client.grid .cell .notes p {
                letter-spacing: .05em;
                font-weight: 100;
                font-size: 80%;
            }

            .client.grid .cell .notes .readMore {
                font-weight: 600;
                font-size: 90%;
            }



    /*Notes popup*/

    .notes_popup {
        opacity: 0;
        z-index: -9999;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: rgba(0,0,0,.85);
        overflow: hidden;

        transition-property: z-index, opacity;
        transition-duration: 0ms, 400ms;
        -webkit-transition-property: z-index, opacity;
        -webkit-transition-duration: 0ms, 400ms;
    }

    .notes_popup.ON {
        z-index: 99000;
        opacity: 1;
        cursor: default;
    }

        .notes_popup .close {
            width: 18px;
            height: auto;
            cursor: pointer;
            position: absolute;
            top: 32px;
            right: 35px;
            z-index: 100;
        }

        .notes_popup .inner {
			display: block;
            height: 498px;
            border: 1px solid #707070;
            background-color: #000;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -249px;

        }

            .notes_popup .inner #prev {
                position: absolute;
                left: -50px;
                top: 50%;
                width: 18px;
                height: auto;
                margin-top: -18px;
				cursor: pointer;
            }

            .notes_popup .inner #next {
                position: absolute;
                right: -50px;
                top: 50%;
                width: 18px;
                height: auto;
                margin-top: -18px;
				cursor: pointer;
            }

            .notes_popup .inner img {
                display: inline-block;
                *display:inline;
                zoom: 1;
                vertical-align: middle;

                height: 490px;
                width: auto;
                margin: 4px 4px 4px 4px;
            }

            .notes_popup .inner .notes {
                display: inline-block;
                *display:inline;
                zoom: 1;
                vertical-align: middle;

                margin: 0px 43px 0px 35px;
            }

                .notes_popup .inner .notes textarea {
                    background-color: #1a1a1a;
                    border: 1px solid #363636;
                    width: 306px;
                    height: 152px;
                    max-width: 306px;
                    max-height: 152px;
                    min-width: 306px;
                    min-height: 152px;
                    color: #fff;
                    font-weight: 100;
                    font-family: "futura-pt", sans-serif;
                    font-size: 90%;
                    letter-spacing: .04em;
                    padding: 13px;
                    overflow: scroll;
                }

				.notes_popup .inner .notes .saveNotes {
					width: 306px;
					text-align: right;
					display: block;
					font-size: 14px;
					font-weight: bold;
					cursor: pointer;
					margin-top: 5px;
				}

				.notes_popup .inner .notes .saveResult {
					width: 306px;
					text-align: right;
					display: block;
					font-size: 12px;
					font-weight: normal;
					cursor: pointer;
					margin-top: 5px;
					color: #666;
				}

                .notes_popup .inner .notes h2 {
                    font-size: 100%;
                    letter-spacing: .05em;
                    margin-bottom: 7px;
                }










    /*======================*/
    /*Loading graphic*/

    .loader {
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(255,255,255,1);
        z-index: 99;
        opacity: 1;

        transition-property: opacity;
        transition-duration: 400ms;
        -webkit-transition-property: opacity;
        -webkit-transition-duration: 400ms;
    }

    .loader.OFF {
        opacity: 0;
    }

        .loader .circle {
            display: block;
            width: 28px;
            height: 28px;
            border-radius: 28px;
            border: 2px solid rgba(255,156,149,1);
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -18px;
            margin-top: -18px;

            animation-name: loader;
            animation-duration: 1s;
            animation-timing-function: linear;
            animation-iteration-count: infinite;
            -webkit-animation-name: loader;
            -webkit-animation-duration: 1s;
            -webkit-animation-timing-function: linear;
            -webkit-animation-iteration-count: infinite;
        }

            .loader .circle img {
                position: absolute;
                top: 13px;
                left: -6px;
            }

        .loader p {
            position: absolute;
            width: 100%;
            text-align: center;
            top: 53%;
            left: 0%;
            font-weight: 400;
            letter-spacing: .04em;
            color: rgba(255,156,149,1);
        }




@keyframes loader {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes loader {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
    }
}







/* **** UPDATE **** */
/* November 4, 2015 */

/* Slideshow view (replacing horizontal scroll). Still calling it 'scroll' for time's sake. */

.scroll {}

    .scroll #content {
        width: calc(100% - 210px); /* do this with javascript */
        margin-left: 210px;
        height: 100%;
        position: relative;
    }

        .cycle-slideshow {
            width: 100%;
            height: 100%;
            text-align: center;
        }

            .cycle-slideshow .cell {
                width: 100%;
                height: 100%;
            }

                .cycle-slideshow .cell:before {
                    content: '';
                    display: inline-block; *display: inline; zoom: 1;
                    vertical-align: middle;
                    margin-right: -4px;
                    height: 100%;
                    width: 0px;
                }

                .scroll .cycle-slideshow .photo {
                    width: auto;
                    height: auto !important;
                    max-width: 80%;
                    max-height: 86%;

                    display: inline-block; *display: inline; zoom: 1;
                    vertical-align: middle;
                    margin-right: -4px;
                }

        .scroll #next {
            width: 19px;
            height: auto;
            position: absolute;
            top: 50%;
            margin-top: -36px;
            right: 20px;
            z-index: 2000;
            cursor: pointer;
        }

            .scroll #next img,
            .scroll #prev img {
                width: 100%;
                height: auto;
                display: block;
            }

        .scroll #prev {
            width: 19px;
            height: auto;
            position: absolute;
            top: 50%;
            margin-top: -36px;
            left: 20px;
            z-index: 2000;
            cursor: pointer;
        }
