/* General Styles */
body, p, li, ul, ol, td, font, img {font-family:'robotoregular', Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: 1em; border:none; overflow: visible;}
ul, li {display:inline-block; zoom: 1; *display:inline; vertical-align:top; list-style:none; margin:0; padding:0;}

input, textarea {background-color:transparent; border:none; resize:none; outline:none;  -webkit-appearance: caret; -moz-appearance: caret;}
table, td {margin:0; padding:0; border:none; border-collapse:collapse;}
body {width:100%; height:100%; margin:0; padding:0;}

.click {cursor:pointer; border:none;}
.black_10 {font-size:10px; color:#000;}
.outer{width:100%;}
.fancybox-inner { overflow:hidden !important; }

.bar{background-color:#000; z-index:0;}
.queueContainer{-moz-user-select:none; -khtml-user-select:none; -webkit-user-select:none; -o-user-select:none;}
.carouselContainer{-moz-user-select:none; -khtml-user-selastelect:none; -webkit-user-select:none; -o-user-select:none;}

::-ms-clear {
  display: none;
}

/* Header Bar */

#headerContent{margin:0px auto 0 auto; position:relative;}
#topBanner{width:1029px; height:183px; background:url(../images/topBanner.png) no-repeat top left;}
#headUploadBtn{position:absolute; left:900px; top:60px; width:114px; height:33px; cursor:pointer;}
#shareMosaic{position:absolute; top:0px; left:366px;}
#fbMosaicShare{margin-top:11px;  z-index:3005}
#clearHighlightDiv{display:none; cursor:pointer; position:absolute; top:125px; left:488px; line-height:14px; font-size:14px; height:14px;}

#canvasWrap {width: 1030px; margin: 0 auto; position: relative;}
#canvasHolder{margin:5px auto 0 auto; position:relative; border-top: transparent !important; border-bottom: transparent !important;-moz-user-select:none; -khtml-user-select:none; -webkit-user-select:none; -o-user-select:none;}
#pmCanvas{background:transparent url(../images/mainBkg1920.jpg) no-repeat; background-size:100% 100%; position:absolute; z-index:1; border:0;}
#animationLayer{position:absolute; z-index:2001;}
#photoCanvas{position:absolute; display:none; z-index:3; border:0;}
#hoverCanvas{position:absolute; z-index:2001; border:0;}
#searchCanvas{position:absolute; z-index:2000; border:0;}
#fullControls{left:0px; bottom:0px; width:426px; height:123px; position:absolute; background-color:#5b5b5b; display:none; z-index:2001;}
#clText{position:absolute; top:28px; right:33px; background:url(../images/clMain.png) no-repeat top; width:324px; height:65px;}

/*custom header css*/
#topBlueBar{width: 100%; height: 88px; position:relative; background-color: #0072bb; display: flex; -ms-flex: 1; -webkit-flex: 1; align-items: center;}
#bottomBlueBar{width: 100%; height: 81px; position:relative; background-color: #0584d5; display: flex; align-items:center;}
#header_rectangle{width: 360px; height: 100%; background-color: #001e58; position: absolute; top: 0; left: 0;}
#header_arrow{width:0; height:0; border-top: 88px solid transparent; border-bottom: 80px solid transparent; border-left: 60px solid #001e58; position: absolute; top:0px; left:360px;}
.shareImgHolder{display: inline-block; margin-left:10px;}
#searchIcon{background: #fff; cursor: pointer;}
#orImage{position: absolute; right: 232px;}
.circleIcon:hover {
    cursor: pointer;
}
#uploadButton {
  background-color: #ffffff;
  border: none;
  color: #237bb3;
  width: 270px;
  height: 44px;
  text-align: center;
  text-decoration: none;
  display: flex;
  font-size: 20px;
  position: absolute;
  right: 325px;
  font-weight:bold;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#mosaicHeaderText{
	font-size: 18px;
	color: #ffffff;
	text-align: center;
  	text-decoration: none;
  	display: flex;
	position: absolute;
	right: 10px;
	justify-content: center;
	align-items: center;
}
#shareHeaderText{
	font-size: 18px;
	color: #ffffff;
	text-align: center;
  	text-decoration: none;
  	display: flex;
	position: absolute;
	right: 10px;
	justify-content: center;
	align-items: center;
}

#mobileUploadButton{
	display:none;
	background-color: #0d94ec;
	border: none;
	color: #fff;
	width: 95%;
	height: 44px;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	font-weight:bold;
	justify-content: center;
	align-items: center;
}

#animTypeSlider{display:none;}
.halfWidth {margin-top:15px; margin-bottom: 15px; color:#1256a6; font-size:11px; text-align:center; vertical-align:top; font-weight: bold;}
.switch {
	position: relative;
	display: inline-block;
	width: 34px;
	height: 16px;
	margin-top: 4px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}
.slider:before {
	position: absolute;
	content: "";
	height: 12px;
	width: 12px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
input:checked + .slider {
	background-color: #1256a6;
}
input:focus + .slider {
	box-shadow: 0 0 1px #1256a6;
}
input:checked + .slider:before {
	-webkit-transform: translateX(18px);
	-ms-transform: translateX(18px);
	transform: translateX(18px);
}
/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}
.slider.round:before {
	border-radius: 50%;
}

/* bottom bar css */
#bottomWrapper{display: flex; width: 1026px; height: 260px; margin: 0 auto; margin-top: 9px;}
#leftWrapper{width: 150px; background-color: #f8f8f8; margin-right: 9px;}
#rightWrapper{width: 100%;}
#settingsWrapper{height: 110px; margin-bottom: 9px; background-color: #f8f8f8; padding-left: 22px;}
#photoWrapper{height: 140px; display: flex;}
#carouselWrapper{width: 585px; min-width: 585px; background-color: #f8f8f8; margin-right: 9px;}
#winnersWrapper{width: 100%; background-color: #f8f8f8;}
#applyBtn{width: 90px; height: 40px; background-color: #1256a6; color: #fff; border:none; font-size: 18px; font-weight: bold; cursor: pointer;}

/* control panel css*/
.listStyle{
	display: inline-block;
    zoom: 1;
    vertical-align: top;
    list-style: none;
    margin: 0 8px 0 0;
	padding: 0;
}

.divStyle{
	height: 20px;
	font-size: 11px;
	font-weight: bold;
}

.selectStyle{
	width: 90px;
    height: 20px;
    padding: 0;
    margin: 0;
    text-align: center;
}

#settings{
	display: inline-block;
    zoom: 1;
    vertical-align: top;
    list-style: none;
    padding: 0;
}

#animSettingsText{
	text-align: left;
    margin-bottom: 14px;
    color: #1256a6;
    font-size: 18px;
	font-weight: bold;
	padding-top: 16px;
}

/* Header Bar Mobile */

#headerContentMobile {display: none; width: 95%; margin: 0 auto 15px auto;}

#topBannerMobile {width: 45%; display: inline-block;}
#uploadMobile {display: inline-block; width: 50%; height: 100%; vertical-align: top;}
#uploadTxtMobile {margin: 1.8vw auto 1vw auto; font-size: 2.5vw; font-weight: bold; text-align: center; height: 3vw;}
#oneMobile, #twoMobile {width: 100%; height: 7vw; background-color: #dfdfdf; cursor: pointer;}
#oneMobile {margin-bottom: 2.5vw;}
#logoImg {width: 95%;}
#oneUL, #twoUL {width: 100%; height: 100%;}
#oneUL li, #twoUL li {vertical-align: middle; text-align: center;}
#numberOne, #numberTwo {width: 13%; font-size: 6vw; margin-top: 0.5vw;}

#insMobi, #twMobi {width: 15%; margin-top: 0.8vw;}
#twImg {width: 4vw;}
#insImg {width: 3.5vw;}
#remainTxt {width: 55%; font-size: 3vw; margin-top: 0.8vw;}
#hashtagSpan {color: #db4d00;}

#uploadTxt {width: 85%; font-size: 3vw;}


/**/

#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;}


/* Header Search Bar*/

#searchContent{width:525px; z-index:2009; position:absolute; top:129px; left:332px; display: block;}
#searchText{font-size:20px; font-weight:bold; line-height:25px;}
#searchArea{margin-left:3px; width:284px; height:25px; background:url(../images/searchBar.png) no-repeat; position:relative;}
#searchField {width:170px; height:16px; background:none; border:none; margin:4px 6px 0 10px; font-size:14px; vertical-align:top; outline-width:0;}
#searchButton{position:absolute; width:98px; height:25px; top:0px; left:186px; cursor:pointer;}
#searchInfo{width:100%; height:13px; margin-top:10px; text-align:left; position:relative; font-size:12px; font-style:italic;}
/* #clearSearchDiv{display:none; color:#B91111; font-size:11px; font-weight:bold; text-align:right; width:250px; height:16px; line-height:16px; float: right;} */
#clearSearchDiv{display:none; font-size:11px; font-weight:bold; width:250px; height:16px; position: absolute; top: -20px;}
#clearSearch{cursor:pointer; line-height:14px; font-size:14px; height:14px; color:#000; font-weight:normal; font-style:normal;}

#searchUL {
	position:absolute;
	right:325px;
	/*end of custom css*/
}
#searchTxtLi {width: 220px;}
#searchHoldLi {
	/*width: 295px;*/

	/*custom css*/
	width: 225px;
	/*end of custom css*/
}

#searchBar {
	/*border: 1px solid #000;*/
	width: 100%;

	/*custom css*/
	background-color: #ffffff;
	/*end of custom css*/
}

#searchDiv {
	width: 85%;
	margin-bottom: 20px;
	border-bottom: 1px solid #a6a7a7;
	margin-left: 40px;
	position: relative;
}

#closeDiv {
	width: 7%;
	/*height:23px;*/

	/*custom css*/
	height: 42px;
	/*end of custom css*/
}

#inputDiv {
	/*width: 62%;
	height:23px;*/

	/*custom css*/
	width: 80%;
	height: 42px;
	/*end of custom css*/
}

#iconDiv {
	width: 31%;
	height:23px;
	background-color: #000;
}

#resultDiv {
	display: block;
	/*width: 297px;*/
	position: absolute;
	/*top: 20px;*/

	/*custom css*/
	width: 225px;
	top: 55px;
	/*end of custom css*/
}

#searchButtonClose {
	/*line-height: 23px;*/
	font-size: 18px;
	color: #fff;
	float: left;
	cursor: pointer;

	/*custom css*/
	line-height: 42px;
	/*end of custom css*/
}

#keyword_input {
	width: 100%;
	font-family: Arial, sans-serif;
	font-size: 13px;
	/*line-height: 21px;
	color: #000;*/
	float: left;
	/*margin-left: 2px;*/

	/*custom css*/
	line-height: 42px;
	color: #237bb3;
	margin-left: 7px;
	font-style: italic;
	/*end of custom css*/

}

#searchBtn {
    cursor: pointer;
    text-align: center;
    color: #fff;
    height: 100%;
    margin-top: 5px;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

#searchClear {
	display: none;
	margin-right:7px;
	float: right;
	cursor: pointer;
	position: absolute;
	right: 45px;
	/*margin-top: 5px;*/

	/*custom css*/
	margin-top: 15px;
	/*end of custom css*/
}

#mobileSearch {
    height: auto;
    max-height:190px;
    width:100%;
    position:relative;
    overflow:scroll;
    background: #d7d7d7;
    z-index:9999;
    overflow-x: hidden;
    position: absolute;
    top: 5px;
}

#searchCloseDiv {
    width:35px; 
    height:35px; 
    display:block; 
    float:left; 
    position: absolute;
    margin-top: 3px;
    
}


/* Mobile Search Bar*/
#searchContentMobile{width:95%; height:50px; margin: 0 auto; z-index:0; display: none; margin-bottom: 9px;}
#searchAreaMobile{margin-left:3px; width:284px; height:25px; background:url(../images/searchBar.png) no-repeat; position:relative;}
#searchFieldMobile {width:170px; height:16px; background:none; border:none; margin:4px 6px 0 10px; font-size:14px; vertical-align:top; outline-width:0;}
#searchButtonMobile{position:absolute; width:98px; height:25px; top:0px; left:186px; cursor:pointer;}
#searchInfoMobile{width:95%; height:13px; margin:2px auto 10px auto; text-align:center; position:relative; font-size:14px; font-style:italic; display: none;}
#clearSearchDivMobile{display:none; color:#B91111; font-size:11px; font-weight:bold; width:95%; height:16px; line-height:16px;}
#clearSearchMobile{cursor:pointer; line-height:14px; font-size:14px; height:14px; color:#000; font-weight:normal; font-style:normal;}

#searchBarMobile {background-color: #fff; border: 1px solid #000; width: 100%; height: 45px; position: relative;}

#searchDivMobile {
	width: 85%;
	margin-bottom: 20px;
	border-bottom: 1px solid #a6a7a7;
	margin-left: 40px;
	position: relative;
}

#closeDivMobile {
	width: 10%;
	height:100%;
}

#inputDivMobile {
	width: 90%;
	height:100%;
}

#resultDivMobile {
	display: block;
	width: 100%;
	position: absolute;
	top: 42px;
}

#searchButtonCloseMobile {
	line-height: 43px;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	margin-left: 20%;
}

#keyword_inputMobile {
	width: 75%;
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 41px;
	color: #000;
	float: left;
	font-style: italic;
	text-align: center;
}

#searchBtnMobile {
    cursor: pointer;
	float: right;
	height: 100%;
	width: 14%;
	/*display: none;*/
}

#searchClearMobile {
	display: none;
	cursor: pointer;
	width: 8%;
}

#searchClearBtnMobile {
	margin-top: 13px;
	float: right;
	margin-right: 5px;
}

#mobileSearchMobile {
    height: auto;
    max-height:190px;
    width:100%;
    position:relative;
    overflow:scroll;
    background: #d7d7d7;
    z-index:9999;
    overflow-x: hidden;
    position: absolute;
    top: 5px;
}

#searchCloseDivMobile {
    width:35px; 
    height:35px; 
    display:block; 
    float:left; 
    position: absolute;
    margin-top: 3px;
    
}

/* Header Share Bar */
#shareMosaic{position:absolute; top:0px; left:560px; width:100px; text-align:center; display: block;}
#socMosaic{width:75px; height:31px; position:relative; margin-top:4px;}
#fbMos{background:url(../images/socMos.png) no-repeat; height:31px; width:32px; position:absolute; top:0px; left:13px; cursor:pointer;} 
#twMos{background:url(../images/socMos.png) no-repeat; height:31px; width:32px; background-position:-34px 0; position:absolute; top:0px; left:56px; cursor:pointer;}

/* Mobile Share Bar */
#shareMosaicMobile{ width:95%; height:65px; margin: 15px auto; background-color: #DFDFDF; display: none;}
#socMosaicMobile{position:relative; margin-top:4px;}
#fbMosMobile{background:url(../images/socMos.png) no-repeat; height:31px; width:32px; cursor:pointer; display: inline-block; margin-top: 14px; margin-left: 14%;} 
#twMosMobile{background:url(../images/socMos.png) no-repeat; height:31px; width:32px; background-position:-34px 0;cursor:pointer; display: inline-block; margin-left: 10%;}
#socMosTextMobile {display: inline-block; width: 70%; font-size: 24px; font-weight: bold; height: 100%; text-align: center; margin-top: 28px;}
#socMosaicMobile {display: inline-block; width: 30%; float: right; height: 100%;}

#prizeBanner{width:100%; position:relative;}
#headerWinners{font-size:16px; font-weight:bold; margin-left: 28px; margin-bottom: 8px; margin-top: 16px;}
#recentWinners{margin-top: 17px; height:70px; margin: 0 auto; width:fit-content;}
#winInfo{font-size:12px; width: 210px; word-break: break-word; margin-left: 28px;}
.winnerPhoto{width:64px; height:64px; margin:0 10px 0 10px; cursor:pointer;}
#fullScreenBtn{position:absolute; bottom:0px; right:0px; width:46px; height:44px; cursor:pointer; z-index: 9001; display: flex; align-items: center; justify-content: center;}
.animateBtnOn{background:url(../images/animate.png) no-repeat;}
.animateBtnOff{background:url(../images/animate.png) no-repeat; background-position: -47px 0;}
#animateBtn{position:absolute; top:0px; left:0px; width:46px; height:44px; cursor:pointer; border:1px solid #000000;}
.controlBtnOn{background:url(../images/settings.png) no-repeat; border:1px solid #000000;}
.controlBtnOff{background:url(../images/settings.png) no-repeat; border:1px solid #000000; background-position: -47px 0px;}
#controlBtn{position:absolute; top:0px; left:0px; width:46px; height:21px; cursor:pointer; margin-top:46px;}
#termsCond{position:absolute; width:116px; height:14px; top:154px; left:0px; cursor:pointer;}
#dividerImg{background:url(../images/dividor.png) no-repeat; width:2px; height:131px;}

/* Photo Queue */

#photoQueue {margin:0 auto; width:1026px; z-index:0; padding-top:9px; background-color:#DFDFDF; position:relative;}

#photoBlock {padding-left:50px;}

#carouselPart {width:585px; margin-top: 12px;}
#divider {margin-right:22px;}
#winnerPart {width:100%;}

#titleUL {text-align: center; width: 100%;}
#photoTitle {padding-right:18px; border-right:1px solid #000; line-height:18px;}
#latestTitle {margin-left:3px; line-height:18px; border-right:1px solid #000;padding-right:18px;}
#sharedTitle {line-height:18px; margin-left: 3px;}

#carouselUL {width:100%;}
#leftArrowBtn {width:5%; padding-top: 28px; float: left;}
#displayBlock {width:90%; margin-top: 5px; }
#rightArrowBtn {width:5%; padding-top: 28px; float: right;}
#rightArrowPhotos {float: right; padding-right: 10%;}
#leftArrowPhotos {padding-left: 10%;}

#lastestQueue{width:515px; height:18px; position:relative; padding-left:28px;}
.actQueueText{font-size:18px; font-weight:bold; cursor:pointer; color:#000;}
.unQueueText{font-size:18px; font-weight:normal; cursor:pointer; color:#B3B3B3;}
.arrow{width:8px; height:13px; margin-right:5px;}

#refreshLatest{display: none !important; background:url(../images/refreshPhotos.png) no-repeat; width:114px; height:16px; cursor:pointer; margin:0 0 0 37px;}
#photoDispContainer{margin: 0 auto; margin-top:10px; height:71px; width:98%; overflow:hidden; height:80px;}
#queuedPhotos{height:71px; width:100%;}
#displayContainer{height:71px; width:100%;}

.blue_42 {font-family: Arial, sans-serif; font-size:64px; color:#1256a6;}
.blue_42:hover {font-family: Arial, sans-serif; font-size:64px; color:#2463ac;}
.blue_42:active {font-family: Arial, sans-serif; font-size:64px; color:#0d4280;}

#bottomBar{background-color:#000; height:65px; width:100%; margin-top:22px; z-index:0;}
#fbSocial{background:url(../images/socialFooter.png) no-repeat top; width:155px; height:26px; background-position: 0 0; margin-top:5px; cursor:pointer;}
#twSocial{background:url(../images/socialFooter.png) no-repeat top; width:105px; height:26px; background-position: -174px 0; margin-top:5px; cursor:pointer;}
#pinSocial{background:url(../images/socialFooter.png) no-repeat top; width:154px; height:26px; background-position: -299px 0; margin-top:5px; cursor:pointer;}
#clLogo{background:url(../images/clFooter.png) no-repeat top; width:174px; height:36px; cursor:pointer;}

#grayOut{position:absolute; width:100%; height:100%; top:0px; left:0px; background:transparent url(../images/bkgLayer.png) repeat;display:none; z-index:2999;}

.fb-like span {z-index:2002;}

#creditBlock {margin-left: 10px;}

/* Popout Photo */
.sPhoto{color:#000; height:65px; width:55%; text-align:center; font-weight:bold; font-size:13px; z-index: 2006; display: inline-block;}
#socIcons{margin-top:8px;}
#fbShare{background:url(../images/fbShareBox.png) no-repeat; width:64px; height:26px; margin-right:4px;}
#twShare{background:url(../images/twShare.png) no-repeat; width:24px; height:21px; margin-right:4px;}
#liShare{background:url(../images/liShare.png) no-repeat; width:24px; height:24px; margin-right:4px; margin-top: -1px;}
#pinShare{background:url(../images/pinShare.png) no-repeat; width:23px; height:21px; margin-right:3px;}
#emShare{background:url(../images/eShare.png) no-repeat; width:21px; height:21px;}
#closeShare{cursor:pointer; position:absolute; top:-15px; left:487px;}
.nameCap {width: 45%; display: inline-block; vertical-align: top;}
.closeBtnPop {display: none;position: absolute; top: -25px; right: -25px; cursor: pointer;}
.closeBtnPopImg {width: 45px;}
.imgPopBox {display:none; width:100%; height:50px; background-color: #fff; border: 7px solid #fff; margin-left:-7px;  border-radius: 0px 0px 10px 10px;}

/* responsiveness */
#header_rectangle{
	background-image: url("../images/logo_desktop.png");
	background-position-x: center;
	background-position-y: center;
}

@media (max-width:1030px)  {

	/*custom css*/
	#headerContent{width: 100%;}
	/*end of custom css*/

	/*#headerContent {display: none;}
	#headerContentMobile {display: block;}*/

	#searchContent {display: none;}
	/*#searchContentMobile {display: block;}*/

	/*#searchInfo {display: none;}*/
	/*#searchInfoMobile {display: block;}*/

	#shareMosaic {display: none;}
	#shareMosaicMobile {display: none;}

	#photoQueue {width: 95%; margin: 10px auto;}
	#photoBlock {padding-left: 0;}
	#photoBlockUL {width: 100%;}

	#photoTitle, #latestTitle {padding-right: 12px;}
	.unQueueText, .actQueueText {font-size: 12px;}
	.arrow {margin-right: 4px;}

	#carouselPart {width: 100%; display: block;}
	#winnerPart {width: 100%; display: block; margin-top: 15px;}
	#divider {display: none;}

	#lastestQueue {width: 98%; margin: 0 auto; padding-left: 0;}

	#animateBtn, #controlBtn {display: none;}

	.blue_42, .blue_42:hover, .blue_42:active  {font-size:45px;}

	#prizeBanner {width: 98%; margin: 15px auto;}
	#headerWinners {text-align: center;}
	#recentWinners {margin: 16px auto 0 auto; width: fit-content;}
	#winInfo {width: 90%; margin: 5px auto;}

	#canvasWrap {width: 95%; margin: 0 auto;}
	#canvasHolder {width: 100%;}

	#creditBlock {width: 95%;}

	#orImage{display:none;}
	#bottomWrapper{width: 100%;}
	#headerWinners{margin-left: auto; margin-top: auto;}
	.winnerPhoto{margin-left: 4px; margin-right: 4px;}
	#searchUL{margin: 0 auto; position: initial;}
	#uploadButton{margin: 0 auto; position: initial;}
	#carouselWrapper{width: 100%; min-width: 0px;}
	#winnersWrapper{width: 50%; min-width: 224px;}
	#photoWrapper{width: 100%; position: absolute; left: 0px;}
	#leftWrapper{height: 110px; width: 30%;}
	#settings{margin-left: 120px; margin-top: -50px; width: 301px;}
	#animTypeSelect{position: absolute; left: 0px; top: 55px;}
	#applyButtonWrapper{position: absolute; left: 430px; top: 45px;}
	#animSettingsText{padding-top: 12px;width: 100px;line-height: 20px;}
	#controlPanel{position: relative;}
	#rightWrapper{min-width: 560px;}
	#header_rectangle{
		background-image: url("../images/logo_768.png");
		background-position-x: center;
		background-position-y: center;
		width: 160px;
	}
	#header_arrow{
		left: 160px;
		border-left: 6vw solid #001e58;
	}
	#camereCodeTitle{display:none;}
	#ipadHandsImg{display:none;}	
	#appStoreImg{display:none;}	
	.appBtnHidden{display:block !important;}
	.footerCameraCodeTitle{display:block !important;}
	.footerIpadHandsImg{display:block !important;}
}

@media (max-width:709px)  {
	#searchUL{display: none;}
	#uploadButton{display:none;}
	#header_arrow{border-left: 9vw solid #001e58; left: 280px;}
	#header_rectangle{
		background-image: url("../images/logo_desktop.png");
		background-size: contain;
		background-repeat: no-repeat;
		width: 280px;
	}
	#searchContentMobile{display: block;}
	#mobileUploadButton{display: flex; margin: 0 auto; }
	#searchInfoMobile {display: block;}
	.footerContainer{margin:0 auto !important; text-align: center;}
}

@media (max-width:550px)  {

	#headerContentMobile {width: 95%;}
	#logoImg {width: 100%;}
	#topBannerMobile, #uploadMobile {display: block; width: 100%;}
	#uploadTxtMobile {margin: 3vw auto 2vw auto; font-size: 5.5vw; height: 4vw;}
	#oneMobile {margin-bottom: 3vw;}
	#oneMobile, #twoMobile {height: 14vw;}
	#numberOne, #numberTwo {font-size: 12vw; margin-top: 1vw;}
	#twMobi, #insMobi, #remainTxt {margin-top: 1.2vw;}
	#twImg, #insImg {width: 8vw;}
	#remainTxt {font-size: 5.5vw;}
	#uploadTxt {font-size: 6vw;}
	.closeBtnPop {right: -20px;}
	.closeBtnPopImg {width: 35px;}
	.imgPopBox {height: 85px;}
	.nameCap, .sPhoto {width: 100%; display: block;}
	.sPhoto {height: 55px; float: none; margin-top: 5px; text-align: left;}
	#shareText {display: inline-block;}
	#photoTitle, #latestTitle {padding-right: 8px;}
	
	#header_rectangle{width: 196px; height: 100%}
	#header_arrow{left: 196px; border-top: 50px solid transparent; border-bottom: 42px solid transparent; border-left: 36px solid #001e58;}
	#topBlueBar{height: 50px;}
	#bottomBlueBar{height: 42px;}
	#hashtagIcons{display:none;}
	#bottomWrapper{display: block; height: auto; width: 100%}
	#photoWrapper{display: block; height: auto; min-width: 360px; position: relative;}
	#leftWrapper{display: flex; justify-content: center; width: 50%; height: 65px; background-color: #fff0; margin-right: 0px; position: relative; margin: 0 auto;}
	#settingsWrapper{display: none;}
	#headerWinners{margin-left: 10px; padding-top: 10px; text-align: left;}
	#prizeBanner{width: 100%;}
	#carouselWrapper{width: 100%; min-width: 0px; height: 129px;}
	#animTypeSlider{display:none; position:absolute; right: 0px;}
	#settingsSlider{position: absolute; right: 0px; left: auto;}
	#headerContent{width: 100%; min-width: 370px;}
	#titleUL{margin: 10px auto;}
	#recentWinners{display: inline-block; margin: 0 auto; width: auto;}
	#winInfo{position:absolute; display: inline-block; line-height: 22px; width: 33vw; right: 0px; font-size: 4vw;}
	#shareHeaderText{font-size: 16px;}
	.winnerPhoto{margin: 0 10px 0 10px;}
	#winnersWrapper{width: 100%;}
	#rightWrapper{min-width: 0px;}
	#header_rectangle{
		background-image: url("../images/logo_desktop.png");
		background-size: cover;
	}
	.halfWidth{position:absolute; left: 0px;}
	.appBtnHidden{margin-top:5vh !important;}
}