@font-face {
  font-family: contestFont;
  src: url("/contests/babyvideocontest/css/fonts/Adequate-ExtraLight.ttf")
    format("truetype");
}

body,
html {
  margin: 0px;
  padding: 0px;
  background: #f6f6f6;
}

#body {
  max-width: 1000px;
  width: 100%;
  margin: 0px auto;
  display: block;
  font-family: Poppins;
  font-size: 13px;
  color: #000;
}

#new-footer a {
  color: #fff;
}

#side {
  max-width: 190px;
  width: 100%;
  margin: 0px auto;
  display: inline-block;
  vertical-align: top;
  float: right;
}

#mainBody {
  /* max-width: 800px; */
  width: 100%;
  margin: 0px auto;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}

.box {
  padding: 10px;
  clear: both;
}

.box1 {
  padding: 10px;
}

#body .green-circle {
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  left: -20px;
  line-height: 100%;
  margin-bottom: 15px;
  padding-left: 10px;
}

#body .green-circle a span {
  cursor: pointer;
  text-decoration: underline;
}

.mediaHolder {
  background: #fff;
  border-radius: 24px;
}

.fbCommentHolder,
.coverPicHolder {
  background: #fff;
  border-radius: 24px;
  width: 87%;
  margin: auto;
}

#body a {
  color: #000;
}

.ad {
  margin: 10px;
  text-align: center;
}

.sponsorAd {
  margin-bottom: 50px;
  background: #fff;
  text-align: center;
}

.clear-class {
  display: block;
  clear: both;
}

.bigPhoto {
  max-height: 1300px;
  vertical-align: top;
  text-align: center;
  min-height: 255px;
  padding: 0px 10px;
}

.userDeatailsHolder {
  padding: 0px;
}

.userDeatails {
  background: #eaeaea;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  margin: 0 auto;
  padding: 10px;
  vertical-align: top;
}

.bigPhotoHolder img {
  max-height: inherit;
  max-width: 100%;
  width: 65%;
  height: 540px;
  min-height: inherit;
  border-radius: 5px;
}

@media (max-width: 425px) {
  .bigPhotoHolder img {
    width: 94%;
    height: 328px;
  }
}
@media (max-width: 320px) {
  .bigPhotoHolder img {
    width: 98%;
    height: 273px;
  }
}
.imgDiv img {
  width: auto;
  height: auto;
}

.smallPhotoHolder {
  bottom: 0;
  display: block;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

.smallPhoto,
.addPhoto {
  vertical-align: top;
}

.smallPhotoBox {
  position: relative;
  display: inline-block;
}

.smallPhotoBox img {
  max-width: 100%;
  max-height: 178px;
  /*changed by mahalaxmi from 196 to 178px*/
  border-radius: 5px;
}

.editPhoto {
  background: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 100%;
  display: none;
  font-size: 20px;
  line-height: 26px;
  cursor: pointer;
}

.bigPhotoHolder {
  display: block;
  position: relative;
}

.smallPhoto:hover .editPhoto,
.bigPhotoHolder:hover .editPhoto {
  display: block;
}

.contestDate {
  background: #fb5327;
  vertical-align: top;
  color: #fff;
  line-height: 30px;
  font-size: 24px;
  text-align: center;
}

.addPhoto {
  background: #e2e2e2;
  border: 2px dashed #bbbbbb;
  border-radius: 5px;
  height: 196px;
  position: relative;
  cursor: pointer;
  /* max-width: 171px; */
  margin: 0px auto;
}

.col-1-4.smallPhoto {
  padding: 0px;
}

.bigPhoto > .addPhoto {
  height: 255px;
  /* max-width: 100%; */
  width: 100%;
}

.bigPhoto > .addPhoto > .imgDiv {
  margin-top: 5.5em;
}

.addPhoto:hover {
  background: #d9d9d9;
  border: 2px dashed #888888;
}

.addPhoto .imgDiv {
  margin-top: 4em;
}

.row > label > span {
  display: inline-block;
  width: 128px;
}

/*css for lightbox start here  */

.web_dialog_overlay,
.web_dialog_overlay1 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #000000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  z-index: 999;
  display: none;
}

.dialog-inner {
  background: #eaeaea;
  border: 25px solid #fff;
  -moz-box-shadow: 3px 5px 20px 6px #222;
  -webkit-box-shadow: 3px 5px 20px 6px #222;
  border-top: 0px;
  overflow-y: auto;
  border-color: #eaeaea;
}

.web_dialog2,
.web_dialog1,
.web_dialog3 {
  display: none;
  position: fixed;
  width: 520px;
  height: auto;
  top: 10%;
  left: 28%;
  overflow: auto;
  z-index: 10000;
  font-family: Verdana;
  font-size: 10pt;
  box-shadow: 3px 5px 20px 6px #222;
}

.web_dialog_title,
.web_dialog_title1 {
  border-bottom: solid 5px #6d84b4;
  background-color: #6d84b4;
  padding: 5px;
  color: White;
  font-weight: bold;
  font-size: 20px;
}

.web_dialog_title a {
  color: White;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}

.scrollbar {
  max-width: 100%;
  padding: 0px;
  text-align: center;
}

.web_dialog_title_bar {
  background: none repeat scroll 0% 0% rgb(255, 255, 255);
  font-size: 20px;
  padding: 10px;
}

.web_dialog_title_bar span {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
}

.web_dialog_title_bar a {
  cursor: pointer;
  display: inline-block;
  font-size: 25px;
  height: 25px;
  text-align: right;
  text-decoration: none;
  vertical-align: top;
  width: 10%;
}

.cropFrame {
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.cropImage {
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
  max-width: none;
}

.cropControls {
  background: #000;
  width: 100%;
  height: 26px;
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -webkit-transition: opacity 0.25s linear;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
}

#startMyRide {
  display: none;
}

.participateBtn {
  background: none repeat scroll 0 0 #353535;
  border: medium none;
  border-radius: 5px;
  display: block;
  margin: 22px auto 0;
  color: #fff !important;
  width: 90%;
  max-width: 300px;
  text-align: center;
  padding: 6px 12px;
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.contest-errors {
  display: block;
  padding: 0 10px;
  color: #b70e8d;
  padding-left: 5px;
}

@media (max-width: 767px) {
  .formHolder .col-1-2 {
    padding: 0px;
  }
}

@media (max-width: 767px) {
  .stepsHolder > .step-tab {
    width: 100%;
  }
}

.cropFrame.hover .cropControls {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.cropControls span {
  display: block;
  float: left;
  color: #fff;
  font-size: 12px;
  margin: 7px 0 0 5px;
  font-weight: bold;
}

.cropZoomIn,
.cropZoomOut {
  display: inline-block;
  margin: 4px;
  padding: 0 5px;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  border-radius: 4px;
  font-family: calibri;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.cropZoomIn::after,
.cropZoomIn .after {
  content: "Zoom In +";
  display: block;
}

.cropZoomOut::after,
.cropZoomOut .after {
  content: "Zoom Out -";
  display: block;
}

#viewport,
#editViewport,
#viewport2 {
  overflow: hidden;
  z-index: 1;
  display: none;
}

#cropbox,
#editCropbox,
#cropbox2 {
  left: 0px;
  position: relative;
  top: 0px;
  z-index: auto;
}

#viewportHolder,
#editViewportHolder,
#viewportHolder2 {
  position: relative;
}

#modal_window {
  /* position: fixed; */
}

.crop-img-container {
  clear: both;
  display: block;
  max-width: 500px;
  width: 100%;
  margin: 0px auto;
}

.crop-img-container-for-big {
  max-width: 350px;
}

#viewport,
#editViewport,
#viewport2 {
  overflow: hidden;
  z-index: 1;
  display: none;
}

#cropbox,
#editCropbox,
#cropbox2 {
  left: 0px;
  position: relative;
  top: 0px;
  z-index: auto;
}

#viewportHolder,
#editViewportHolder,
#viewportHolder2 {
  position: relative;
}

.fbCount {
  color: #000;
  font-weight: 600;
  line-height: 35px;
  vertical-align: top;
  white-space: nowrap;
}

/* .fbLikeBtn>img {
    height: 28px;
    vertical-align: middle;
} */

.arrow,
.arrow1 {
  border-color: rgba(0, 0, 0, 0) #898f9c;
  border-style: solid;
  border-width: 7px 11px 6px 0;
  display: block;
  left: 1px;
  position: relative;
  top: -1px;
}

.arrow {
  text-decoration: line-through;
}

.arrow1 {
  border-right-color: #ffffff;
  left: 5px;
  top: -14px;
}

.arrowBox {
  display: inline-block;
  height: 10px;
  left: 4px;
  position: relative;
  vertical-align: middle;
  width: 10px;
  z-index: 2;
}

.fbLikeBtnAftLogin iframe {
  transform: scale(1.5);
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  -moz-transform: scale(1.5);
  transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -webkit-transform-origin: top left;
}

.smallPhoto.col-1-4.onM .smallPhotoBox > img {
  width: 100%;
}

.bigPhoto > .bigPhotoHolder.onM img {
  max-height: 1300px;
  max-width: 600px;
  min-height: inherit;
  width: 100%;
}

.onD {
  display: block;
}

.onM {
  display: none;
}

#mainBody > div {
  margin-left: 0;
  margin-right: 0;
}

.contestVotings > .col-1-3 {
  padding: 6px;
}

#startMyRide,
#startMyRideVoting,
#startMyRidePopup {
  display: none;
}

.img-selector-btn {
  background: none repeat scroll 0 0 #ae0062;
  border: medium none;
  color: #ffffff;
  cursor: pointer;
  font-size: 20px;
  vertical-align: middle;
  padding: 2px 10px;
  height: 100%;
  background-color: #d9007a;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#d9007a),
    to(#ae0062)
  );
  background-image: -webkit-linear-gradient(top, #d9007a, #ae0062);
  background-image: -moz-linear-gradient(top, #d9007a, #ae0062);
  background-image: -ms-linear-gradient(top, #d9007a, #ae0062);
  background-image: -o-linear-gradient(top, #d9007a, #ae0062);
  background-image: linear-gradient(to bottom, #d9007a, #ae0062);
  filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#D9007A, endColorstr=#AE0062);
}

.select-file-holder:hover .img-selector-btn,
.img-selector-btn:hover {
  background-color: #a6005d;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#a6005d),
    to(#7b0045)
  );
  background-image: -webkit-linear-gradient(top, #a6005d, #7b0045);
  background-image: -moz-linear-gradient(top, #a6005d, #7b0045);
  background-image: -ms-linear-gradient(top, #a6005d, #7b0045);
  background-image: -o-linear-gradient(top, #a6005d, #7b0045);
  background-image: linear-gradient(to bottom, #a6005d, #7b0045);
  filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#a6005d, endColorstr=#7b0045);
}

.select-img-url {
  display: inline-block;
  width: 170px;
  max-width: calc(100% - 180px);
  overflow: hidden;
  vertical-align: middle;
}

.select-file-holder {
  margin: 10px;
  border: 1px solid #333;
  vertical-align: middle;
  cursor: pointer;
  text-align: left;
  height: 33px;
  overflow: hidden;
  max-height: 34px;
}

.formHolder {
  background: #f5f5f5;
  border: 1px solid #dedede;
  border-radius: 5px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.stepsHolder > div {
  text-align: center;
  padding: 10px !important;
  cursor: pointer;
}

.formHolder > div {
  padding: 20px 10px 0;
}

.formHolder > div:last-child {
  padding: 20px 10px 10px;
}

.formHolder .contest-errors {
  display: block;
  padding: 0 10px;
  color: #f00;
  padding-left: 5px;
}

.formHolder input,
.formHolder select,
.formHolder option {
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #dedede;
  background: #fff;
  border-radius: 3px;
  line-height: normal;
  font-size: 16px;
  padding: 8px;
}

.formTitle {
  font-size: 22px;
}

.descCount {
  color: #9f9f9f;
  font-weight: bold;
  height: 20px;
  margin-top: -20px;
  text-align: right;
}

.formHolder .contest-calender {
  background-image: url(/contests/babyphotocontest/assets/calender-icon.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 28px auto;
}

.formHolder .action-btn {
  background: none repeat scroll 0 0 #b70e8d;
  border-radius: 3px;
  color: #ffffff;
  padding: 6px 12px;
  vertical-align: middle;
  font-style: italic;
  font-size: 22px;
  cursor: pointer;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  font-weight: bold;
}

.formHolder .action-btn:hover {
  text-decoration: underline;
}

.stepsHolder {
  border-bottom: 4px solid #f78e80;
  margin-bottom: 10px;
  font-size: 18px;
}

.step-tab {
  display: inline-block;
  vertical-align: bottom;
  background: #c9dd0a;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  color: #000;
  font-weight: bold;
  cursor: pointer;
}

.col-1-2.form-tab {
  padding: 10px;
  display: inline-block;
  vertical-align: bottom;
}

.col-1-2.form-tab > div {
  background: #c9dd0a;
  padding: 50px 10px;
  border-radius: 10px;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  font-size: 26px;
  text-align: center;
}

.col-1-2.form-tab > div:hover {
  text-decoration: underline;
}

.step-selected {
  background: #b70e8d;
  color: #fff;
  font-size: 22px;
}

.regWithHolder {
  text-align: center;
  margin-bottom: 10px;
  display: none;
}

.regWithHolder img {
  cursor: pointer;
}

.select-file-holder {
  border: 1px solid #333;
  vertical-align: middle;
  cursor: pointer;
  text-align: left;
  height: 40px;
  overflow: hidden;
  max-height: 40px;
  width: 61%;
  float: left;
}

.addSpouseLink {
  cursor: pointer;
}

.voteSigns {
  line-height: 40px;
  vertical-align: top !important;
  color: #f78e80;
}

.totalCount {
  font-size: 26px;
  font-weight: bold;
  line-height: 35px;
  vertical-align: top !important;
  background: #fff;
  border-radius: 5px;
  min-width: 60px;
  text-align: center;
  margin-left: 3px;
  padding: 4px;
}

.smallPhotoHolder > .col-6-12 {
  padding: 0px 10px;
}

.contestDetails {
  padding: 0px 10px;
}

.parentDetails.userDeatail > div,
.bdayHolder.userDeatail > div {
  display: inline-block;
  vertical-align: middle;
}

a.adddetails {
  color: #000000;
  display: inline-block;
  font-size: 18px;
  line-height: normal;
  overflow: hidden;
  text-decoration: none;
}

a.adddetails:hover {
  text-decoration: underline;
}

.box.userDeatail > div.userDeatailHolder {
  display: block;
}

.userDeatail-img {
  width: 25%;
}

.userDeatail .userDeatail-div {
  width: 70%;
}

.userDeatail {
  border-left: 3px dashed #b70e8d;
  padding: 0px 10px;
  text-align: center;
  min-height: 62px;
}

.userDeatail-div > div:first-child {
  border-bottom: 1px solid #b70e8d;
  color: #b70e8d;
}

.mediaHolder-inner {
  position: relative;
}

.voteBtn {
  display: inline-block;
  /* background: none repeat scroll 0 0 #AE0062; */
  border: 0 none;
  border-radius: 2px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  padding: 0px 6px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  width: auto;
  vertical-align: middle;
}

.voteBtn:hover {
  text-decoration: underline;
  background-color: #f26522;
}

#fb-vote-btn {
  background: none;
  padding: 0;
  text-align: left;
  vertical-align: top;
  width: 72px;
  height: 30px;
  /* overflow: hidden; */
}

@media (max-width: 767px) {
  .onD {
    display: none;
  }
  .onM {
    display: block;
  }
  .contestVotings br {
    display: none;
  }
  .userDeatails {
    width: auto;
  }
  .userDeatail {
    border-left: 0px;
  }
  .mediaHolder-inner {
    position: inherit;
  }
  .smallPhotoHolder {
    position: inherit;
  }
}

@media (min-width: 767px) {
  .bottomLinks {
    display: inline-block;
    float: none;
    vertical-align: middle;
    width: 19%;
  }
  .col-6-12.bigPhoto {
    min-height: 493px;
  }
}

.greeting-card-btn {
  background-image: url("/greeting-cards/images/start-now-button.png");
  background-repeat: no-repeat;
  color: #2d2d2d;
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 1px 0px 3px rgb(0, 0, 0);
  padding: 7px 72px;
  background-size: 100% 100%;
  text-decoration: none;
}

.greeting-card-btn:hover {
  text-decoration: underline;
}

.gkIr {
  background-color: #e8e8d8;
  display: block;
  height: 19px;
  width: 19px;
}

.gkMenuIcon {
  margin-right: 50px;
}

.gkGlobalsNot {
  background: url("https://yippeeclubs.indiaparenting.com/images/noti.png")
    no-repeat scroll 3px 3px rgba(0, 0, 0, 0) !important;
}

.gkFriendsNot {
  background: url("https://yippeeclubs.indiaparenting.com/images/friend.png")
    no-repeat scroll 2px 0 rgba(0, 0, 0, 0) !important;
}

.gkMesaggeNot {
  background: url("https://yippeeclubs.indiaparenting.com/images/mail.png")
    no-repeat scroll 3px 3px rgba(0, 0, 0, 0) !important;
}

.myprofile {
  background: url("images/stories/notification/profile.png") no-repeat scroll
    3px 3px rgba(0, 0, 0, 0) !important;
}

.mycontact {
  background: url("images/stories/notification/friends.png") no-repeat scroll
    3px 3px rgba(0, 0, 0, 0) !important;
}

#gkMenuFriend,
#gkMenuInbox,
#gkMenuNotif {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #60b3d7;
  border-radius: 3px 3px 3px 3px;
  margin: 0 5px 0 4px;
}

#gkMenuFriend .notifcount,
#gkMenuInbox .notifcount,
#gkMenuNotif .notifcount {
  background-color: #ea0000;
  border-bottom: 1px solid #111111;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  height: 13px;
  line-height: 13px;
  min-width: 10px;
  padding: 0 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: -10px;
}

.ui-widget-header {
  background: #cc202c !important;
  color: #fff !important;
  text-align: center !important;
}

.ui-corner-all {
  border-radius: 0px !important;
  border: 0px !important;
}

.ui-dialog {
  padding: 0em !important;
}

.ui-dialog .ui-dialog-content {
  padding: 0em !important;
  border: 2px solid #cc202c !important;
}

.ui-dialog .ui-dialog-titlebar-close {
  top: 10% !important;
  right: -0.8em !important;
  background-image: url("https://www.indiaparenting.com/tpl/images/navclose.gif");
}

.cProfile-DataStream li {
  height: 62px !important;
}

#community-wrap.cProfile .cNotifications .cProfile-DataStream img {
  height: 64px !important;
  width: 64px !important;
}

.ui-front {
  z-index: 999;
}

#myClub,
#clubCat,
#myKids,
#cDetail {
  box-shadow: 1px 1px 30px #ffffff;
  left: 195px !important;
  text-align: left;
  top: -17px !important;
  width: 205px !important;
  z-index: 2000;
}

#menu_system {
  float: left;
  margin-left: 0px;
  width: 1000px;
  height: 45px !important;
  /* background: #cb202d; */
}

#menu_system ul li.has_sub a img {
  width: 193px;
  vertical-align: top;
}

.optiontext {
  font-size: 14px;
  padding: 10px;
}

#menu_system ul li a:hover {
  background: none repeat scroll 0 0 #cb202d;
  color: #fff;
  font-weight: bold !important;
  font: 11pt Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 768px) {
  #menu_system {
    margin-right: 27px;
    float: none;
  }
}

#menu_system ul li > ul {
  z-index: 2 !important;
}

.catdropdown {
  width: 77%;
  height: auto;
  border: 1px solid #c5c5c5;
  position: absolute;
  top: 10%;
  background: #fff;
  color: #666666;
  display: none;
  font-family: "Open Sans", sans-serif;
  z-index: 1010;
  text-align: left;
  -webkit-box-shadow: 0px 2px 5px 1px #000;
  -moz-box-shadow: 0px 2px 5px 1px #000;
  box-shadow: 0px 2px 5px 1px #000;
}

.citydropdown {
  width: 27%;
  height: auto;
  border: 1px solid #c5c5c5;
  position: absolute;
  top: 10%;
  background: #fff;
  color: #666666;
  display: none;
  font-family: "Open Sans", sans-serif;
  text-align: left;
  z-index: 1010;
  -webkit-box-shadow: 0px 2px 5px 1px #000;
  -moz-box-shadow: 0px 2px 5px 1px #000;
  box-shadow: 0px 2px 5px 1px #000;
}

.catdropdown ul,
.citydropdown ul {
  list-style: none outside none;
}

.catdropdown ul li,
.citydropdown ul li {
  border-bottom: 1px dotted #666666;
  cursor: pointer;
  padding: 4px 0 4px 4px;
  text-align: left;
  font-size: 12px;
}

.catdropdown ul li:hover,
.citydropdown ul li:hover {
  color: #007499;
}

.srccategory {
  padding-left: 20px;
  margin-top: 5px !important;
}

.catdropdown ul li a,
.citydropdown ul li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

#srccategory::-webkit-input-placeholder,
#srccity::-webkit-input-placeholder {
  color: #005884;
}

#srccategory:-moz-placeholder,
#srccity:-moz-placeholder {
  /* Firefox 18- */
  color: #005884;
}

#srccategory::-moz-placeholder,
#srccity::-moz-placeholder {
  /* Firefox 19+ */
  color: #005884;
}

#srccategory:-ms-input-placeholder,
#srccity:-ms-input-placeholder {
  color: #005884;
}

#scolumn {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  margin-top: 5px;
  padding-left: 15px;
}

#scolumn a {
  text-decoration: none;
  color: #fff;
}

#scolumn a:hover {
  text-decoration: underline;
}

#arrow1,
#arrow2 {
  cursor: pointer;
}

.fa-position {
  color: #005a7f;
  position: relative;
  line-height: 25px;
  top: 3px;
  right: 35px;
  font-size: 20px;
  font-weight: bold;
}

.ctopics {
  background-color: #007499;
  color: #fff;
  font-weight: 600;
}

.ctopics:hover {
  color: #fff !important;
}

.ip-blue-nav-box {
  color: #fff;
  font-family: "Open Sans", sans-serif !important;
  box-shadow: 0 5px 5px -6px black;
  margin: 0 auto;
  width: 1000px;
  display: block;
  background: #00759a;
  min-height: 25px;
  font-family: arial;
  border-top: 1px solid #fff;
}

.ip-blue-nav-box > .search-res-box {
  width: 69%;
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0 5px 15px;
}

.ip-blue-nav-box > .res-link {
  width: 29%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

#ip-nav-form {
  margin: 0px;
}

#ip-nav-form span {
  line-height: 25px;
  font-weight: 600;
  font-size: 15px;
}

.res-link span {
  padding: 0 10px;
  font-size: 15px;
}

.res-link span:first-child {
  border-right: 2px solid #fff;
}

.res-link span a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.res-link span a:hover {
  text-decoration: underline;
}

#ip-nav-form .col-input {
  display: inline-block;
  vertical-align: top;
  /* position: relative; */
}

.col-input > input[type="text"] {
  cursor: pointer;
  padding: 0 0 0 10px;
  margin: 0 10px;
  border-radius: 2px;
  line-height: 25px;
  border: medium none;
  color: #666;
  font-weight: bold;
}

.col-input > .gobutton {
  padding: 0 5px;
  cursor: pointer;
  background: #ffffff;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px #666;
  -moz-box-shadow: 0px 1px 3px #666;
  box-shadow: 0px 1px 3px #666;
  color: #005a7f;
  font-size: 18px;
  text-decoration: none;
  border: medium none;
  line-height: 23px;
}

.fa-size {
  font-size: 20px;
  vertical-align: middle;
  padding-right: 4px;
}

#tab {
  background: #ff2b45;
}

#tab:hover {
  background: #ff947b;
}

#tab a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

#tab a:hover {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

#tab1 {
  background: #6a5acd;
}

#tab1:hover {
  background: #d1cdec;
  color: #6a5acd !important;
}

#tab1 a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  display: block;
}

#tab1 a:hover {
  color: #3e2ea1;
  font-weight: bold;
  text-decoration: none;
}

.searchHolder {
  text-align: center;
  padding: 10px;
  line-height: 30px;
}

.searchHolder input,
.searchHolder select {
  display: block;
  width: 100%;
  color: #000;
  font-weight: bold;
  border-radius: 24px;
}
.searchHolder select,
.searchHolder option {
  height: 30px;
  padding: 5px;
}

.upperNavHolder,
.searchHolder {
  margin: 0px;
  margin-bottom: 10px;
  clear: both;
}
.searchHolder input[type="submit"] {
  background: #f78e80;
  border: medium none;
  color: #ffffff;
  font-weight: 100;
  font-size: 20px;
  cursor: pointer;
  margin-top: 0px;
}
.searchHolder > form > div {
  padding: 1px 5px;
}
.searchHolder select,
.searchHolder option,
.searchHolder input,
.searchHolder select {
  height: 51px;
  font-size: 15px;
  padding: 0px 20px;
  border: none;
  background: white;
  margin-top: 0px;
}

.navHolder {
  /* border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; */
  margin: 10px auto;
  /* background: #eaeaea; */
  text-align: center;
  padding: 5px 0px;
}

.navHolder .col-1-7 {
  height: 30px;
  color: #000;
  padding: 0 5px;
  width: 14.2857%;
  /*display:inline-block;vertical-align:top;*/
}

/* .navHolder .navMain {
  background: #ccc;
  border-radius: 3px;
} */

.navHolder .navMain.navSelected,
.navHolder .navMain:hover {
  background: #b70e8d;
  color: #fff !important;
}

.navHolder .navMain.navSelected .navTitle a,
.navHolder .navMain:hover .navTitle a {
  color: #fff !important;
}

.navHolder .navMain.navSelected > .navTitle,
.navHolder .navMain:hover > .navTitle {
  text-decoration: underline;
}

.navHolder .navMain > .navEle {
  display: none;
  background: #fff;
  text-decoration: none;
  box-shadow: 1px 1px 10px #000;
  border-radius: 5px;
  font-size: 16px;
}

.navHolder .navMain > .navTitle {
  display: block;
  font-size: 17px;
  line-height: 20px;
  padding: 5px 0px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Calibri, Arial, Helvetica, sans-serif, Ubuntu Condensed;
}

.navHolder .navMain > .navTitle a {
  color: #000;
  font-size: 17px;
  display: block;
}

.navHolder .navMain > .navTitle:hover,
.navHolder .navMain > .navEle > a:hover,
.navHolder .navEle > .currentContestLinks > a:hover {
  text-decoration: underline;
}

.navHolder .navMain > .navEle:after {
  border-bottom: 12px solid #ffffff;
  border-left: 8px solid rgba(0, 0, 0, 0);
  border-right: 8px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  /*left: 46%;*/
  left: 25%;
  position: absolute;
  top: -8px;
}

.navHolder .navMain > .navEle.voteLinkBox:after {
  left: 25%;
}

.navHolder .navMain > .navEle:before {
  border-bottom: 12px solid rgba(0, 0, 0, 0.2);
  border-left: 9px solid rgba(0, 0, 0, 0);
  border-right: 9px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  /*left: 44%;*/
  left: 24%;
  position: absolute;
  top: -12px;
}

.navHolder .navMain > .navEle.voteLinkBox:before {
  left: 24%;
}

.navHolder .navMain > .navTitle > span {
  color: #0c9e71;
  /*display: inline-block;*/
  display: none;
  font-size: 28px;
  margin-right: 3px;
  padding-bottom: 3px;
  vertical-align: middle;
}

.arrow-down {
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-top: 10px solid #000;
  display: inline-block;
  height: 0;
  margin-left: 3px;
  width: 0;
}

.navHolder .navMain:hover > .navEle {
  display: block;
  position: relative;
  z-index: 1000;
}

.navHolder .navEle > a,
.navHolder .navEle > .currentContestLinks > a {
  font-family: Calibri, Arial, Helvetica, sans-serif, Ubuntu Condensed;
  font-weight: bold;
  display: block;
  padding: 5px;
  border-bottom: 2px solid #0c9e71;
  text-decoration: none;
  color: #000;
}

.navHolder .navEle > a.bullet,
.navHolder .navEle > .currentContestLinks > a.bullet {
  border-bottom: 2px solid #ccc;
  padding-left: 6px;
  font-weight: normal;
}

.bullet:before {
  border-color: rgba(0, 0, 0, 0) #b70e8d;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  content: "";
  display: inline-block;
  margin: 0 10px;
  width: 0;
}

.navHolder .navEle a.bullet-title:hover {
  text-decoration: none;
  cursor: default;
}

.navHolder .navEle {
  width: 110%;
}

.navHolder .navEleBig {
  width: 200%;
  text-align: left;
}

.navHolder .navEleBig a:last-child,
.navHolder .navEleBig > a.bullet:last-child {
  border-bottom: 2px solid #0c9e71;
}

.navHolder .currentContestLinks {
  background: #fff;
  border-radius: 5px;
}

#mainBody > div {
  margin-left: 0;
}

.navEle.voteLinkBox {
  text-align: left;
}

.col-1-5.navMain {
  padding-right: 10px;
}

.form-control:focus,
select:focus {
  border-color: #f78e80;
  -webkit-box-shadow: 0 0 0 2px #f78e80;
  box-shadow: 0 0 0 2px #f78e80;
}

::placeholder {
  color: #000;
}

#search-baby:after {
  border-bottom: 12px solid #ffffff;
  border-left: 8px solid rgba(0, 0, 0, 0);
  border-right: 8px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  left: 76.5%;
  position: absolute;
  top: -11px;
}

@media (max-width: 767px) {
  .navHolder .navMain > .navEle:before,
  .navHolder .navMain > .navEle.voteLinkBox:before {
    left: 45.5%;
  }

  .navHolder .voteLinkBox,
  .navHolder .navEle {
    width: 100%;
  }

  .navHolder .navMain > .navEle:after,
  .navHolder .navMain > .navEle.voteLinkBox:after {
    left: 46%;
  }
}

#search-baby {
  display: none;
  content: "";
  position: relative;
  padding: 15px 10px 10px;
}

.c-wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.left-c,
.right-c,
.center-c {
  display: inline-block;
  vertical-align: top;
  width: 135px;
}

.center-c {
  width: 100%;
  max-width: 1000px;
}

.col-input {
  float: none;
  padding-right: 0px;
}

@media (max-width: 1270px) {
  .left-c,
  .right-c {
    display: none;
  }
  .center-c {
    display: block;
    margin: 0 auto;
  }
  .upperNavHolder,
  .searchHolder {
    margin: 10px 0 10px;
  }
}

.fb-recommend-holder {
  max-width: 100%;
  margin-top: 5px;
}

.recommend-text {
  font-size: 11px;
  text-align: left;
  line-height: 13px;
  vertical-align: middle;
}

.fb-recommend-popup {
  display: none;
}

.fb-recommend-trigger {
  position: relative;
  cursor: pointer;
}

.fb-recommend-popup {
  background: none repeat scroll 0 0 #fff;
  border: 2px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 8px 10px #333;
  display: none;
  left: -12px;
  min-width: 300px;
  padding: 8px;
  position: absolute;
  text-align: left;
  top: 25px;
  color: #000;
  font-size: 14px;
}

.fb-recommend-popup:before {
  border-bottom: 15px solid rgba(0, 0, 0, 0.2);
  border-left: 11px solid rgba(0, 0, 0, 0);
  border-right: 11px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  left: 7px;
  position: absolute;
  top: -15px;
}

.fb-recommend-popup:after {
  border-bottom: 12px solid #fff;
  border-left: 8px solid rgba(0, 0, 0, 0);
  border-right: 8px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  left: 10px;
  position: absolute;
  top: -12px;
}

.addPhoto {
  background: #e2e2e2;
  border: 2px dashed #bbbbbb;
  border-radius: 5px;
  width: 100%;
  position: relative;
  cursor: pointer;
  /* max-width: 375px; */
  margin: 0px auto;
}

.addPhoto-small {
  background: #e2e2e2;
  border: 2px dashed #bbbbbb;
  border-radius: 5px;
  height: 183px;
  position: relative;
  cursor: pointer;
  max-width: 171px;
  margin: 0px auto;
}

.addPhoto-cover {
  background: #e2e2e2;
  border: 2px dashed #bbbbbb;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  margin: 0px auto;
  max-width: 489px;
  max-height: 251px;
  height: 100%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.addPhoto:hover,
.addPhoto-small:hover,
.addPhoto-cover:hover {
  background: #d9d9d9;
  border: 2px dashed #888888;
}

.addPhoto-small .imgDiv {
  margin-top: 4em;
  text-align: center;
}

.addPhoto .imgDiv,
.addPhoto-cover .imgDiv {
  /* left: 40%; */
  /* position: absolute; */
  text-align: center;
  /* top: 40%; */
  z-index: 1;
}

.addPhoto-cover .imgDiv {
  left: 44%;
}

.addPhoto-cover {
  margin: 10px auto;
}

.imguploaderholder .col-6-12 {
  padding: 0 10px !important;
}

.bigAdBox {
  background: none repeat scroll 0 0 #ccccff;
  height: 274px;
  line-height: 274px;
  margin: 10px;
  padding: 10px;
  text-align: center;
  display: none;
}

.smallPhoto img {
  border-radius: 5px;
  width: 100%;
}

.coverPicHolder > .addPhoto,
.coverPicHolder > .bigPhotoHolder {
  margin: 0 auto;
  max-height: 251px;
  max-width: 489px;
  text-align: center;
  width: 98%;
  position: relative;
}

/***************************************************************************/
/* .coverPicHolder{
  height:75px
} */
iframe,
video {
  width: 100%;
  height: 196px;
  border: none;
  border-radius: 33px;
}
.joy-sharing {
  cursor: pointer;
}

.fbLikeBtnAftLogin {
  overflow: hidden;
  padding: 6px 0;
  /* display: inline-grid;
      margin: 0px; */
}
.mediaHolder {
  background: #fff;
  border-radius: 33px;
  position: relative;
}

.row {
  margin-left: 15px !important;
  margin-right: 15px !important;
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 {
  font-size: 28px;
  color: #f78e80;
  font-weight: bolder;
  font-family: contestfont;
  text-transform: capitalize;
}
.childAbout {
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  font-family: contestfont;
  padding: 0 15px 15px 15px;
  max-height: 102px;
  color: #aeadad;
}
.div1 {
  font-weight: bolder;
  text-align: center;
  padding: 20px 0px 60px;
}
.div2 {
  width: 87%;
  margin: auto;
}
@media (min-width: 992px) {
  #main-menu > li > a {
    padding: 0 5px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 768px;
  }
}

.bdayHolder {
  display: inline-flex;
}
.date {
  font-family: contestfont;
  color: #707070;
  font-size: 12px;
}
.votingbox {
  background-color: #f6f6f6;
  border-radius: 28px;
  height: 47px;
  cursor: pointer;
}

.text-box {
  font-size: 11px;
  line-height: 18px;
  width: 87%;
  margin: 8px auto;
}

.col-1-3 {
  padding: 0px;
}
.contest-box-1,
.contest-box-2 {
  padding: 7px 0px;
  background: white;
  border-radius: 28px;
  height: 47px;
  margin-right: 3px;
  margin-left: 3px;
  width: 49%;
  text-align: center;
}
.contest-box-1 img,
.contest-box-2 img {
  float: left;
  margin: 5px 20px;
}

.contestVotings {
  vertical-align: top;
  line-height: 30px;
  margin: auto;
  padding: 0;
  width: 87%;
}
.contest-box-1 .arrowBoxHolder,
.contest-box-2 .arrowBoxHolder {
  line-height: 30px;
  height: 35px;
  width: 35px;
  margin-right: 13px;
  float: right;
  background: #f6f6f6;
  line-height: 28px;
  border-radius: 24px;
}
.contestVoting .arrowBoxHolder {
  line-height: 30px;
  height: 35px;
  margin-left: -12px;
  margin-right: 13px;
  float: right;
  background: none repeat scroll 0 0 #ffffff;
  height: 35px;
  width: 35px;
  border-radius: 24px;
}

.contestVoting img {
  margin: 0px 10px;
}
.whatsappimg img {
  /* float: left; */
  margin: 5px 0px;
}

.contestAbout {
  background: #f78e80;
  border-radius: 24px;
  padding: 5px 14px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  width: 49%;
  margin-right: 3px;
  margin-left: 3px;
}
.contestText {
  padding: 20px 14px;
  font-size: 15px;
  width: 49%;
  padding-right: 14px !important;
  margin-right: 3px;
  margin-left: 3px;
}
.contestText a {
  color: #f78e80 !important;
  position: relative;
}
.contestText i {
  color: #f78e80;
  float: right;
  margin-top: 10px;
}
.contestVoting {
  background: #ffffff;
  text-align: center;
  border-radius: 24px;
  padding: 8px;
  margin: auto;
  width: 87%;
  padding-right: 8px;
}

.contestVoting span {
  vertical-align: middle;
  display: inline-block;
}
.ribbon {
  text-align: center;
  font-weight: 600;
}
[class*="col-"]:first-of-type {
  margin-left: 0px;
}
[class*="col-"]:last-of-type {
  margin-right: 0px;
}
.thankyou {
  height: unset;
}
@media (min-width: 595px) {
  .thankyou {
    height: -webkit-fill-available;
    width: fit-content;
  }
}
@media (min-width: 768px) {
  .fbCommentHolder,
  .coverPicHolder {
    margin: 10px auto;
  }
}
@media (max-width: 767px) {
  .contest-box-1,
  .contest-box-2,
  .contestAbout,
  .contestText {
    width: auto;
  }
  .fbCommentHolder,
  .coverPicHolder {
    margin-bottom: 10px;
  }
  [class*="col-"]:last-of-type {
    padding-right: 15px;
  }
}

.textarea {
  border-radius: 33px;
}

.contestVoting .col-sm-8 {
  border-right: 1px dashed;
}

@media (max-width: 320px) {
  .div2,
  .contestVoting,
  .text-box,
  .contestVotings,
  .fbCommentHolder,
  .coverPicHolder {
    width: 88%;
  }
  iframe,
  video {
    height: 170px;
  }
  .contest-box-1 img,
  .contest-box-2 img {
    margin: 5px 10px;
  }
  /* .contestVoting img {
    margin: 5px 0px;
  } */
}

.div2,
.contestVoting,
.text-box,
.contestVotings,
.fbCommentHolder,
.coverPicHolder {
  top: -42px;
  position: relative;
}
@media (max-width: 375px) {
  .div2,
  .contestVoting,
  .text-box,
  .contestVotings,
  .fbCommentHolder,
  .coverPicHolder {
    width: 88%;
  }
  iframe,
  video {
    height: 170px;
  }
}
@media (max-width: 767px) {
  .contestVoting .col-sm-8 {
    border-right: none;
  }
}
@media (min-width: 768px) {
  .div2,
  .contestVoting,
  .text-box,
  .contestVotings,
  .fbCommentHolder,
  .coverPicHolder {
    width: 87%;
    margin: 15px auto;
  }
  .contestVoting {
    height: 83px;
  }
  iframe,
  video {
    height: 358px;
  }
}

#how-vote {
  text-align: right;
  cursor: pointer;
  text-decoration: underline;
  padding-right: 15px;
}

#how-vote:hover {
  color: #f78e80;
}
