*, *:before, *:after {
  box-sizing: border-box;
}

#listing_detail {
  border: 0px;
  padding-bottom:1px!important;
}
html {
  overflow-y: scroll;
}

#main_full {
  background: #ffffff;
  font-family: 'Titillium Web', sans-serif;
}

#main_full > a {
  text-decoration: none;
  color: #C50C0C;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
#myTab > li > a:hover {
  background-color: #B50F0F!important;
}

#main_full > .form {
 /* background: rgba(19, 35, 47, 0.9);*/
  background: #FFFFFF;
  padding: 40px;
  max-width: 95%;
  margin: 40px auto;
  border-radius: 4px;
  box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
}

#main_full > .tab-group {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}
#main_full > .tab-group:after {
  content: "";
  display: table;
  clear: both;
}
#main_full > .tab-group li a {
  display: block;
  text-decoration: none;
  padding: 15px;
  background: rgba(160, 179, 176, 0.25);
  color: #C50C0C;
  font-size: 20px;
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
#main_full > .tab-group li a:hover {
  background: #B50F0F!important;
  color: #ffffff!important;
}
#main_full > .tab-group .active a {
  background: #B50F0F!important;
  color: #ffffff!important;
}

/*.tab-content > div:last-child {
  display: none;
}*/

#main_full > .tab a{
	 background: #C50C0C!important;
  color: #ffffff!important;
}
#main_full > .tab a:hover{
	 background: #B50F0F!important;
  color: #ffffff!important;
}
 #myTab > .active a{
	 background: #B50F0F!important;
  color: #ffffff!important;
}


#main_full > h1 {
  text-align: left;
  color: #000000;
  font-weight: 300;
  margin: 0 0 40px;
}

#main_full > label {
  position: absolute;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  left: 13px;
  color: #000000;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
  font-size: 12px;
}
 #main_full >label .req {
  margin: 2px;
  color: #C50C0C;
}

 #main_full >label.active {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  left: 2px;
  font-size: 14px;
}
 #main_full >label.active .req {
  opacity: 0;
}

 #main_full >label.highlight {
  color: #000000;
}

 #main_full > input, textarea {
  left: 0px;
  font-size: 12px;
  display: block;
  width: 100%;
 /* height: 100%;*/
  padding: 5px 12px;
  background: none;
  background-image: none;
  border: 1px solid #a0b3b0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: border-color .25s ease, box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease;
}
 #main_full > select {
  font-size: 12px;
  display: block;
  width: 100%;
 /* height: 100%;*/
  padding: 5px 12px;
  background: none;
  background-image: none;
  border: 1px solid #a0b3b0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: border-color .25s ease, box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease;
	
}


 #main_full > input:focus, textarea:focus {
  outline: 0;
  border-color: #C50C0C;
}

 #main_full >select:focus {
  outline: 0;
  border-color: #C50C0C;
}

 #main_full > textarea {
  border: 2px solid #a0b3b0;
  resize: vertical;
}

.field-wrap {
  position: relative;
  margin-bottom: 25px;
}

.top-row:after {
  content: "";
  display: table;
  clear: both;
}
.top-row > div {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.top-row > div:last-child {
  margin: 0;
}

.top-row2:after {
  content: "";
  display: table;
  clear: both;
}
.top-row2 > div {
  float: left;
  width: 30.66%;
  margin-right: 4%;
}
.top-row2 > div:last-child {
  margin: 0;
}

#main_full >  .button {
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 15px 0;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: #C50C0C;
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-appearance: none;
}
#main_full > .button:hover, .button:focus {
  background: #B50F0F;
}

#main_full > .button-block {
  display: block;
  width: 100%;
}

.forgot {
  margin-top: -20px;
  text-align: right;
}

