/*
*
*
*
*
*
*
* 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;}
*{
-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-touch-callout: none;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #bf001e;
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; background: #FFF; 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:950px;
height:auto;
margin:0 auto;
position:relative;
background-size: contain;
margin-bottom:5px;
/*background-color: #fff;*/
}
#shadingBg {
    max-width: 940px;
    margin: 0 auto;
    background: url(../images/shadingBg.png) repeat-y;
}
#subHead {
    max-width:902px;
    height:69px;
    background-color: #d7d7d7;
    margin:0 auto;
    padding-bottom:2%;
}
#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;
    }
#leftFoot {
    height:auto;
    width:601px;
    background-color:#FFF;
    display:inline-block;
}
#rightFoot {
/*    height:326px;*/
    position: absolute;
    top: 5px;
    width:259px;
    display:inline-block;
    background-color:#FFF;
}
#footer {
    position: absolute;
    width: 100%;
    height: 37px;
    background: url(../images/footer.png) no-repeat;
    margin: 0 auto;
    text-align: right;
    bottom: -13px;
    left:5px;
}

#searchTip{color: #3e3e3e; padding-left:6px; font-size: 12px; 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;}
#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; width:46px; height:44px; z-index:1004; background:transparent url("../images/animateOn.png") no-repeat;}
#animateOff{display:none; cursor:pointer; position:absolute; bottom:0px; left:0px; width:46px; height:44px; z-index:1005; background:transparent url("../images/animateOff.png") no-repeat;}
#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 #bf001e;


}
.overlayBig{border: 3px solid white;box-sizing: border-box;z-index:1;box-shadow: 0px 0px 0px 3px #bf001e;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: 3px solid white;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: 863px;
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:0px;margin-right:5px;}
#searchWrap{display:block;width:560px;}
#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:485px;-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;}
.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-height:155px; overflow-y:auto;}
.photoCapTitle {margin: 5px;}
.socialData {margin:5px 5px 5px 5px;}
.socialShare {text-align:center; padding-bottom:5px;}
.sPhotoFb{width:24px; height:24px; background:url(../images/fbPhoto.png) no-repeat;}
.sPhotoTw{width:24px; height:24px; background:url(../images/twPhoto.png) no-repeat;}
.embed{width:24px; height:24px; 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:24px;
height:24px;
background:url(../images/embedPhoto.png) no-repeat;

}

.embedOverlay {
background-color: #fff;
height:120px;
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;
}

/*
*
*
*
*
*
*
*Social Media Styles
*
*
*
*
*
*
*/
#searchBtn{margin-top: 3px; float: right; cursor: pointer;}
#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:39px; padding:0 0 0 0px; line-height:35px; width: 75%; margin-left: 12px;position:relative;}

#keyword_input{
    width:70%; 
    height:39px; 
    border:none;  
    line-height:35px; 
    font-family: 'Regular', sans-serif; 
    font-size:17px; 
    vertical-align:top;
    padding-left: 45px !important;
    color:#000;
}

#searchArea {
margin-left:12px;
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:214px;
    height:39px;
    background: url("../images/searchBox.png") no-repeat center left;
}
#keyword_input {
    width:214px;
    height:35px;
    background:none;
    background-color:transparent;
    border:none;
    color:#757474;
    font-size:17px;
    margin-top: 3px;
    background: url("../images/searchBox.png") no-repeat center left;
    background-size: 214px;
}
/*#keyword_input {
    width:175px;
    height:30px;
    background:none;
    background-color:transparent;
    border:none;
    color:#757474;
    margin: 4px 1px 0 8px;
    font-size:17px;
    vertical-align: top;
}*/
#searchClear {
    position:absolute; 
    top:13px;
    right: 90px;
    display:none;
    cursor: pointer;
}
#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;
}

#mobileSearch {
    height: auto;
    max-height:190px;
    width:73%;
    position:relative;
    overflow:scroll;
    background: #d7d7d7;
    z-index:9999;
    overflow-x: hidden;
    position: absolute;
    top: -190px;
}

/*#mobileSearch {
    height: auto;
    max-height:190px;
    width:100%;
    position:relative;
    background: #d7d7d7;
    z-index:99;
    overflow-x: hidden;
}*/

#searchCloseDiv {
    width:35px; 
    height:35px; 
    display:block; 
    float:left; 
    position: absolute;
    margin-top: 3px;
    
}
#searchButtonClose {
    cursor:pointer;
    background-color: #1d252d; 
    width:35px;
    height: 35px;
    display:none;
    color:#fff;
    font-size: 16px;
    text-align:center;
    padding-top:10px;
    float:left;
}

#clearSearchDiv {
    margin-left: 40px;
    margin-top: 5px;
    color: #f8d134;
}

#searchHeader{
    width: 295px;
    /*margin-left: 5px;*/
}
#field_holder{margin-left:0px;}

/*
*
*
*
*
*
*
*
*
* Not sure what to do
*
*
*
*
*
*
*
*
*/


#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;
}



/*
*
*
*
*
*
*
*
*
* Resize Styles
*
*
*
*
*
*
*
*
*/
#pmWrapper{float: right; margin-top:10px;margin-bottom:10px;margin-right:23px;}
#headerImageOne{height: 62px !important; margin-top: 20px;}

#headerImageTwo{
height: 22px !important;
margin-top: 40px;
float:right;
}

#hashtag{display:inline-block;}
#footWrap{display:block;margin:0 auto;max-width:864px; position: relative;}
#barOne, #barTwo{margin:12px 20px 0 1px;}
#carouselHead{margin: 0 auto;margin-top:22px;line-height: normal;}
#carouselSub{margin: 0 auto;line-height: normal;}
#pmBanner{padding:15px 0 10px 0;}

#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; line-height:normal;display:block;}

/*
*
*
*
*
*
*
*
MEDIA Query @
width up 990px;
*
*
*
*
*
*
*
*/

@media (max-width:990px)  {
    #animateBtn {display: none;}
	#text_subhead2{font-size: 2.62vw !important;}

	#uploadButtonText{font-size: 19px !important;}
	#shareButtonText{font-size: 19px !important;}

	#keyword_input{font-size: 16px !important;}
    #searchHeader{}

}

@media (max-width:850px)  {
    #twitterShare {margin-left: 5% !important;}
    #dlPhotoLink{margin-left: 5% !important;}
    #dlMMLink{margin-left: 5% !important;}
}

@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{}
}

/*responsive view starts*/
@media (max-width:968px)  {

    #shadingBg{background:none;max-width: 902px;
    width: 95.44491525423729%;}
    #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;}
    #barOne, #barTwo{    display: block;    width: 92%;    margin: 0 auto;    margin-top: 12px;}
    #carouselHead{    text-align: center;    margin-top: 10px;}
    #carouselSub{text-align: center;    margin-top: 6px;}
    #pmBanner{text-align:center;}
    #footer{display:none;}
    #shareMobile {display: block !important;}

}



@media (max-width:767px)  {

    #leftFooter {height: 380px;}

    #searchBtnTxt {margin-top: 10px; margin-left: 5px;}

    #pmWrapper{text-align:center;display:block;margin:0 auto;margin-top:-5px;float:none;}
    #searchBtn{margin-top:0px;}
    #uploadWrapper{display:none;}
    #searchText{display:none;}
    #searchWrap{}
	#valid_search{margin-top:6px !important;}
/*    #mobileSearch {
    width:100%;
    }*/
	#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;}
	.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 !important;
	position:relative !important;
	top:0px !important;
	left:0px;
	width: 100%;
	height: auto !important;
	z-index: 9 !important;
	background:#bf001e !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;}
	#keyword_input{
	margin: 0 !important;
	padding: 0 !important;
	height: 38px !important;
	font-size: 16px !important;
	padding-left: 40px !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;
    width: 295px;
	}
	#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;
	}
    #search_button {
        float:right;
    }
	#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{
	width:50% !important;
	float:left !important;
	height: auto !important;
	}
	.photoData{height: auto !important;}
	.photoCap {height: auto !important;}
	.socialShare{width:50% !important;float:right !important;}
	#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: 38px !important;padding: 0 !important;margin-left:0px;}
	#header{height:128px !important;padding-top:30px;}
}

#carouselWrap{width:86%; margin-top: 5px; margin-right: 12px;}
#footerLinks{padding-top:15px;text-align:center;}
@media (max-width:640px)  {
    #carouselWrap{width:84%; margin-top: 5px; margin-right: 5px;margin-left:5px;}
    #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)  {
    #albumAd { width:288px;padding-left:12px;}
    #albumImage{display:none;}
    #albumName{width:280px;height:70px;background-size:contain;}
    #shareMobile {width: 258px !important;}
    #FBShareM {max-height: 64px !important;}
}

@media (max-width:455px)  {
    .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: 16px !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;}
}

/*frmo Parklane*/

#mosaicHolder {
    margin-top:1%;
    width:100%;
    height:auto;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    position:relative;
}
#fullScreenBtn {
    position:absolute;
    top:0px;
    right:2%;
    z-index:2002;
    display:block;
}
.animateBtnOn{background:url(../images/animateOn.png) no-repeat;}
.animateBtnOff{background:url(../images/animateOff.png) no-repeat;}
#animateBtn{position:absolute; bottom: 0px; left:2%; width:46px; height:44px; cursor:pointer; z-index:2003;}


.hashtag{height:20px;text-align:left;}
.carouselContainer{-moz-user-select:none; -khtml-user-selastelect:none; -webkit-user-select:none; -o-user-select:none;}
#displayContainer{height:149px; width:100%;}
#carouselArea {margin-top:15px;}
#canvasHolder{width:100%; height:auto; position:relative; /*z-index:9;*/}
#pmCanvas{background:transparent url(../images/sourceBW.jpg) no-repeat; background-size:100% 100%; position:absolute; z-index:1; border:0;}
#animationLayer{position:absolute; z-index:2;background: url(../images/overlay.png) no-repeat;background-size: contain;}
#photoCanvas{position:absolute; display:none; z-index:3; border:0; }
#hoverCanvas{position:absolute; z-index:2001; border:0;}
#searchCanvas{position:absolute; z-index:1; border:0; }

#fullControls{left:0px; bottom:0px; width:426px; height:123px; position:absolute; background-color:#5b5b5b; display:none; z-index:2001;}
#shareHolder{position:absolute; top:0; left:0; width:100%; height:100%; z-index:3000; background:transparent url(../images/bkgLayer.png) repeat; display:none;}
#shareContent{position:absolute; width:500px; height:570px; margin:auto; border:3px solid #FFF; top:50%; left:50%; margin-top:-264px;margin-left:-250px; display:block; background-color:#FFF;}
#sharePhoto{height:65px; width:100%; margin-top:5px;}
#origPhoto{background:url(../images/loader.gif) no-repeat center center; width:500px; height:500px;}
#shareName{color:#000; height:65px; width:333px; padding-left:5px;}
#sPhoto{color:#000; height:65px; width:125px; text-align:center; font-weight:bold; font-size:13px;}
#socIcons{margin-top:8px;}
#winnerPopup {width:500px; position:fixed; height:500px; top:calc(50% - 250px); left:calc(50% - 250px); background:url(../images/prizeStar.png) no-repeat; background-size:contain; z-index:999; display:none;}
#winnerPicture {height:150px; width:150px; position:absolute; top:220px; left:175px; background:#FFF;}
#fbShare{background:url(../images/shareMosFB.png) no-repeat; background-size:contain; width:26px; height:26px; margin-left:10px; display:inline-block; cursor: pointer; }
#twShare{background:url(../images/shareMosTW.png) no-repeat;background-size:contain; display:inline-block; width:26px; height:26px; cursor:pointer;}
#pinShare{background:url(../images/pinShare.min.png) no-repeat; width:23px; height:21px; margin-right:3px;}
#emShare{background:url(../images/eShare.png) no-repeat; width:21px; height:21px;}
#closeShare{ursor:pointer; position:absolute; top:-15px; left:487px;}

#grayOut{position:absolute; width:100%; height:100%; top:0px; left:0px; background:transparent url(../images/bkgLayer.png) repeat;display:none; z-index:2999;}

@media (max-width:990px)  {
    #text_subhead2{font-size: 2.3vw !important;}
    #text_subhead3{font-size: 2.3vw !important;}
}
@media (max-width:628px)  {
    #text_subhead2{font-size: 18px !important; line-height: 20px !important; padding-top:5px; height: 45px !important;}
    #text_subhead3{font-size: 18px !important; line-height: 20px !important; padding-top:5px; height: 45px !important;}
}
@media (max-width:441px)  {
    #text_subhead2{font-size: 18px !important; line-height: 18px !important; padding-top:10px; height: 45px!important;}
    #text_subhead3{font-size: 18px !important; line-height: 18px !important; padding-top:10px; height: 45px!important;}
}
@media (max-width:377px)  {
    #text_subhead2{font-size: 16px !important; line-height: 20px !important; height: 50px !important;}
    #text_subhead3{font-size: 16px !important; line-height: 20px !important; height: 50px !important;}
}

.shareText {display:inline-block; height:42px; line-height:42px; font-size:25px; color:#004785; vertical-align:top; margin-right:20px;}
#popShareText {display:inline-block; height:1.7vw; line-height:1.7vw; font-size:1.7vw; color:#004785; vertical-align:top; margin-right:20px;}
#popCap{font-size:2.5vw;line-height:2.5vw;}
@media (max-width:1000px)  {
    .shareText {margin-right:10px !important; font-size:20px !important;}
    #popShareText {margin-right:10px !important; font-size:15px !important;line-height:15px;height:15px;}
    #popName, .hobbies{font-size:2.1vw;line-height:2.1vw;}
    #popCap{font-size:2vw;line-height:2vw;}
}

@media (max-width:712px)  {
#popShareText {margin-right:10px !important; font-size:13px !important;line-height:13px;height:13px;}
}

@media (max-width:665px)  {
/*    #searchClear{top:116px !important;right:125px !important;}*/
/*    #mosaicHolder{border-bottom: solid 5px #a6093d;}*/
/*    #trending {font-size:24px;margin:24px 0 10px; width:100%; text-align:center;}
*/    #bannerLeft {width:100% !important; text-align:center; height:auto; line-height:normal; margin-top:20px;}
    #bannerRight {width:100% !important; text-align:center; height:auto; line-height:normal; margin:20px 0;}
    #headerImageOne{ margin-left: auto; margin-right: auto;display: block; margin-bottom:25px;}
    #makeithere {font-size:12px !important; width:90% !important; margin-left:5% !important;}
    /*#headbar {width:90% !important; background:transparent !important; margin-left:5%;}*/
    #searchBlock {width:90% !important; margin:0 auto;margin-top:10px;display:block;float:none;}
    #uploadHeader{width:90%;margin:0 auto;float:none;display:block;}
    #shareDiv{float:none;}
    #shareHeader{margin:0 auto;display:block;position:relative;float:none;width: 300px;text-align: center;min-width:245px;top:0px;}
  /*  #headbar{height:115px;padding-bottom:0px;}*/
    #shareContainer {display:none !important;}
    #shareContainer2 {display:block !important;}
 /*   #animateBtn{bottom:-19px;display:none;}*/
    .shareText {margin-right:10px !important; font-size:20px !important;}
    #popShareText {margin-right:10px !important; font-size:12px !important;line-height:13px;height:13px;}
    #popName, .hobbies{font-size:16px;line-height:16px;}
    #popCap{font-size:15px;line-height:15px;}
/*    #carousel {width:90% !important; margin-left:5%;}*/
/*    .carouselImage {width:69px !important; height:69px !important;}
    #displayContainer {height:69px !important;}
    .owl-stage-outer {height:69px !important;}
    #arrowLeft, #arrowRight {margin-top:10px !important;}*/
/*
    #leftLi {width:12% !important;}
    #middleLi {width:76% !important;}
    #rightLi {width:12% !important;}*/
}

@media (max-width:334px)  {
    #popShareText {margin-right:10px !important; font-size:12px !important;line-height:12px;height:12px;}
    #headerImageOne{max-width:320px;}
}




@media (min-width:1366px){
    #popShareText {margin-right:10px !important; font-size:15px !important;line-height:15px;height:15px;}
    #popName, .hobbies{font-size:16px;line-height:16px;}
    #popCap{    font-size: 20px;line-height: 25px;}
}



@font-face {
    font-family: "Gotham-Book";
    src: url("../assets/fonts/Gotham-Book.otf") format("otf");
    src: url("../assets/fonts/Gotham-Book.otf"); /* IE9 Compat Modes */
    src: url("../assets/fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../assets/fonts/Gotham-Book.woff2") format("woff2"), /* Super Modern Browsers */
    url("../assets/fonts/Gotham-Book.woff") format("woff"), /* Pretty Modern Browsers */
    url("../assets/fonts/Gotham-Book.ttf")  format("truetype"), /* Safari, Android, iOS */
    url("../assets/fonts/Gotham-Book.svg#svgFontName") format("svg"); /* Legacy iOS */
}
#contest-info {
    font-family: 'Gotham-Book';
    font-size: 1rem;
    line-height: 1.33rem;
    padding: 0 2em;
}
#contest-info b {
    font-family: Arial, sans-serif;
}
#contest-info h1 {
    text-align: center;
    word-wrap: break-word;
    font-size: 4.5rem;

}
#contest-info img {
    float: right;
    max-width: 40%;
}

@media (max-width: 767px) {
    #contest-info h1 {
        font-size: 6.25vw;
    }
    #contest-info img {
        float: none;
        width: 25em;
        max-width: 100%;
        margin: 0 auto;
        display: block;
    }
     #footerLinks{
    float:none;text-align:center;width:100%;padding-left: 0;
  }
  #footerLinksWrapper{height:55px;}
  #footerLink{padding-left: 0}
  #pmLink{float:none;text-align:center;width:100%:}
}

