.d-block {
	display: block;
}

.children_row .number_children ul {
  margin: 0;
  list-style: none; }

.number_children .title {
  color: #000;
  /* font-size:18px; */
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center; }

.children_row .number_children {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #8c9c7b;
    display: none;
    left: -5%;
    list-style-type: none;
    top: 85%;
    padding: 30px 15px;
    position: absolute;
    width: 110%;
	
}

#datePicker #childrene {
  padding: 19px 32px 27px 32px; }
  
#datePicker #childrene .bottomborder .arrow,
#datePicker #childrene .topborder .arrow {
  background: url("../img/arrow.png") no-repeat scroll 50% bottom transparent;
  display: block;
  height: 6px !important;
  margin-left: 5.5px !important;
  margin-top: 9px !important;
  position: relative;
  width: 10px !important; }

#datePicker #childrene .topborder .arrow {
  margin-top: 8px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }
  
#datePicker #childrene .topborder {
  border: 1px solid #d2d2d2;
  border-radius: 12px;
  color: #d2d2d2;
  height: 24px;
  margin: 0 auto 26px;
  width: 24px; }
  
#datePicker #childrene .bottomborder {
  color: #d2d2d2;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  height: 24px;
  width: 24px;
  border-radius: 12px;
  border: solid 1px #d2d2d2; }
  
#childreneSelect li {
  background: none repeat scroll 0 0 #fff;
  border: solid 1px #d2d2d2;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  /* font-size:18px; */
  font-size: 0.9rem;
  font-weight: 300;
  margin: 8px 0;
  padding: 10px 0;
  text-align: center; 
}
  
#childreneSelect .col-1,
#childreneSelect .col-2,
#gasteSelect .col-1, 
#gasteSelect .col-2 {
  width: 100%;
  float: none;
  margin: 4px 0; 
	list-style: none;
}

#childreneSelect .col-1 {
  margin-right: 4px; }

#childreneSelect .col-2 {
  margin-left: 4px; }

@media only screen and (max-width:480px) {
  .number_children .title {
    font-size: 1rem; }
  #childreneSelect li {
    font-size: 1rem; } 
}

#childreneSelect li:hover {
  background: none repeat scroll 0 0 #8c9c7b;
  color: #000; }

#childreneSelect li.active {
  background: none repeat scroll 0 0 #54672b;
  color: #fff; }
  
/** row col... */
.row-small {
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.row-small > [class*="col-"] {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

#datePicker #gaste,
#datePicker #childrene {
	padding-top: 16px;
	padding-left: 5px;
	padding-right: 5px;
}

@media only screen and (max-width:768px) {
	#datePicker #childrene {
		padding: 16px 0 26px; 
	} 
	
	.top-full-nav-logo-col {
		width: 40%;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:2), screen and (min-resolution:192dpi), screen and (min-resolution:2dppx) {
  #datePicker #childrene .topborder {
    margin: 0 auto 20px; } }