.PhotoOfthemonth_BannerDiv {
	width: 100%;
	float: left;
	background: #b2e6f9;
	padding: 1% 0;
	height: 545px;
}

.PhotoOfthemonth_BnrLeft {
	float: left;
	width: 40%;
	padding: 1% 0 0 2%;
}
.win_prizes_instructions {
	float: left;
	width: 100%;
	text-align: center;
}
.photo_blue_bg, 
.photo_blue_circle {background-color: #52a0d1;}
.photo_orange_bg, 
.photo_orange_circle {background-color: #ef9523;}
.photo_green_bg, 
.photo_green_circle {background-color: #03a0a3;}

.photo_exciting_band {
	background-color: #fff;
	border-radius: 10px;
	float: left;
	width: 100%;
	height: 100px;
	margin: 10px 0;
    box-shadow: 0 0 10px #727272b3
}
.photo_blue_rbdr {border-right: 3px solid #52a0d1;border-radius: 10px;}
.photo_orange_rbdr {border-right: 3px solid #ef9523;border-radius: 10px;}
.photo_green_rbdr { border-right: 3px solid #03a0a3; border-radius: 10px;}

.photo_exciting_icon {
	float: left;
	width: 104px;
	height: 100px;
	line-height: 135px;
}
.photo_exciting_icon img {
	height: auto;
}
.photo_exciting_icon.photo_blue_bg, 
.photo_exciting_icon.photo_orange_bg,
.photo_exciting_icon.photo_green_bg {
	border-radius: 10px 0 0 10px;
}

.photo_blue_circle,
.photo_orange_circle,
.photo_green_circle { 
	width: 60px; 
	height: 60px; 
	line-height: 60px;
	border-radius: 100px;
	float: left;
	margin: 20px 0 0 -30px;
	color: #fff;
	font-size: 26px;
	text-align: right;
	padding-right: 15px;
}

.exciting_icon_text {
	display: inline-block;
	font-size: 20px;
	vertical-align: middle;
	letter-spacing: 0px;
	line-height: 30px;
	padding-top: 18px;
	width:270px;
}
.exciting_icon_text span {
	display: block;
}

.PhotoOfthemonth_Bnrright {
	float: right;
	width: 58%;
	padding-top: 0px;
}
/*.gallery-carousel .owl-item .gallery-item img {
	height: 232px;
}*/
.owl-item {
  transition: 0.3s all;
  transform: scale(0.5);
}
.owl-item.active:not(.center) {
  transform: translateX(30%) scale(1);
  opacity: 0.7;
}
.owl-item.active.center {
  z-index: 1;
  transform: translateX(0%) scale(1.22);
}
.owl-item.active.center + .active {
  transform: translateX(-30%) scale(1);
}
.owl-item.active.center, 
.owl-item.active:not(.center), 
.owl-item.active.center + .active {box-shadow: 0 0 15px #727272b3; margin: 75px 0;}

.PhotoOfthemonth_Bnrright .owl-nav .owl-prev, 
.PhotoOfthemonth_Bnrright .owl-nav .owl-next {
	position: absolute;
	top: 40%;
}
.PhotoOfthemonth_Bnrright .owl-nav .owl-prev {
	left: 20px;
}
.PhotoOfthemonth_Bnrright .owl-nav .owl-next {
	right: 20px;
}

.PhotoOfthemonth_Bnrright .owl-nav .svg-inline--fa {
	font-size: 80px;
	font-weight: 300;
	color: #475c64;
}

.slider_winner_month, 
.slider_winner_custmer {
	position: absolute; 
	left: 0; 
	right: 0;
	text-align: center;
	width: 150px;
	margin: 0 auto;
	font-weight: 700;
}
.slider_winner_month {
	position: absolute; 
	top: 2px; 
	background-color: #ea3250;
	height: 24px;
	line-height: 24px;
	color: #fff;
	font-size: 14px;
}
.slider_winner_custmer {
	position: absolute; 
	bottom: 10px; 
	height: 34px;
	line-height: 32px;
	border-radius: 160px;
	background-color: #ffffffc9;
	font-size: 14px;
	text-transform:capitalize;
}

.slider_winner_custmer span {
	position: relative;
	color: #fff;
	margin-left: 10px;
	display:none;
}
.slider_winner_custmer span:before, .slider_winner_custmer span:after {
   position: absolute;
   content: "";
   left: 14px; 
   top: 0;
   width: 15px;
   height: 24px;
   background: #ea3250;
   -moz-border-radius: 50px 50px 0 0;
   border-radius: 50px 50px 0 0;
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   transform: rotate(-45deg);
   -webkit-transform-origin: 0 100%;
   -moz-transform-origin: 0 100%;
   -ms-transform-origin: 0 100%;
   -o-transform-origin: 0 100%;
   transform-origin: 0 100%;
}
.slider_winner_custmer span:after { 
	left: 0; 
   -webkit-transform: rotate(45deg); 
   -moz-transform: rotate(45deg); 
   -ms-transform: rotate(45deg); 
   -o-transform: rotate(45deg);
   transform: rotate(45deg);
   -webkit-transform-origin: 100% 100%;
   -moz-transform-origin: 100% 100%;
   -ms-transform-origin: 100% 100%;
   -o-transform-origin: 100% 100%;
   transform-origin :100% 100%;
}

.slider_winner_custmer b.slider_count_favorite {
    position: relative;
    color: #fff;
    font-size: 10px;
    margin: 10px 0 0 5px;
    display: inline-block;
    line-height: 16px;
    vertical-align: top;
    font-weight: 500;
    width: 20px;
    text-align: center;
	display:none;
}

.Form_uploadwinDiv {
	width: 100% !important;
	float: left;
	margin: 70px 0 0;
	padding: 0;
}
.Form_upload_imgDiv {
	width: 368px;
	float: left;
	margin: 90px -100px 0 110px;
}
.choose_file {
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    background-color: #59c8f3;
    padding: 5px;
    width:100%;
    height:460px;
}
#divSubmitSuccess .choose_file {
	height: 300px;
}
#divSubmitSuccess .choose_file img {
	width:100%;
	height:100%;
}
.choose_file input[type=file] {
    position: absolute;
    opacity: 0;
    z-index: 0;
    max-width: 100%;
    height: 100%;
    display: block;
}
.choose_file .choose_file_btn{
    padding: 8px 20px;
    background: url("/images/choose-fileimg.jpg") no-repeat;
    width: 354px;
    height: 379px;
    border: 1px solid #2e6da4;
    border: 0;
    color: #7f7f7f;
    font-size: 24px;
    font-weight: 500;
}

.choose_file .change_file_btn{
    padding: 8px 20px;
    background-color: #fff;
    border: 1px solid #2e6da4;
    width: 163px;
    height: 43px;
    border-radius: 10px;
    color: #4c4c4c;
    border: 0;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin: 15px auto 10px;
}

.choose_file .field-validation-valid, 
.choose_file .field-validation-error {
	top:0;
	left:0;
	width:100%;
}


.Form_DetailDiv {
	float: right;
	width: 800px;
	background-color: #b2e6f9;
	box-shadow: 0 0 10px #727272b3;
	border-radius:15px 0;
	padding: 20px 0;
	margin: 0 110px 0 -110px;
}
#divSubmitSuccess .Form_DetailDiv {
	height: 450px;
}
.Form_Detail_rightDiv {
	float: right;
	width: 580px;
	padding: 0 10% 0 0;
	text-align: center;
}
.Form_Detail_rightDiv img {width:auto !important;}

.PhotoOfthemonth_input, 
.PhotoOfthemonth_SubmitBtnDiv {
	width: 100%;
	float: left;
	margin: 12px 0;
	text-align: left;
	position: relative;
}
.PhotoOfthemonth_input label {
	width: 30%;
	float: left;
	font-size: 18px;
	margin: 12px 0 0;
	text-align: left;
}
.Photo_input { 
	float: right; 
	width: 70%;
	height:44px;
	background-color: #fff;
	border-radius: 10px;
	color: #000;
	font-size: 16px;
}
.Photo_input::placeholder { 
	color: #adadad;
}
.PhotoOfthemonth_input select{
	color: #adadad;
}
.PhotoOfthemonth_input select.Photo_input:after {
	content: "\f107";
	font-family: 'FontAwesome';
	display: inline-block;
	position: relative;
	background-color: #73d1f5;
	width: 30px;
	height: 44px;
}
.PhotoOfthemonth_input select.Photo_input {
    background-image: url("https://www.budgetpetsupplies.co.za/images/select-type-pet-arrow.png");
    background-position: right top;
    background-repeat: no-repeat;
}

.Photo_textareainput {
	height: 89px;
}

.Photomonth_submitBtn {
	width: 130px;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	text-align: center;
	background-color: #00abec;
	color: #fff;
	border: 0;
	border-radius: 7px;
	margin-left: 31%;
	cursor: pointer;
}

.PhotoOfthemonth_input .ShopCart_Btn_BottomDiv {
	font-size: 22px;
	font-weight: 600;
}
.PhotoOfthemonth_input .ShopCart_Btn_BottomDiv a { 
	display: inline-block; 
	margin-left: 10px;
}

.PhotoOfthemonth_input .ShopCart_Btn_BottomDiv a.keepShoppingBtn:first-child { 
	background-color: #3c599b;
}

/**/

.custm_Participants_imgDiv {
	width: 100%;
	float: left;
	margin: 80px 0 45px;
	padding: 0;
}
.custm_Participants_TopDiv {
	width: 100%;
	float: left;
	font-size: 36px;
	font-weight: 500;
	color: #000;
	border-bottom: 1px solid #f2102e;
}
.custm_Participants_TopDiv a {
	width: 130px;
	height: 30px;
	line-height: 30px;
	/*float: right;*/
	display:block;
	text-align: center;
	color: #fff;
	background-color: #f2102e;
	font-size:18px;
	margin:12px auto 0;
	border-radius: 10px 10px 0 0;
}
.custm_viewmore_bottomDiv {
	margin-top:10px;
}
.Participants_galleryDiv {
	width: 103%;
	float: left;
	margin: 45px 0 0px -20px;
	position: relative;
}

.bdr-fullgallery {
    width: 272px;
    float: left;
    text-align: center;
    background-color: #fff;
    padding: 6px;
    cursor: pointer;
}
.participants_img {
	width: 100%;
	float: left;
}
.participants_img img {
	max-width: 272px;
	width: 100%;
}
.gallery_participants_nameDiv {
	width: 100%;
	float: left;
	padding: 10px 5px 10px 15px;
}
._participants_name {
	float: left;
	color: #fff;
	background-color: #f2102e;
	border-radius: 5px;
	width: 90px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 16px;
	margin: 5px 0 0;
}
.participants_favorite_count {
	float: right;
}
.participants_favorite_count .fa-heart-o, 
.participants_favorite_count .fa-w-16 {
	font-size: 32px;
	color: #f2102e;
	cursor: pointer;
}

.participants_favorite_count .fa-heart, 
.participants_favorite_count .fa-w-16 {
	font-size: 32px;
	color: #f2102e;
	cursor: pointer;
}
.participants_favorite_count .fa-heart-o span, 
.participants_favorite_count .fa-heart span {
    font-size: 12px;
    font-weight: 600;
    margin: 9px 8px 0 -34px;
    vertical-align: top;
    display: inline-block;
    letter-spacing: 0;
    color: #000;
    text-align: center;
    width: 34px;
}
.participants_favorite_count .fa-heart span {
    color: #fff;
    margin-left: -33px;
}
.contain {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.owl-contain {
	width: 100%;
	float: left;
	position: relative;
}

.contain .owl-item.active.center, 
.contain .owl-item.active.center + .active {
    transform: initial;
}

.contain .owl-item.active.center, 
.contain .owl-item.active:not(.center), 
.contain .owl-item.active.center + .active {
	margin: 0;
	transform: inherit;
}
.owl-contain .owl-carousel .owl-item, 
.owl-contain .owl-carousel .owl-wrapper {
	-webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
}
.owl-contain .owl-item.active.center, 
.owl-contain .owl-item.active:not(.center), 
.owl-contain .owl-item.active.center + .active {
	margin: 0;
	opacity: 1;
	transform:initial;
	box-shadow: none;
}

.owl-contain .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.owl-contain .owl-item .item {
  align-items: center;
  color: white;
  display: inline-block;
  /*height: 300px;*/
  margin: 20px;
  justify-content: center;
  box-shadow: 0 0 10px #727272b3;
}

.owl-contain.owl-carousel .owl-nav button.owl-next, 
.owl-contain.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: 45%;
	background-color: #fff;
	width: 25px;
	height: 26px;
	border-radius: 100px;
	border: 2px solid #0180b1;
	text-align: center;
}

.owl-contain.owl-carousel .owl-nav button.owl-next {
	right: 32px;
}
.owl-contain.owl-carousel .owl-nav button.owl-prev {
	left: 35px;
}
.owl-contain.owl-carousel .owl-nav button.owl-next .fa, 
.owl-contain.owl-carousel .owl-nav button.owl-prev .fa {
	font-size: 20px;
	color: #0180b1;
	font-weight: 600;
}


/*===== photo Of The Month View Page Css =====*/

.photofmonth_viewpageDiv {
	width: 100%;
	float: left;
}
.viewpage_titleDiv {
	width: 100%;
	float: left;
	background-color: #b2e6f9;
	border-radius: 10px;
	padding: 1% 0 1% 1%;
}
.viewpage_title_left {
	float: left;
	font-size: 26px;
}
.viewpage_yeardateDiv {
	float: right;
}
.viewpage_yeardateDiv select {
	display: inline-block;
	width: auto;
	font-size: 18px;
	border-radius: 10px 10px 0 0;
	text-align: center;
	border-left: 1px solid #ccc;
}
.viewpage_yeardateDiv select:hover {
	background-color: #00abec; 
	color: #fff;
}


.viewpage_galleryDiv {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

.viewGallery_items {
	width: 104%;
	float: left;
	margin-left: -36px;
}
.viewGallery_items .bdr-fullgallery {
	position: relative;
	box-shadow: 0 0 10px #727272b3;
	text-align: left;
	margin:20px 0 20px 36px;
}
.viewGallery_items_img {
    width: 100%;
    float: left;
    position: relative;
}
.viewGallery_items_img img {
    max-width: 272px;
    width: 100%;
    height:272px;
}
.viewGallery_participants {
    float: left;
    color: #fff;
    background-color: #00abec;
    border-radius: 0 5px 0 0;
    width: auto;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    bottom: 49px;
    left: 6px;
	text-transform:capitalize;
}
._participants_review  {
    width: 100%;
    float: left;
    padding: 10px 10px 4px;
    font-size: 16px;
}
.latest_winner_namelike .fa-heart {
	font-size:22px;
}
._participants_review .latest_winner_namelike {
	float:left;
}
._participants_review_caption {
	width:170px;
	float:right;
	text-align:right;
}
._participants_review_caption p {
	width:130px;
	display:inline-block;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	text-transform: capitalize;
	text-align:right;
	margin:0;
	padding:0;
}
._participants_review_caption span {
	display:inline-block;
	vertical-align:top;
	font-size:13px;
	margin-top:4px;
	color:#323232;
}

.participants_viewHover {
	color: #fff;
	display: none;
	width: 260px;
	height: 272px;
	line-height: 253px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}
.participants_viewHover .fa-heart {
	margin: 0 10px 0 0;
}
.viewGallery_items .bdr-fullgallery:hover .participants_viewHover {
	display: block;
	background-color: #00000080;
}

.viewGallery_pagination {
	width: 100%;
	float: left;
	text-align: center;
	margin: 20px 0;
}
.viewGallery_pagination span {
	/*background: #f2102e;*/
	color: #fff;
	width: auto;
	/*height: 40px;
	line-height: 40px;*/
	display: inline-block;
	font-size: 16px;
	text-align: center;
	/*border-radius: 10px;*/
	margin: 0;
	cursor: pointer;
	letter-spacing: 1px;
}

.viewGallery_pagination .pagination .active, 
.viewGallery_pagination .pagination .active:hover {
	padding-top: 8px;
	padding-bottom: 9px;
}



/*===== photo Of The Month Popup Css =====*/

.custm_detail_popupDiv {
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999999999;
	display:none;
}
.custm_detail_popupDiv.photomonthModal {
	display:block;
}
.photomonth_lightboxPopup_overlay {
	background-color: #00000096;
	float: left;
	width: 100%;
	height: 100vh;
	position: fixed;
}

.photomonth_lightboxPopup {
	width: 100%;
	float: left;
	padding: 10% 0 0;
	position: relative;
}

.owl-lightboxPopup {
	position: relative;
}

.owl-lightboxPopup .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(0, 0);
}
.owl-lightboxPopup .owl-item.active.center, 
.owl-lightboxPopup .owl-item.active:not(.center), 
.owl-lightboxPopup .owl-item.active.center + .active {
	box-shadow: inherit;
	margin: 0;
	padding: 30px;
}
.owl-lightboxPopup .item {
    background: #fff;
    display: flex;
    margin: 0 auto;
    width: 350px;
    height: 440px;
    padding: 20px;
}
.owl-lightboxPopup .owl-item.active.center .item {
	display: block !important;
}
.owl-lightboxPopup.owl-carousel .owl-item img {
	width: 300px;
	height: 330px;
	padding-bottom: 28px;
}
.lightboxPopup_img {
	float: none;
	color: #000;
	box-shadow: 0 0 15px #ccc;
	padding: 5px;
	font-size: 12px;
	width: 312px;
	margin:0 auto;
	display:block;
	position:relative;
}
.lightboxPopup_img .viewGallery_participants {
	bottom:3px;
}
.lightboxPopup_img .spnParticipantPhotoLike_17 {
	float: right;
	margin:-20px 40px 0 0;
} 
.lightboxPopup_Text {
	float: left;
	color: #000;
	width: 100%;
	margin: 15px 0 0;
	text-align:left;
}
.lightboxPopup_Text div {
	float: left;
	padding-bottom: 10px;
	width:100%;
}
.lightboxPopup_Text span {
	display: inline-block;
	color: #a8a8a8;
	width: 80px;
}

.lightboxPopup_Text p {
	display: inline-block;
	vertical-align: middle;
	color: #000;
	/*text-align: left;
	width: 144px;*/
	padding-left: 0px;
	text-transform: capitalize;
	margin: 0;
}

.owl-lightboxPopup .owl-nav .owl-prev, 
.owl-lightboxPopup .owl-nav .owl-next {
	position: absolute;
	top: 40%;
}
.owl-lightboxPopup .owl-nav .owl-prev {
	left: 24%;
}
.owl-lightboxPopup .owl-nav .owl-next {
	right: 24%;
}

.owl-lightboxPopup .owl-nav .svg-inline--fa {
	font-size: 50px;
	font-weight: 300;
	color: #fff;
}
.lightboxPopup_closeBtn {
    position: absolute;
    top: 18%;
    right: 31%;
    color: #fff;
    z-index: 999999;
    background: #000;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 100px;
    cursor: pointer;
}
.sletbox {
    float: right;
    position: relative;
}
.sletbox img {
	width:20px;
	margin-top:1px;
}

.owl-lightboxPopup.owl-carousel .owl-item .sletbox {
    margin: -22px 8px -26px 0;
}
.owl-lightboxPopup.owl-carousel .owl-item .sletbox img {
	width:20px;
	height:auto;
	padding-bottom:0;
}

.bdr-fullgallery .sletbox a {
    /*background: #f2102e;*/
    color: #fff;
    text-decoration: none;
    outline: none;
    padding: 5px 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    border-radius: 2px;
    cursor: pointer;
}

.bdr-fullgallery .sletbox a:hover {
    color: #fff;
}

.slet {
    display: none;
    position: absolute;
    top: 34px;
    right: 0px;
    background: #fff;
    padding: 5px 5px 2px;
    box-shadow: 0 0 5px #ccc;
    z-index: 9999;
    width:80px;
    text-align: center;
}

.slet::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	margin-left: -0.5em;
	top: 0;
	right: -6px;
	box-sizing: border-box;
	border: 8px solid black;
	border-color: transparent transparent #ffffff #ffffff;
	transform-origin: 0 0;
	transform: rotate(133deg);
	box-shadow: -1px 1px 1px 0px #ccc
}

.slet a {
	background: transparent !important;
	display: inline-block;
	padding: 0 3px 0 !important;
}

.slet a img {
	width: 25px;
	height: auto !important;
}



/*===== Responsive Css =====*/

@media (max-width:1200px){
	.Form_upload_imgDiv {margin-left:48px;}
	.Form_DetailDiv {margin-right:48px;}
	.viewGallery_items .bdr-fullgallery {width:21.7%;}
	.viewGallery_items_img img {height:250px;}
	._participants_review_caption {width:150px;}
	._participants_review_caption p {width:110px;}
	.sletbox img {display:inline-block;}
	.participants_viewHover {width:100%;height:100%;}
	.viewGallery_participants {bottom:46px;}
	.custm_detail_popupDiv {z-index:99999999999;}
	.photomonth_lightboxPopup {padding-top:2%;}
	.lightboxPopup_closeBtn {top:3%;}
}


@media (max-width:1140px){
	.PhotoOfthemonth_BnrLeft {
		width:37%;
	}
	.PhotoOfthemonth_BnrLeft img { width:100%;}
	.photo_exciting_icon img { width:auto;}
	.exciting_icon_text {font-size:18px; letter-spacing:0;}
	.gallery-item {float:left;}
	.PhotoOfthemonth_Bnrright .owl-nav .svg-inline--fa {font-size:40px;}
	.gallery-carousel .owl-item .gallery-item img {min-height: 350px;}
	.exciting_icon_text {width:230px;font-size:16px;}
	.lightboxPopup_closeBtn {right:29%;}
}

@media (max-width:1100px){
	.Form_upload_imgDiv {width:35%; margin:200px 0 -575px 20px;}
	.Form_DetailDiv {width:100%; margin:0;}
	img#imgPreview {width:100%;}
	.viewGallery_items .bdr-fullgallery {width:21%;}
	.exciting_icon_text {
		width:200px;
		line-height:22px;
		padding-top:28px;
	}
	.photo_green_rbdr .exciting_icon_text {
		padding-top:18px;
	}
	._participants_review_caption {
		width: 110px;
	}
	._participants_review_caption p {
		width: 70px;
	}
}

@media (max-width:1040px){
	.exciting_icon_text {font-size:16px;}
	.lightboxPopup_closeBtn {right:27%;}
}

@media (max-width:1003px) {
	.exciting_icon_text {
		width:180px;
	}
}

@media (max-width:980px){
	.PhotoOfthemonth_BannerDiv {height:auto;}
	.PhotoOfthemonth_BnrLeft {width:100%; padding:2%;}
	.PhotoOfthemonth_BnrLeft img {width: auto;margin: 0 auto;display: block;}
	.photo_exciting_icon img { width:auto; margin-top:26px;}
	.exciting_icon_text {font-size:20px;line-height:24px;letter-spacing:1px;width:auto;}
	.photo_green_rbdr .exciting_icon_text { padding-top:28px;}
	.PhotoOfthemonth_Bnrright {width:100%;}

	.Form_uploadwinDiv {background-color:#b2e6f9;box-shadow: 0 0 10px #727272b3;border-radius: 15px;padding:2%;}
	.Form_upload_imgDiv {width:315px; margin:0 auto; float:none; display:block;}
	.choose_file {height:380px;}
	img#imgPreview {width: 303px;height: 300px;}
	.Form_DetailDiv {width:100%; margin:0;box-shadow: inherit;border-radius: 0 0 15px 15px;}
	.Form_Detail_rightDiv {width:100%;}

	.viewGallery_items_img img {height: 200px;}
	.owl-lightboxPopup .item {height:370px;}
	.lightboxPopup_img {width:260px;}
	.owl-lightboxPopup.owl-carousel .owl-item img {width:100%;height:260px;}
	.owl-lightboxPopup .owl-nav .owl-next {right:20%;}
	.owl-lightboxPopup .owl-nav .owl-prev {left:20%;}
	
}

@media (max-width:926px){ 
	.viewGallery_participants {bottom: 71px;}
	._participants_review .latest_winner_namelike {width:100%;}
	._participants_review_caption {width:100%;}
	._participants_review_caption p {width:80%;}
	.lightboxPopup_closeBtn {right: 24%;}
}

@media (max-width:900px){ 
	.viewGallery_items .bdr-fullgallery {width: 29%;}
	.viewGallery_items_img img {height: 250px;}
}

@media (max-width:830px){ 
	.viewGallery_items .bdr-fullgallery {width: 28.5%;}
	.viewGallery_items_img img {height: 200px;}
	.lightboxPopup_closeBtn {right: 21%;}
	.owl-lightboxPopup .owl-nav .owl-next {right:15%;}
	.owl-lightboxPopup .owl-nav .owl-prev {left:15%;}
}

@media (max-width:750px){ 
	.viewGallery_items .bdr-fullgallery {width: 28%;}
	.viewGallery_items_img img {height: 200px;}
	.lightboxPopup_closeBtn {right: 18%;top:2%;}
	.owl-lightboxPopup .owl-nav .owl-next {right:12%;}
	.owl-lightboxPopup .owl-nav .owl-prev {left:12%;}
}

@media (max-width:680px){ 
	.viewGallery_items .bdr-fullgallery {width: 27.8%;}
	.viewGallery_items_img img {height: 200px;}
	.gallery-carousel .owl-item .gallery-item img {min-height: auto;}
	._participants_review_caption {text-align:left;}
	._participants_review_caption p {width:70%;text-align:left;}
	.lightboxPopup_closeBtn {right: 15%;}
}

@media (max-width:650px){ 
	.viewGallery_items .bdr-fullgallery {width: 43.4%;}
	.viewGallery_items_img img {height: 220px;}
	._participants_review_caption {text-align:right;}
	._participants_review_caption p {width:80%;text-align:right;}
	.lightboxPopup_closeBtn {right: 12%;}
	.owl-lightboxPopup .owl-nav .owl-next {right:6%;}
	.owl-lightboxPopup .owl-nav .owl-prev {left:6%;}
}

@media (max-width:600px) {
	.slider_winner_month {
		height: 20px;
		line-height: 20px;
		font-size: 12px;
	}
	.slider_winner_custmer {
		height: 30px;
		line-height: 30px;
		font-size:12px;
	}
	.slider_winner_month, 
	.slider_winner_custmer {
		font-weight:500;
	}
	.PhotoOfthemonth_input .field-validation-error {left:160px;}
}

@media (max-width:550px){ 
	.viewGallery_items .bdr-fullgallery {width: 42.4%;}
	.viewGallery_items_img img {height: 220px;}
	.lightboxPopup_closeBtn {right: 6%;}
	.owl-lightboxPopup .owl-nav .owl-next {right:0;}
	.owl-lightboxPopup .owl-nav .owl-prev {left:0;}
	.PhotoOfthemonth_input .field-validation-error {left:140px;}
}


@media (max-width:520px){
	.PhotoOfthemonth_BnrLeft img {width:80%;}
	.photo_exciting_band { height:80px;}
	.photo_exciting_icon {height:80px; width:96px;}
	.photo_exciting_icon img {width:35px; margin-top:30px;}
	.photo_blue_circle, .photo_orange_circle, .photo_green_circle {margin-top:10px;font-size:22px;width:55px;height:55px;line-height:55px;}
	.exciting_icon_text {font-size:16px; line-height:22px;}
	.exciting_icon_text, .photo_green_rbdr .exciting_icon_text {padding-top:18px;}
	
	.slider_winner_month, .slider_winner_custmer {width:100%;}
	.slider_winner_custmer {height: 20px;line-height: 20px;}
	
	.owl-item.active.center {transform: translateX(0%) scale(1.4);}
	.owl-item.active:not(.center) {transform: translateX(30%) scale(1.2);}
	.owl-item.active.center + .active {transform: translateX(-30%) scale(1.2);}
	.PhotoOfthemonth_Bnrright .owl-nav .owl-prev {left:10px;}
	.PhotoOfthemonth_Bnrright .owl-nav .owl-next {right:10px;}
	.Form_Detail_rightDiv {padding:0;}
	.PhotoOfthemonth_input label {width:100%;}
	.Photo_input {width:100%; margin-top:5px;}
	
	.photomonth_lightboxPopup .owl-item.active.center {transform: translateX(0%) scale(1.2);}
	.owl-lightboxPopup .item {width:300px;}
	.lightboxPopup_Text p {font-size:12px; line-height:18px;}
	.lightboxPopup_closeBtn {right: 10%;}
	.PhotoOfthemonth_input .field-validation-error {left:0;top:20px;width:100%;}
}

@media (max-width:480px){ 
	.viewGallery_items .bdr-fullgallery {width: 42%;}
	.viewGallery_items_img img {height: 200px;}
}
@media (max-width:452px){ 
	.viewGallery_items .bdr-fullgallery {width: 41.3%;}
	.viewGallery_items_img img {height: 200px;}
	.custm_Participants_TopDiv {FONT-SIZE:26px;}
	.custm_Participants_TopDiv a {width: 100px;height: 34px;line-height: 34px;font-size: 18px;}
	._participants_review_caption p {width:70%;}
	.photomonth_lightboxPopup {padding-top: 4%;}
	.lightboxPopup_closeBtn {right: 5%;}
	.photomonth_lightboxPopup .owl-item.active.center {transform: translateX(0%) scale(1.1);}
}

@media (max-width:420px){ 
	.viewGallery_items {width:100%; margin-left:0;}
	.viewGallery_items .bdr-fullgallery {width: 100%;margin-left:0;}
	.viewGallery_items_img img {height: 260px;margin:0 auto;}
	.viewGallery_items_img {text-align:center;background:#f1f1f1;padding:5px 0;}
	.viewGallery_pagination .pagination .active, 
	.viewGallery_pagination .pagination .active:hover {padding-top: 5px;padding-bottom: 2px;}
	.viewGallery_participants {bottom: 47px;}
	._participants_review .latest_winner_namelike {width: auto;}
	._participants_review_caption {width:70%;}
	._participants_review_caption p {width:50%;}
	.photomonth_lightboxPopup .owl-item.active.center {transform: translateX(0%) scale(1);}
	.lightboxPopup_closeBtn {right: 8%;top: 8%;}
}

@media (max-width:400px){
	.exciting_icon_text {font-size:16px; letter-spacing:0;}
	._participants_review_caption p {width:70%;}
	.owl-lightboxPopup .owl-nav .svg-inline--fa {font-size:30px;}
}

@media (max-width:370px){
	.lightboxPopup_closeBtn {right: 1%;}
	.owl-lightboxPopup .item {padding:10px;}
	.owl-lightboxPopup .owl-item.active.center, 
	.owl-lightboxPopup .owl-item.active:not(.center), 
	.owl-lightboxPopup .owl-item.active.center + .active {padding: 30px 0;}
}

@media (max-width:360px){
	.Form_upload_imgDiv {width:260px;}
	.choose_file {height: 324px;}
	img#imgPreview {width: 250px;height: 240px;}
	.exciting_icon_text, .photo_green_rbdr .exciting_icon_text {width: 160px;}
	.photo_green_rbdr .exciting_icon_text {padding-top: 10px;}
	.owl-lightboxPopup .item { width: 280px;}
	.lightboxPopup_closeBtn {right:5%;}
}

@media (max-width:340px){
	.exciting_icon_text {font-size:14px;}
	.photo_exciting_icon {width:80px;}
	.photo_exciting_icon img {width: 30px;margin-top: 25px;}
	.photo_blue_circle, .photo_orange_circle, .photo_green_circle {margin-top: 14px;font-size: 20px;width: 50px;height: 50px;line-height: 50px;margin-left:-22px;}
	.custm_Participants_TopDiv {font-size:22px;}
	.custm_Participants_TopDiv a {width: 90px;height: 32px;line-height: 32px;font-size: 16px;}
	.viewGallery_pagination .pagination .active, 
	.viewGallery_pagination .pagination .active:hover {padding-top: 4px;padding-bottom: 1px;}
	._participants_review_caption p {width:80%;}
	.owl-lightboxPopup .item {width: 260px;}
	.lightboxPopup_img {width: 240px;}
}


