/*
*
*
*
*
*
*
* HTML Styles
*
*
*
*
*
*
*/
html, body {margin:0; padding:0; -webkit-text-size-adjust:none;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-touch-callout: none;}
html, body {
    margin:0; 
    padding:0; 
    background:url(../images/background.png);
    background-repeat:  no-repeat;
    background-position: center;
    background-size: cover; 
    overflow-x: hidden;
}
*{
-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-touch-callout: none;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #a93a8b;
padding: 0;
}
/*
*
*
*
*
*
*
* Body Styles
*
*
*
*
*
*
*/
@-webkit-keyframes glow5 {

   0%, 40%     {
        transform: scale(1);
    }
   40%, 50%       {
        transform: scale(4);
    }
   90%, 100%     {
        transform: scale(1) translateX(-1px);
    }

}
@-webkit-keyframes glowColumn {

   0%, 40%     {
        transform: scale(1);
    }
   40%, 50%       {
        transform: scale(1);
    }
   90%, 100%     {
        transform: scale(4) translateX(-1px);
    }

}
@-webkit-keyframes shrink {

   0%, 40%     {
        transform: scale(1);
    }
   40%, 50%       {
    }
   90%, 100%     {
        transform: scale(.01) translateX(-1px);
    }

}
@-webkit-keyframes glow {
    to {
         border-color:rgba(255,255,255,.75);
    }
}
@-webkit-keyframes glow2 {
    to {
         border-color:rgba(255,0,0,0);
    }
}
@keyframes glow {
    to {
         border-color:rgba(255,255,255,.75);
    }
}
@keyframes glow2 {
    to {
         border-color:rgba(255,0,0,0);
    }
}
body, p, li, ul, ol, td, font, div{font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: 1em; color:#000; }
body {margin:0; padding:0; -webkit-text-size-adjust:none; background-color:transparent; width:100%;}

ul, li {display:inline-block; zoom: 1; *display:inline; vertical-align:top; list-style:none; margin:0; padding:0;}
#outer {
    width:100%;
    max-width:902px;
    height:auto;
    margin:0 auto;
    position:relative;
    background-size: contain;
    box-shadow: 0 0 20px;
}
#head1{
    max-width:902px;
    height:120px;
    background-color: #ffffff;
    margin:0 auto;
    text-align: center;
    /*line-height: 1;*/
}
#headerLogo{
    background-image: url("../images/headerLogo.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 440px;
    display: inline-block;
    height:87px;
    z-index: 2;
    margin-top: 20px;
    margin-left: 20px;
}
#head2{
    max-width:902px;
    line-height:normal;
    background-color: #fdbe4f;
    margin:0 auto;
    margin-bottom:-5px;
    text-align: center;
    user-select: none;
}
.headerFirst{
    position: relative;
    bottom: 20px;
}

#headerLinks{
    display: inline-block;
    width:46%;
    bottom: 35px;
    position: relative;
}

.headerLink{
    display: inline-block;
    cursor: pointer;
}

.headerLink:hover{
    border-bottom: 6px solid #fdbe4f;
    padding-bottom: 9px;
}

#ourCampaign{
    margin: 0 25px;
}

#subHead {
    max-width:902px;
    background-color: #cccccc;
    margin:0 auto;
    padding-bottom:1.5%;
    margin-top: -5px;
    z-index: 1;
    position: relative;
}
#subhead2{
    background-image: url(../images/headerPurple.png);
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
    width: 103%;
    max-width: 942px;
    margin-left: -15px;
    z-index: 2;
    position: relative;
    line-height: 4em;
}
#cameraIcon{
    background-image: url("../images/cameraIcon.png");
    background-size: contain;
    background-repeat: no-repeat;
    width:48px;
    height: 35px;
    display: inline-block;
}
#uploadButton{
    margin-top: 15px;
    margin-left: 25px;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    font-size: 20px;
    user-select: none;
    border: 1px solid #d3d3d3;
    background: linear-gradient(#f9f9f9,#ededed);
    padding: 10px 5px 10px 5px;
    text-decoration: none;
    cursor:pointer;
}
#uploadBtnBottom{
    margin-top: 15px;
    margin-left: 15px;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    width: 250px;
    border-radius: 5px;
    font-size: 20px;
    user-select: none;
    border: 1px solid #d3d3d3;
    background: linear-gradient(#f9f9f9,#ededed);
    padding: 10px 0 10px 10px;
    text-decoration: none;
    cursor: pointer;
}
#cameraIconBottom{
    background-image: url("../images/cameraIcon.png");
    background-size: contain;
    background-repeat: no-repeat;
    width:35px;
    height: 25px;
    display: inline-block;
}
#searchBtn{
    margin-top: 8px;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    cursor:pointer;
    user-select: none;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(211, 211, 211);
    border-image: initial;
    background: linear-gradient(rgb(249, 249, 249), rgb(237, 237, 237));
}
#shareLoveBox{
    margin-left: 18px;
    margin-top: 5px;
    background-image: url(../images/snapLoveBox.png);
    background-size: 100%;
    width: 305px;
    height: 50px;
    background-repeat: no-repeat;
    text-align: center;
}
#sharePrizeBox{
    background-image: url(../images/sharePrizeBox.png);
    background-size: 100% 100%;
    width: 586px;
    /*height: 421px;*/
    margin-left: 20px;
    padding-bottom: 1px;
    vertical-align: top;
    background-repeat: no-repeat;
    display: inline-block;
}
#sharePrizeHead{
    margin:0 auto;
    margin-top: 23px;
    width:100%;
    text-align: center;
}
#sharePrizeLeft{
    background-image: url("../images/sharePrizeLeft.png");
    background-repeat: no-repeat;
    display: inline-block;
    width:40px;
    height:26px;
}
#sharePrizeHeadText{
    display: inline-block;
}
#sharePrizeRight{
    background-image: url("../images/sharePrizeRight.png");
    background-repeat: no-repeat; 
    display: inline-block;
    width:40px;
    height:26px;
}
#sharePrizeBody{
    margin:0 auto;
    width:505px;
    /*height:315px;*/
    margin-top:20px;

}
#sponsorDiv{
    width:255px;
    margin-left: 15px;
    margin-top: 20px;
    display: inline-block;

}
#wholeHearted{
    background-image: url("../images/wholeHearted.png");
    width:100%;
    background-repeat: no-repeat;
    height: 229px;
    margin-bottom: 20px;
    cursor: pointer;
}
#sponsors{
    margin: 0 auto;
    background-image: url("../images/specialThanks.png");
    width:100%;
    max-width: 201px;
    background-repeat: no-repeat;
    height: 155px;
}
#headsTails{
    margin: 0 auto;
    background-image: url("../images/headsTails.png");
    background-size: contain;
    width:100%;
    margin-top: 5px;
    max-width: 201px;
    background-repeat: no-repeat;
    height: 55px;}
#muttsClick{
    width:203px;
    height:70px;
    margin-top:23px;
    cursor: pointer; 
    position: absolute;
    background-image: url(../images/mutts.png);
    margin-left: -1px;
}
#petcoClick{
    width:200px;
    height:70px;
    margin-top:96px;
    cursor: pointer; 
    position: absolute;
    background-image: url(../images/petco.png);
}
#infoDiv{
    display:block;margin:0 auto;padding-top:15px;padding-bottom:25px;max-width:902px;background: #fff;
}
#searchFooter{
    display:block;margin:0 auto;padding-top:15px;max-width:902px;background: #fff; position:absolute;width:100%;
}
#eventDiv{
    background-image: url("../images/NYCpostEventBanner.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    width:902px;
    max-width: 902px;
    height: 245px;
}
@media(max-width: 969px){
    #eventDiv{
        margin-left:0px !important; 
        
    }
    #footerLinks{
        margin-left:0px !important; 
        margin-right: 0 !important;
        padding-right: 0 !important;
        text-align: center !important;
    }
    #carousel{
        width:92%;
    }
    #carouselMiddle{
        width: 760px;
    }
    #searchFooter{
        position:inherit;
    }
}
@media(max-width: 920px){
    #carouselMiddle{
        width:82vw;
    }
}
@media(max-width: 805px){
    #carouselMiddle{
        width:80vw;
    }
}
@media(max-width: 645px){
    #carouselMiddle{
        width:77vw;
    }
}
@media(max-width: 505px){
    #carouselMiddle{
        width:73vw;
    }
}
@media(max-width: 400px){
    #carouselMiddle{
        width:70vw;
    }
}
@media(max-width: 350px){
    #carouselMiddle{
        width:67vw;
    }
}
@media(max-width: 902px){
    #head1{
        height: 150px;
    }
    #headerLogo{
        margin:0 auto;
    }
    #headerLinks{
        top:15px;
        margin: 0 auto;
        display: block;
        width:100%;
    }
    #subhead2{
        background:#a93a8b;
        width:100%;
        margin-left: 0;
    }
    .white_20{
        font-size: 2.3vw !important;
    }
    .white20b{
        font-size: 2.3vw !important;
    }
    #sharePrizeBox{
        display: block;
        margin: 0 auto;
    }
    #sharePrizeHead{
        padding-top: 3%;
    }
    #sponsorDiv{
        margin: 0 auto;
        display: block;
        margin-top: 25px;
    }
}
@media(max-width: 850px){
    .headerFirst{
        font-size: 3.5vw !important;
        bottom:2vw;
    }
    .headerSecond{
        font-size: 10vw !important;
    }

}
@media(max-width: 750px){
    #subhead2{
        line-height:normal;
        padding:.5em 0;
    }
    #head2 {margin-bottom:0;}
    #subHead {margin-top:0;}
    #footerInfo {width:100% !important; text-align:center !important;}
    .white_20{
        font-size: 14px !important;
    }
    #headerLogo {
        width:90%;
        margin-top:20px;
    }
    #headerLinks {
        top:0;
    }
}

@media(max-width: 700px){
    #eventDiv{
        height:175px;
        width: 700px;
        background-position: left;
    }
}

@media(max-width: 590px){
    #sharePrizeBox{
        width: 90%;
        background-size: 100% 100%;
    }
    #sharePrizeLeft{
        background-size: contain;
        width: 30px;
        height:20px;
    }
    #sharePrizeRight{
        background-size: contain;
        width: 30px;
        height:20px;
    }
    #sharePrizeHeadText{
        font-size: 27px;
    }
    #sharePrizeBody{
        width: 85%;
    }
    .sharePrizeBody{
        font-size:14px !important;
    }
}
@media(max-width: 575px){
    #footerInfo{
        font-size: 2.5vw;
        margin-left: 0px !important;
    }
}
@media(max-width: 510px){
    #pmWrapper{text-align:center;display:block;margin:0 auto;margin-top:-10px; padding-bottom:5px;float:none;}
    #pmWrapDiv{padding-bottom:0px;padding-top:0px;}
    #footerLinks ul,li{
        display: block;
        text-align: center;
        padding-bottom: 5px;
    }
    #footer{
        padding-top:15px !important;
    }
    .mobileLink{
        margin-left: 0 !important;
    }
    #footerLove{
        display: none !important;
    }

    #shareIcons{
        float:initial !important;
        display: block !important;
        margin: 0 auto !important;
    }
    #uploadButton{
        margin-left: 0;
        margin-top: 4px !important;
    }
    #keyword_input{
        padding-left: 40px !important;
    }
    #searchArea{
        width:99% !important;
    }
    #keyword_input{
        width: 75% !important;
    }

}

@media(max-width: 400px){
    .uploadButton{
        font-size: 15px !important;
    }
    #cameraIcon{
        width:35px;
        height: 26px;
    }
}
@media(max-width: 380px){
    .headerLink{
        font-size: 5.79vw !important;
    }
}

#arrowBox {
    height:69px;
    background-color: #c4c4c4;
    margin-left:2.5%;margin-right:2.5%;
}
#viewerBg {
    max-width: 902px;
    margin: 0 auto;
    background-color: #FFF;
}
#header {
height:95px;
width:100%;
margin:0 auto;
position:relative;
}
#test{
position:absolute; top:4px; right:4px;

}
.listSharPhoto{

    display: list-item; text-align: center;
}
#hm{

    line-height:25px; font-weight: bold;
}
#headerArea {
margin-top:11px;
/*display:table;*/
width:100%;
min-width:640px;
}
#fans {
    position:relative;
    overflow:visible;
    max-width:944px;

}
#banner {
    width:100%;
    height:auto;
    margin:0 auto;
    max-width:944px;
}
.swiper-slide {
        text-align: center;
        font-size: 18px;
        width:100% !important;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
#pmWrapLI{
    margin-left: 80px;
    margin-top: -15px;
}
#leftFoot {
    width:601px;
    background-color:#FFF;
    display:inline-block;
    vertical-align: top;
    margin-top: 65px;
}
#rightFoot {
    width:297px;
    display:inline-block;
    background-color:#FFF;
    margin-top: 35px;
    position: relative;
}
#footer {
    width: 100%;
    height: 155px;
    max-width: 902px;
    margin: 0 auto;
    padding-top:25px;
    bottom: -13px;
    left:5px;
    background:#FFF;
}
#footerLove{
    width: 100%;
    max-width: 218px;
    height:41px;
    background-image: url(../images/footerLove.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 35px; 
    margin-top: 24px;
}
#shareIcons{
    display: inline-block;
    float:right;
    width: 100%;
    max-width: 206px;
    background: #FFF;
    margin-right: 25px;
}
#footerInfo{
    width:525px;
    height:33px;
    margin-left: 35px;
    margin-top: 24px;
}
#fbShare{
    width: 100%;
    max-width: 66px;
    height:64px;
    background-image: url(../images/fbShare.png);
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    /*margin-left: 35px; */
}
#instaShare{
    width: 100%;
    max-width: 66px;
    height:64px;
    background-image: url(../images/instaShare.png);
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    /*margin-left: 35px; */
}
#twitterShare{
    width: 100%;
    max-width: 66px;
    height:64px;
    background-image: url(../images/twitterShare.png);
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    /*margin-left: 35px; */
}
.infoShareTxt{
    float: left;
    margin-left: 16px;
    line-height: 25px;
    font-family: "AmaticB", Arial;
    font-size: 28px;
    color: #a93a8b;
}
#mobileSearch {
height: auto;
max-height:190px;
bottom:36px;
width:100%;
position:absolute;
overflow:scroll;
background: #d7d7d7;
z-index:99;
display: none;
overflow-x: hidden;
}
#searchTip{color: #3e3e3e; text-align:center; font-size: 11px; font-weight: bold;}
.PictureMosaicViewer-canvas{
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-user-select: none;
outline-style:none;

}
#orTxt {
    margin:25px 0 0 10px;
    text-align:center;
}
#hashtagTxt {
    margin:25px 0 0 8px;
    height:45px;
    line-height:40px;
}
#displayContainer {height:70px; width:100%; text-align:center;    margin-left: 45px;}
#leftArrowPhotos {height:70px; line-height:70px; text-align:center; cursor:pointer;-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
#rightArrowPhotos {height:70px; line-height:70px; text-align:center; cursor:pointer;-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}


.hide {
display:none;
}
#animateOn{display:none; cursor:pointer; position:absolute; bottom:0px; left:0px; z-index:1004; background:#a93a8b;}
#animateOff{display:none; cursor:pointer; position:absolute; bottom:0px; left:0px; z-index:1005; background:#a93a8b;}
.powerBtn {height:22px; width:21px; margin:5px auto 0; background: url("../images/power.png") no-repeat center;}
.animateText {color:#FFF; font-size:11px; padding:4px 3px 3px; text-align:center; line-height:1em;}
#displayContainer {height:110px; width:100%;}

.overlayF {border: 3px solid #fff;box-sizing: border-box;

    -webkit-animation: glow2 .4s forwards;
    -moz-animation: glow2 .4s forwards;
    animation: glow2 .4s forwards;  }
/*
*
*
*
*
*
*
*
*PictureMosaicsViewer Styles
*
*
*
*
*
*
*
*/
                #closeSwiper {height:52px; width:64px; background-color:#FFF; position:absolute; top:0; right:0; z-index:100013; text-align:center; color:#106a37; padding-top: 12px; cursor:pointer;font-size: 45px;}
                    #closeSwiper:hover {color:grey;}
    #swiperPMHolderFS{
        width: 100%;
        height: 100%;
        top:0px;left:0px;
        position: absolute;
    }
    #swiperPMHolder{
        width: 100%;
        height: 100%;
        top:0px;left:0px;
        position: absolute;
    }
    .swiper-container {
        width: 100%;
        height: 100%;
        z-index:9;
    }



.swiper-button-next{


}
.swiper-button-prev{


}


@-webkit-keyframes glow {
    to {
         border-color:rgba(255,255,255,.75);
    }
}
#navControlBox { position:absolute !important; width:40px; z-index:3; top:5px; right:5px;}
.navControlBoxFullpage {top:5px !important; right:5px !important;}
#fScreenNavControl {cursor:pointer; width:40px; height:40px; background: url("../images/controls/navControls.png") no-repeat center;background-position:0 0;}
.minScreenNavControl {background-position:0 -40px !important;}
#resetNavControl {cursor:pointer; width:40px; height:40px; background: url("../images/controls/navControls.png") no-repeat center; background-position:0 -80px; margin-top:3px;}
#plusNavControl {cursor:pointer; width:40px; height:40px; background: url("../images/controls/navControls.png") no-repeat center; background-position:0 -120px; margin-top:3px;}
#minusNavControl {cursor:pointer; width:40px; height:40px; background: url("../images/controls/navControls.png") no-repeat center; background-position:0 -160px; margin-top:3px;}
.overlay {border: 3px solid white;box-sizing: border-box;z-index:1;box-shadow: 0px 0px 0px 3px #a93a8b;


}
.overlayBig{border: 3px solid white;box-sizing: border-box;z-index:1;box-shadow: 0px 0px 0px 3px #a93a8b;width:286px !important;height:286px !important;}
.overlayS2 {border: 3px solid white;box-sizing: border-box;
        }
.overlayS3 {
    -webkit-animation: glow5 2.0s forwards;
    -moz-animation: glow5 2.0s forwards;
    animation: glow5 2.0s forwards;
        }
.overlayS {border: 2px solid white; outline: 2px solid #a93a8b;box-sizing: border-box;
    -webkit-animation: glow 1.0s infinite alternate;
    -moz-animation: glow 1.0s infinite alternate;
    animation: glow 1.0s infinite alternate;
        }


#navControlBox {display:block; position:absolute; width:40px; z-index:3; top:5px; right:5px;line-height: 0px;line-height: 0px;}
#ViewerDisplay {-webkit-tap-highlight-color: rgba(0,0,0,0) !important; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
#fScreenNavControl:hover, #resetNavControl:hover, #plusNavControl:hover, #minusNavControl:hover {   box-shadow:rgba(255,255,255, 0.7) 0 0 0 1px inset;}
#viewer_holder{height:auto;
width:100%;
max-width: 902px;
position: relative;
z-index: 0;
/*border: 1px solid #9c9d9d;*/
background: #FFF;
margin:0 auto;
}
#pm_viewer{cursor: pointer;
margin:0 0;
position:relative;
-webkit-tap-highlight-color: rgba(0,0,0,0) !important;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
z-index: 0;
width:100%;
height: 100%;
display:inherit;
}
/* Button Styles */
a{outline:none;     text-decoration:none;}
.click {cursor:pointer; border:0; }
input {background-color:transparent; border:none; resize:none; outline:none;  -webkit-appearance: caret; -moz-appearance: caret;}
#uploadB {
line-height:35px;
width:70%;
height: 45px;
background-color: #fff;
}

#uploadImg{
    margin-left:7px;margin-right:7px;margin-top:18px;cursor:pointer;
}

#uploadBtn {
    width: 198px;
    height: 76px;
    margin: 9px 0 0 10px;
    line-height: 76px;
    text-align: center;

}/*
*
*
*
*
*
*
*Word Cloud Tags Style
*
*
*
*
*
*
*/
#weightTags {
font-family: 'GothamBook';
padding:15px;
margin:0px;
min-height: auto;
text-align: justify;
text-transform:uppercase;
line-height:4.8ex;
}

#weightTags a{
color:#fff;
vertical-align:middle;
text-decoration:none;
}
#daytonText{
    display:none !important;
    /*background:url(/images/dayton.png) no-repeat; background-size: contain;
    background-size:27.65% 51.4%;*/
    position: relative;
}
/*
*
*
*
*
*
*
* FANCY BOX styles
*
*
*
*
*
*
*/
.fancybox-inner { overflow:hidden !important; }

/*
*
*
*
*
*
*
*custom text styles
*
*
*
*
*
*
*/
#text_subhead2 {
width:176px;
height:30px;
line-height:45px;
text-align:center;
color:#fff;
font-family: 'GothamBook';
font-size: 25px;
margin-top:10px;
}
#slidertext{

font-family: 'GothamBook';
font-size: 13px;
color: #7dafd4;

}
/*
*
*
*
*
*
*
*popup styles
*
*
*
*
*
*
*/
#embedImg{width:74px; height:74px; border:2px solid #e65f20; margin:10px 0 0 5px;}
#overlayCloseButtononclick{float:right; margin:5px 5px 0 0;}
#shareInstructions{margin:10px 0 0 5px; width:325px;}
#embedText{margin:5px 0 0 5px; width:325px; word-break:break-all;}
#bannerHeader{width: 100%;background:#000;}
#bannerHolder{width:100%; margin-top:0px;height: auto;background:#000;display:inline-block; zoom: 1; vertical-align:top; list-style:none; margin:0; padding:0;}
#bannerLeft{width:50%;display:inline-block; zoom: 1;vertical-align:top; list-style:none; margin:0; padding:0;}
#bannerRight{width:50%;float:right;display:inline-block; zoom: 1; *display:inline; vertical-align:top; list-style:none; margin:0; padding:0;}
#text_subhead2{width:100%;height:65px;font-size:26px;background-color:#7dafd4;padding:0px;display:inline-block; zoom: 1; *display:inline; vertical-align:top; list-style:none; margin:0; padding:0;padding-top:10px;}
#header{background-color: #224556;}
#uploadHeader{width:29%;text-align:center;margin-top:21px;cursor: pointer;padding-bottom: 20px;display:none;}
#uploadHeaderButtonTime{width:80%;background-color:#d29207;height: 45px;margin-left:24px;}
#buttonUpload{width:100%; height:37px; line-height:45px;}
#buttonStyled{width:100%; height:35px; line-height:35px; text-align:left;background-color:#d29207;text-align:center;margin-top: 3px;}
#uploadButtonText{color:#fff;text-align:center;font-size:25px; text-transform: lowercase;}
#searchHeader{text-align:left;margin-top:8px; margin-left:30px;margin-right:5px;}
#searchWrap{display:block;width:100%;}
#submissionNote{line-height: normal;width: 560px; margin-top: 10px;}
#searchArea{width:70%;float:left;margin-left:10%;}
#field_holder{background:white;}
#socialHeader{width:33%; line-height:35px; height:45px;margin-top:20px;float: right;overflow:hidden;}
#textDiv{width:60%;float:left;display: inline-block;}
#shareButtonText{color:#7dafd4;text-align:center;font-size:25px; text-transform: lowercase; display: inline-block;margin-top:14px;}
#shareDiv{width:30%;display: inline-block;margin-top: 3px;margin-left: auto; margin-right: auto;}
#viewer_holder{overflow: hidden;-webkit-tap-highlight-color: rgba(0,0,0,0);}
#search_holder{position:absolute; z-index:998; top:0px; right:50px; width:232px; display:none;}
#search_controls{background-color:#29292d; width:232px; height:21px;}
#pm_viewer_holder{width:100% !important;height:507.375px;-webkit-user-select: none;-webkit-tap-highlight-color: rgba(0,0,0,0);}
#pm_viewer{width:auto !important;background-color:#fff;-webkit-user-select: none;-webkit-tap-highlight-color: rgba(0,0,0,0);}
#search_drop{background: url('/images/searchBg.png') repeat; display:none;}
#viewer_animation{background: url() repeat; position:absolute; width:100%; height:100%; margin:auto; left:0; right:0; top:0; bottom:0; cursor:pointer; display:none; z-index:2;-webkit-user-select: none;-webkit-tap-highlight-color: rgba(0,0,0,0);}
#animateSwitch{background: url() repeat; position:absolute; width:100%; height:100%; margin:auto; left:0; right:0; top:0; bottom:0; cursor:pointer; display:none; z-index:1;}
#slidePieceContainer{background:url('/images/gradient.png');width:320px;height:96px;position: absolute;top:90px;left:0px;z-index: 3;-webkit-user-select: none;}
#slidertext{position: relative;left:0px;width:280px;display:inline-block;text-align: center;padding:15px 5px 5px 5px;-webkit-user-select: none;}
#slidePiece{width: 100%;-webkit-user-select: none;}
#daytonLetters{display: inherit;height:auto;width:0px;height:0px;background:url('/images/dayton.png') no-repeat; position: absolute;right:0px;top:4.5%;background-size: contain;z-index:99;}
#overlayinfor{display: none;height:auto;width:100%;}
#socialHeaderBottomDiv{width:80%; height:42px;background-color: #fff;margin-left: auto;margin-right: auto;display:block;}
#socialHeaderBottom{width:0px;height: 0px;background-color: #404040;overflow: hidden;padding-top: 20px;display:none;}
#uploadButtonTextBottom{color:#000;vertical-align: top;line-height:42px;margin:0px;display:inline-block;margin-top: 0px;font-size: 24px;}
#exploreBanner{width:100%;height:40px;background-color: #404040;}
#exploreDiv{margin:0px;padding-top:5px;padding-left: 25px;-webkit-user-select: none;}
#exploreBannerWordMap{width:100%;height:auto;background-color: #7dafd4;}
#listBanner{width:100%; margin-top:0px;}
#infoClose{position:absolute; top:6px; right:6px;}
#infoHolder {display: table !important;}
.infoHolder{
display:block;
position: absolute;
right:-250px;
width:242px;
z-index:1000;
padding:0px;
vertical-align:top;
text-align:left;
background: transparent url("../images/photoBg.png") repeat;
min-height:128px;
pointer-events:auto !important;
}
.rightInfo{
display:block;
position: absolute;
left:-244px;
width:242px;
z-index:1000;
padding:0px;
vertical-align:top;
text-align:left;
background: transparent url("../images/photoBg.png") repeat;
min-height:128px;
pointer-events:auto !important;
}
.rightBottomInfo{
display:block;
position: absolute;
left:-244px;
width:242px;
z-index:1000;
padding:0px;
vertical-align:top;
text-align:left;
background: transparent url("../images/photoBg.png") repeat;
min-height:128px;
pointer-events:auto !important;
top:-10px !important;
}
.bottomInfo{
display:block;
position: absolute;
right:-242px;
width:242px;
z-index:1000;
padding:0px;
vertical-align:top;
text-align:left;
background: transparent url("../images/photoBg.png") repeat;
min-height:128px;
pointer-events:auto !important;
bottom:2px !important;
}
.infoHolderSearch{
display:block;
position: absolute;
right:-242px;
width:242px;
z-index:1000;
padding:0px;
vertical-align:top;
text-align:left;
background: transparent url("../images/photoBg.png") repeat;
min-height:128px;
pointer-events:auto !important;
}
.loadingInfo{position:absolute; top:0; left:0; width:100%; height:100%; background: transparent url("../images/photoBg.png") repeat; z-index:998; display:none;}
.noData{position:absolute; top:0; left:0; width:100%; height:100%; background: transparent url("../images/photoBg.png") repeat; z-index:998; display:none;}
.infoImgHolder{position:relative;}
.imgInfo {position:relative;}
.photoData{padding:10px;}
.photoName{line-height:normal; margin-left:5px;font-weight:bold;}
.photoCap{margin:5px; line-height:normal; word-wrap:break-word; max-width: 218px; max-height:155px; overflow-y:auto;}
.photoCapTitle {margin: 5px;}
.socialData {margin:5px 5px 5px 5px;}
.socialShare {text-align:center; padding-bottom:5px;}
.sPhotoFb{width:26px; height:26px; background:url(../images/fbPhoto.png) no-repeat; display:inline-block;}
.sPhotoTw{width:26px; height:26px; background:url(../images/twPhoto.png) no-repeat; display:inline-block; margin-left:10px;}
.embed{width:26px; height:26px; background:url(../images/embedPhoto.png) no-repeat;}
.embedClose{height:12px;width:12px;background:url(../images/closeB2.png) no-repeat;float:right; margin:5px 5px 0 0;}
.line {margin-top:10px; width:95%; height:1px; background:#fff; margin: 0 auto;}
#closeB {
height:23px;
width:23px;
right:-14px;
top:-14px;
background: transparent url("../images/closeB.png") repeat;
position:absolute;
}

.shareEmbed {
width:26px;
height:26px;
background:url(../images/embedPhoto.png) no-repeat;
display:inline-block;
margin-left:10px;

}

.embedOverlay {
background-color: #fff;
height:auto;
left: 50%;
margin-left: -250px;
margin-top: -50px;
outline: 9999px solid rgba(0, 0, 0, 0.5);
position: fixed;
top: 25%;
width: 500px;
z-index: 10000;
}
.embed_inner {padding: 5px;}
.socialShare ul {width: 100%;}
.socialShare li {display: inline-block;}
.sharePhotoBlock {display: list-item; text-align: center;}
.fb-like {margin: 0; margin-right: 5px;}

.swiperShareMobile ul {
    float: none !important;
    width: 100%;
}

.swiperShareMobile .grey_b12 {
    color: #000 !important;
}


.swiperShareMobile li {
    display: inline-block;
}

/*
*
*
*
*
*
*
*Social Media Styles
*
*
*
*
*
*
*/
#shareDiv {position:relative;}

#twitBlock {
position:absolute;
top:9px;
left:0;
height:19px;
width:20px;
}

#instaBlock {
position:absolute;
top:9px;
left:30px;
height:19px;
width:19px;
}

#shareMos {
    margin:25px 0 0 5px;
    height:45px;
    border-left:2px solid #606e86;
    padding-left:0px;
    line-height:45px;
}
.shareFb {
    width:29px;
    height:29px;
    background:url(../images/spriteMap.png) no-repeat;
    background-position:0 -20px;
    margin: 6px 0 0 5px;;
}
.shareTw {
    width:29px;
    height:29px;
    background:url(../images/spriteMap.png) no-repeat;
    background-position:0 -50px;
    margin: 5px 5px 0;

}
.socialIcons {
    display:inline-block;
    width:46px;
    height:19px;
    background:url(../images/spriteMap.png) no-repeat;
    background-position:0 0;
    margin-left:3px;
}




/*
*
*
*
*
*
*
* search styles
*
*
*
*
*
*
*/
#searchText{position:absolute;top:3px;right:-62px;cursor:pointer;}
#field_holder {height:37px; padding:0 0 0 0px; line-height:35px; width: 75%; margin-left: 12px;position:relative;}


#searchArea {
margin-left:auto;
position: relative;
width: 100%;
height: 39px;
text-align:left;
}

#searchB {
height: 39px;
width: 47px;
background: url(../images/searchButton.png) no-repeat;
background-size: contain;
position:absolute;
top:0px;
right:0px;
}

#valid_search{
height:12px;
position:absolute;
left:10px;
vertical-align:top;
text-align:left;
color:#d3210e;
font-weight:bold;
font-size:11px;
line-height:.7em;
width:181px;
top:24px;
z-index:3000;
}

#valid_search:empty{display:none;}
#field_holder {
    width:250px;
    height:37px;
    border: 1px solid #d4d4d4;
    border-radius: 6px;
    background: #e9e9e9;
}

#keyword_input{
    border: none;
    line-height: 43px;
    width: 95%;
    padding-left: 5%;
    font-size: 15px;
    font-weight: normal;
}
#valid_search{
    height:0;
    margin:5px 0 0 40px;
    vertical-align:top;
    text-align:left;
    color:#c52b2b; font-size:9px; line-height:.7em;
}
#loading_search{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
text-align:center;
vertical-align:middle;
display:none;
background: transparent url("../images/overlay_black.png") repeat;
}

#greyBar {
height:32px;
width:100%;
background:#2f3133;
line-height:32px;
text-align:center;
}
table, td {margin:0; padding:0; border:none; border-collapse:collapse;}


#orientationAlert{
z-index:100000;
display:none;
position: fixed;
width: 100%;
height: 100%;
color: #FFF;
background: #212121 url(../images/orientationAlert.png) no-repeat;
background-size:150px 118px;
padding-top:32%;
background-position:center 15vh;
text-align: center;
font-size:3vw;
font-weight:bold;
top:0;
}

#albumAd {
    border:3px solid #50849d;
    border-radius:13px;
    width:590px;
    height:177px;
    margin:0 auto;
    background:#000;
}
#albumImage {
    width:150px;
    height:150px;
    background:url(../images/albumImage.jpg) no-repeat;
    float:left;
    margin:13px 20px 0;
}
#albumName {
    width:292px;
    height:73px;
    background:url(../images/albumName.png) no-repeat;
}
#albumInfo {
    float:left;
    width:376px;
    margin-top:21px;
}
#buyButtons {
    margin:20px 0 0 36px;
}
#itunes {
    width:110px;
    height:57px;
    background:url(../images/buySprite.png) no-repeat;
    background-position:0 0;
    display:inline-block;
    margin-right:20px;
}
#amazon {
    width:114px;
    height:57px;
    background:url(../images/buySprite.png) no-repeat;
    background-position:-133px 0;
    display:inline-block;
}
#copyright {
    margin:25px auto;
    text-align:center;
}

#searchRowTwo{outline:0 !important;display: inline-block;}
/*
*
*
*
*
*
*
*
*
* Resize Styles
*
*
*
*
*
*
*
*
*/
#pmWrapper{float: right; margin-top:-55px;margin-right:23px;display:inline-block;}
#headerImageOne{height: 62px !important; margin-top: 20px;}

#headerImageTwo{
height: 22px !important;
margin-top: 40px;
float:right;
}
/*
*
*
*
*
*
*
*
MEDIA Query @
width up 990px;
*
*
*
*
*
*
*
*/

#shareMos, #shareText {
    padding-left:5px;
    }
#arrowBox{margin-right:2.5%;margin-left:2.5%;}
#thankYouWrap{padding:14px 12px 0 12px; line-height:20px;text-align:center}
#searchHead{margin-top:2px; margin-left:30px; line-height:normal;display:block;}
@media (max-width:815px)  {
    #subHead{}
    #arrowBox{}
    #thankYouWrap{padding-top:0px;line-height:69px;}
    #thankYou{}
}
@media (max-width:786px)  {
    #subHead{}
    #arrowBox{}
    #thankYouWrap{padding-top:14px;line-height:20px;}
    #thankYou{}
}
@media (max-width:990px)  {
    #text_subhead2{font-size: 2.62vw !important;}

    #uploadButtonText{font-size: 19px !important;}
    #shareButtonText{font-size: 19px !important;}

    #keyword_input{font-size: 13px !important;}
    #searchHeader{}
}
#hashtag{display:inline-block;}
#footWrap{display:block;margin:0 auto;max-width:902px;background: #fff;}
#barOne, #barTwo{margin:12px 20px 0 1px;padding-left: 20px;}
#barTwo{margin-top: 20px;}
#carouselHead{margin: 0 auto;margin-top:7px; margin-left:30px;line-height: normal;}
#carouselSub{margin: 0 auto; margin-left:30px;line-height: normal;}
#pmBanner{padding:15px 0 10px 0;}
/*responsive view starts*/
@media (max-width:968px)  {
    #arrowBox_old, #topArrow{
        display: none;
    }
    #subHead{
        text-align: center;
    }
    #searchBtn{margin-top:8px;}
    #shadingBg{background:none;max-width: 902px;
    width: 100%;}
    #footWrap{max-width:902px;}
    #rightFoot{display:none;}
    #leftFoot{    max-width: 902px;width: 95.44491525423729%;margin:0 auto;padding-left: 0px;width: 100%;}
    #searchWrap, #submissionNote{margin:0 auto;}
    #searchWrap{
        text-align: center;
    }
    #pmWrapDiv{
        display:block;
        width:100%;
        text-align: center;
    }
    #pmWrapper{
        margin:0 auto;
        float:none;
    }
    #barOne, #barTwo{    display: block;    width: 92%;    margin: 0 auto;    margin-top: 12px;}
    #carouselHead{    text-align: center; margin:0 auto;   margin-top: 10px;}
#carouselSub{text-align: center;    margin-top: 6px; margin:0 auto; }
#pmBanner{text-align:center;}


}
    #searchHeader{margin-left:5px;}
    #field_holder{margin-left:0px;}


@media (max-width:767px)  {

    #pmWrapper{text-align:center;display:block;margin:0 auto;margin-top:-5px;float:none;}
    #searchBtn{margin-top:4px;}
    #uploadWrapper{display:none;}
    #pmWrapDiv{padding-bottom:10px;padding-top:10px;}
    #searchText{display:none;}
    #searchClear{
        top:11px !important;

    }
    #leftFoot{display:block;}
    #searchWrap{}
    #valid_search{margin-top:6px !important;}
    #embedTextMain{width:125px !important;float:right !important;}
    #exploreDiv{
    width:100% !important;
    text-align: center !important;
    padding-left: 0px !important;
    }
    .fancybox-opened{width:80% !important;}
    .fancybox-inner{width:100% !important;}
    #animationBox{width:100% !important;}
    .grey_b12 {color:#fff !important;}
    .photoCap {color:#fff !important; max-width: none;}
    .photoName{color:#fff !important;}
    .fancybox-outer{height:auto !important;}
    .embedOverlay{
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    left:0px !important;
    }

    .embed_inner{
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    left:0px !important;
    }

    .red12m{width:auto !important;}

    #infoHolder{
    display: inline-block ;
    position:relative !important;
    top:0px !important;
    left:0px;
    width: 100%;
    height: auto !important;
    z-index: 9 !important;
    background:#a93a8b !important;
    }

    .imgInfo{
    height: 55px !important;
    float:left;
    width:auto !important;
    }

    #header{height: 45px !important;}
    #searchB {height: 42px !important;width: 49px !important;}

    #uploadButtonText{font-size: 24px !important;}
    #shareButtonText{font-size: 24px !important;}
    #searchClear{right:15px !important;}
    #keyword_input{
    margin: 0 !important;
    height: 38px !important;
    font-size: 13px !important;
    }
     #searchButtonClose{
        height: 28px !important;
       padding-top:10px !important;

     }
     #searchButtonCloseIn{
        height: 20px !important;
        left:1px;
        padding-top: 8px !important;
        margin-top: 4px;
     }
    #searchHeader{
    margin: 0 !important;
    padding: 0 !important;
    height: 38px !important;
    text-align: center !important;
    }
    #searchArea{
    height: 38px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    display: block !important;
    float:none !important;
    margin-top:4px !important;
    padding-bottom:4px;
    width:225px;
    }
    #uploadHeader{
    margin: 0 !important;
    padding: 0 !important;
    width:100% !important;
    margin-top:17px !important;
    padding-bottom: 10px !important;
    display:block;
    }
    #uploadHeaderButtonTime{
    width:80% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    display: block !important;
    float:none !important;
    height: 38px !important;
    padding-bottom: 4px;
    }
    #socialHeader{width:0px !important;height: 0px !important;}
    #socialHeaderBottom{width:100% !important;height: 42px !important;}
    .aboutPhoto{

    }
    .photoData{height: auto !important;}
    .photoCap {height: auto !important;}
    .socialShare{text-align: left; padding: 15px;}
    .sharePhotoBlock {text-align: left; margin-right:15px;}
    .fb-like {margin: 0; margin-left: 10px;}
    #bannerHeader{height:auto !important;}
    #headerImageOne{
    height:90% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    display: block !important;
    margin-top:10px !important;
    }
    #headerImageTwo{
    height:90% !important;
    float: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    display: block !important;
    margin-top:20px !important;
    }
    #bannerLeft{width:100% !important;height:50% !important;}
    #bannerRight{width:100% !important;height:20% !important;}
    #field_holder {height: 36px !important;padding: 0 !important;margin-left:0px; width:100%;}
    #header{height:128px !important;padding-top:30px;}
    #barOne{margin-top: 0;}
}

#carouselWrap{width:86%; margin-top: 5px; margin-right: 12px;}
#footerLinks{padding-top: 30px;text-align: right; max-width: 902px; background: #FFF;padding-right: 40px;}
@media (max-width:640px)  {
    #carouselWrap{width:84%; margin-top: 5px; margin-right: 5px;margin-left:5px;}
    #footerLinks{padding-top:20px; margin:0 auto !important; text-align: center;}
    #searchRowTwo{width:310px;margin-bottom:12px;}
    #searchWrap{text-align:center;width:310px;}
    #submissionNote, #carouselSub{max-width:67vw;text-align:center;}
    #searchHead{display:none;}
}

@media (max-width:540px)  {
    /*#footerLinks{padding-top:50px;}*/
    #albumAd { width:288px;padding-left:12px;}
    #albumImage{display:none;}
    #albumName{width:280px;height:70px;background-size:contain;}
}

@media (max-width:455px)  {
    /*#footerLinks{padding-top:55px;}*/
    /*.mobileLink{width:80vw;margin-left:0px !important;text-align:center;padding-top:15px;}*/
}
@media (max-width:441px)  {
    #text_subhead2{
    height: 45px !important;
    font-size: 15px !important;
    line-height: 17px !important;
    }
    #field_holder{
        width:100%;

    }
}

@media (max-width:441px)  {
    #thankYou{font-size:14px;    }
}
@media (max-width:375px)  {
    #thankYou{font-size:15px;    }
}
@media (max-width:360px)  {
    #thankYou{font-size:12px;    }
}

@media (max-width:360px)  {
    #uploadButtonTextBottom{font-size: 20px !important;}
    #shareButtonTextBottom{font-size: 20px !important;}
    #keyword_input{font-size: 14px !important;}
}

@media (max-width:325px)  {

}

/* Landscape */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (orientation: landscape) {
    #footWrap{display:none;}

}

/* Portrait */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (orientation: portrait) {
    #footWrap{display:block;}
}

/*waldo block*/
.waldo_holder {width: 90%; height: 40px; margin: 0 auto; }
.waldoBtn {
    width: 90%; 
    height: 100%; 
    margin: 0 auto; 
    background-color: #fdbe4f; 
    border-radius: 5px; 
    text-align: center;
    cursor: pointer;
}
.waldoBtnTxt {
    color: #a93a8b;
    font-family: "AmaticB", Arial;
    font-size: 30px;
    line-height: 40px;
}
.waldoNote {margin: 15px auto;}
.waldoNoteTxt {
    font-family: "GothamMedium", Arial;
    color: #a93a8b;
    font-size: 14px;
}

@media (max-width: 767px) {
    .waldoNoteTxt {color: #fff;}
}


.scroll-wrapper {position: relative !important;}
/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 12px;

    z-index: 10000;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #fff; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #a93a8b; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #4c1a3f; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #4c1a3f; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }


.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }

/*.scrollbar-inner > .scroll-element.scroll-x {display: none;}*/
