option {
    background: black;
}

.tour-mlist-wrapper {
    padding-top: 20px;
    max-width: 457px;
    margin: 0 auto;
    font-size: 0;
    padding-bottom: 25px;
}

.tour-mlist-wrapper .left-mlist-wrapper {
    width: 255px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-right: 22px;
    max-width: 100%;
}

.tour-mlist-wrapper .left-mlist-wrapper .mlist-head {
    text-align: left;
    padding-bottom: 2px;
    font-size: 16px;
}

.tour-mlist-wrapper .left-mlist-wrapper .mlist-second-line {
    font-size: 10px;
    text-align: left;
    line-height: 12px;
    letter-spacing: 0.25px;
}

.tour-mlist-wrapper .right-mlist-wrapper {
    width: 175px;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

.tour-mlist-wrapper .right-mlist-wrapper .mlist-outer-wrapper.embedded-inline-list.country-detect {
    margin: 0 auto;
}

.tour-mlist-wrapper .terms {
    padding-top: 3px;
    text-align: right;
    margin-right: 4px;
}

.tour-mlist-wrapper #tourPageSignup .mlist-field {
    width: 113px;
    display: inline-block;
    margin: 0 auto;
    vertical-align: top;
}

.tour-mlist-wrapper #tourPageSignup .mlist-submit {
    width: 58px;
    display: inline-block;
    margin: 0 auto;
    vertical-align: top;
    border: 1px solid #fff;
}

.tour-mlist-wrapper #tourPageSignup input#email {
height: 39px;
    color: #000;
    background: #fff;
    padding-left: 12px;
    border: 1px solid #fff;
    width: 98%;
    -webkit-text-fill-color: #000;
}
.tour-mlist-wrapper #tourPageSignup input#email,select{
	-webkit-text-fill-color: #000;
}
.tour-mlist-wrapper #tourPageSignup input.submit {
    height: 40px;
    background: #000;
    color: #fff;
    border: #fff;
}
.tour-mlist-wrapper #tourPageSignup input.submit:hover{
	background: #fff;
	color: #000;
}
.tour-mlist-wrapper input::-webkit-input-placeholder {
  color: #000;
  -webkit-text-fill-color: #000;
  opacity: 1;
}
.tour-mlist-wrapper input:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  opacity: 1;
}
.tour-mlist-wrapper input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 1;
}
.tour-mlist-wrapper input:-ms-input-placeholder {
  color: #000;
}
input:-webkit-autofill, input:-webkit-autofill:focus {
	-webkit-box-shadow: 0px 0px 0px 1000px #000 inset;
	background: transparent !important;
	-webkit-text-fill-color: #000;
}

.tour-mlist-wrapper .secondFormCloseWrap{
    top: -25px;
    right: 0;
}

#thankyoublock-innerwrapper .thankyou-message.embed {
    font-size: 18px;
}

.tour-mlist-wrapper .termsWrapper.second .terms{
	text-align: center;
}

.tour-mlist-wrapper .termsWrapper.first .termsContent {
	top:20px;
}

.tour-mlist-wrapper label.global-list {
    display: inline-block;
}

.tour-mlist-wrapper select#country {
    text-transform: uppercase;
}

.tour-mlist-wrapper #thankyouBlock.final-screen .thankyou-message {
    text-align: center;
	font-size: 20px;
}



@media only screen and (max-width:767px){
.tour-mlist-wrapper .left-mlist-wrapper {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding-right:0px;
}
.tour-mlist-wrapper .left-mlist-wrapper .mlist-head {
    text-align: center;
}
.tour-mlist-wrapper .left-mlist-wrapper .mlist-second-line {
    text-align: center;
    padding-bottom: 20px;
}
.tour-mlist-wrapper .right-mlist-wrapper {
    width: 100%;
}
.tour-mlist-wrapper #tourPageSignup .mlist-field{
	width: 80%;
	vertical-align: middle;
}
.tour-mlist-wrapper{
    width: 90%;
}
.tour-mlist-wrapper #tourPageSignup .mlist-submit {
    width: 19%;
}

.tour-mlist-wrapper .mlist-submit-new {
    padding-top: 10px;
}
.tour-mlist-wrapper label.error {
    color: red;
    font-size: 10px;
    padding-top: 5px;
}

}

@media only screen and (min-width:768px) and (max-width:1023px){
.tour-mlist-wrapper{
 padding-top:39px;
}
}